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


/* -- Fonts ----------------------------------------------------------------- */

@font-face {
  font-family: 'GT Haptik';
  src: url('/hc/theming_assets/01JFDED4QKKYXWZNZYTH7NJ7S1') format('woff2'),
    url('/hc/theming_assets/01JFDED612ZSNRF4FE5ZDCDEY2') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/hc/theming_assets/01JFDED5EAR6BAMTDVYT8134BJ') format('woff2'),
    url('/hc/theming_assets/01JFDED65W6S3ET46SZWJMVXQE') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/hc/theming_assets/01JFDED4Z2PTRWR0EEJSAZMV3H') format('woff2'),
    url('/hc/theming_assets/01JFDED6KVCE705FQKWB1N0K86') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/hc/theming_assets/01JFDED4VB0TGPK7TVCAZ9WB4A') format('woff2'),
    url('/hc/theming_assets/01JFDED5W4BBZ3N36ATQ3783E3') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/hc/theming_assets/01JFDED50GR2SAQFPK6EB6ZC2F') format('woff2'),
    url('/hc/theming_assets/01JFDED6NMM67Q8PEZ101MDWJP') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* /  Fonts ----------------------------------------------------------------- */

/* Images */
.user-personas-wrapper::before, select{
  background-image:url(/hc/theming_assets/01JQ6DWQ165YK8R764GWVX8S7K);
}

.license-callout{
  background-image:url(/hc/theming_assets/01JFDED5D181DN10X18CSKBATM);
  height: 100%;
}

.product-materials-menu .sub-menu .section-item.open{
    background-image:url(/hc/theming_assets/01JQ6DWRZDF143ACRER1SSWM0Y);
}
.product-materials-menu .sub-menu .section-item{
    background-image:url(/hc/theming_assets/01JQ6DWQ4MCCNS920TPHQAVT7P);
}

/* New images */
#cleo-homepage .intro {
    background-image: url(/hc/theming_assets/01JFDED86QHYZ6WWHWQHDT9SZN), linear-gradient(330deg, rgba(17, 131, 198, 1) 0%, rgba(42, 31, 84, 1) 100%);
}

/* Contact options */

.report-issue{
    background-image:url(/hc/theming_assets/01JQ6DWQV8KVZJVM1E0EAJ8EQS), url(/hc/theming_assets/01JQ6DWQ4MCCNS920TPHQAVT7P);;
}

.add-partner{
    background-image:url(/hc/theming_assets/01JQ6DWQNT1AA5ZV8Q48NY7QBP), url(/hc/theming_assets/01JQ6DWQ4MCCNS920TPHQAVT7P);;
}

.update{
    background-image:url(/hc/theming_assets/01JQ6DWQF9CWG2A429HQ6YYP1J), url(/hc/theming_assets/01JQ6DWQ4MCCNS920TPHQAVT7P);;
}

.service-request{
    background-image:url(/hc/theming_assets/01JQ6DWQSJ15GGPYD5AYXS73MN), url(/hc/theming_assets/01JQ6DWQ4MCCNS920TPHQAVT7P);;
}


/* MISC Css */
.header .dropdown-menu::before{
  background-image:url(/hc/theming_assets/01JQ6DWRYF24HWYJ6ENMRZG1JD);
}

.toggle-switch .toggle-switcher a.active:after {
  background-image:url(/hc/theming_assets/01JQ6DWRRJX5JSZKZZQMZTQ4DW);
}


/* Move to main css */
#dynamic-recommended-articles h3{
  display:flex;
  justify-content:space-between
}
.edit-interests-shortcut-link{
  padding-left:5px;
  font-size:12px;
}
/* / Move to main css */

body {
  background-color: #FFFFFF;
  color: rgba(35, 45, 55, 1);
  font-family: 'Inter', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

dt {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  margin-top: 0;  
  margin-bottom: 0px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 20px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

/*** Info Eng header styles ***/
ol + h2, ul + h2, p + h2, dl + h2, table + h2, table + h1, table + h3, table + h4,
div + h2, div + h3, div + h1, p + h1, p + h2, p + h3, p + h4, p + h5, article + h2, pre + h2 {
  margin-top: 40px;
}

/*** Info Eng figure styles ***/
.figcaption {
  font-weight: 200;
}

/*** Info Eng dl styles ***/
dt.GlossHead {
  font-size: 24px;
}

/*** Info Eng paragraph styles ***/
h1 + p, h2 + p, h3 + p, h4 + p , h5 + p {
  margin-top: 8px;
}

img.screencap {
  margin-top: 12px;
}

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

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

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

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

input:focus {
  border: 1px solid rgba(0, 131, 202, 1);
}

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

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

select:focus {
  border: 1px solid rgba(0, 131, 202, 1);
}

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

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

textarea:focus {
  border: 1px solid rgba(0, 131, 202, 1);
}


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


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

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

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

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

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

.dropdown-toggle {
  background: none;
  border: 0;
  padding: 0;
  text-align: initial;
}

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

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

/***** Buttons *****/
.button, [role="button"] {
  border: 1px solid rgba(0, 131, 202, 1);
  border-radius: 4px;
  color: rgba(0, 131, 202, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

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

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

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: rgba(0, 131, 202, 1);
/*   color: rgba(0, 131, 202, 1); */
  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: #004164;
  border-color: #004164;
}

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

.button-large, input[type="submit"] {
  background-color: rgba(0, 131, 202, 1);
  border: 0;
  border-radius: 4px;
  color: white;
  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: #004164;
}

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

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

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

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

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

.table th,
.table th a {
  color: #4b6075;
  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;
  }
}

td {
  vertical-align: top;
}

.table td {
  display: block;
  
  vertical-align: top;
}

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

/***** custom table classes *****/
.GlossTable {
  width: 100%;
  table-layout: auto;
  margin-bottom: 25px;
}
.GlossTable th,
.GlossTable th a {
  font-size: 24px;
  text-align: left;
}
.GlossTable td:first-child{
    font-weight: bold;
  column-width: 2000px;
}
/*
.InfoEngTable {
  width: 100%;
  table-layout: auto;
  margin-top: 12px;
  margin-bottom: 25px;
  border-collapse: collapse;
}
/*h2, h3, h4 > table.InfoEngTable{
  margin-top:12px:
  
}*/

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

.InfoEngTable th,
.InfoEngTable th a {
  background-color: #DCDCDC;
  color: black;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
*/
/***.InfoEngTable th + th, td + td { border-left:1px solid #DCDCDC; }***/

/*** .InfoEngTable th + th + th, td + td + td { border-left: none} ***/
/*
[dir="rtl"] .InfoEngTable th, [dir="rtl"]
.InfoEngTable th a {
  text-align: right;
}

.InfoEngTable caption {
  text-align: left;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  padding: 10px;
}

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

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


.InfoEngTable td {
  display: block;
  vertical-align: top;
}

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

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

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

/* InfoEng Table with no shading in headers */
/*
.InfoEngTableNoShading {
  width: 100%;
  table-layout: auto;
  margin-top: 12px;
  margin-bottom: 25px;
}
*/

/*h2, h3, h4 > table.InfoEngTableNoShading{
  margin-top:12px:
  
}*/

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

.InfoEngTableNoShading th,
.InfoEngTableNoShading th a {
  color: black;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
*/
/***.InfoEngTableNoShading th + th, td + td { border-left:1px solid #DCDCDC; }***/

/*** .InfoEngTableNoShading th + th + th, td + td + td { border-left: none} ***/
/*
[dir="rtl"] .InfoEngTableNoShading th, [dir="rtl"]
.InfoEngTableNoShading th a {
  text-align: right;
}

.InfoEngTableNoShading caption {
  text-align: left;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  padding: 10px;
}

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

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


.InfoEngTableNoShading td {
  display: block;
  vertical-align: top;
}

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

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

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

/***             ***/

/*** .Info Eng Image Classes  ***/
/*
.InfoEngImgPad {
  padding:10px 0px 20px 0px;
}

.InfoEngVidImg{
 width:51px; height: 51px;
  vertical-align: middle; padding-right: 8px; padding-bottom: 2px;
} 
*/
/*** Test for hiding content based on user segment - intenral, admin, everyone ************/
/*hide internal Cleo div html*/


/*** Portal Parameter Table ***********************************/
/*
.InfoEngTablePortalParms {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 25px;
  margin-top: 25px;
}

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

.InfoEngTablePortalParms th,
.InfoEngTablePortalParms th a {
  background-color: #DCDCDC;
  color: black;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
*/
/***.InfoEngTablePortalParms th + th, td + td { border-left:1px solid #DCDCDC; }***/

/*** .InfoEngTablePortalParms th + th + th, td + td + td { border-left: none} ***/
/*
[dir="rtl"] .InfoEngTablePortalParms th, [dir="rtl"]
.InfoEngTablePortalParms th a {
  text-align: right;
}

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

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


.InfoEngTablePortalParms td {
  display: block;
  vertical-align: top;
}

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

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

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


.InfoEngCaption {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  margin-top: 0;  
  margin-bottom: 0px;
  font-size: 18px;
  font-style: italic; 
  text-align: right;
}

table + table {
  padding-bottom: 12px;
}

.InfoEngTable td > ul {
  margin-top: 0;
}

*/
/***** custom lists *****/

.sublist { 
   list-style-type: lower-alpha;
  
  
}
/***Info Eng spacing for paragraphs inside OL and UL**/
/*
.InfoEngOL li > p, li > p + p {
  margin-bottom: 15px;
  margin-top: 6px;
}
/***
li > p, li > p + p {
  margin-bottom: 15px;
  margin-top: 6px;
}***/

/***Info Eng spacing OL and UL**/
/*
.InfoEngOL li {
  margin-top: 4px;
  margin-bottom: 6px;
}

.InfoEngOL li > ul > li:first-child {
  margin-top: 8px;
}
.InfoEngOL  li > ul > li:last-child {
  margin-bottom: 18px;
}

.InfoEngOL tr td ol {
  margin-top: 2px;
}

.InfoEngUL li {
  margin-top: 4px;
  margin-bottom: 6px;
}

.InfoEngUL li:first-child {
  margin-top: 15px;
  margin-bottom: 0px;
}

.InfoEngUL li > p {
  margin-top: 6px;
  margin-bottom: 0px;
}

ol > li > table.InfoEngTable {
  margin-top: 6px;
  margin-bottom: 2px;
}
*/




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

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

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

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

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

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

.form-field input[type="text"]:focus {
  border: 1px solid rgba(0, 131, 202, 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(0, 131, 202, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(0, 131, 202, 1);
  text-decoration: none;
}

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

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

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

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

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

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

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

.form footer a {
  color: #4b6075;
  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: #285f8f;
}

/***** Header *****/
.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
}

@media (min-width: 1160px) {
  .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: rgba(51, 122, 183, 1);
  display: none;
  width: auto;
}

.user-nav .nav-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 62px;
  left: -10px;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  width: 487px;
  border: 0px none;
  flex-direction: column;
  padding: 20px 15px;
  border-radius: 0px;
}

.user-nav .nav-item .dropdown-menu:before {
  content: '';
  display: block;
  width: 54px;
  height: 28px;
  position: absolute;
  top: -15px;
  left: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.user-nav .nav-item .dropdown-menu a {
  font-size: 16px;
  color: #000;
  padding: 10px 20px;
  transition: all 120ms;
  font-weight: 500;
}

.user-nav .nav-item .dropdown-menu a:hover {
  background-color: #D9E7F7;
  color: #0083ca;
  border-radius: 2px;
}

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

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

.nav-wrapper a:hover  a:active {
  background-color: transparent;
  color: rgba(51, 122, 183, 1);
  text-decoration: underline;
}

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

.nav-wrapper .icon-menu {
  border: 0;
  color: rgba(51, 122, 183, 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(51, 122, 183, 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: rgba(51, 122, 183, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover, .user-info > [role="button"]:focus {
  color: rgba(51, 122, 183, 1);
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: rgba(51, 122, 183, 1);
  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;
}

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

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

.avatar .icon-agent {
  color: rgba(0, 131, 202, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #fff;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 10px 0;
}

.footer a {
  color: #4b6075;
}

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

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

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

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

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

.breadcrumbs li {
  color: #4b6075;
  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(51, 122, 183, 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(0, 131, 202, 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: url(/hc/theming_assets/01JFDED86QHYZ6WWHWQHDT9SZN);
  background-position: center;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

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

.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 */
.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(0, 131, 202, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(0, 131, 202, 1);
  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) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: rgba(0, 131, 202, 1);
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: rgba(0, 131, 202, 1);
  text-decoration: none;
  color: #FFFFFF;
}

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

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

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

.blocks-item-link {
  color: rgba(0, 131, 202, 1);
  padding: 20px 30px;
}

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

.blocks-item-title {
  margin-bottom: 0;
}

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

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

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 35px;
    
  }
}

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

/***** 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;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  color: rgba(35, 45, 55, 1);
}

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

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

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

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

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01JFDED86QHYZ6WWHWQHDT9SZN), linear-gradient(330deg, rgba(17, 131, 198, 1) 0%, rgba(42, 31, 84, 1) 100%);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

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

/***** 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: rgba(35, 45, 55, 1);
  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: #4b6075;
  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(0, 131, 202, 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;
}

.category-content {
  flex: 1;
}

.category-content .section-tree {
  color: red; 
}

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

.section-tree {
  display: xflex;
  flex-direction:  xcolumn;
  flex-wrap: xwrap;
  justify-content: space-between;
  background-color: ;
  column-count: 3;
}

.sectionkb {
  margin-top: 30px;  
}

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

.section-tree .section {
  flex: initial;
  /* border-bottom: 1px black solid; can't make this show up -KK

}

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

.section-tree-title {
  display: block; 
  margin: 20px 0px px 00px;
}


.section-tree-title li {
  display: block; 
  margin: 0px 0px 5px 00px;
  list-style: square inside url("$assets-icon-license.png");
}

.section-tree-title a {
  display: block; 
  color: rgba(51, 122, 183, 1);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.section-tree-title2 a {
  display: block; 
  margin-bottom: 0px;

}


.section-tree .see-all-articles {
  display: block;
  padding: 5px 0px;
  
}
.see-all-articles {
	font-size: 12px;
}


.category-content .section-list {
  font-size: 14px;
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.section-list-item {
  
}

l.article-list {
  list-style: disc inside;
  color: blue;
}

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

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

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

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

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


.section-content {
  flex: 1;
}


.section-content-sidebar {
  flex: 1 0 auto;
  margin-left: 00px;
  max-width: 60%;
  min-width: 60%;
}


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

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

.section-tree-article {
  display: block;
  margin-top: 30px;
  padding-top: 10px;
  font-size: 18px;
  border-top: 1px solid #ddd;

}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-content-sidebar {
  border-bottom: px solid #ddd;
  border-top: px solid #ddd;
  flex: 1 1 auto;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 16px;
  min-width: 00px;
  max-width: 450px;
}



@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(0, 131, 202, 1);
  color: rgba(0, 131, 202, 1);
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

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

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

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

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

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

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: rgba(0, 131, 202, 1);
}

.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: rgba(35, 45, 55, 1);
  display: block;
  padding: 20px 0;
}

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

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

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

.article-unsubscribe {
  background-color: rgba(0, 131, 202, 1);
  color: rgba(0, 131, 202, 1);
  text-decoration: none;
}

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

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

.sidenav-item {
  border-radius: 4px;
  color: rgba(35, 45, 55, 1);
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: rgba(0, 131, 202, 1);
  color: rgba(0, 131, 202, 1);
  text-decoration: none;
}

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

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

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

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

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

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

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

.upload-dropzone span {
  color: #4b6075;
}

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

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

.share a {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

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

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

.share a:hover::before {
  color: rgba(0, 131, 202, 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: #4b6075;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

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

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

.comment-sorter .dropdown-toggle {
  color: #4b6075;
  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(0, 131, 202, 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(0, 131, 202, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, 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: #1d4567;
}

.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: #4b6075;
  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: #4b6075;
  display: block;
  margin: 3px 0;
}

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

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

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

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

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

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

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

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

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01JFDED86QHYZ6WWHWQHDT9SZN), linear-gradient(330deg, rgba(17, 131, 198, 1) 0%, rgba(42, 31, 84, 1) 100%);
  margin-bottom: 10px;
  align-items: center;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.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(0, 131, 202, 1);
  color: #FFFFFF
}

.community-follow [role="button"]:hover::after {
  border-color: rgba(0, 131, 202, 1);
  color: #FFFFFF;
}

.community-follow [role="button"]:focus::after {
  border-color: rgba(0, 131, 202, 1);
  color: #FFFFFF;
}

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

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid rgba(0, 131, 202, 1);
  color: #FFFFFF;
}

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

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(0, 131, 202, 1);
  content: attr(data-follower-count);
  color: rgba(0, 131, 202, 1);
  display: inline-block;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, 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(0, 131, 202, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

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

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

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

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

.striped-list-title {
  color: rgba(51, 122, 183, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

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

.striped-list-title:visited {
  color: #1d4567;
}

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

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

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

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

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

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

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

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

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

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

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(0, 131, 202, 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: #4b6075;
}

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

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

.post-content {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

.post-body a:visited {
  color: #1d4567;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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(0, 131, 202, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(0, 131, 202, 1);
  color: rgba(0, 131, 202, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Following table */
.subscriptions-unsubscribe a {
  background: rgba(0, 131, 202, 1);
  border-radius: 4px;
  color: rgba(0, 131, 202, 1);
  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: #004164;
  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: #4b6075;
  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: #4b6075;
}

/***** 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: #4b6075;
  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(0, 131, 202, 1);
}

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

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

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(0, 131, 202, 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: #4b6075;
  font-weight: 300;
  width: 40%;
}

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

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

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

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

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

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}
.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}
.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.pagination-next-link {
  padding-right: 10px;
}
.pagination-next-text {
  margin-right: 10px;
}
[dir=rtl] .pagination-next-link {
  padding-left: 10px;
}
[dir=rtl] .pagination-next-text {
  margin-left: 10px;
}
.pagination-prev-link {
  padding-left: 10px;
}
.pagination-prev-text {
  margin-left: 10px;
}
[dir=rtl] .pagination-prev-link {
  padding-right: 10px;
}
[dir=rtl] .pagination-prev-text {
  margin-right: 10px;
}

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

.meta-group * {
  display: inline;
}

.meta-data {
  color: #4b6075;
  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"] {
  border: 1px;
  color: rgba(0, 131, 202, 1);
  line-height: normal;
  padding: 8px 20px;
  outline-color: rgba(0, 131, 202, 1);
} */

/* .profile-header .options [data-action="edit-profile"]:hover {
  color: white;
} */

.community-badge-achievements {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.community-badge-achievements li,
.community-badge-achievements li img {
  width: 35px;
  height: 35px;
}

.profile-header .options [aria-label="More options"] {
  border: none;
}

.user-profile-actions.split-button {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .user-profile-actions.split-button {
    margin-bottom: 10px;
    width: 100%;
    gap: 5px;
  }
  
  .profile-header .options [aria-label="More options"] {
    width: 30px;
    flex-shrink: 0;
    padding: 0;
  }
}

.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: #4b6075;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(0, 131, 202, 1);
  border-radius: 4px;
  color: rgba(0, 131, 202, 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: #4b6075;
  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-icon {
  display: none;
}

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

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

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

.search-result-votes::before, .search-result-meta-count::before {
  color: rgba(0, 131, 202, 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;
}

/***** CUSTOM CSS *****/

/***** Product Doc Article styles *****/
.dt.dlterm  {
  font-weight: 600;
}

.article-body dd ul {
  margin: 5px 0px 8px 20px;
}

/*** .note_note {
  padding-left: 20px;
} ***/

.note_note:before {
    content: "";
    display: block;
    background: url("https://vlex-561-userguide.s3.us-east-2.amazonaws.com/oxygen-webhelp/app/img/note.svg") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 6px 0 0;
}
.section .note_note {
  padding-left: 0;
}

.title.sectiontitle {
  text-align: left;
}

.note__title {
  font-weight: 600;
}

.dl.directories dt {
  margin-top: 0;
  padding-top: 0;
}

.rowsep-0 th {
  font-size: 14px;
  font-weight: 600;
}


/* Cleo Dev from Envoy */

/* -- Colors ----------------------------------------------------------------- */
/* /  Colors ----------------------------------------------------------------- */
/* -- Header ----------------------------------------------------------------- */
.header {
  height: 73px;
  max-width: 100%;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0px;
}
.header .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .logo img {
  max-height: 30px;
}
.header .logo a {
  margin-right: 50px;
}
.header-search {
  max-width: 100%;
  width: 100%;
  margin-right: 30px;
}
.search {
  width: 100%;
  max-width: 400px;
  min-width: 100px;
}
.search:before {
  left: auto;
  right: 15;
  background-color: transparent;
  color: #232d37;
  font-weight: bold;
}
.search #query {
  width: 100%;
  max-width: 400px;
  background: #e1f0f9;
  border-radius: 4px;
  border: 0px none;
  padding-left: 15px;
  padding-right: 45px;
  color: #232d37;
  font-size: 15px;
  font-weight: bold;
}
/* -- User Nav ----------------------------------------------------------------- */
.user-nav a {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  padding: 0px 15px;
}
.user-nav #user-avatar {
  display: none;
}
#user {
  font-size: 16px;
}
#user #user-name {
  color: #fff;
  font-weight: bold;
  margin-top: -1px;
}
.user-info > [role="button"]::after {
  padding-right: 0px;
  color: #fff;
}
/* /  User Nav ----------------------------------------------------------------- */
/* /  Header ----------------------------------------------------------------- */
/* -- Global ----------------------------------------------------------------- */
.trans {
  transition: all .15s ease;
}
.btn,
.btn-nav a {
  padding: 10px 15px;
  border-radius: 30px;
  text-decoration: none !important;
}
.btn.outline,
.btn-nav a.outline {
  border: 2px solid #fff;
  padding: 10px 15px;
}
.btn.outline:hover,
.btn-nav a.outline:hover {
  background: #fff;
  color: #99cdea;
}
.btn:hover,
.btn-nav a:hover {
  text-decoration: none !important;
}
.btn-nav a {
  border: 2px solid #fff;
  padding: 10px 15px;
}
.btn-nav a:hover {
  background: #fff;
  color: #99cdea;
}
.container {
  max-width: 1320px;
}
/* /  Global ------------------------------------------------------------------------- */
/* -- Signed in check ----------------------------------------------------------------- */
.signed-in-check {
  display: none;
}
/* /  Signed in check ----------------------------------------------------------------- */
/* -- Mix it up controls -------------------------------------------------------------- */
.mixitup-control-active {
  background: #4d4d4d;
  color: #fff;
}
ul.training-videos-dynamic li,
ul.training-videos-default li {
  margin-bottom: 5px;
}
ul.training-videos-dynamic li a,
ul.training-videos-default li a {
  display: flex !important;
  align-items: center;
  line-height: 18px;
}
ul.training-videos-dynamic li .body,
ul.training-videos-default li .body {
  text-indent: -9999px;
  min-width: 120px;
}
ul.training-videos-dynamic li .body p:first-of-type,
ul.training-videos-default li .body p:first-of-type {
  display: inline;
}
ul.training-videos-dynamic li .body p,
ul.training-videos-default li .body p {
  margin: 0px;
  padding: 0px;
  display: none;
}
ul.training-videos-dynamic li .body iframe,
ul.training-videos-default li .body iframe {
  display: none;
}
ul.training-videos-dynamic li img,
ul.training-videos-default li img {
  max-width: 105px;
  height: auto;
  display: block;
  margin-right: 15px;
}
ul.training-videos-dynamic li,
ul.training-videos-default li {
  margin-left: 0px !important;
}
ul.training-videos-dynamic li a:before,
ul.training-videos-default li a:before {
  display: none !important;
}
/* /  Mix it up controls ----------------------------------------------------------------- */
/* -- Promoted Articles Homepage --------------------------------------------------------- */
#dynamic-recommended-articles {
  display: none;
}
.promoted-dynamic {
  display: none;
}
.promoted-articles .promoted-articles-item {
  display: block;
  width: 100%;
}
.promoted-articles .promoted-articles-item a {
  border: 0px none;
  color: #0083ca;
  padding: 0px;
}
/* /  Promoted Articles Homepage --------------------------------------------------------- */
/* -- Footer ----------------------------------------------------------------- */
footer.footer {
  background: #232d37;
  color: #fff;
  padding-bottom: 60px;
}
footer.footer .footer-inner {
  max-width: 100%;
  padding: 0px;
  display: flex;
}
footer.footer .footer-inner h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
footer.footer .footer-inner a {
  color: #fff;
  display: block;
  font-size: 15px;
  padding-bottom: 5px;
}
.footer-title {
  font-size: 25px;
}
/* /  Footer ----------------------------------------------------------------- */
/* -- Homepage structure ----------------------------------------------------------------- */
.homepage-container {
  display: flex;
}
.homepage-container .homepage-sidebar {
  order: 1;
  max-width: 375px;
  min-width: 330px;
  width: 30%;
  padding-right: 30px;
}
.homepage-container .main-homepage-content {
  order: 2;
  width: 70%;
  padding-left: 30px;
}
.sidebar-section,
.callout {
  background-color: #f5f6f6;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 5px;
  min-height: 150px;
}
.sidebar-section.dark-callout,
.callout.dark-callout {
  background-color: #0083ca;
  color: #fff;
}
.sidebar-section.dark-callout h1,
.callout.dark-callout h1,
.sidebar-section.dark-callout h2,
.callout.dark-callout h2,
.sidebar-section.dark-callout h3,
.callout.dark-callout h3,
.sidebar-section.dark-callout h4,
.callout.dark-callout h4,
.sidebar-section.dark-callout h5,
.callout.dark-callout h5,
.sidebar-section.dark-callout h6,
.callout.dark-callout h6,
.sidebar-section.dark-callout a,
.callout.dark-callout a {
  color: #fff;
}
.sidebar-section.license-callout,
.callout.license-callout {
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 50px;
  padding-left: 100px;
}
.sidebar-section.license-callout h3,
.callout.license-callout h3 {
  margin-bottom: 15px;
}
.sidebar-section.license-callout .btn,
.callout.license-callout .btn {
  border: 1px solid   #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}
.sidebar-section.license-callout .btn:hover,
.callout.license-callout .btn:hover {
  background: #fff;
  color: #0083ca;
}
.sidebar-section h3,
.callout h3 {
  font-size: 25px;
  font-weight: bold;
  color: #232d37;
  line-height: 27px;
  margin-bottom: 15px;
}
.sidebar-section ul,
.callout ul {
  transition: height .25s ease;
}
.sidebar-section ul li,
.callout ul li {
  margin-left: 12px;
}
.sidebar-section ul li a,
.callout ul li a {
  font-size: 15px;
  padding-bottom: 7.5px !important;
  display: flex;
}
.sidebar-section ul li a:hover,
.callout ul li a:hover {
  text-decoration: none !important;
  color: #232d37;
}
.sidebar-section ul li a:hover:before,
.callout ul li a:hover:before {
  color: #232d37;
}
.sidebar-section ul li a:before,
.callout ul li a:before {
  content: '•';
  color: #0083ca;
  margin-left: -12px;
  padding-right: 10px;
  display: flex;
}
.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.filter-header h3 {
  margin-bottom: 0px;
}
.filter-header a {
  font-size: 13px;
  color: #0083ca;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  text-align:right;
}
.filter-header a:hover {
  color: #0083ca;
  text-decoration: none;
}
.filter-header select {
  background-color: transparent;
  border: 0px none;
  font-size: 13px;
  text-transform: uppercase;
  text-align: right;
  font-weight: bold;
  color: #232d37;
  padding: 0px;
  background-size: 10px;
  background-position: right 6px;
  padding-right: 20px;
}
.filter-header select option {
  text-align: right;
}
.line-height-half {
  line-height: .5em;
}
/* /  Homepage structure ----------------------------------------------------------------- */
/* -- My Tickets Module ----------------------------------------------------------------- */
#dynamic-tickets {
  display: none;
}
#my-tickets-toggle {
  list-style: none;
}
#my-tickets-toggle li {
  margin-left: 0px;
  list-style:none;
  display:flex;
}
#my-tickets-toggle li:last-of-type {
  display: block;
}
#my-tickets-toggle li a{
  padding-right:5px;
}
#dynamic-tickets .see-all-tickets{
  font-size:14px;
  text-align:right;
  display:block;
  padding-top:5px;
}
#my-tickets-toggle li a.active{
 text-decoration:underline !important;
  font-weight:bold;
}
#my-tickets-toggle li a:before {
  display: none;
}
#my-tickets-toggle li:first-of-type::after{
    content:'|';
  padding-left:2.5px;
  padding-right:7.5px;
}
/*
 #my-tickets-toggle li a:after {
  content: '▼';
  transform: scale(2, 1);
  margin-left: 10px;
  font-size: 6px;
  margin-top: 9px;
  color: #777;
} */
#org-tickets{
  display:none;
}
#my-tickets ul li,
#org-tickets ul li {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 15px;
  margin-left: 0px;
  padding-bottom: 5px;
}
#my-tickets ul li:hover,
#org-tickets ul li:hover {
  background: #f9f9f9;
}
#my-tickets ul li .ticket-header,
#org-tickets ul li .ticket-header {
  display: flex;
  width: 82%;
  align-items: center;
}
#my-tickets ul li .ticket-header svg,
#org-tickets ul li .ticket-header svg {
  width: 13px;
  min-width: 13px;
  height: 15px;
  margin-right: 12.5px;
  margin-top: 2px;
  fill: #0083ca;
}
#my-tickets ul li .ticket-header .ticket-title,
#org-tickets ul li .ticket-header .ticket-title {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  padding-right: 5px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#my-tickets ul li.open svg,
#org-tickets ul li.open svg {
  fill: #d33030;
}
#my-tickets ul li.open .status,
#org-tickets ul li.open .status {
  color: #d33030;
}
#my-tickets ul li a,
#org-tickets ul li a {
  color: #232d37;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  text-decoration: none !important;
}
#my-tickets ul li a:before,
#org-tickets ul li a:before {
  display: none;
}
#my-tickets ul li a:hover,
#org-tickets ul li a:hover {
  text-decoration: none !important;
}
#my-tickets ul li .status,
#org-tickets ul li .status {
  color: #0083ca;
  text-align: right;
  font-weight: bold;
}
/* /  My Tickets Module ----------------------------------------------------------------- */
/* -- Homepage ----------------------------------------------------------------- */
.homepage-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 10px;
  max-height: 85px;
}
.homepage-header .container {
  display: flex;
}
.homepage-header ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.homepage-header .unsigned-user {
  order: 1;
  max-width: 375px;
  min-width: 330px;
  width: 30%;
  padding-right: 30px;
  padding-top: 5px;
}
.homepage-header .unsigned-user h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: -2px;
}
.homepage-header .unsigned-user .user-personas-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #232d37;
  font-weight: bold;
  font-size: 20px;
  text-transform: capitalize;
}
.homepage-header .unsigned-user .user-personas-wrapper:before {
  content: ' ';
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  width: 20px;
  height: 22px;
  margin-right: 10px;
}
.homepage-header .unsigned-user .user-personas-wrapper #user-personas {
  border: 0px none;
  padding: 0px;
  color: #232d37;
  font-weight: bold;
  font-size: 20px;
  background-size: 13px;
  background-position: right 13px;
  width: auto;
  padding-right: 25px;
}
.homepage-header .homepage-switcher {
  width: 70%;
  order: 2;
  margin-bottom: -12px;
  max-width: 70%;
  margin-left: 30px;
  min-height: 50px;
}
.homepage-header .homepage-switcher img {
  height: auto;
}
.homepage-header .homepage-switcher ul {
  height: 100%;
}
.homepage-header .homepage-switcher ul li {
  display: flex;
  height: 100%;
  align-items: center;
  margin-right: 30px;
}
.homepage-header .homepage-switcher ul li a {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  display: block;
  height: 100%;
  max-height: 80px;
  display: flex;
  align-items: center;
  color: #232d37;
  text-decoration: none;
  transition: all .15s ease;
}
.homepage-header .homepage-switcher ul li a.active {
  border-bottom: 2px solid #0083ca;
  transition: all .15s ease;
}
.homepage-header .homepage-switcher ul li a:hover {
  border-bottom: 2px solid #99cdea;
}
#homepage-announcements li {
  list-style: none;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: flex;
  margin-left: 0px;
}
#homepage-announcements li .icon-container {
  display: block;
  max-height: 20px;
  height: 100%;
  padding-top: 5px;
  width: auto;
  max-width: 20px;
  margin-right: 15px;
}
#homepage-announcements li .icon-container a {
  display: none;
}
#homepage-announcements li .icon-container p {
  display: none;
  text-indent: -9999px;
  padding: 0px;
  margin: 0px;
}
#homepage-announcements li .icon-container p:first-of-type {
  display: block;
}
#homepage-announcements li .icon-container p:first-of-type img {
  display: block;
  margin-right: 15px;
  min-width: 20px;
}
#homepage-announcements li:last-of-type {
  border: 0px none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#homepage-announcements li a {
  font-size: 17px;
  font-weight: bold;
}
#homepage-announcements li p {
  font-size: 15px;
  color: #232d37;
  line-height: 17px;
}
.homepage-switchable-content .tab {
  display: none;
}
.homepage-switchable-content .tab:first-of-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homepage-switchable-content .tab h2 {
  font-size: 40px;
  color: #0083ca;
  font-weight: bold;
}
.homepage-switchable-content .tab table {
  width: 100%;
}
.homepage-switchable-content .tab table td p {
  padding-right: 30px;
}
.homepage-switchable-content .tab table td ul li {
  padding-bottom: 10px;
}
.homepage-switchable-content .tab img {
  max-width: 100%;
  height: auto;
}
.homepage-content {
  margin-bottom: 30px;
}
.homepage-content:nth-of-type(1) {
  margin-bottom: 0px;
}
.has-3-articles,
.has-5-articles {
  display: flex;
}
.has-3-articles .homepage-content:nth-of-type(1),
.has-5-articles .homepage-content:nth-of-type(1) {
  max-width: 100%;
  width: 100%;
}
.has-3-articles .homepage-content,
.has-5-articles .homepage-content {
  max-width: 45%;
  width: 100%;
}
.has-4-articles {
  display: flex;
}
.has-4-articles .homepage-content:nth-of-type(1),
.has-4-articles .homepage-content:nth-of-type(2) {
  max-width: 100%;
  width: 100%;
}
.has-4-articles .homepage-content {
  max-width: 45%;
  width: 100%;
}
/* /  Homepage ----------------------------------------------------------------- */
/* -- Article Page ----------------------------------------------------------------- */
.article {
  flex: 1 0 70%;
  max-width: 100%;
  padding-right: 0px;
  margin-right: 0px;
}
.article-sidebar {
  min-width: 300px;
  flex: 1 0 30%;
  max-width: 375px;
  border: 0px none !important;
}
/* -- Article body ----------------------------------------------------------------- */
.article-body .article-thumb {
  display: none !important;
}
.article-body table {
  width: 100%;
}
.article-body table td {
  vertical-align: top;
}
.article-body table td p:first-of-type {
  margin-top: 0px;
}
.article-body table img {
  padding-right: 30px;
  padding-top: 5px;
  max-width: 263px;
}
.article-body .btn-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 30px;
}
.article-body .btn-nav li {
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.article-body .btn-nav li a {
  border-color: #0083ca;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  transition: all .25s linear;
}
.article-body .btn-nav li a:hover {
  background: #0083ca;
  color: #fff;
}
/* /  Article body ----------------------------------------------------------------- */
/* /  Article Page ----------------------------------------------------------------- */
/* -- Product landing ----------------------------------------------------------------- */
.article .product-landing-title {
  font-size: 55px;
  color: #232d37;
  font-weight: bold;
  line-height: 60px;
}
/* /  Product landing ----------------------------------------------------------------- */
/* -- Dynamic Category Menu ----------------------------------------------------------------- */
#dynamic-catgory-container #menu,
#dynamic-catgory-container #kb-menu {
  display: none;
}
#dynamic-catgory-container #kb-menu {
  padding-top: 10px;
}
#dynamic-catgory-container #final-menu {
  display: none;
  list-style: none;
}
#dynamic-catgory-container #final-menu .section-item > a {
  color: #232d37;
  font-weight: bold;
}
#dynamic-catgory-container #final-menu a {
  text-decoration: none !important;
  display: block;
  padding: 5px 0px;
}
#dynamic-catgory-container #final-menu a:before {
  display: none !important;
}
#dynamic-catgory-container #final-menu a:hover {
  text-decoration: none !important;
  cursor: pointer;
}
#dynamic-catgory-container #final-menu .article-menu li.section-item a {
  font-weight: bold;
}
#dynamic-catgory-container #final-menu .article-menu li.article-link {
  order: 999;
}
#dynamic-catgory-container #final-menu .article-menu li.article-link a {
  color: #0083ca;
  font-weight: normal;
}
#dynamic-catgory-container #final-menu .article-menu li.article-link a:hover {
  color: #232d37;
}
#dynamic-catgory-container #final-menu .article-menu li a {
  color: #232d37;
  display: block;
  padding: 5px 0px 10px 0px;
  transition: padding .2s linear;
}
#dynamic-catgory-container #final-menu .article-menu li a:hover {
  color: #0083ca;
}
#dynamic-catgory-container #final-menu .article-menu li.current-article a {
  color: #0083ca;
  box-shadow: 2px 0px 0px #0083ca inset;
  margin-left: -20px;
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  transition: padding .2s linear;
}
#dynamic-catgory-container .sub-menu {
  margin-left: 20px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: opacity .2s linear;
  display: flex;
  flex-direction: column;
}
#dynamic-catgory-container .section-item.open > a {
  font-weight: bold;
}
#dynamic-catgory-container .current-parent-sect.open {
  height: auto;
  opacity: 1;
}
#dynamic-catgory-container .current-parent-sect.open > .sub-menu {
  height: auto;
  opacity: 1;
}
#dynamic-catgory-container .current-parent-sect.open > .sub-menu .open {
  height: auto;
  opacity: 1;
}
#dynamic-catgory-container .current-parent-sect.open > .sub-menu .open > .sub-menu {
  height: auto;
  opacity: 1;
  box-shadow: 2px 0px 0px #e7e7e7 inset;
  padding-left: 20px;
  margin-left: 0px;
  margin-top: 5px;
}
#dynamic-catgory-container .current-parent-sect.open > .sub-menu .open > .sub-menu .open {
  height: auto;
  opacity: 1;
  margin-left: 0px;
  margin-top: 5px;
}
#dynamic-catgory-container .current-parent-sect.open > .sub-menu .open > .sub-menu .open > .sub-menu {
  height: auto;
  opacity: 1;
  box-shadow: 2px 0px 0px #e7e7e7 inset;
  padding-left: 20px;
  margin-left: 0px;
  margin-top: 5px;
}
#dynamic-catgory-container .current-parent-sect.open > .sub-menu .open > .sub-menu .open > .sub-menu .open {
  height: auto;
  opacity: 1;
  box-shadow: 2px 0px 0px #e7e7e7 inset;
  padding-left: 20px;
  margin-left: 0px;
  margin-top: 5px;
}
/* /  Dynamic Category Menu ----------------------------------------------------------------- */
/* -- Product materials Menu ----------------------------------------------------------------- */
.product-materials-menu .current-parent-sect {
  margin-left: 0px;
}
.product-materials-menu .current-parent-sect > .sub-menu {
  margin-left: 0px !important;
}
.product-materials-menu .sub-menu:first-child > .section-item:not(.open) {
  display: none;
}
.product-materials-menu .sub-menu .section-item .article-link {
  display: none;
}
.product-materials-menu .sub-menu .sub-menu .section-item .article-link {
  display: flex;
  padding-left: 8px;
}
.product-materials-menu .sub-menu {
  box-shadow: none !important;
  margin-left: 0px;
  padding-left: 0px !important;
}
.product-materials-menu .sub-menu a {
  box-shadow: none !important;
}
.product-materials-menu .sub-menu .section-item {
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: 4px 13px;
  padding-left: 20px;
  margin-left: 0px;
  margin-top: 0px !important;
  margin-bottom: 0px  !important;
}
.product-materials-menu .sub-menu .section-item:hover {
  cursor: pointer;
}
.product-materials-menu .sub-menu .section-item.open {
  background-size: 10.5px;
  background-position: 2px 14px;
}
#dynamic-catgory-container.product-materials-menu #final-menu .article-menu a {
  padding-bottom: 5px !important;
}
#dynamic-catgory-container.product-materials-menu #final-menu .article-menu li.article-link a {
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}
#dynamic-catgory-container.product-materials-menu #final-menu .article-menu li.article-link.current-article a {
  margin-left: -10px !important;
}
/* /  Product materials Menu ----------------------------------------------------------------- */
/* -- Breadcrumbs ----------------------------------------------------------------- */
.sub-nav {
  margin-top: 15px;
}
/* /  Breadcrumbs ----------------------------------------------------------------- */
/* -- Mobile Menu ----------------------------------------------------------------- */
.user-nav[aria-expanded="true"] > a {
  color: #0083ca;
  font-size: 18px;
}
.user-nav[aria-expanded="true"] > a:hover {
  color: #232d37;
}
.icon-menu::before {
  font-size: 28px;
}
/* /  Mobile Menu ----------------------------------------------------------------- */
.pagination-current span {
  color: #fff;
}
/* -- MEDIA ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
@media screen and (max-width: 1180px) {
  .header .logo img {
    max-height: 22px;
  }
  .user-nav a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .search #query {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .header .logo img {
    max-height: 18px;
  }
  .header .logo a {
    margin-right: 30px;
  }
  .user-nav a {
    font-size: 13px;
  }
  .article-container {
    flex-direction: row;
  }
  .homepage-container .homepage-sidebar,
  .article-sidebar {
    min-width: 275px;
    padding-right: 10px;
  }
  .article-sidebar {
    padding-right: 30px;
  }
  .article {
    flex: 1 0 60%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 875px) {
  .header-search {
    display: none;
  }
  .homepage-container .homepage-sidebar,
  .article-sidebar {
    min-width: 220px;
    padding-right: 0px;
  }
  .article-sidebar {
    padding-right: 30px;
  }
  .homepage-header .unsigned-user {
    min-width: 290px;
  }
  .homepage-header .unsigned-user h2 {
    font-size: 23px;
  }
  .homepage-header .homepage-switcher {
    width: 85%;
    margin-left: 0px;
  }
  .homepage-header .homepage-switcher ul {
    justify-content: flex-end;
  }
  .homepage-header .homepage-switcher ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 780px) {
  .homepage-container {
    flex-wrap: wrap;
    padding: 0px;
  }
  .homepage-container .main-homepage-content {
    order: 1;
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }
  .homepage-container .homepage-sidebar {
    order: 2;
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .header-search {
    display: block;
  }
  #user.user-info.dropdown {
    position: absolute;
    right: 100px;
    top: -5px;
  }
  #user.user-info.dropdown #user-name {
    display: block;
    font-size: 18px;
  }
  .footer-inner {
    flex-wrap: wrap;
  }
  .footer-inner .footer-col {
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
  }
  .footer-inner .footer-col:first-of-type {
    padding-top: 0px;
  }
  .article-container {
    flex-wrap: wrap;
  }
  .article-container .article-sidebar {
    width: 100%;
    max-width: 100%;
    order: 2;
    padding: 0px;
  }
  .article-container .article {
    order: 1;
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }
}
/* /  MEDIA ----------------------------------------------------------------- */
/* /  MEDIA ----------------------------------------------------------------- */
/* /  MEDIA ----------------------------------------------------------------- */


/* / Cleo Dev from Envoy */


/* / Cleo CUSTOM  */
.blueback {
  background: #1B54B3; 
  padding: 10px;
  color: white; 
}
.whitetext {
  font: white; 
}
.spacecol {
  width:75px;
  vertical-align: top; 
}

.tickets-list ul:empty:before{
  content:'You don’t have any current tickets';
  display:block;
  font-size:13px;
  padding-top:10px;
}

.treetop {
  margin-bottom: 10px;
}



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

.homepage-image {
  width: 3000px;  
}

.arrow {
background: url(/hc/theming_assets/01JFDED51C6V3MFVP5VYBA6Q4P) no-repeat #fff;
background-size: 120px;
width: 120px;
height: 30px;
margin-top: 9px;
margin-left: -127px;
display: block;
position: absolute;
z-index: -1;
}

.hp  {
  width: 300px;
}

.homepage-content {
  margin-bottom: 30px;
}

.homepage-content h3 {
  font-size: 28px;
  color: #1283C5; 
}

.hpi li {
  margin-left: 60px; 
}
.hpi p  {
  margin-left: 60px; 
}

.privimg  img {
  width: 280px;
  height: 100px;
}


/***** Support Page *****/
.sup img td {
  width: 50px;
}

/***** Support Page *****/
.docimg {
  width: 650px;
}



/***** Product Page *****/
.support td {
  padding: 10px;
}

.pp  {
  width: 370px;
}

.prod2 {
  width: 300px; 
}
.prod a {
  color: #007BDA;
}

.article-title-product-landing-title {
  font-size: 40px;
  display: block;
  line-height:45px;
  margin-bottom:15px;
}

/***** General  *****/
.footer-col {
  margin: 0px;
  width: 300px;
}

.foot{
  width: 450px;
  height: 200px;
}

.foot2 {
  width: 450px;
  padding-left: 45px;
}

.keepblue a:visited {
  color: #007BDA;
}

xa:visited {
  color: #285f8f;
}
.spacercol {
  width:30px;
}


.cols2 div {
    column-count: 2;
}

.button a {
  color: rgba(51, 122, 183, 1);
  padding: 0px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin-bottom:  0px;
  border-radius: 8px;
}
.button a:hover {
  color: white;
}

/***** Product Doc Article styles MOVED UP *****/

#dynamic-kb-menu{
  display:none;
  word-break: break-word;
}

#dynamic-kb-menu{
  display:none;
  word-break: break-word;
  max-height: 470px;
}


#dynamic-kb-menu ul{
  max-height: 380px;
  overflow-y: auto;
}

#my-tickets-toggle{
  display:none;
  display:flex;
}


*/ Docs  */ 


#CloudDoc .training-navigation {
   margin-top: 0px;
   border-spacing: 15px;
   border-collapse: separate;
  
}

#CloudDoc .training-navigation td {
    width: 33%;
    padding: 13px 0px 0px 0px;
    margin: 0 15px;
    position: relative;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ddd;
    text-align: left;
}

#CloudDoc .training-navigation td strong,
#CloudDoc .training-navigation td em {
    display: block;
    clear: both;
    text-align: center;
}

#CloudDoc .training-navigation td strong {
  font-size: 1.4em;
}

#CloudDoc .training-navigation td em {
  font-size: .8em;
}

#CloudDoc .training-navigation td:not(.selected):hover {
   border: 1px solid #005cb2;
}

#CloudDoc .training-navigation td.selected {
   background-color: #005cb2;
   border: 4px solid #005cb2;
}
#CloudDoc .training-navigation td.selected:after, 
#CloudDoc .training-navigation td.selected:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#CloudDoc .training-navigation td.selected:after {
	border-color: rgba(0, 92, 178, 0);
	border-top-color: #005cb2;
	border-width: 10px;
	margin-left: -10px;
}
#CloudDoc .training-navigation td.selected:before {
	border-color: rgba(0, 92, 178, 0);
	border-top-color: #005cb2;
	border-width: 16px;
	margin-left: -16px;
}

#CloudDoc .training-navigation td.selected p {
   color: #FFF;
}

#CloudDoc table {width: 750px;background: white;}
.clouddoctable  {background: ; margin-left: 45px;}
.clouddoctable  td {background: ; margin-left: 45px;}


.article-body td, .article-body th {
padding: 10px;
}

*/ Doc Private Cloud  */ 
#CloudDocStatic .columnlayout {
   margin-top: 50px;
   border-spacing: 15px;
   border-collapse: separate;
}

#CloudDocStatic .columnlayout td {
    width: 150px;
    padding: 65px 20px 10px 20px;
    margin: 0 15px;
    position: relative;
    background: #f0f2f2;
    border: 4px solid transparent;
}

#CloudDocStatic .columnlayout td strong,
#CloudDocStatic .columnlayout td em {
    display: block;
    clear: both;
    text-align: center;
}

#CloudDocStatic .columnlayout td strong {
  font-size: 1.4em;
}

#CloudDocStatic .columnlayout td em {
  font-size: .8em;
}

#CloudDocStatic .columnlayout td img {
    padding: 0;
    position: absolute;
    margin: auto;
    top: -30px;
    left: 0;
    right: 0;
    border: 2px solid #FFF;
    border-radius: 78px;
}

*/ Doc Cloud Edition  */ 

#CloudDocStatic2 .columnlayout {
   margin-top: 50px;
   border-spacing: 15px;
   border-collapse: separate;
}


#CloudDocStatic2 .columnlayout td {
    width: 33%;
    padding: 65px 20px 10px 20px;
    position: relative;
    margin: 0 15px;
    background: #f0f2f2;
    border: 4px solid transparent;
}

#CloudDocStatic2 .columnlayoutwt td {
    width: 33%;
    padding: 65px 20px 10px 20px;
    position: relative;
    margin: 0 15px;
    background: #ffffff;
    border: 4px solid transparent;
}



/*

#CloudDocStatic2 .columnlayout td strong,
#CloudDocStatic2 .columnlayout td em {
    display: block;
    clear: both;
    text-align: center;
}

#CloudDocStatic2 .columnlayout td strong {
  font-size: 1.4em;
}

#CloudDocStatic2 .columnlayout td em {
  font-size: .8em;
}
*/

#CloudDocStatic2 .columnlayout td img {
    padding: 0;
    position: absolute;
    margin: auto;
    top: -30px;
    left: 0;
    right: 0;
    border: 2px solid #FFF;
    border-radius: 78px;
}

table td#CELLWHITE {background-color:#ffffff;}


.boldlink {
  font-weight: bold;
  color: rgba(51, 122, 183, 1);
  text-decoration: none;
  <!--color: #007BDA; -->
}

/* Cloud Edition Introduction Styles*/



#CICCloudEditionDoc .banner img.banner-img {
  padding: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border-radius: 78px;
  display: block;
	top: -30px;
}

#CICCloudEditionDoc .banner img.toggle-img {
	margin: auto;
}

#CICCloudEditionDoc .banner {
  background: #f0f2f2;
  text-align: center;
	padding: 65px 20px 40px 20px;
  position: relative;
}

#CICCloudEditionDoc .banner a {
  
}

#CICCloudEditionDoc .banner a.button-link {
  border-color: #005cb2;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    transition: all .25s linear;
    background: #005cb2;
    color: white;
    padding: 10px 15px;
    border-radius: 30px;
    text-decoration: none !important;
}

#CICCloudEditionDoc .btn-nav li {
  margin: auto;
}

#CICCloudEditionDoc .info-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  justify-content: space-around;
  border: 1px solid #f0f2f2;
}

#CICCloudEditionDoc .info-grid > div {
  flex-shrink: 1;
  width: 330px;
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
}

#CICCloudEditionDoc .info-grid > div img {
  margin-right: 15px;
}

#CICCloudEditionDoc .info-grid > div .info-grid-content p:first-child {
 margin: 0; 
}

/* Private Cloud Edition Introduction Styles */
.CICPrivateCloudEditionDoc {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.CICPrivateCloudEditionDoc .banner em {
  font-size: 0.8em;
}

.CICPrivateCloudEditionDoc .info-panel {
  margin: 15px;
  border: 1px solid #f0f2f2;
  flex-grow: 1;
  width: 300px;
}

.CICPrivateCloudEditionDoc .info-panel li {
  padding: 5px 0;
}

/* jQuery UI Dialog boxes ----------------------------------------------------------------- */
.spinning-loader-container {
  display: none;
  z-index: 99999;
  position: fixed;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
}
.spinning-loader {
  animation: spinLoaderAnimationIn 3s linear infinite, spinLoaderAnimationIE 3s linear infinite;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 167;
  /* default value for IE */
  stroke-width: 3;
}
.spinning-loader-container {
  width: 60px;
  height: 60px;
  animation: spinLoaderAnimation .8s linear infinite;
}
@keyframes spinLoaderAnimation {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinLoaderAnimationIn {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 444;
  }
}
/*
  IE doesnt support svg animations. Therefore
  we are updating the stroke-dasharray value here
  to make the stoke-dashoffset animation work
  for browsers that support it.

  More info: https://github.com/zendesk/knowledge_client/pull/252
  */
@keyframes spinLoaderAnimationIE {
  0% {
    stroke-dasharray: 222;
  }
  100% {
    stroke-dasharray: 222;
  }
}
body .ui-widget-overlay {
  background-color: rgba(47, 57, 65, 0.85);
  opacity: 1;
}
body .ui-widget-header {
  background: none;
  border: none;
}
body .profile-private-badge {
  border: 0px none;
  outline: none;
}

body .profile-info .options #btn-edit-user-interests-modal,
body .profile-info .options a[data-action="edit-profile"] {
  font-size: 12px;
  border: 1px solid #0083ca;
  color: #0083ca;
  line-height: normal;
  padding: 5.5px 20px;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
}
body .profile-info .options #btn-edit-user-interests-modal:active,
body .profile-info .options a[data-action="edit-profile"]:active,
body .profile-info .options #btn-edit-user-interests-modal:focus,
body .profile-info .options a[data-action="edit-profile"]:focus {
  background: #fff;
}
body .profile-info .options #btn-edit-user-interests-modal:hover,
body .profile-info .options a[data-action="edit-profile"]:hover {
  color: #fff;
  background: #0083ca;
}
body .ui-dialog {
  width: 100% !important;
  max-width: 680px;
  border-color: transparent;
  box-shadow: 0 20px 28px 0 rgba(47, 57, 65, 0.35);
  width: calc(100vw - 60px);
  padding: 10px 15px;
}
body .ui-dialog.saving:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 999;
}
body .ui-dialog .ui-dialog-titlebar .ui-button {
  background-color: transparent;
  border: 0px none;
  opacity: .6;
}
body .ui-dialog .ui-dialog-titlebar .ui-button:hover {
  opacity: 1;
}
body .ui-dialog .ui-dialog-titlebar .ui-button .ui-icon-closethick {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' color='%232F3941'%3E%3Cpath stroke='currentColor' stroke-linecap='round' d='M4 10l6-6M4 4l6 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
}
body .ui-widget.ui-widget-content {
  border: 0px none;
  border-radius: 4px;
}
.edit-user-tags-body {
  width: 100%;
  color: #555;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid;
  background-color: #dbf3ff;
  border-color: #b5e0f5;
}
.edit-user-tags-body a {
  color: #158ec2;
}
.notification-box:before {
  border: 1px solid;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  margin-right: 15px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  display: inline-block;
  text-align: center;
}
[dir=rtl] .notification-box:before {
  margin-right: 0;
  margin-left: 15px;
}
.notification-box:before {
  content: "i";
  font-family: serif;
  border-color: #b5e0f5;
}
.notification-box:before {
  content: "!";
  font-family: sans-serif;
  border-color: #ede5a1;
}
.notification-box:before {
  content: "!";
  font-family: sans-serif;
  border-color: #f7cbcb;
}
#edit-user-tags-modal {
  min-height: 300px !important;
}
#edit-user-tags-modal #user-tags-list {
  margin-top: 20px;
}
#edit-user-tags-modal #user-tags-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#edit-user-tags-modal #user-tags-list ul li {
  margin-right: 15px;
  margin-bottom: 10px;
  flex: 0 0 30%;
}
#edit-user-tags-modal #user-tags-list ul li a {
  border-radius: 4px;
  background: #dae3f3;
  padding: 7.5px 12.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-align: center;
  border: 1px solid #7b92b9;
  transition: all .12s ease;
}
#edit-user-tags-modal #user-tags-list ul li a:hover {
  background: #a8d0fb;
}
#edit-user-tags-modal #user-tags-list ul li a.active {
  background: #8faadc;
  color: #000;
  transition: all .12s ease;
  box-shadow: 0px 0px 1px 1px #fff;
}
/* END jQuery UI Dialog boxes ----------------------------------------------------------------- */
@charset "UTF-8";
/* -- Colors ----------------------------------------------------------------- */
/* /  Colors ----------------------------------------------------------------- */
/* -- Fonts ----------------------------------------------------------------- */
/* /  Fonts ----------------------------------------------------------------- */
/* -- Header ----------------------------------------------------------------- */
body .header {
  background: #00225E;
  height: 73px;
  max-width: 100%;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0px;
}
body .header .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body .header .logo img {
  max-height: 30px;
}
body .header .logo a {
  margin-right: 50px;
}
body .header .btn {
  background: #0083ca;
  color: #fff;
}

.header-search {
  max-width: 100%;
  width: 100%;
  margin-right: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-search .search {
  max-width: 245px;
  margin-right: 30px;
}
.header-search .search:before {
  color: #fff;
}
.header-search .search #query {
  width: 100%;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #fff;
  padding-left: 15px;
  padding-right: 45px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}
.header-search .search #query::-webkit-input-placeholder {
  color: #fff;
}
.header-search .search #query::-moz-placeholder {
  color: #fff;
}
.header-search .search #query:-ms-input-placeholder {
  color: #fff;
}
.header-search .search #query:-moz-placeholder {
  color: #fff;
}

.search {
  width: 100%;
  max-width: 400px;
  min-width: 100px;
}
.search:before {
  left: auto;
  right: 15px;
  background-color: transparent;
  color: #232d37;
  font-weight: bold;
}
.search #query {
  width: 100%;
  max-width: 400px;
  background: #e1f0f9;
  border-radius: 4px;
  border: 0px none;
  padding-left: 15px;
  padding-right: 45px;
  color: #232d37;
  font-size: 15px;
  font-weight: bold;
}

#user #user-dropdown {
  border: 0px none;
  padding: 20px 15px;
}
#user #user-dropdown a {
  font-size: 16px;
  line-height: 20px;
  color: #000 !important;
  padding: 10px 20px;
  transition: all 120ms;
  font-weight: 600 !important;
  text-transform: capitalize;
}
#user #user-dropdown a:hover {
  background-color: #D9E7F7;
  color: #0083ca;
  border-radius: 10px;
}
#user #user-dropdown.dropdown-menu-caret::after {
  border-right-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 13px;
  top: -13px;
  right: 7px;
}

/* -- User Nav ----------------------------------------------------------------- */
.user-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.user-nav a {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  padding: 15px 15px;
}
.user-nav a:hover {
  color: #0083ca;
}
.user-nav .nav-item.has-dropdown {
  position: relative;
}
.user-nav .nav-item.has-dropdown:hover .dropdown-menu {
  display: flex;
}
.user-info .dropdown-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: auto;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  border: 0px none;
  flex-direction: column;
  padding: 20px 15px;
  border-radius: 3px;
  min-width: 200px;
}

.user-info .dropdown-menu a {
  font-size: 16px;
  color: #000;
  padding: 10px 20px;
  transition: all 120ms;
  font-weight: 600;
  border-radius: 10px;
}
.user-info .dropdown-menu a:hover {
  background-color: #D9E7F7;
}
.user-nav #user-avatar {
  display: none;
}

#user {
  font-size: 16px;
}
#user #user-name {
  color: #fff;
  font-weight: bold;
  margin-top: -1px;
}

.user-info > [role="button"] {
  background-color: transparent !important;
}
.user-info > [role="button"]::after {
  padding-right: 0px;
  color: #fff;
}

/* /  User Nav ----------------------------------------------------------------- */
/* /  Header ----------------------------------------------------------------- */
/* -- Global ----------------------------------------------------------------- */
.btn,
.btn-nav a {
  padding: 10px 15px;
  border-radius: 30px;
  text-decoration: none !important;
}
.btn.outline,
.btn-nav a.outline {
  border: 2px solid #fff;
  padding: 10px 15px;
}
.btn.outline:hover,
.btn-nav a.outline:hover {
  background: #fff;
  color: #99cdea;
}
.btn:hover,
.btn-nav a:hover {
  text-decoration: none !important;
}

.btn-nav a {
  border: 2px solid #fff;
  padding: 10px 15px;
}
.btn-nav a:hover {
  background: #fff;
  color: #99cdea;
}

.container {
  max-width: 1320px;
}

/* /  Global ------------------------------------------------------------------------- */
/* -- Signed in check ----------------------------------------------------------------- */
.signed-in-check {
  display: none;
}

/* /  Signed in check ----------------------------------------------------------------- */
/* -- Mix it up controls -------------------------------------------------------------- */
.mixitup-control-active {
  background: #4d4d4d;
  color: #fff;
}

ul.training-videos-dynamic li,
ul.training-videos-default li {
  margin-bottom: 5px;
}
ul.training-videos-dynamic li a,
ul.training-videos-default li a {
  display: flex !important;
  align-items: center;
  line-height: 18px;
}
ul.training-videos-dynamic li .body,
ul.training-videos-default li .body {
  text-indent: -9999px;
  min-width: 120px;
}
ul.training-videos-dynamic li .body p:first-of-type,
ul.training-videos-default li .body p:first-of-type {
  display: inline;
}
ul.training-videos-dynamic li .body p,
ul.training-videos-default li .body p {
  margin: 0px;
  padding: 0px;
  display: none;
}
ul.training-videos-dynamic li .body iframe,
ul.training-videos-default li .body iframe {
  display: none;
}
ul.training-videos-dynamic li img,
ul.training-videos-default li img {
  max-width: 105px;
  height: auto;
  display: block;
  margin-right: 15px;
}

ul.training-videos-dynamic li,
ul.training-videos-default li {
  margin-left: 0px !important;
}
ul.training-videos-dynamic li a:before,
ul.training-videos-default li a:before {
  display: none !important;
}

/* /  Mix it up controls ----------------------------------------------------------------- */
/* -- Promoted Articles Homepage --------------------------------------------------------- */
#dynamic-recommended-articles {
  display: none;
}

.promoted-dynamic {
  display: none;
}

.promoted-articles .promoted-articles-item {
  display: block;
  width: 100%;
}
.promoted-articles .promoted-articles-item a {
  border: 0px none;
  color: #0083ca;
  padding: 0px;
}

/* /  Promoted Articles Homepage --------------------------------------------------------- */
/* -- Footer ----------------------------------------------------------------- */
footer.footer {
  background: #232d37;
  color: #fff;
  padding-bottom: 60px;
}
footer.footer .footer-inner {
  max-width: 100%;
  padding: 0px;
  display: flex;
}
footer.footer .footer-inner h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
footer.footer .footer-inner a {
  color: #fff;
  display: block;
  font-size: 15px;
  padding-bottom: 5px;
}

.footer-title {
  font-size: 25px;
}

/* /  Footer ----------------------------------------------------------------- */
/* -- Homepage structure ----------------------------------------------------------------- */
.homepage-container {
  display: flex;
}
.homepage-container .homepage-sidebar {
  order: 1;
  max-width: 375px;
  min-width: 330px;
  width: 30%;
  padding-right: 30px;
}
.homepage-container .main-homepage-content {
  order: 2;
  width: 70%;
  padding-left: 30px;
}

.sidebar-section,
.callout {
  background-color: #f5f6f6;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 5px;
  min-height: 150px;
}
.sidebar-section.dark-callout,
.callout.dark-callout {
  background-color: #0083ca;
  color: #fff;
}
.sidebar-section.dark-callout h1,
.sidebar-section.dark-callout h2,
.sidebar-section.dark-callout h3,
.sidebar-section.dark-callout h4,
.sidebar-section.dark-callout h5,
.sidebar-section.dark-callout h6,
.sidebar-section.dark-callout a,
.callout.dark-callout h1,
.callout.dark-callout h2,
.callout.dark-callout h3,
.callout.dark-callout h4,
.callout.dark-callout h5,
.callout.dark-callout h6,
.callout.dark-callout a {
  color: #fff;
}
.sidebar-section.license-callout,
.callout.license-callout {
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 50px;
  padding-left: 100px;
}
.sidebar-section.license-callout h3,
.callout.license-callout h3 {
  margin-bottom: 15px;
}
.sidebar-section.license-callout .btn,
.callout.license-callout .btn {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}
.sidebar-section.license-callout .btn:hover,
.callout.license-callout .btn:hover {
  background: #fff;
  color: #0083ca;
}
.sidebar-section h3,
.callout h3 {
  font-size: 25px;
  font-weight: bold;
  color: #232d37;
  line-height: 27px;
  margin-bottom: 15px;
}
.sidebar-section ul,
.callout ul {
  transition: height .25s ease;
}
.sidebar-section ul li,
.callout ul li {
  margin-left: 12px;
}
.sidebar-section ul li a,
.callout ul li a {
  font-size: 15px;
  padding-bottom: 7.5px !important;
  display: flex;
}
.sidebar-section ul li a:hover,
.callout ul li a:hover {
  text-decoration: none !important;
  color: #232d37;
}
.sidebar-section ul li a:hover:before,
.callout ul li a:hover:before {
  color: #232d37;
}
.sidebar-section ul li a:before,
.callout ul li a:before {
  content: '•';
  color: #0083ca;
  margin-left: -12px;
  padding-right: 10px;
  display: flex;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.filter-header h3 {
  margin-bottom: 0px;
}
.filter-header a {
  font-size: 13px;
  color: #0083ca;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}
.filter-header a:hover {
  color: #0083ca;
  text-decoration: none;
}
.filter-header select {
  background-color: transparent;
  border: 0px none;
  font-size: 13px;
  text-transform: uppercase;
  text-align: right;
  font-weight: bold;
  color: #232d37;
  padding: 0px;
  background-size: 10px;
  background-position: right 6px;
  padding-right: 20px;
}
.filter-header select option {
  text-align: right;
}

/* /  Homepage structure ----------------------------------------------------------------- */
/* -- My Tickets Module ----------------------------------------------------------------- */
#dynamic-tickets {
  display: none;
}

#my-tickets-toggle {
  list-style: none;
}
#my-tickets-toggle li {
  display: none;
  margin-left: 0px;
}
#my-tickets-toggle li:last-of-type {
  display: block;
}
#my-tickets-toggle li a:before {
  display: none;
}
#my-tickets-toggle li a:after {
  content: '▼';
  transform: scale(2, 1);
  margin-left: 10px;
  font-size: 6px;
  margin-top: 9px;
  color: #777;
}

#my-tickets ul li,
#org-tickets ul li {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 15px;
  margin-left: 0px;
  padding-bottom: 5px;
}
#my-tickets ul li:hover,
#org-tickets ul li:hover {
  background: #f9f9f9;
}
#my-tickets ul li .ticket-header,
#org-tickets ul li .ticket-header {
  display: flex;
  width: 82%;
  align-items: center;
}
#my-tickets ul li .ticket-header svg,
#org-tickets ul li .ticket-header svg {
  width: 13px;
  min-width: 13px;
  height: 15px;
  margin-right: 12.5px;
  margin-top: 2px;
  fill: #0083ca;
}
#my-tickets ul li .ticket-header .ticket-title,
#org-tickets ul li .ticket-header .ticket-title {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  padding-right: 5px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#my-tickets ul li.open svg,
#org-tickets ul li.open svg {
  fill: #d33030;
}
#my-tickets ul li.open .status,
#org-tickets ul li.open .status {
  color: #d33030;
}
#my-tickets ul li a,
#org-tickets ul li a {
  color: #232d37;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  text-decoration: none !important;
}
#my-tickets ul li a:before,
#org-tickets ul li a:before {
  display: none;
}
#my-tickets ul li a:hover,
#org-tickets ul li a:hover {
  text-decoration: none !important;
}
#my-tickets ul li .status,
#org-tickets ul li .status {
  color: #0083ca;
  text-align: right;
  font-weight: bold;
}

/* /  My Tickets Module ----------------------------------------------------------------- */
/* -- Homepage ----------------------------------------------------------------- */
.cleo-homepage-container h2,
.cleo-static-page-container h2 {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  line-height: 49px;
  text-align: center;
  margin-bottom: 60px;
}

#cleo-homepage .intro,
#cleo-static .intro {
  background-position: left top, center;
  background-size: cover, cover;
}
#cleo-homepage .intro .container,
#cleo-static .intro .container {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
  color: #fff;
}
#cleo-homepage .intro .container h1,
#cleo-static .intro .container h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 63px;
}
#cleo-homepage .intro .container p,
#cleo-static .intro .container p {
  line-height: 32px;
  font-size: 25px;
  font-weight: bold;
}

.cleo-homepage-nav,
.cleo-static-nav {
  padding-top: 80px;
  padding-bottom: calc(80px - 32px);
}
.cleo-homepage-nav nav,
.cleo-static-nav nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cleo-homepage-nav nav.flex-grow a,
.cleo-static-nav nav.flex-grow a {
  max-width: 100%;
}
.cleo-homepage-nav nav.flex-grow a .icon svg,
.cleo-static-nav nav.flex-grow a .icon svg {
  width: auto;
  height: auto;
}
.cleo-homepage-nav nav a,
.cleo-static-nav nav a {
  margin-left: 16px;
  margin-right: 16px;
  flex: 1 0 calc(305px - 32px);
  box-shadow: 4px 5px 20px rgba(0, 0, 0, 0.15);
  padding: 25px 20px 28px 20px;
  border-right: 10px;
  transition: all 80ms;
  background-repeat: no-repeat;
  background-position: 20px 28px;
  background-size: 60px auto;
  border-radius: 10px;
  height: 400px;
  max-width: 305px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cleo-homepage-nav nav a .icon,
.cleo-static-nav nav a .icon {
  height: 97px;
}
.cleo-homepage-nav nav a .icon svg,
.cleo-static-nav nav a .icon svg {
  width: 60px;
  height: auto;
}
.cleo-homepage-nav nav a:hover,
.cleo-static-nav nav a:hover {
  transform: translateY(-5px);
}
.cleo-homepage-nav nav a:hover svg path,
.cleo-static-nav nav a:hover svg path {
  fill: #0056B3;
}
.cleo-homepage-nav nav a:hover span,
.cleo-static-nav nav a:hover span {
  color: #0056B3;
}
.cleo-homepage-nav nav a:hover span svg path,
.cleo-static-nav nav a:hover span svg path {
  fill: #0056B3;
}
.cleo-homepage-nav nav a h3,
.cleo-static-nav nav a h3 {
  font-size: 30px;
  line-height: 34px;
  color: #000;
  font-family: 'GT Haptik';
  font-weight: bold;
  margin-top: 0px;
}
.cleo-homepage-nav nav a p,
.cleo-static-nav nav a p {
  font-size: 23px;
  line-height: 28px;
  color: #000;
  padding-top: 20px;
}
.cleo-homepage-nav nav a span,
.cleo-static-nav nav a span {
  color: #0083CA;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cleo-homepage-nav nav a span svg,
.cleo-static-nav nav a span svg {
  margin: 0px 0px 0px 20px;
}

/* -- buttons ----------------------------------------------------------------- */
.buttons .btn-solid {
  background-color: #0083ca;
}
.buttons .btn-outline {
  border-color: #fff;
}
.buttons a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0083ca !important;
}

/* /  buttons ----------------------------------------------------------------- */
/* -- new to cic ----------------------------------------------------------------- */
.new-to-cic {
  background-color: #00225E;
  border-radius: 10px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 30px 40px;
  margin-top: 60px;
  margin-bottom: 120px;
}
.new-to-cic .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-to-cic .container h4 {
  color: #fff;
  font-size: 30px;
}
.new-to-cic .container .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-to-cic .container .buttons a {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  padding: 12px;
  max-width: 220px;
  width: 20vw;
  min-width: 220px;
  margin-left: 17px;
  margin-right: 17px;
  font-weight: 600;
}
.new-to-cic .container .buttons a.btn-outline {
  font-weight: 600;
}

/* /  new to cic ----------------------------------------------------------------- */
/* -- Additional resources ----------------------------------------------------------------- */
.additional-resources {
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  flex-wrap: wrap;
  margin-bottom: 150px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.additional-resources.no-description a {
  padding: 33px 18px 8px 18px;
}
.additional-resources a {
  border: 0px none;
  border: 1px solid #0083ca;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  padding: 45px 18px 30px 18px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 120ms;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.additional-resources a:hover {
  border: 1px solid #0083ca;
  box-shadow: 0px 0px 0px 1px #0083ca;
  background: #D9E7F7;
}
.additional-resources a:hover h3 {
  color: #0083ca;
}
.additional-resources a h3 {
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: 600;
  transition: all 120ms;
}
.additional-resources a p {
  font-size: 25px;
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0px;
}

/* /  Additional resources ----------------------------------------------------------------- */
/* -- Whats new ----------------------------------------------------------------- */
#whats-new-cleo {
  background-color: #00225E;
}
#whats-new-cleo .container {
  padding-top: 70px;
  padding-bottom: 70px;
}
#whats-new-cleo .container h4 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
  font-weight: bold;
}
#whats-new-cleo .container .whats-new-feed {
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
}
#whats-new-cleo .container .whats-new-feed img {
  max-width: 100%;
}
#whats-new-cleo .container .whats-new-feed .post {
  background-color: #fff;
  border-radius: 0px;
  height: 100%;
  max-width: 100%;
}
#whats-new-cleo .container .whats-new-feed .post:hover span {
  color: #0056B3;
}
#whats-new-cleo .container .whats-new-feed .post:hover span svg path {
  fill: #0056B3;
}
#whats-new-cleo .container .whats-new-feed .post span {
  color: #0083ca;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
}
#whats-new-cleo .container .whats-new-feed .post span svg {
  margin-left: 20px;
}
#whats-new-cleo .container .whats-new-feed .post .post-body {
  padding: 30px;
}
#whats-new-cleo .container .whats-new-feed .post .post-body h5 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  color: #232d37;
}
#whats-new-cleo .container .whats-new-feed .post .post-body p {
  padding-top: 15px;
  font-size: 23px;
  line-height: 28px;
  color: #232d37;
}

@media screen and (max-width: 768px) {
  #whats-new-cleo .container .whats-new-feed {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}


/* /  Whats new ----------------------------------------------------------------- */
.homepage-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 10px;
  max-height: 85px;
}
.homepage-header .container {
  display: flex;
}
.homepage-header ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.homepage-header .unsigned-user {
  order: 1;
  max-width: 375px;
  min-width: 330px;
  width: 30%;
  padding-right: 30px;
  padding-top: 5px;
}
.homepage-header .unsigned-user h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: -2px;
}
.homepage-header .unsigned-user .user-personas-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #232d37;
  font-weight: bold;
  font-size: 20px;
  text-transform: capitalize;
}
.homepage-header .unsigned-user .user-personas-wrapper:before {
  content: ' ';
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  width: 20px;
  height: 22px;
  margin-right: 10px;
}
.homepage-header .unsigned-user .user-personas-wrapper #user-personas {
  border: 0px none;
  padding: 0px;
  color: #232d37;
  font-weight: bold;
  font-size: 20px;
  background-size: 13px;
  background-position: right 13px;
  width: auto;
  padding-right: 25px;
}
.homepage-header .homepage-switcher {
  width: 70%;
  order: 2;
  margin-bottom: -12px;
  max-width: 70%;
  margin-left: 30px;
  min-height: 50px;
}
.homepage-header .homepage-switcher img {
  height: auto;
}
.homepage-header .homepage-switcher ul {
  height: 100%;
}
.homepage-header .homepage-switcher ul li {
  display: flex;
  height: 100%;
  align-items: center;
  margin-right: 30px;
}
.homepage-header .homepage-switcher ul li a {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  display: block;
  height: 100%;
  max-height: 80px;
  display: flex;
  align-items: center;
  color: #232d37;
  text-decoration: none;
  transition: all .15s ease;
}
.homepage-header .homepage-switcher ul li a.active {
  border-bottom: 2px solid #0083ca;
  transition: all .15s ease;
}
.homepage-header .homepage-switcher ul li a:hover {
  border-bottom: 2px solid #99cdea;
}

#homepage-announcements li {
  list-style: none;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: flex;
  margin-left: 0px;
}
#homepage-announcements li .icon-container {
  display: block;
  max-height: 20px;
  height: 100%;
  padding-top: 5px;
  width: auto;
  max-width: 20px;
  margin-right: 15px;
}
#homepage-announcements li .icon-container a {
  display: none;
}
#homepage-announcements li .icon-container p {
  display: none;
  text-indent: -9999px;
  padding: 0px;
  margin: 0px;
}
#homepage-announcements li .icon-container p:first-of-type {
  display: block;
}
#homepage-announcements li .icon-container p:first-of-type img {
  display: block;
  margin-right: 15px;
  min-width: 20px;
}
#homepage-announcements li:last-of-type {
  border: 0px none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#homepage-announcements li a {
  font-size: 17px;
  font-weight: bold;
}
#homepage-announcements li p {
  font-size: 15px;
  color: #232d37;
  line-height: 17px;
}

.homepage-switchable-content .tab {
  display: none;
}
.homepage-switchable-content .tab:first-of-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homepage-switchable-content .tab h2 {
  font-size: 40px;
  color: #0083ca;
  font-weight: bold;
}
.homepage-switchable-content .tab table {
  width: 100%;
}
.homepage-switchable-content .tab table td p {
  padding-right: 30px;
}
.homepage-switchable-content .tab table td ul li {
  padding-bottom: 10px;
}
.homepage-switchable-content .tab img {
  max-width: 100%;
  height: auto;
}

.homepage-content {
  margin-bottom: 30px;
}
.homepage-content:nth-of-type(1) {
  margin-bottom: 0px;
}

.has-3-articles,
.has-5-articles {
  display: flex;
}
.has-3-articles .homepage-content:nth-of-type(1),
.has-5-articles .homepage-content:nth-of-type(1) {
  max-width: 100%;
  width: 100%;
}
.has-3-articles .homepage-content,
.has-5-articles .homepage-content {
  max-width: 45%;
  width: 100%;
}

.has-4-articles {
  display: flex;
}
.has-4-articles .homepage-content:nth-of-type(1),
.has-4-articles .homepage-content:nth-of-type(2) {
  max-width: 100%;
  width: 100%;
}
.has-4-articles .homepage-content {
  max-width: 45%;
  width: 100%;
}

/* /  Homepage ----------------------------------------------------------------- */
/* -- Article Page ----------------------------------------------------------------- */
.article {
  flex: 1 0 70%;
  max-width: 100%;
  padding-right: 0px;
  margin-right: 0px;
}

.article-sidebar {
  min-width: 300px;
  flex: 1 0 30%;
  max-width: 375px;
  border: 0px none !important;
}

/* -- Article body ----------------------------------------------------------------- */
.article-body .article-thumb {
  display: none !important;
}
.article-body table {
  width: 100%;
  max-width: 100%;
}
.article-body table td {
  vertical-align: top;
}
.article-body table td p:first-of-type {
  margin-top: 0px;
}
.article-body table img {
  padding-right: 30px;
  padding-top: 5px;
  max-width: 263px;
}
.article-body .btn-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 30px;
}
.article-body .btn-nav li {
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.article-body .btn-nav li a {
  border-color: #0083ca;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  transition: all .25s linear;
}
.article-body .btn-nav li a:hover {
  background: #0083ca;
  color: #fff;
}

/* /  Article body ----------------------------------------------------------------- */
/* /  Article Page ----------------------------------------------------------------- */
/* -- Product landing ----------------------------------------------------------------- */
.article .product-landing-title {
  font-size: 55px;
  color: #232d37;
  font-weight: bold;
  line-height: 60px;
}

/* /  Product landing ----------------------------------------------------------------- */
/* -- Dynamic Category Menu ----------------------------------------------------------------- */
#dynamic-catgory-container #menu,
#dynamic-catgory-container #kb-menu {
  display: none;
}
#dynamic-catgory-container #kb-menu {
  padding-top: 10px;
}
#dynamic-catgory-container #final-menu {
  display: none;
  list-style: none;
}
#dynamic-catgory-container #final-menu .section-item > a {
  color: #232d37;
  font-weight: bold;
}
#dynamic-catgory-container #final-menu a {
  text-decoration: none !important;
  display: block;
  padding: 5px 0px;
}
#dynamic-catgory-container #final-menu a:before {
  display: none !important;
}
#dynamic-catgory-container #final-menu a:hover {
  text-decoration: none !important;
  cursor: pointer;
}
#dynamic-catgory-container #final-menu .article-menu li.section-item a {
  font-weight: bold;
}
#dynamic-catgory-container #final-menu .article-menu li.article-link {
  order: 999;
}
#dynamic-catgory-container #final-menu .article-menu li.article-link a {
  color: #0083ca;
  font-weight: normal;
}
#dynamic-catgory-container #final-menu .article-menu li.article-link a:hover {
  color: #232d37;
}
#dynamic-catgory-container #final-menu .article-menu li a {
  color: #232d37;
  display: block;
  padding: 5px 0px 10px 0px;
  transition: padding .2s linear;
}
#dynamic-catgory-container #final-menu .article-menu li a:hover {
  color: #0083ca;
}
#dynamic-catgory-container #final-menu .article-menu li.current-article a {
  color: #0083ca;
  box-shadow: 2px 0px 0px #0083ca inset;
  margin-left: -20px;
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  transition: padding .2s linear;
}
#dynamic-catgory-container .sub-menu {
  margin-left: 20px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: opacity .2s linear;
  display: flex;
  flex-direction: column;
}
#dynamic-catgory-container .section-item.open > a {
  font-weight: bold;
}
#dynamic-catgory-container .current-parent-sect.open {
  height: auto;
  opacity: 1;
}
#dynamic-catgory-container .current-parent-sect.open > .sub-menu {
  height: auto;
  opacity: 1;
}
#dynamic-catgory-container .current-parent-sect.open > .sub-menu .open {
  height: auto;
  opacity: 1;
}
#dynamic-catgory-container .current-parent-sect.open > .sub-menu .open > .sub-menu {
  height: auto;
  opacity: 1;
  box-shadow: 2px 0px 0px #e7e7e7 inset;
  padding-left: 20px;
  margin-left: 0px;
  margin-top: 5px;
}
#dynamic-catgory-container .current-parent-sect.open > .sub-menu .open > .sub-menu .open {
  height: auto;
  opacity: 1;
  margin-left: 0px;
  margin-top: 5px;
}
#dynamic-catgory-container .current-parent-sect.open > .sub-menu .open > .sub-menu .open > .sub-menu {
  height: auto;
  opacity: 1;
  box-shadow: 2px 0px 0px #e7e7e7 inset;
  padding-left: 20px;
  margin-left: 0px;
  margin-top: 5px;
}
#dynamic-catgory-container .current-parent-sect.open > .sub-menu .open > .sub-menu .open > .sub-menu .open {
  height: auto;
  opacity: 1;
  box-shadow: 2px 0px 0px #e7e7e7 inset;
  padding-left: 20px;
  margin-left: 0px;
  margin-top: 5px;
}

/* /  Dynamic Category Menu ----------------------------------------------------------------- */
/* -- Product materials Menu ----------------------------------------------------------------- */
.product-materials-menu .current-parent-sect {
  margin-left: 0px;
}
.product-materials-menu .current-parent-sect > .sub-menu {
  margin-left: 0px !important;
}
.product-materials-menu .sub-menu:first-child > .section-item:not(.open) {
  display: none;
}
.product-materials-menu .sub-menu .section-item .article-link {
  display: none;
}
.product-materials-menu .sub-menu .sub-menu .section-item .article-link {
  display: flex;
  padding-left: 8px;
}
.product-materials-menu .sub-menu {
  box-shadow: none !important;
  margin-left: 0px;
  padding-left: 0px !important;
}
.product-materials-menu .sub-menu a {
  box-shadow: none !important;
}
.product-materials-menu .sub-menu .section-item {
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: 4px 13px;
  padding-left: 20px;
  margin-left: 0px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.product-materials-menu .sub-menu .section-item:hover {
  cursor: pointer;
}
.product-materials-menu .sub-menu .section-item.open {
  background-size: 10.5px;
  background-position: 2px 14px;
}

#dynamic-catgory-container.product-materials-menu #final-menu .article-menu a {
  padding-bottom: 5px !important;
}

#dynamic-catgory-container.product-materials-menu #final-menu .article-menu li.article-link a {
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}

#dynamic-catgory-container.product-materials-menu #final-menu .article-menu li.article-link.current-article a {
  margin-left: -10px !important;
}

/* /  Product materials Menu ----------------------------------------------------------------- */
/* -- Breadcrumbs ----------------------------------------------------------------- */
.sub-nav {
  margin-top: 15px;
}

/* /  Breadcrumbs ----------------------------------------------------------------- */
/* -- Mobile Menu ----------------------------------------------------------------- */
.user-nav[aria-expanded="true"] > a {
  color: #0083ca;
  font-size: 18px;
}
.user-nav[aria-expanded="true"] > a:hover {
  color: #232d37;
}

.nav-wrapper .icon-menu {
  margin-right: 0px;
}

.icon-menu::before {
  font-size: 28px;
}

/* /  Mobile Menu ----------------------------------------------------------------- */
.pagination-current span {
  color: #fff;
}

/* -- MEDIA ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
@media screen and (max-width: 1180px) {
  body .header .logo img {
    max-height: 22px;
  }

  .user-nav a {
    padding-right: 10px;
    padding-left: 10px;
  }

  .search #query {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  body .header .logo img {
    max-height: 18px;
  }

  .header .logo a {
    margin-right: 30px;
  }

  .user-nav a {
    font-size: 13px;
  }

  .article-container {
    flex-direction: row;
  }

  .homepage-container .homepage-sidebar,
  .article-sidebar {
    min-width: 275px;
    padding-right: 10px;
  }

  .article-sidebar {
    padding-right: 30px;
  }

  .article {
    flex: 1 0 60%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 875px) {
  .header-search {
    display: none;
  }

  .homepage-container .homepage-sidebar,
  .article-sidebar {
    min-width: 220px;
    padding-right: 0px;
  }

  .article-sidebar {
    padding-right: 30px;
  }

  .homepage-header .unsigned-user {
    min-width: 290px;
  }
  .homepage-header .unsigned-user h2 {
    font-size: 23px;
  }

  .homepage-header .homepage-switcher {
    width: 85%;
    margin-left: 0px;
  }
  .homepage-header .homepage-switcher ul {
    justify-content: flex-end;
  }
  .homepage-header .homepage-switcher ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 780px) {
  .homepage-container {
    flex-wrap: wrap;
    padding: 0px;
  }
  .homepage-container .main-homepage-content {
    order: 1;
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }
  .homepage-container .homepage-sidebar {
    order: 2;
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .header-search {
    display: none;
  }

  #user.user-info.dropdown {
    position: absolute;
    right: 100px;
    top: -5px;
  }
  #user.user-info.dropdown #user-name {
    display: block;
    font-size: 18px;
  }

  .new-to-cic .container {
    flex-direction: column;
    padding: 0px;
    text-align: center;
  }
  .new-to-cic .container h4 {
    padding-bottom: 20px;
  }
  .new-to-cic .container a {
    margin-bottom: 15px;
  }

  .footer-inner {
    flex-wrap: wrap;
  }
  .footer-inner .footer-col {
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
  }
  .footer-inner .footer-col:first-of-type {
    padding-top: 0px;
  }

  .article-container {
    flex-wrap: wrap;
  }
  .article-container .article-sidebar {
    width: 100%;
    max-width: 100%;
    order: 2;
    padding: 0px;
  }
  .article-container .article {
    order: 1;
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }
}
/* /  MEDIA ----------------------------------------------------------------- */
/* /  MEDIA ----------------------------------------------------------------- */
/* /  MEDIA ----------------------------------------------------------------- */
/* -- Colors ----------------------------------------------------------------- */
/* /  Colors ----------------------------------------------------------------- */
/* -- Header ----------------------------------------------------------------- */
.header {
  background: #99cdea;
  height: 73px;
  max-width: 100%;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0px;
}
.header .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .logo img {
  max-height: 30px;
}
.header .logo a {
  margin-right: 50px;
}

.header-search {
  max-width: 100%;
  width: 100%;
  margin-right: 30px;
}

.search {
  width: 100%;
  max-width: 400px;
  min-width: 100px;
}
.search:before {
  left: auto;
  right: 15px;
  background-color: transparent;
  color: #232d37;
  font-weight: bold;
}
.search #query {
  width: 100%;
  max-width: 400px;
  background: #e1f0f9;
  border-radius: 4px;
  border: 0px none;
  padding-left: 15px;
  padding-right: 45px;
  color: #232d37;
  font-size: 15px;
  font-weight: bold;
}

/* -- User Nav ----------------------------------------------------------------- */
.user-nav a {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  padding: 15px 15px;
}
.user-nav #user-avatar {
  display: none;
}

#user {
  font-size: 16px;
}
#user #user-name {
  color: #fff;
  font-weight: bold;
  margin-top: -1px;
}

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

/* /  User Nav ----------------------------------------------------------------- */
/* /  Header ----------------------------------------------------------------- */
/* -- Global ----------------------------------------------------------------- */
.trans {
  transition: all .15s ease;
}

.btn,
.btn-nav a {
  padding: 10px 15px;
  border-radius: 30px;
  text-decoration: none !important;
}
.btn.outline,
.btn-nav a.outline {
  border: 2px solid #fff;
  padding: 10px 15px;
}
.btn.outline:hover,
.btn-nav a.outline:hover {
  background: #fff;
  color: #99cdea;
}
.btn:hover,
.btn-nav a:hover {
  text-decoration: none !important;
}

.btn-nav a {
  border: 2px solid #fff;
  padding: 10px 15px;
}
.btn-nav a:hover {
  background: #fff;
  color: #99cdea;
}

.container {
  max-width: 1320px;
}

/* /  Global ------------------------------------------------------------------------- */
/* -- Signed in check ----------------------------------------------------------------- */
.signed-in-check {
  display: none;
}

/* /  Signed in check ----------------------------------------------------------------- */
/* -- Mix it up controls -------------------------------------------------------------- */
.mixitup-control-active {
  background: #4d4d4d;
  color: #fff;
}

ul.training-videos-dynamic li,
ul.training-videos-default li {
  margin-bottom: 5px;
}
ul.training-videos-dynamic li a,
ul.training-videos-default li a {
  display: flex !important;
  align-items: center;
  line-height: 18px;
}
ul.training-videos-dynamic li .body,
ul.training-videos-default li .body {
  text-indent: -9999px;
  min-width: 120px;
}
ul.training-videos-dynamic li .body p:first-of-type,
ul.training-videos-default li .body p:first-of-type {
  display: inline;
}
ul.training-videos-dynamic li .body p,
ul.training-videos-default li .body p {
  margin: 0px;
  padding: 0px;
  display: none;
}
ul.training-videos-dynamic li .body iframe,
ul.training-videos-default li .body iframe {
  display: none;
}
ul.training-videos-dynamic li img,
ul.training-videos-default li img {
  max-width: 105px;
  height: auto;
  display: block;
  margin-right: 15px;
}

ul.training-videos-dynamic li,
ul.training-videos-default li {
  margin-left: 0px !important;
}
ul.training-videos-dynamic li a:before,
ul.training-videos-default li a:before {
  display: none !important;
}

/* /  Mix it up controls ----------------------------------------------------------------- */
/* -- Promoted Articles Homepage --------------------------------------------------------- */
#dynamic-recommended-articles {
  display: none;
}

.promoted-dynamic {
  display: none;
}

.promoted-articles .promoted-articles-item {
  display: block;
  width: 100%;
}
.promoted-articles .promoted-articles-item a {
  border: 0px none;
  color: #0083ca;
  padding: 0px;
}

/* /  Promoted Articles Homepage --------------------------------------------------------- */
/* -- Footer ----------------------------------------------------------------- */
footer.footer {
  background: #D9E7F7;
  color: #000;
  padding-bottom: 60px;
  margin-top: 0px;
}
footer.footer .footer-inner {
  max-width: 100%;
  padding: 0px;
  display: flex;
}
footer.footer .footer-inner h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color: #000;
}
footer.footer .footer-inner a {
  color: #000;
  display: block;
  font-size: 15px;
  padding-bottom: 5px;
}

.footer-title {
  font-size: 25px;
}

/* /  Footer ----------------------------------------------------------------- */
/* -- Homepage structure ----------------------------------------------------------------- */
.homepage-container {
  display: flex;
}
.homepage-container .homepage-sidebar {
  order: 1;
  max-width: 375px;
  min-width: 330px;
  width: 30%;
  padding-right: 30px;
}
.homepage-container .main-homepage-content {
  order: 2;
  width: 70%;
  padding-left: 30px;
}

.sidebar-section,
.callout {
  background-color: #f5f6f6;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 5px;
  min-height: 150px;
}
.sidebar-section.dark-callout,
.callout.dark-callout {
  background-color: #0083ca;
  color: #fff;
}
.sidebar-section.dark-callout h1,
.sidebar-section.dark-callout h2,
.sidebar-section.dark-callout h3,
.sidebar-section.dark-callout h4,
.sidebar-section.dark-callout h5,
.sidebar-section.dark-callout h6,
.sidebar-section.dark-callout a,
.callout.dark-callout h1,
.callout.dark-callout h2,
.callout.dark-callout h3,
.callout.dark-callout h4,
.callout.dark-callout h5,
.callout.dark-callout h6,
.callout.dark-callout a {
  color: #fff;
}
.sidebar-section.license-callout,
.callout.license-callout {
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 50px;
  padding-left: 100px;
}
.sidebar-section.license-callout h3,
.callout.license-callout h3 {
  margin-bottom: 15px;
}
.sidebar-section.license-callout .btn,
.callout.license-callout .btn {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}
.sidebar-section.license-callout .btn:hover,
.callout.license-callout .btn:hover {
  background: #fff;
  color: #0083ca;
}
.sidebar-section h3,
.callout h3 {
  font-size: 25px;
  font-weight: bold;
  color: #232d37;
  line-height: 27px;
  margin-bottom: 15px;
}
.sidebar-section ul,
.callout ul {
  transition: height .25s ease;
}
.sidebar-section ul li,
.callout ul li {
  margin-left: 12px;
}
.sidebar-section ul li a,
.callout ul li a {
  font-size: 15px;
  padding-bottom: 7.5px !important;
  display: flex;
}
.sidebar-section ul li a:hover,
.callout ul li a:hover {
  text-decoration: none !important;
  color: #232d37;
}
.sidebar-section ul li a:hover:before,
.callout ul li a:hover:before {
  color: #232d37;
}
.sidebar-section ul li a:before,
.callout ul li a:before {
  content: '•';
  color: #0083ca;
  margin-left: -12px;
  padding-right: 10px;
  display: flex;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.filter-header h3 {
  margin-bottom: 0px;
}
.filter-header a {
  font-size: 13px;
  color: #0083ca;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}
.filter-header a:hover {
  color: #0083ca;
  text-decoration: none;
}
.filter-header select {
  background-color: transparent;
  border: 0px none;
  font-size: 13px;
  text-transform: uppercase;
  text-align: right;
  font-weight: bold;
  color: #232d37;
  padding: 0px;
  background-size: 10px;
  background-position: right 6px;
  padding-right: 20px;
}
.filter-header select option {
  text-align: right;
}

/* /  Homepage structure ----------------------------------------------------------------- */
/* -- My Tickets Module ----------------------------------------------------------------- */
#dynamic-tickets {
  display: none;
}

#my-tickets-toggle {
  list-style: none;
}
#my-tickets-toggle li {
  display: none;
  margin-left: 0px;
}
#my-tickets-toggle li:last-of-type {
  display: block;
}
#my-tickets-toggle li a:before {
  display: none;
}
#my-tickets-toggle li a:after {
  content: '▼';
  transform: scale(2, 1);
  margin-left: 10px;
  font-size: 6px;
  margin-top: 9px;
  color: #777;
}

#my-tickets ul li,
#org-tickets ul li {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 15px;
  margin-left: 0px;
  padding-bottom: 5px;
}
#my-tickets ul li:hover,
#org-tickets ul li:hover {
  background: #f9f9f9;
}
#my-tickets ul li .ticket-header,
#org-tickets ul li .ticket-header {
  display: flex;
  width: 82%;
  align-items: center;
}
#my-tickets ul li .ticket-header svg,
#org-tickets ul li .ticket-header svg {
  width: 13px;
  min-width: 13px;
  height: 15px;
  margin-right: 12.5px;
  margin-top: 2px;
  fill: #0083ca;
}
#my-tickets ul li .ticket-header .ticket-title,
#org-tickets ul li .ticket-header .ticket-title {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  padding-right: 5px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#my-tickets ul li.open svg,
#org-tickets ul li.open svg {
  fill: #d33030;
}
#my-tickets ul li.open .status,
#org-tickets ul li.open .status {
  color: #d33030;
}
#my-tickets ul li a,
#org-tickets ul li a {
  color: #232d37;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  text-decoration: none !important;
}
#my-tickets ul li a:before,
#org-tickets ul li a:before {
  display: none;
}
#my-tickets ul li a:hover,
#org-tickets ul li a:hover {
  text-decoration: none !important;
}
#my-tickets ul li .status,
#org-tickets ul li .status {
  color: #0083ca;
  text-align: right;
  font-weight: bold;
}

/* /  My Tickets Module ----------------------------------------------------------------- */
/* -- Homepage ----------------------------------------------------------------- */
.homepage-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 10px;
  max-height: 85px;
}
.homepage-header .container {
  display: flex;
}
.homepage-header ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.homepage-header .unsigned-user {
  order: 1;
  max-width: 375px;
  min-width: 330px;
  width: 30%;
  padding-right: 30px;
  padding-top: 5px;
}
.homepage-header .unsigned-user h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: -2px;
}
.homepage-header .unsigned-user .user-personas-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #232d37;
  font-weight: bold;
  font-size: 20px;
  text-transform: capitalize;
}
.homepage-header .unsigned-user .user-personas-wrapper:before {
  content: ' ';
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  width: 20px;
  height: 22px;
  margin-right: 10px;
}
.homepage-header .unsigned-user .user-personas-wrapper #user-personas {
  border: 0px none;
  padding: 0px;
  color: #232d37;
  font-weight: bold;
  font-size: 20px;
  background-size: 13px;
  background-position: right 13px;
  width: auto;
  padding-right: 25px;
}
.homepage-header .homepage-switcher {
  width: 70%;
  order: 2;
  margin-bottom: -12px;
  max-width: 70%;
  margin-left: 30px;
  min-height: 50px;
}
.homepage-header .homepage-switcher img {
  height: auto;
}
.homepage-header .homepage-switcher ul {
  height: 100%;
}
.homepage-header .homepage-switcher ul li {
  display: flex;
  height: 100%;
  align-items: center;
  margin-right: 30px;
}
.homepage-header .homepage-switcher ul li a {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  display: block;
  height: 100%;
  max-height: 80px;
  display: flex;
  align-items: center;
  color: #232d37;
  text-decoration: none;
  transition: all .15s ease;
}
.homepage-header .homepage-switcher ul li a.active {
  border-bottom: 2px solid #0083ca;
  transition: all .15s ease;
}
.homepage-header .homepage-switcher ul li a:hover {
  border-bottom: 2px solid #99cdea;
}

#homepage-announcements li {
  list-style: none;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: flex;
  margin-left: 0px;
}
#homepage-announcements li .icon-container {
  display: block;
  max-height: 20px;
  height: 100%;
  padding-top: 5px;
  width: auto;
  max-width: 20px;
  margin-right: 15px;
}
#homepage-announcements li .icon-container a {
  display: none;
}
#homepage-announcements li .icon-container p {
  display: none;
  text-indent: -9999px;
  padding: 0px;
  margin: 0px;
}
#homepage-announcements li .icon-container p:first-of-type {
  display: block;
}
#homepage-announcements li .icon-container p:first-of-type img {
  display: block;
  margin-right: 15px;
  min-width: 20px;
}
#homepage-announcements li:last-of-type {
  border: 0px none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#homepage-announcements li a {
  font-size: 17px;
  font-weight: bold;
}
#homepage-announcements li p {
  font-size: 15px;
  color: #232d37;
  line-height: 17px;
}

.homepage-switchable-content .tab {
  display: none;
}
.homepage-switchable-content .tab:first-of-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homepage-switchable-content .tab h2 {
  font-size: 40px;
  color: #0083ca;
  font-weight: bold;
}
.homepage-switchable-content .tab table {
  width: 100%;
}
.homepage-switchable-content .tab table td p {
  padding-right: 30px;
}
.homepage-switchable-content .tab table td ul li {
  padding-bottom: 10px;
}
.homepage-switchable-content .tab img {
  max-width: 100%;
  height: auto;
}

.homepage-content {
  margin-bottom: 30px;
}
.homepage-content:nth-of-type(1) {
  margin-bottom: 0px;
}

.has-3-articles,
.has-5-articles {
  display: flex;
}
.has-3-articles .homepage-content:nth-of-type(1),
.has-5-articles .homepage-content:nth-of-type(1) {
  max-width: 100%;
  width: 100%;
}
.has-3-articles .homepage-content,
.has-5-articles .homepage-content {
  max-width: 45%;
  width: 100%;
}

.has-4-articles {
  display: flex;
}
.has-4-articles .homepage-content:nth-of-type(1),
.has-4-articles .homepage-content:nth-of-type(2) {
  max-width: 100%;
  width: 100%;
}
.has-4-articles .homepage-content {
  max-width: 45%;
  width: 100%;
}

/* /  Homepage ----------------------------------------------------------------- */
/* -- Article Page ----------------------------------------------------------------- */
.article {
  flex: 1 0 70%;
  max-width: 100%;
  padding-right: 0px;
  margin-right: 0px;
}

.article-sidebar {
  min-width: 300px;
  flex: 1 0 30%;
  max-width: 375px;
  border: 0px none !important;
}

/* -- Article body ----------------------------------------------------------------- */
.article-body .article-thumb {
  display: none !important;
}
.article-body table {
  width: 100%;
}
.article-body table td {
  vertical-align: top;
}
.article-body table td p:first-of-type {
  margin-top: 0px;
}
.article-body table img {
  padding-right: 30px;
  padding-top: 5px;
  max-width: 263px;
}
.article-body .btn-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 30px;
}
.article-body .btn-nav li {
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.article-body .btn-nav li a {
  border-color: #0083ca;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  transition: all .25s linear;
}
.article-body .btn-nav li a:hover {
  background: #0083ca;
  color: #fff;
}

/* /  Article body ----------------------------------------------------------------- */
/* /  Article Page ----------------------------------------------------------------- */
/* -- Product landing ----------------------------------------------------------------- */
.article .product-landing-title {
  font-size: 55px;
  color: #232d37;
  font-weight: bold;
  line-height: 60px;
}

/* /  Product landing ----------------------------------------------------------------- */
/* -- Dynamic Category Menu ----------------------------------------------------------------- */
#dynamic-catgory-container #menu,
#dynamic-catgory-container #kb-menu {
  display: none;
}
#dynamic-catgory-container #kb-menu {
  padding-top: 10px;
}
#dynamic-catgory-container #final-menu {
  display: none;
  list-style: none;
}
#dynamic-catgory-container #final-menu .section-item > a {
  color: #232d37;
  font-weight: bold;
}
#dynamic-catgory-container #final-menu a {
  text-decoration: none !important;
  display: block;
  padding: 5px 0px;
}
#dynamic-catgory-container #final-menu a:before {
  display: none !important;
}
#dynamic-catgory-container #final-menu a:hover {
  text-decoration: none !important;
  cursor: pointer;
}
#dynamic-catgory-container #final-menu .article-menu li.section-item a {
  font-weight: bold;
}
#dynamic-catgory-container #final-menu .article-menu li.article-link {
  order: 999;
}
#dynamic-catgory-container #final-menu .article-menu li.article-link a {
  color: #0083ca;
  font-weight: normal;
}
#dynamic-catgory-container #final-menu .article-menu li.article-link a:hover {
  color: #232d37;
}
#dynamic-catgory-container #final-menu .article-menu li a {
  color: #232d37;
  display: block;
  padding: 5px 0px 10px 0px;
  transition: padding .2s linear;
}
#dynamic-catgory-container #final-menu .article-menu li a:hover {
  color: #0083ca;
}
#dynamic-catgory-container #final-menu .article-menu li.current-article a {
  color: #0083ca;
  box-shadow: 2px 0px 0px #0083ca inset;
  margin-left: -20px;
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  transition: padding .2s linear;
}
#dynamic-catgory-container .sub-menu {
  margin-left: 20px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: opacity .2s linear;
  display: flex;
  flex-direction: column;
}
#dynamic-catgory-container .section-item.open > a {
  font-weight: bold;
}
#dynamic-catgory-container .current-parent-sect.open {
  height: auto;
  opacity: 1;
}
#dynamic-catgory-container .current-parent-sect.open > .sub-menu {
  height: auto;
  opacity: 1;
}
#dynamic-catgory-container .current-parent-sect.open > .sub-menu .open {
  height: auto;
  opacity: 1;
}
#dynamic-catgory-container .current-parent-sect.open > .sub-menu .open > .sub-menu {
  height: auto;
  opacity: 1;
  box-shadow: 2px 0px 0px #e7e7e7 inset;
  padding-left: 20px;
  margin-left: 0px;
  margin-top: 5px;
}
#dynamic-catgory-container .current-parent-sect.open > .sub-menu .open > .sub-menu .open {
  height: auto;
  opacity: 1;
  margin-left: 0px;
  margin-top: 5px;
}
#dynamic-catgory-container .current-parent-sect.open > .sub-menu .open > .sub-menu .open > .sub-menu {
  height: auto;
  opacity: 1;
  box-shadow: 2px 0px 0px #e7e7e7 inset;
  padding-left: 20px;
  margin-left: 0px;
  margin-top: 5px;
}
#dynamic-catgory-container .current-parent-sect.open > .sub-menu .open > .sub-menu .open > .sub-menu .open {
  height: auto;
  opacity: 1;
  box-shadow: 2px 0px 0px #e7e7e7 inset;
  padding-left: 20px;
  margin-left: 0px;
  margin-top: 5px;
}

/* /  Dynamic Category Menu ----------------------------------------------------------------- */
/* -- Product materials Menu ----------------------------------------------------------------- */
.product-materials-menu .current-parent-sect {
  margin-left: 0px;
}
.product-materials-menu .current-parent-sect > .sub-menu {
  margin-left: 0px !important;
}
.product-materials-menu .sub-menu:first-child > .section-item:not(.open) {
  display: none;
}
.product-materials-menu .sub-menu .section-item .article-link {
  display: none;
}
.product-materials-menu .sub-menu .sub-menu .section-item .article-link {
  display: flex;
  padding-left: 8px;
}
.product-materials-menu .sub-menu {
  box-shadow: none !important;
  margin-left: 0px;
  padding-left: 0px !important;
}
.product-materials-menu .sub-menu a {
  box-shadow: none !important;
}
.product-materials-menu .sub-menu .section-item {
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: 4px 13px;
  padding-left: 20px;
  margin-left: 0px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.product-materials-menu .sub-menu .section-item:hover {
  cursor: pointer;
}
.product-materials-menu .sub-menu .section-item.open {
  background-size: 10.5px;
  background-position: 2px 14px;
}

#dynamic-catgory-container.product-materials-menu #final-menu .article-menu a {
  padding-bottom: 5px !important;
}

#dynamic-catgory-container.product-materials-menu #final-menu .article-menu li.article-link a {
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}

#dynamic-catgory-container.product-materials-menu #final-menu .article-menu li.article-link.current-article a {
  margin-left: -10px !important;
}

/* /  Product materials Menu ----------------------------------------------------------------- */
/* -- Breadcrumbs ----------------------------------------------------------------- */
.sub-nav {
  margin-top: 15px;
}

/* /  Breadcrumbs ----------------------------------------------------------------- */
/* -- Mobile Menu ----------------------------------------------------------------- */
.user-nav[aria-expanded="true"] > a {
  color: #0083ca;
  font-size: 18px;
}
.user-nav[aria-expanded="true"] > a:hover {
  color: #232d37;
}

.icon-menu::before {
  font-size: 28px;
}

/* /  Mobile Menu ----------------------------------------------------------------- */
.pagination-current span {
  color: #fff;
}

/* -- Modal ----------------------------------------------------------------- */
body .ui-dialog[aria-describedby="welcome-message-modal"] {
  border-radius: 20px;
}
body .ui-dialog[aria-describedby="welcome-message-modal"] #welcome-message-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body .ui-dialog[aria-describedby="welcome-message-modal"] .ui-dialog-titlebar .ui-button.ui-dialog-titlebar-close {
  background-color: #D8D8D8;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  opacity: 1;
  padding: 0px;
}
body .ui-dialog[aria-describedby="welcome-message-modal"] .ui-dialog-titlebar .ui-button.ui-dialog-titlebar-close .ui-button-icon.ui-icon-closethick {
  color: #fff;
  font-size: 22px;
  background-size: 44px;
  filter: invert(1) contrast(2);
}
body .ui-dialog[aria-describedby="welcome-message-modal"] .modal-body {
  padding-left: 20px;
  padding-right: 20px;
}
body .ui-dialog[aria-describedby="welcome-message-modal"] .modal-body h3 {
  font-size: 40px;
  font-family: 'GT Haptik';
  color: #000;
  text-align: center;
  line-height: 49px;
  font-weight: 500;
}
body .ui-dialog[aria-describedby="welcome-message-modal"] .modal-body p {
  padding-top: 27px;
  font-family: 'GT Haptik';
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
body .ui-dialog[aria-describedby="welcome-message-modal"] .ui-dialog-buttonpane {
  border: 0px none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -27px;
  padding-bottom: 27px;
}
body .ui-dialog[aria-describedby="welcome-message-modal"] .ui-dialog-buttonpane .ui-button {
  max-width: 227px;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background-color: #0083ca;
  border-color: #0083ca;
  box-shadow: none;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
body .ui-dialog[aria-describedby="welcome-message-modal"] .ui-dialog-buttonpane .ui-button:hover {
  background-color: #00225E;
  border-color: #00225E;
}

/* /  Modal ----------------------------------------------------------------- */
/* -- New Request page ----------------------------------------------------------------- */
.request_ticket_form_id {
  display: none;
}


.form {
  padding-bottom: 120px;
}
.form [for="request_issue_type_select"] {
  margin-bottom: 30px;
  margin-top: 20px;
}

.toggle-switch {
  margin-top: 50px;
  margin-bottom: 80px;
}
.toggle-switch .toggle-switcher {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 44px;
}
.toggle-switch .toggle-switcher a {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 44px;
  padding: 10px 70px;
  border: 1px solid #E6E6E6;
}
.toggle-switch .toggle-switcher a:first-of-type {
  border-radius: 8px 0px 0px 8px;
  border-right: 0px none;
}
.toggle-switch .toggle-switcher a:last-of-type {
  border-radius: 0px 8px 8px 0px;
}
.toggle-switch .toggle-switcher a.active {
  color: #fff;
  background: #015CB2;
  position: relative;
}
.toggle-switch .toggle-switcher a.active:after {
  content: '';
  width: 35px;
  height: 15px;
  position: absolute;
  bottom: -15px;
  background-repeat: no-repeat;
  left: calc(50% - 27.5px);
  background-size: 100%;
}
.toggle-switch .training-navigation td:first-of-type {
  border-radius: 8px 0px 0px 8px;
}
.toggle-switch .training-navigation td:last-of-type {
  border-radius: 0px 8px 8px 0px;
}
.toggle-switch .training-navigation td.selected {
  border: 0px none;
}
.toggle-switch .tab {
  padding-top: 20px;
}
.toggle-switch .tab .cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.toggle-switch .tab .cols > div {
  max-width: calc(50% - 22px);
}
.toggle-switch .tab .cols > div .contact-options {
  border: 1px solid #BFBFBF;
  border-radius: 8px;
  overflow: hidden;
}
.toggle-switch .tab .cols > div .contact-options:hover hr {
  background-color: transparent;
}
.toggle-switch .tab .cols > div .contact-options hr {
  margin: 0px 10px;
  padding: 0px;
  width: calc(100% - 20px);
  height: 1px;
  border: 0px none;
  background-color: #BFBFBF;
  transition: backgorund 200ms;
}
.toggle-switch .tab .cols > div .contact-options .contact-option a {
  padding: 22px 49px 18px 71px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: 23px 28px, calc(100% - 19px) center;
  transition: all 120ms;
}
.toggle-switch .tab .cols > div .contact-options .contact-option a:hover {
  background-color: #D9E7F7;
}
.toggle-switch .tab .cols > div .contact-options .contact-option a:hover strong {
  color: #3782C4;
}
.toggle-switch .tab .cols > div .contact-options .contact-option a strong {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #000;
  transition: all 120ms;
}
.toggle-switch .tab .cols > div .contact-options .contact-option a p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}
.toggle-switch .tab .cols h3 {
  padding-left: 20px;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #4C4C4C;
}

/* /  New Request page ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
@media screen and (max-width: 1280px) {
  .cleo-homepage-nav nav a p {
    font-size: 20px;
    line-height: 24px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 1180px) {
  .header .logo img {
    max-height: 22px;
  }

  .user-nav a {
    padding-right: 10px;
    padding-left: 10px;
  }

  .search #query {
    font-size: 12px;
  }

  .new-to-cic .container .buttons {
    flex-direction: column;
  }
  .new-to-cic .container .buttons a {
    margin-bottom: 10px;
  }

  .additional-resources a {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .header .logo img {
    max-height: 18px;
  }

  .header .logo a {
    margin-right: 30px;
  }

  .user-nav a {
    font-size: 13px;
  }

  .article-container {
    flex-direction: row;
  }

  .homepage-container .homepage-sidebar,
  .article-sidebar {
    min-width: 275px;
    padding-right: 10px;
  }

  .article-sidebar {
    padding-right: 30px;
  }

  .article {
    flex: 1 0 60%;
    padding-right: 30px;
  }

  .additional-resources a {
    flex-direction: column;
    flex: 1 0 100%;
  }

  #whats-new-cleo .container .whats-new-feed {
    justify-content: flex-start;
  }
  #whats-new-cleo .container .whats-new-feed .post {
    flex: 0 0 calc(50% - 30px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 875px) {
  .header-search {
    display: none;
  }

  .homepage-container .homepage-sidebar,
  .article-sidebar {
    min-width: 220px;
    padding-right: 0px;
  }

  .article-sidebar {
    padding-right: 30px;
  }

  .homepage-header .unsigned-user {
    min-width: 290px;
  }
  .homepage-header .unsigned-user h2 {
    font-size: 23px;
  }

  .homepage-header .homepage-switcher {
    width: 85%;
    margin-left: 0px;
  }
  .homepage-header .homepage-switcher ul {
    justify-content: flex-end;
  }
  .homepage-header .homepage-switcher ul li a {
    font-size: 14px;
  }

  .additional-resources {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 780px) {
  .homepage-container {
    flex-wrap: wrap;
    padding: 0px;
  }
  .homepage-container .main-homepage-content {
    order: 1;
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }
  .homepage-container .homepage-sidebar {
    order: 2;
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  #user.user-info.dropdown #user-name {
    display: none !important;
    font-size: 18px;
  }

  .user-info .dropdown-menu {
    display: none !important;
  }

  .footer-inner {
    flex-wrap: wrap;
  }
  .footer-inner .footer-col {
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
  }
  .footer-inner .footer-col:first-of-type {
    padding-top: 0px;
  }

  .user-nav[aria-expanded="true"] {
    flex-direction: column;
    padding: 10px 0px;
  }
  .user-nav[aria-expanded="true"] div {
    width: 100%;
  }
  .user-nav[aria-expanded="true"] a {
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 18px;
    margin: 0px;
    padding: 20px 15px;
    text-align: left;
    width: 100%;
  }

  .article-container {
    flex-wrap: wrap;
  }
  .article-container .article-sidebar {
    width: 100%;
    max-width: 100%;
    order: 2;
    padding: 0px;
  }
  .article-container .article {
    order: 1;
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }

  #whats-new-cleo .container .whats-new-feed {
    justify-content: flex-start;
  }
  #whats-new-cleo .container .whats-new-feed .post {
    flex: 0 0 calc(100% - 30px);
  }

  .footer-inner table tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer-inner table tr td {
    padding-left: 0px;
    width: auto !important;
  }

  .toggle-switch .tab .cols {
    flex-direction: column;
  }
  .toggle-switch .tab .cols div {
    margin-bottom: 30px;
    max-width: 100%;
  }

  .toggle-switch .toggle-switcher a {
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 17px;
    line-height: 25px;
  }

  .toggle-switch {
    margin-bottom: 0px;
  }
}
/* /  MEDIA ----------------------------------------------------------------- */
/* /  MEDIA ----------------------------------------------------------------- */
/* /  MEDIA ----------------------------------------------------------------- */







 /* Support Request Tiles on Request Support page */
  .toggle-switch .tab .cols > div .contact-options2 {
    border: 1px solid #BFBFBF;
    border-radius: 8px;
    overflow: hidden;
  }
  .toggle-switch .tab .cols > div .contact-options2:hover hr {
    background-color: transparent;
  }
  .toggle-switch .tab .cols > div .contact-options2 hr {
    margin: 0px 10px;
    padding: 0px;
    width: calc(100% - 20px);
    height: 1px;
    border: 0px none;
    background-color: #BFBFBF;
    transition: backgorund 200ms;
  }
  .toggle-switch .tab .cols > div .contact-options2 .contact-option2 a {
    padding: 22px 49px 18px 71px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: 23px 28px, calc(100% - 19px) center;
    transition: all 120ms;
  }
  .toggle-switch .tab .cols > div .contact-options2 .contact-option2 a:hover {
    background-color: #D9E7F7;
  }
  .toggle-switch .tab .cols > div .contact-options2 .contact-option2 a:hover strong {
    color: #3782C4;
  }
  .toggle-switch .tab .cols > div .contact-options2 .contact-option2 a strong {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    color: #000;
    transition: all 120ms;
  }
  .toggle-switch .tab .cols > div .contact-options2 .contact-option2 a p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000;
  }

  /* Support Request TM&M Tiles */
  /* Tile border background color */
  .toggle-switch .tab .cols > div .contact-options3 {
    border: 1px solid #BFBFBF;
    border-radius: 8px;
    overflow: hidden;
  }
  .toggle-switch .tab .cols > div .contact-options3:hover hr {
    background-color: transparent;
  }
  .toggle-switch .tab .cols > div .contact-options3 hr {
    margin: 0px 10px;
    padding: 0px;
    width: calc(100% - 20px);
    height: 1px;
    border: 0px none;
    background-color: #BFBFBF;
    transition: backgorund 200ms;
  }
  .toggle-switch .tab .cols > div .contact-options3 .contact-option3 a {
    padding: 22px 49px 18px 71px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background-repeat: no-repeat;
    background-color: #ecfef4;
    background-position: 23px 28px, calc(100% - 19px) center;
    transition: all 120ms;
  }

  /* tile hover background color */
  .toggle-switch .tab .cols > div .contact-options3 .contact-option3 a:hover {
    background-color: #D9E7F7;
  }
  .toggle-switch .tab .cols > div .contact-options3 .contact-option3 a:hover strong {
    color: #3782C4;
  }
  .toggle-switch .tab .cols > div .contact-options3 .contact-option3 a strong {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    color: #000;
    transition: all 120ms;
  }
  .toggle-switch .tab .cols > div .contact-options3 .contact-option3 a p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000;
  }

.cleo-title {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: 'GT Haptik';
  font-weight: bold;
}

.cleo-section-header {
  font-size: 18px;
  color: #333;
  margin: 35px 0 15px 0;
  font-family: 'GT Haptik';
  font-weight: black;
}

.cleo-section-header--premium {
  color: #1d8850;
}

.cleo-text-bold {
  font-weight: bold;
}

/* Community Center (New Tiles) */
* {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, sans-serif;
}

body {
  padding: 0;
  margin: 0;
}

.cleo-community-center {
  padding: 60px 0;
}

.cleo-community-center h2 {
  text-align: center;
  margin: 0 0 60px;
}

.cleo-community-center-slider {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.cleo-community-center-slider::-webkit-scrollbar {
  display: none;
}

.cleo-community-center-slider .glider-track {
  display: flex;
  gap: 30px;
}

.cleo-community-center-card-image {
  height: auto;
  width: 100%;
  transition: transform 200ms ease-in-out;
  display: block;
  background-color: #d9e7f7;
}

.cleo-community-center-card-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.cleo-community-center-card:hover .cleo-community-center-card-image {
  transform: scale(1.03);
}

.cleo-community-center-card-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px 15px 0 0;
}
.cleo-community-center-card-info-link {
  font-size: 20px;
  font-weight: 700;
  color: #0083CA;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: color 120ms ease-in-out;
  text-underline-offset: 5px;
  padding-bottom: 4px;
  text-decoration: underline;
}

.cleo-community-center-card-info-link:before {
  content: "";
  background-color: #0083CA;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.53.47a.75.75 0 0 0-1.06 1.06l4.72 4.72H1a.75.75 0 0 0 0 1.5h11.19l-4.72 4.72a.75.75 0 1 0 1.06 1.06l6-6a.747.747 0 0 0 0-1.06l-6-6Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  display: flex;
  flex-shrink: 0;
  border-radius: 50%;
  transition: background-color 120ms ease-in-out;
}

.cleo-community-center-card-info-link:hover {
  color: #0056B3;
}

.cleo-community-center-card-info-link:hover:before {
  background-color: #0056B3;
}

.cleo-community-center-card-info-link:hover:after {
  width: 100%;
}

.glide__bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-top: 30px;
}

.glide__bullets .glide__bullet {
  background-color: #d6d6d6;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  transition: transform 120ms ease-in-out, background-color 120ms ease-in-out;
  border: none;
  padding: 0;
  cursor: pointer;
}

.glide__bullets .glide__bullet.glide__bullet--active {
  background-color: #0083CA;
  transform: scale(2);
}

@media screen and (max-width: 1400px) {
  .cleo-community-center-slider {
    max-width: calc(100vw - 40px);
  }
}

@media screen and (max-width: 768px) {
  .cleo-community-center-slider .glider-track {
    gap: 16px;
  }

  .cleo-community-center h2 {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
    max-width: 280px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .cleo-community-center {
    padding: 40px 0;
  }

  .cleo-community-center-slider {
    max-width: calc(100vw - 30px);
    margin-right: 0;
  }
}

@media screen and (min-width: 993px) {
  .glide__bullets {
    display: none;
  }
}

.btn-sign-in {
  font-size: 16px;
  border-radius: 30px;
  line-height: 1.5;
}

.dropdown-toggle[aria-expanded=true] + .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8dcde;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(23, 73, 77, 0.15);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  right: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
  top: calc(100% + 10px);
}
[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}
.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitemradio] {
  color: #2f3941;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}
[dir=rtl] .dropdown-menu [role=menuitem],
[dir=rtl] .dropdown-menu [role=menuitemradio] {
  padding: 7px 20px 7px 40px;
}
.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus,
.dropdown-menu [role=menuitemradio]:hover,
.dropdown-menu [role=menuitemradio]:focus {
  background: rgba(31, 115, 183, 0.08);
  text-decoration: none;
  color: #2f3941;
}
.dropdown-menu [role=menuitem][aria-selected=true], .dropdown-menu [role=menuitem][aria-checked=true],
.dropdown-menu [role=menuitemradio][aria-selected=true],
.dropdown-menu [role=menuitemradio][aria-checked=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after, .dropdown-menu [role=menuitem][aria-checked=true]::after,
.dropdown-menu [role=menuitemradio][aria-selected=true]::after,
.dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after, [dir=rtl] .dropdown-menu [role=menuitem][aria-checked=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true],
.dropdown-menu [role=menuitemradio][hidden],
.dropdown-menu [role=menuitemradio][aria-hidden=true] {
  display: none !important;
}

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

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

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

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

.dropdown-toggle {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.user-info.dropdown {
  position: relative;
}

.user-info .dropdown-menu::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 13px;
  top: -13px;
  right: 7px;
}

/***** Updated Buttons *****/
.button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .article-subscribe button, .section-subscribe button, .split-button button, .section-content-subscribe button {
  background-color: transparent;
  border: 1px solid rgba(0, 131, 202, 1);
  border-radius: 4px;
  color: rgba(0, 131, 202, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}
@media (min-width: 768px) {
  .button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .article-subscribe button, .section-subscribe button, .split-button button, .section-content-subscribe button {
    width: auto;
  }
}
.button:visited, .pagination-next-link:visited, .pagination-prev-link:visited, .pagination-first-link:visited, .pagination-last-link:visited, .subscriptions-subscribe button:visited, .requests-table-toolbar .organization-subscribe button:visited, .community-follow button:visited, .article-subscribe button:visited, .section-subscribe button:visited, .split-button button:visited, .section-content-subscribe button:visited {
  color: #fff;
}
.button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .subscriptions-subscribe button:hover, .requests-table-toolbar .organization-subscribe button:hover, .community-follow button:hover, .article-subscribe button:hover, .section-subscribe button:hover, .split-button button:hover, .button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .subscriptions-subscribe button:active, .requests-table-toolbar .organization-subscribe button:active, .community-follow button:active, .article-subscribe button:active, .section-subscribe button:active, .split-button button:active, .button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .subscriptions-subscribe button:focus, .requests-table-toolbar .organization-subscribe button:focus, .community-follow button:focus, .article-subscribe button:focus, .section-subscribe button:focus, .split-button button:focus, .button.button-primary, .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link, .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected=true], .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected=true], .community-follow button.button-primary, .article-subscribe button.button-primary, .article-subscribe button[data-selected=true], .section-subscribe button.button-primary, .section-subscribe button[data-selected=true], .split-button button.button-primary, .section-content-subscribe button:hover {
  background-color: rgba(0, 131, 202, 1);
  color: #fff;
  text-decoration: none;
}
.button.button-primary:hover, .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button[data-selected=true]:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button[data-selected=true]:hover, .community-follow button.button-primary:hover, .article-subscribe button.button-primary:hover, .article-subscribe button[data-selected=true]:hover, .section-subscribe button.button-primary:hover, .section-subscribe button[data-selected=true]:hover, .split-button button:hover, .button.button-primary:focus, .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button[data-selected=true]:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button[data-selected=true]:focus, .community-follow button.button-primary:focus, .article-subscribe button.button-primary:focus, .article-subscribe button[data-selected=true]:focus, .section-subscribe button.button-primary:focus, .section-subscribe button[data-selected=true]:focus, .split-button button.button-primary:focus, .button.button-primary:active, .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active, .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button[data-selected=true]:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button[data-selected=true]:active, .community-follow button.button-primary:active, .article-subscribe button.button-primary:active, .article-subscribe button[data-selected=true]:active, .section-subscribe button.button-primary:active, .section-subscribe button[data-selected=true]:active, .split-button button.button-primary:active {
  background-color: #004164;
  border-color: #004164;
}
.button[data-disabled], [data-disabled].pagination-next-link, [data-disabled].pagination-prev-link, [data-disabled].pagination-first-link, [data-disabled].pagination-last-link, .subscriptions-subscribe button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .community-follow button[data-disabled], .article-subscribe button[data-disabled], .section-subscribe button[data-disabled], .split-button button[data-disabled] {
  cursor: default;
}

.button-large, .hbs-form input[type=submit] {
  cursor: pointer;
  background-color: rgba(0, 131, 202, 1);
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}
@media (min-width: 768px) {
  .button-large, .hbs-form input[type=submit] {
    width: auto;
  }
}
.button-large:visited, .hbs-form input[type=submit]:visited {
  color: #fff;
}
.button-large:hover, .button-large:active, .button-large:focus, .hbs-form input[type=submit]:hover, .hbs-form input[type=submit]:active, .hbs-form input[type=submit]:focus {
  background-color: #004164;
}
.button-large[disabled], .hbs-form input[type=submit][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #4b6075;
  border: 1px solid #87929D;
  background-color: transparent;
}
.button-secondary:visited {
  color: #4b6075;
}
.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(35, 45, 55, 1);
  border: 1px solid #87929D;
  background-color: #f7f7f7;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #4b6075;
  display: block;
  margin: 3px 0;
}
[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: rgba(0, 131, 202, 1);
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #4b6075;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: rgba(0, 131, 202, 1);
}

.vote-voted:hover {
  color: #004164;
}

.vote .vote-up:before,
.vote .vote-down:before,
.share a::before {
  display: none;
}

.post-actions button,
.comment-actions button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

.share a {
  color: #5a6d7c;
}

.share a:hover {
  text-decoration: none;
  color: #17494D;
}

main[role="main"] {
  padding-bottom: 25px;
}

/* Profile Badges */

.profile-badges-items {
  margin-top: 25px;
}
.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}
.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}
.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}
.profile-badges-item-image img {
  max-height: 40px;
}
[dir=rtl] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}
.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}
.profile-badges-item-title {
  font-weight: 600;
}
.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #4b6075;
  font-size: 13px;
  margin: 0;
}
.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}
[dir=rtl] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.dropdown-dark {
  position: relative;
}

.dropdown-dark .dropdown-toggle {
  color: #232d37;
  font-weight: 400;
}

.dropdown-dark .dropdown-toggle::after {
  content: "";
  display: inline-block;
  font-family: entypo;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
}

.section-tree--category-page {
  display: flex;
  flex-direction: column;
}

#onetrust-banner-sdk.otFlat {
  z-index: 2147483645999 !important;
}