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


:root {
  --brand-border-1: #2E7E9F;
  --brand-border-2: #1A5786;
  --brand-border-3: #EAEBEC;
}

body {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(54, 54, 54, 97);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body > main {
 position:relative
}


body > main::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(https://conquer.io/wp-content/uploads/2023/10/pattern-1.png),
                    url(https://conquer.io/wp-content/uploads/2023/10/pattern-2-min.png),
                    url(https://conquer.io/wp-content/uploads/2023/11/Red-Color-min.png);
  background-repeat: no-repeat;
  background-position: left top, right bottom, right top;
  background-size: auto, auto, contain;
  filter: hue-rotate(-10deg) saturate(200%) brightness(75%);
  z-index: -1;
}


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

h1, h2, h3, h4, h5, h6, summary {
  margin-top: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color:rgba(54, 54, 54, 97);
}


h1 {
  font-size: 36px;
}

body > main > .section.hero {
   position:relative;
   display:block;
}

.hero .hero-inner h1 {
  color:rgba(54, 54, 54, 97);
  font-size: 60px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0px;
}

h2, summary {
  font-size: 24px;
  font-weight: 700;
}

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

h4 {
  font-size: 18px;
}

p, li {
  color: rgba(54, 54, 54, 97);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.hero .hero-inner p {
  color: rgba(54, 54, 54, 97);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px 0;
}


a {
  color: rgba(70, 113, 179, 1);
  text-decoration: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

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

input,
textarea {
  color: rgba(54, 54, 54, 97);
  font-size: 14px;
}

input {
  font-weight: 400;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

input:focus {
  border: 1px solid rgba(146, 146, 146, 100);
}

input[disabled] {
  background-color: rgba(237, 241, 248, 1);
}

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

select:focus {
  border: 1px solid rgba(146, 146, 146, 100);
}

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

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

textarea:focus {
  border: 1px solid rgba(146, 146, 146, 100);
}

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

body > main > div.container {
  padding-top: 80px;

}

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

.container-divider {
  border-top: 1px solid rgba(237, 241, 248, 1);
  margin-bottom: 20px;
}

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

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

.error-page > h1, .error-page > h2, .error-page > p, .error-page > div {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

/* =========================================================
   Minimal additional styling: ONLY the FCI 404 redirect module
   ========================================================= */

/* Card container */
.error-page #fci-404-redirect {
  margin-top: 18px;
  margin-bottom: 24px;
  max-width: 640px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  animation: fciFadeIn 1.5s ease forwards;
}

body > main > div.error-page > h2 {
    opacity: 0;
  animation: fciFadeIn 1.0s ease forwards;
  animation-delay: 2.5s;
}

@keyframes fciFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Tighten paragraph spacing inside the module */
.error-page #fci-404-redirect p {
  margin: 0 0 10px 0;
}

/* Parsed query “pill” */
.error-page #fci-404-redirect .fci-404-query-wrap {
  display: inline-block;
  margin-left: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(45, 120, 255, 0.08);
  border: 1px solid rgba(45, 120, 255, 0.18);
  font-size: 12px;
  font-weight: bold;
}

/* “Search now” as a button */
.error-page #fci-404-search-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-top: 18px;
  margin-bottom: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;

  background: rgba(45, 120, 255, 0.10);
  border: 1px solid rgba(45, 120, 255, 0.35);
}

/* Hover/focus */
.error-page #fci-404-search-link:hover,
.error-page #fci-404-search-link:focus {
  background: rgba(45, 120, 255, 0.14);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
  outline: none;
}

/* Countdown should be quieter */
.error-page #fci-404-redirect .fci-404-countdown {
  font-size: 13px;
  opacity: 0.75;
}

/* Mobile: button full width, pill wraps cleanly */
@media (max-width: 768px) {
  .error-page #fci-404-redirect {
    padding: 14px 14px;
    border-radius: 14px;
  }

  .error-page #fci-404-search-link {
    width: 100%;
  }

  .error-page #fci-404-redirect .fci-404-query-wrap {
    display: block;
    margin: 8px 0 0 0;
    border-radius: 14px;
  }
}


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

/***** Buttons *****/
.button, [role="button"] {
  border: 1px solid rgba(70, 113, 179, 1);
  border-radius: 8px;
  color: rgba(70, 113, 179, 1);
  background-color: rgba(237, 241, 248, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  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(146, 146, 146, 100);
}

.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(70, 113, 179, 1);
  color: rgba(237, 241, 248, 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 {
  border-color: #29436a;
}

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

.button-large, input[type="submit"] {
  border: 1px solid rgba(146, 146, 146, 100);
  border-radius: 8px;
  color: rgba(146, 146, 146, 100);
  font-size: 16px;
  font-weight: 600;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
  background: #f4f7fb;
}

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

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: rgba(146, 146, 146, 100);
  color: rgba(237, 241, 248, 1);
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: rgba(237, 241, 248, 1);
}

.button-secondary {
  color: #8da8d2;
  border: 1px solid rgba(70, 113, 179, 1);
  background-color: transparent;
}

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

/* The Modal BUTTON (Article Suggestions) */
#zdModalBtn {
  background-color: rgba(0,0,0,.1);
  backdrop-filter: blur(20px);
  border-radius: 8px 8px 0 0;
  padding: 0 10px;
  border: 1px solid transparent;
  font-size: 14px;
  color: #838383;
  font-weight:700;
  display: block;
  position: absolute;
  bottom:-84px;
  right: -52px;
  transform: rotate(270deg);
}

#zdModalBtn ~ .submit-a-request {
  margin-left: 10px;
}

#zdModalBtn:hover {
  background-color: #fff;
  padding: 0 10px;
  border-left: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  color: #505050;
  cursor:pointer;
}


@media (min-width: 768px) {
  #zdModalBtn {
    display: none;
  }
}

/* The Modal (background) */
#zdModal {
  display: none;  /*Hidden by default */
  opacity: 0;
  transition: opacity .3s ease;
  position: fixed; /* Stay in place */
  z-index: 1;  /*Sit on top */
  top: 72px;
  left: 25%;
  width: 45% !important; 
  background-color: rgb(225,225,225); /* Fallback color */
  background-color: rgba(225,225,225,0.0); /* Black w/ opacity */
  border-radius:20px;
  padding:0;
}
  
#zdModal::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-45deg, #ff3d00 0%, #0400ff 100% );
    transform: translate3d(0px, 0px, 0) scale(.90);
    filter: blur(20px);
    opacity: var(0.2);
    transition: opacity 0.3s;
    border-radius: inherit;
}

/* 
* Prevents issues when the parent creates a 
* stacking context. (For example, using the transform
* property )
*/
#zdModal::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
}    

/**** Modal Form ****/
#ticketForm {
  background-color: rgba(255,255,255,.9);
  margin: auto; 
  opacity: 0; /* Set initial opacity to 0 */
  transition: opacity 0.3125s ease; /* Add transition effect for opacity */
  padding: 20px;
  border: 3px solid #ddd;
  width: 100%; /* Could be more or less, depending on screen size */
  border-radius: 20px;
}

#ticketForm > input {
  width:100%;
  border-radius:5px;
  border: 1px solid #EEEEEE;
  line-height: 32px;
}

#ticketForm > label {
  font-weight: bold;
}

/* The Close Button */
.close {
  color: #999;
  font-size: 36px;
  font-weight: bold;
  z-index: 99;
  display: block;
  position:absolute;
  top: 15px;
  right:20px;
}

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

.no-close-button .ui-dialog-titlebar-close {
  display: none;
}

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

td, th {
  padding: 3px 1px 3px 3px;
}

td h2, td h3, td h4 {
  margin: 0;
}

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

.table th,
.table th a {
  color: dimgray;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  background: #F0FAFF
}

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

.table tr {
  border-bottom: 1px solid rgba(237, 241, 248, 1);
  display: block;
  padding: 20px 0;
}

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

.table td {
  display: block;
}

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

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

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

/* FCI tables (used by FCI Import script) */
.fci-table{
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #DADADA;
  width: 100%;
  display: block;                 /* UNCOMMENT: enables own scroll context */
  overflow-x: auto;               /* horizontal scroll on narrow screens */
  -webkit-overflow-scrolling: touch;
  background: #FFFFFF;
  border-radius: 10px;
  min-width: 480px;               /* avoid unreadable squish on tiny screens */
  max-width: 100%;
}

.fci-table th,
.fci-table td{
  border: 1px solid #DADADA;
  padding: 8px 12px;
  text-align: left;
  vertical-align: top;
  background: #FFFFFF;
}

/* Header styling consistent with your index file */
.fci-table thead tr{
  background: #EAEAEA;
  font-weight: 700;
}

/* Optional sticky header — not required; keep if you like it */
.fci-table thead th{
  position: sticky;
  top: 0;
  z-index: 2;
}

/* Corner rounding only on the very outer cells */
.fci-table thead th:first-child {
  border-top-left-radius: 10px;
}
.fci-table thead th:last-child {
  border-top-right-radius: 10px;
}
.fci-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.fci-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

/* Optional: keep captions sane if used */
.fci-table caption {
  caption-side: top;
  text-align: left;
  padding: 4px 0;
}

/* Print-friendly: expand tables for printing */
@media print {
  .fci-table {
    display: table;
    overflow: visible;
  }
  .fci-table thead th {
    position: static;
  }
}

/* Fallback: if a table has no THEAD, style the first row as header */
.article-body table:not(.table):not(.fci-table) > tbody > tr:first-child{
  background: #EAEAEA;
  font-weight: 700;
}

/***** 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 rgba(237, 241, 248, 1);
  border-radius: 8px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(146, 146, 146, 100);
}

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

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

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

.form-field .nesty-input {
  border-radius: 8px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
  /*border:1px solid #000000;*/
}

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

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

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

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

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

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

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

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

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

.form .suggestion-list label {
  border-bottom: 1px solid rgba(237, 241, 248, 1);
  display: block;
  padding-bottom: 5px;
}

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

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

/***** Header *****/
.header-wrapper {
  background-color: rgba(245,245,255,.7);
  backdrop-filter: blur(20px);
  box-shadow: 0px 2px 5px rgba(0,0,0,.1);
  color:rgba(54, 54, 54, 97);
  position:fixed;
  width:100%;
  z-index:1;
}

header wrapper * {
  position:relative;
  z-index:inherit;
}

.header-wrapper a{
  color:white;
}
.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 92px;
  justify-content: space-between;
  z-index:2;
}

.nav-ul{
  list-style-type: none;  
}
.nav-ul >li{
  display: inline;
  line-height: 2.34em;
}
.header-nav-anchor{
  color: #282828;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
}
.header-nav-li > a{
  text-decoration:none !important;

}
.header-nav-li > a:hover{
  color: rgba(146, 146, 146, 100) !important;
    border: 1px solid transparent !important;
}
#header-li-span{
  display: inline-block;
  transform: rotate(180deg);
  font-size: 13px;
}
.arrow {
  border: solid #000000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 2px;
  margin-left: 5px
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#customer-dropdown{
  display:inline-block;
  position: relative;
  right: 12px;
}
#customer-menu{
  display: flex;
  flex-flow: column;
  position: absolute;
  right: 0px;
  background: #FFFFFF;
  top: 20px;
  min-width: 200px;
  padding: 10px 0px 10px 0px;
}
.hide-menu{
  display:none !important;
}
.show-menu{
  display:inline-block !important;
}
#customer-menu::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 10px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
#customer-menu >a{
  color: #0066CC;
  font-weight: 600;
  text-decoration:none;
  padding: 3px 40px 3px 20px;
}
#customer-menu >a:hover{
  background:#f3f3f3;
  text-decoration:none;
}
.nav-wrapper, #user-nav{
  display:flex;
}
.submit-a-request, #user-name{
  font-weight:700;
}
.submit-a-request {
  font-family: 'Poppins', sans-serif;
  font-size:16px !important;
  vertical-align:baseline;
  height:37px;
}

.submit-a-request:hover {
  border: 1px solid #c4d2e8 !important;
  background: rgba(237, 241, 248, 1) !important;
}

/**Ends here**/

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

.logo img {
  max-height: 75px;
}

.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: rgba(237, 241, 248, 1);
  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 rgba(237, 241, 248, 1);
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

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

.nav-wrapper a {
  border: 1px solid transparent;
  /*color: rgba(70, 113, 179, 1);*/
  color: #000000;
  display: none;
  font-size: 16px;
  padding: 0 10px;
  width: auto;
  font-weight: 600;
}

.nav-wrapper a.submit-a-request {
  border: 1px solid #ccc !important;
}

.user-nav[aria-expanded="true"] > .submit-a-request {
  width:100%;
}

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

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

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  color: rgba(70, 113, 179, 1);
  background-color: rgba(237, 241, 248, 1);
  border: 1px solid #c8d4ea;
  box-shadow: 0 2px 5px rgba(0,0,0,.1) !important;
  text-decoration:none;
}

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

.nav-wrapper .icon-menu {
  display: inline;
  margin-right: 10px;
  color: rgba(70, 113, 179, 1);
  font-weight:bold;
}

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

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

/***** User info in header *****/
.user-info {
  display: inline-block;
  line-height: 2.34em;
  margin: 0 10px;
}

.user-info:hover {
  background: transparent;
}

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

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

.user-info > [role="button"] {
  border: 0;
  color: rgba(70, 113, 179, 1);
  min-width: 0;
  padding: 0 10px;
  white-space: nowrap;
  border: 1px solid transparent;
}

.submit-a-request {
  border: 1px solid rgba(237, 241, 248, 1) inmportant!;
}
.user-info > [role="button"]:hover, .submit-a-request:hover {
  color: rgba(70, 113, 179, 1);
  background-color: rgba(237, 241, 248, 1);
  border: 1px solid #c8d4ea;
  box-shadow: 0 2px 5px rgba(0,0,0,.1) !important;
  text-decoration:none;
}

.user-info > [role="button"]:focus {
  color: rgba(70, 113, 179, 1);
  background-color: transparent;
}

.user-info > [role="button"]::after {
  /*color: #364c5c;*/
  color: rgba(70, 113, 179, 1);
}

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

#user #user-name {
  display: none;
  font-size: 14px;
  color:rgba(54, 54, 54, 97);
  font-family:'Poppins', sans-serif;
}

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

#user #user-name:hover {
  text-decoration: none;
  color: rgba(70, 113, 179, 1);
}

#user #user-dropdown {
  background: rbga(255,255,255,.2);
  background-image: url(https://conquer.io/wp-content/uploads/2023/10/pattern-2-min.png);
  background-clip: border-box;
  background-origin: padding-box;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  backdrop-filter: blur(6px);
}

#user-dropdown, #customer-menu{
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  border-radius: 8px;
  color: #303030;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://conquer.io/wp-content/uploads/2023/10/pattern-1.png);
}

#user-dropdown::before {
  display:none;
}

#user-dropdown::after {
  display:none;
}

#user-menu > [role="menuitem"]{
  color: rgba(54, 54, 54, 97);
  font-weight: 600;
}
#user-menu > [role="menuitem"]:hover{
background: rgba(0,0,0,.05);
}

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

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

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

.avatar .icon-agent::before {
  background-color: rgba(146, 146, 146, 100);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: rgba(237, 241, 248, 1);
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Footer *****/
.footer {
  margin-top: 0;
  padding: 20px 0;
  background: rgba(255, 255, 255, 1);
  box-shadow:  0px -10px 17px 10px rgba(255, 255, 255, 1);
}

.footer-logo img {
  width: 150px;
}

.footer-inner {
  max-width: 1160px;
  margin: 30px auto;
  padding: 0 0 50px 0;
  display: block;
  justify-content: space-between;
}

.footer-inner hr {
  border: 1px solid rgba(237, 241, 248, 1);
  margin-bottom: 50px;
}

.footer-inner div {
    display:block;
}

.footer-column1 {
  width:22.75%;
}

.social-follow-item {
  background: rgba(237, 241, 248, 1);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  margin: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.social-follow-link {
  color: rgba(146, 146, 146, 100);
  font-size: 20px;
  vertical-align: middle;
}

li > i.fa{
  font-size: 16px;
  color: rgba(146, 146, 146, 100);
  padding-right: 20px;
  opacity:1;
}
.bold-text{
  font-weight:700;
}
.inner-text {
	color: #767676 !important;
  font-size: 16px !important;
  font-weight:500;
}

.footer-link-text a{
  text-decoration:none;
  color: rgba(70, 113, 179, 1);
}

.hr-bar{
  border: 1px solid #E1E1E1;
	opacity: 0.4;
  width: 100%;
  margin-left: 10%;
}
.footer-image-bar{
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-image-bar img{
	margin-left: -20px;
  max-height: 60px;
}
.content-section{
  display: flex;
  justify-content: inherit;
}
.footer-bottom{
  text-align: center;
  padding: 20px;
}
.footer-bottom span{
  color:#FFFFFF;
  font-weight:600;
  font-size:32px;
  text-transform: uppercase;
}
.content-section >div > ul > li{
  color:rgba(54, 54, 54, 97);
  font-size: 12px;
}
.content-section >div > ul > li >a:hover{
  color: #01CCFD;
}
.text-below-image{
	line-height: normal;
  word-spacing: 3px;
}
.image-section{
  /*background-image: url("/hc/theming_assets/01KBEXVYBKD8ESDRRGVVAD30H6");*/
}
#btn-arrow{
  border: 1px solid #0066CC;
  font-size: 12px;
  padding: 6px 11px;
  color: white;
  background: #0066CC;
  margin-left: -4px;
}
.subscribe-email-box{
  padding: 6px;
  font-size: 12px;
  border: none;
  background-color:#000000;
  outline: 1px solid black;
  color:#FFFFFF;
}
/*End Added By Akash*/

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

.footer-language-selector {
  color: dimgray;
  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: rgba(54, 54, 54, 97);
  display: inline;
  font-weight: 400;
  font-size: 14px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

.breadcrumbs li:first-child {
  display:none;
}


/***** Search field ****
.hero-inner .mktoButtonRow {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
  	justify-content: center !important;
}

.hero-inner .mktoButtonRow button.mktoButton {
    box-shadow: none !important;
    background-image: none !important;
    text-shadow: none !important;
    animation-duration: 0s !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 8px 40px !important;
    width: 100% !important;
    height: auto !important;
    font-size: 18px !important;
    font-family: Poppins, sans-serif !important;
    background: 0 0 !important;
    line-height: 26px !important;
    color: #000 !important;
    font-weight: 600 !important;
    margin-top: 10px;
    background-color: #00CCFD !important;
    position: relative !important;
}
**Ends here**/

.search {
  position: relative;
}

div.generative-answers > div:first-child {
    background-color: rgba(77, 219, 255, .23);
    backdrop-filter: blur(20px);
    border-radius: 8px;
    background: linear-gradient(157deg, rgba(245, 215, 225, 0.11) 0%, rgba(77, 219, 255, 0.23) 100%);
}

div.generative-answers a[data-garden-id="buttons.anchor"] {
  font-size: 6px;
  font-weight: bold;
}

div.generative-answers > div > div {
  background: rbga(255,225,225,.1) !important;
}

.search input[type="search"] {
    justify-self: center;
    height: 40px;
    width: 100%;
    border: 1px solid #7a9acb;
    border-radius: 54px;
    text-align:center;
    color:rgb(125 125 125 / 60%);
    -webkit-appearance: none;
    transition: .2s;
    background: #ffffff !important;
}

::placeholder {
  color:#ccc;
  font-weight:600;
}

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

.search input[type="search"]:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.search input[type="search"]:focus {
  border: 1px solid #ccc;
  color: #282828;
  font-weight:500;
}

.search input[type="search"]:focus::placeholder {
  color:#eee;
}

.search:before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(127,127,127,.5);
  content: "\1F50D";
  font-size: 24px;
  position: absolute;
  left: 1px;
  padding: 0 14px;
  background: rgba(255,255,255,.67);
	border-radius: 50%;
}

[dir="rtl"] .search::before {
  right: 15px;
  left: auto;
  border: 1px solid rgba(146, 146, 146, 100);
}

.search-full input[type="search"] {
  background-color: rgba(255, 255, 255, 1);
  height: 50px;
  font-size: 20px;
}



/***** Hero component *****/

.hero {
  position: relative;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  overflow: hidden; /* ensures pseudo-element stays inside */
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(https://conquer.io/wp-content/uploads/2023/11/Red-Color-min.png);
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% 180%;
  filter: hue-rotate(240deg) saturate(200%) brightness(85%);
  z-index: -1;
}


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

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

.background-grad {
    padding: 0 0 0 0;
}

.black-linear {
 background: transparent linear-gradient(180deg, #000000 0%, #0A1933 100%) 0% 0% no-repeat padding-box;
}

.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 {
  box-sizing: border-box;
  background-color: rgba(237, 241, 248, 1);
  display: flex;
  flex: 1 0 300px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  position: relative;
  max-width: 100%;
  text-align: center;
  font-weight:600;
    border: 2px solid rgba(255,255,255,.7);
    border-radius: 8px;
    background-image: linear-gradient(0.75turn,#f9f9f9,#ffffff), radial-gradient(circle at 0%, #1172b4,#F48125);
    background-origin: border-box;
    background-clip: content-box, border-box;
    text-align:center;
    -webkit-appearance: none;
  vertical-align:middle;
    }

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

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-image: linear-gradient(#f9f9f9,#fff), radial-gradient(circle at 0%, #1172b4,#F48125);
  border: double 2px transparent;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.blocks-item:hover a img, .blocks-item:focus a img, .blocks-item:active a img  {
  color: rgba(54, 54, 54, 97);
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active  , .blocks-item:hover > *  {
  color: rgba(70, 113, 179, 1);
  text-decoration: none;
}

.blocks-item svg {
  height: 100px;
  fill: #364556;
}

.blocks-item:hover svg {
  fill: rgba(54, 54, 54, 97);
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid rgba(237, 241, 248, 1);
}

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

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

.blocks-item-link {
  color: rgba(54, 54, 54, 97);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;   /* stack title + description */
  justify-content: center;  /* vertical centering */
  align-items: center;      /* horizontal centering */
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 100px;        /* ensure enough height to visibly center*/
  padding: 16px 20px;       /* keep padding, but centering will still work */
  box-sizing: border-box;
}

.blocks-item-link img {
  filter: opacity(.75);
}

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

.blocks-item-link div {
  color:rgba(54, 54, 54, 97);
}

.blocks-item-title {
  margin-bottom: 0;
  color: dimgray !important;
}

.blocks-item-description {
  font-weight: 200;
  font-size: 14px;
  margin: 0;
  color: rgba(54, 54, 54, 97);
  display:block;
}

.blocks-item-internal .blocks-item-description,.blocks-item-internal .blocks-item-title{
  color: rgba(255, 255, 255, 1);
}

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

/**** Releases ****/
a.release {
  float:right; 
  padding:1px 6px; 
  font-size:.666666667em; 
  margin: 0 4px; 
  border-radius: 8px;
  color:white;
}

.package {
  background: #2A3439; 
}
.suite {
  background: #F48125;
}
.voice {
  background: #009DDE;
}
.enterprise {
  background: #CAD4D8;
  color:#151636 !important;
}
.standard {
  background: #CAD4D8;
    color:#3f1f1e !important;
}
.dynamics {
  background: #151616;
}
.salesforce {
  background: #0EA1DD;
}

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

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

.section h2 {
  margin-top: 10px;
  text-align: center;
  color:rgba(54, 54, 54, 97);
}

/***** Promoted articles *****/
.promoted-container {
  background: #00CCFF;
  background-image: linear-gradient(92deg, #00CCFF -11.93%, #1172b4 122.18%);

}

.promoted-container h2 {
  color: rgba(237, 241, 248, 1) !important;
  margin-bottom: 20px;
  text-align: center;
  font-size: 54px;
}

.promoted-container h2 red {
  color: rgba(146, 146, 146, 100);
}

a.see-all-articles[href^="undefined"] {
  opacity: 0;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: rgba(0,0,0,0,);
  height: 0;
  width:0;
}

.articles-promoted {
  background-color: rgba(54, 54, 54, 97);
  margin:0 -25%;
  padding: 50px 25%;
  color:rgba(237, 241, 248, 1);
}

.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;
  text-align: center;
  width: 66.67%;
  margin: 0 auto;
}

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

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

.promoted-articles-item a {
  border-bottom: 1px solid rgba(237, 241, 248, 1);
  color: rgba(54, 54, 54, 97);
  display: block;
  padding: 15px 0;
}

article-list.promoted-articles ~ a {
  display:none;
}

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

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

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

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

.community, .activity, .promoted-container {
  border-top: 1px solid rgba(237, 241, 248, 1);
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity .recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
  color: rgba(54, 54, 54, 97);
  font-size: 54px;
}

.recent-activity .recent-activity-header::after {
  content: ".";
  color:rgba(146, 146, 146, 100);
}

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

.recent-activity-item {
  border-bottom: 1px solid rgba(237, 241, 248, 1);
  overflow: auto;
  padding: 10px 0;
}

.recent-activity-item > h3 {
  margin-bottom: 0;
}

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

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 0 0;
  color: rgba(54, 54, 54, 97);
  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: dimgray;
  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(146, 146, 146, 100);
  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;
}

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

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

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

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

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

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

.section-tree-title {
  margin-bottom: 10px;
  border-radius: 8px;
}

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

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

.article-list-item {
  border-bottom: 1px solid rgba(237, 241, 248, 1);
  font-size: 16px;
  padding: 10px 0;
}

.article-list-item.icon-lock {
  position: relative;
  color:#AAA;
}

.icon-lock.ungated:before {
  display:none;
}

.article-list-item a {
  color: rgba(54, 54, 54, 97);
}

.icon-star::before {
  color: rgba(146, 146, 146, 100);
  font-size: 18px;
}

li.section-list-item {
  border-bottom: 1px solid rgba(237, 241, 248, 1);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
}


ul.section-list > li.section-list-item > a {
  color:rgba(54, 54, 54, 97);
}

ul.section-list > li.section-list-item > a::after, .section-tree-title > a::after {
  content:'>';
  color: #1172b4;
  position:relative;
  font-family:'Poppins', sans-serif;
  font-weight:700;
  font-size:32px;
  line-height:16px;
  margin: 0 0 0 5px;
  position:relative;
  top:6px;
}

ul.section-list > li.section-list-item > a:hover, .section-tree-title > a:hover {
  text-decoration:none;
}

ul.section-list > li.section-list-item > a:hover::after, .section-tree-title > a:hover::after {
  color: #F48125;
  font-weight:700;
  transition:450ms;
  margin-left: 10px;
}


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

.section-content {
  flex: 1;
}

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

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

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
  border: 0 solid #CCC;
  border-radius: 8px;
}

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

.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;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
}

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

.article-author {
  margin-bottom: 10px;
}
  
.article-title {
    font-size: 40px;
  }

@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;
  margin-left: 10px;
  vertical-align: middle;
}

.blink_me {
  animation: blinker 2s ease-in-out infinite;
}

@keyframes blinker {
  50% {
    opacity: .5;
  }
}

.article .tags {
list-style: none !important;
margin: 0;
overflow: hidden; 
padding: 0;
display: inline-flex;
}

.article .tag {
background: #808080;
border-radius: 3px 0 0 3px;
color: #fff;
display: inline-block;
height: 26px;
line-height: 26px;
padding: 0 20px 0 23px;
position: relative;
margin: 0 10px 10px 0;
text-decoration: none;
-webkit-transition: color 0.2s;
margin-left: 5px;
}

.article .tag::before {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
content: '';
height: 6px;
left: 5px;
position: absolute;
width: 6px;
top: 10px;
}

.article .tag::after {
background: #fff;
border-bottom: 13px solid transparent;
border-left: 10px solid #808080;
border-top: 13px solid transparent;
content: '';
position: absolute;
right: 0;
top: 0;
}

.article-gated-note {
  color: #000;
  margin: 30px 0 0 0;
}

.article-gated-button a {
  margin:30px auto 15px auto;  
  display:block;
  font-weight:bold;
  background: rgba(70, 113, 179, 1);
  color:rgba(237, 241, 248, 1);
  border: #ccccee 2px solid;
  border-radius:2px;
  transition: 1s;
}

.article-gated-exceprt {
  color:#666666;
  font-style: oblique;
  font-size: 1.1em;
  margin: 0px auto;
  padding: 0px 18px 0px 18px;
}

.article-gated-exceprt-container {
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  width: 100%;
}

.article-gated-exceprt .fade-out {
  position: relative;
  max-height: 350px; // change the height
}

.article-body h1 {
  font-size: 32px;
  font-weight: 700;
  color: rgba(54, 54, 54, 97);
}

.article-body h2 {
  font-weight: 700;
  color: rgba(54, 54, 54, 97);
  margin: 40px 0 0 0;
}


.article-body h2 + h4 {
  margin-top:1em;
}

.article-body h2 + p, .article-body h4 + p {
  margin-top:0;
}

.article-body h3 {
  font-weight: 700;
  color: rgba(54, 54, 54, 97);
  margin: 20px 0 -15px 0;
}

.article-body h4 {
  font-weight: 500;
  color: rgba(54, 54, 54, 97);
  margin-bottom:0;
  font-size:16px;
}

.article-body img {
  height: auto;
  max-width: 90%;
  display:inline-block;
  margin: 0 auto;
  border: 2px solid rgba(237, 241, 248, 1);
  border-radius: 8px;
  padding: 0 !important;  
  /*-webkit-box-shadow: 1px 1px 10px 0px rgba(67,67,67,.67);
	-moz-box-shadow: 1px 1px 10px 0px rgba(67,67,67,.67);
	box-shadow: 1px 1px 10px 0px rgba(67,67,67,.67);*/
}

.article-body p img:only-of-type {
  display:block;
}

.article-body iframe {
  margin-right:auto;
  margin-left:auto;
  display: block;
}

.article-body .inline-pic, .inline-image, .inline-img, .inline {
  display:inline !important;
  margin: 0 0 0 0;
  vertical-align:middle;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.article-body .note {
  width: 100%; 
  padding: 1em; 
  text-decoration:none;
  background: #FFF1F4;
  background-image: -webkit-linear-gradient(top, #FFF1F4, #DCDBFF);
  background-image: -moz-linear-gradient(top, #FFF1F4, #DCDBFF);
  background-image: -ms-linear-gradient(top, #FFF1F4, #DCDBFF);
  background-image: -o-linear-gradient(top, #FFF1F4, #DCDBFF);
  background-image: -webkit-gradient(to bottom, #FFF1F4, #DCDBFF);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #444444;
  -webkit-box-shadow: 2px 2px 2px 0 #CCCCCC;
  -moz-box-shadow: 2px 2px 2px 0 #CCCCCC;
  box-shadow: 2px 2px 2px 0 #CCCCCC;
}

.article-body p.release-note-line {
   border-top: 3px solid #f7f7f7 !important;
   border-radius: 5px;
   text-decoration: none;
   background: linear-gradient(to bottom, #fafafa, #ffffff);
   background-size: 100% 5em;
   background-repeat: no-repeat;
   width:102%;
   padding: 0 1%;
   margin-left: -1%;
}

.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 {
  margin: 0;
}

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

.article-body a:visited {
  color: rgba(70, 113, 179, 1);
}

.article-body a {
  color: rgba(70, 113, 179, 1);
}

.article-body code {
  background: #c8d4ea;
  border: 0px solid rgba(237, 241, 248, 1);
  border-radius: 8px;
  padding: 0 5px;
  margin: 0 2px;
  font-size: .9em;
}

.article-body pre {
  background: #c8d4ea;
  border: 2px solid rgba(237, 241, 248, 1);
  border-radius: 8px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 2px solid rgba(237, 241, 248, 1);
  color: dimgray;
  font-style: italic;
  padding: 0 15px;
}

.article-body details > summary {
  /*box-sizing: border-box;
  display: block;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(70, 113, 179, 1);
  width: 100%;
  box-shadow: 7px 7px 0px 0px #000000;
  transition: 300ms;
  list-style-type: none;
  margin-bottom: 15px;
  cursor:pointer;*/
  box-sizing: border-box;
  background-color: rgba(237, 241, 248, 1);
  display: block;
  margin-bottom: 15px;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 8px;
  background-image: linear-gradient(0.75turn, #f9f9f9, #ffffff), radial-gradient(circle at 0%, #1172b4, #F48125);
  background-origin: border-box;
  background-clip: content-box, border-box;
  text-align: left;
  -webkit-appearance: none;
  cursor:pointer;
  list-style-type: none;
  box-shadow: 2px 2px 3px rgba(0,0,0,.075);
}

.article-body details[open] {
  margin-bottom:30px;
}

.article-body details[open] > summary {
    margin-bottom: 30px;
}

@keyframes sweepo {
  0%    {opacity: 0; max-height: 0px; transform: translateY(-20px)}
  100%  {opacity: 1; max-height:10000px; transform: translateX(0)}
}

.article-body details[open] summary ~ * {
  animation: sweepo .5s ease-in-out;
}

.article-body details > summary::-webkit-details-marker {
  display: none;
}

.article-body details > summary::before {
  will-change: transform;
  transition: transform 300ms ease;
  color: rgba(146, 146, 146, 100);
  content: ">";
  display: inline-block;
  text-align: center;
  padding:0 10px;
}

.article-body details[open] summary::before {
  transform: rotate(90deg);
}

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

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

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

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

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

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

.article-sidebar {
  border-bottom: 1px solid rgba(237, 241, 248, 1);
  border-top: 1px solid rgba(237, 241, 248, 1);
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

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

.article-relatives {
  border-top: 1px solid rgba(237, 241, 248, 1);
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

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

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

#article-container > article > section.article-relatives > section > ul > li > a {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    overflow: hidden;
}

.article-relatives .recent-articles, .article-relatives .related-articles {
  max-width:98%;
}

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

@media (min-width: 768px) {
  .article-relatives > * {
    margin-right: 20px;
  }
  .article-relatives {
    flex-direction: row;
  }
  .article-relatives .recent-articles, .article-relatives .related-articles {
  max-width:48%;
  }
}

.article-votes {
  border-top: 1px solid rgba(237, 241, 248, 1);
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  background: transparent;
  border: 1px solid rgba(70, 113, 179, 1);
  color: rgba(70, 113, 179, 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);
  color: rgba(70, 113, 179, 1);
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: rgba(146, 146, 146, 100);
}

.article-vote:hover,.article [role="button"]:hover {
  background-color: #688cc4;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: rgba(237, 241, 248, 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 rgba(237, 241, 248, 1);
}

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

.article-return-to-top a {
  color: rgba(54, 54, 54, 97);
  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(146, 146, 146, 100);
  color: rgba(237, 241, 248, 1);
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #8da8d2;
  border-color: #29436a;
}

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

.sidenav-item {
  border-radius: 8px;
  color: rgba(54, 54, 54, 97);
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article {
  background-color: rgba(70, 113, 179, 1);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  border-radius: 8px;
}

.sidenav-item:hover {
  background-image: linear-gradient(90deg,rgba(70, 113, 179,.4) 0%,#34c6f4 100%);
  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(54, 54, 54, 97);
  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: dimgray;
}

.upload-dropzone {
  border-radius: 8px;
}

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

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

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

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

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

.share a:hover::before {
  color: rgba(146, 146, 146, 100);
}

.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 rgba(237, 241, 248, 1);
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid rgba(237, 241, 248, 1);
  border-top: 1px solid rgba(237, 241, 248, 1);
  padding: 20px 0;
}

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

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

.comment-callout a {
  color: rgba(146, 146, 146, 100);
}

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

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

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

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

.comment-wrapper.comment-official {
  border: 1px solid rgba(146, 146, 146, 100);
  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(146, 146, 146, 100);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

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

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

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

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

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

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

.comment-body code {
  background: #f7f7f7;
  border: 0px solid rgba(237, 241, 248, 1);
  border-radius: 8px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 0px solid rgba(237, 241, 248, 1);
  border-radius: 8px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid rgba(237, 241, 248, 1);
  color: dimgray;
  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: dimgray;
  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(146, 146, 146, 100);
}

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

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

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

.vote-voted::before {
  color: rgba(146, 146, 146, 100);
}

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

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

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01KBEXW0949V4EQJGHZGEKHBMH);
  margin-bottom: 10px;
}

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

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

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

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

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

##hc-wysiwyg{
  border: 1px solid #000000;
}

@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 rgba(237, 241, 248, 1);
  font-size: 13px;
}

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

.topic-header .dropdown {
  display: block;
  border-top: 1px solid rgba(237, 241, 248, 1);
  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(146, 146, 146, 100);
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: rgba(237, 241, 248, 1);
  color: rgba(237, 241, 248, 1);
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: rgba(146, 146, 146, 100);
  color: rgba(237, 241, 248, 1);
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid rgba(237, 241, 248, 1);
  color: rgba(237, 241, 248, 1);
}

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

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(146, 146, 146, 100);
  content: attr(data-follower-count);
  color: rgba(146, 146, 146, 100);
  display: inline-block;
  font-family: 'Arial Black', Arial, '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(146, 146, 146, 100);
  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 rgba(237, 241, 248, 1);
  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(70, 113, 179, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

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

.striped-list-title:visited {
  /*color: #29436a;*/
}

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

.striped-list-count {
  color: dimgray;
  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(54, 54, 54, 97);
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  position: relative;
  top: 7px;
  vertical-align: bottom;
  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(146, 146, 146, 100);
}

.status-label-official {
  border-radius: 5px;
  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 5px 5px;
    right: 30px;
    width: auto;
  }
}

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

.status-label-pending, .status-label-not-planned {
  background-color: #7E7E7E;
  /*color: dimgray;*/
}

.status-label-pending, .status-label-planned {
  background-color: #3DE185;
  /*color: dimgray;*/
}

.status-label-pending, .status-label-completed {
  background-color: #0EA6B8;
  /*color: dimgray;*/
}

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

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

.status-label-closed {
  background-color: rgba(237, 241, 248, 1);
}

.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, {
  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%;
    background: #ffffff
    border: 1px solid #CCC;
    border-radius: 8px;
    margin: 0 15px;
  }
}
  
  
.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: Helvetica, Arial, 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 {
  margin: 0;
}

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

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

.post-body code {
  background: #f7f7f7;
  border: 0px solid rgba(237, 241, 248, 1);
  border-radius: 8px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid rgba(237, 241, 248, 1);
  border-radius: 8px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid rgba(237, 241, 248, 1);
  color: dimgray;
  font-style: italic;
  padding: 0 15px;
}

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

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

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

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

.post-sidebar {
  border-top: 1px solid rgba(237, 241, 248, 1);
  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 rgba(237, 241, 248, 1);
    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 rgba(237, 241, 248, 1);
  border-top: 1px solid rgba(237, 241, 248, 1);
  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(54, 54, 54, 97);
  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(54, 54, 54, 97);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid rgba(237, 241, 248, 1);
  }
  .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(146, 146, 146, 100);
    order: 1;
    padding: 15px 0 11px 0;
  }
}

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

.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 rgba(237, 241, 248, 1);
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid rgba(237, 241, 248, 1);
  }
}

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

.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(146, 146, 146, 100);
  color: rgba(237, 241, 248, 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(146, 146, 146, 100);
  border-radius: 8px;
  color: rgba(237, 241, 248, 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: #5f5f5f;
  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: dimgray;
  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: dimgray;
}

/***** Request *****/


div:has(> #new_request) {
  min-height:400px;
}

#new_request > div.suggestion-list > div {
  border: 1px solid #999;
  border-radius: 10px;
  padding: 10px;
  background-color: #f3ffff88;

}
.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: 8px;
  border: 1px solid rgba(237, 241, 248, 1);
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

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

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

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

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

.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(146, 146, 146, 100);
}

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

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid rgba(237, 241, 248, 1);
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid rgba(237, 241, 248, 1);
  border-top: 1px solid rgba(237, 241, 248, 1);
  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 rgba(237, 241, 248, 1);
  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: dimgray;
  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;
}

.optional.request_cc_emails {
  display:none
}

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

.pagination * {
  display: inline-block;
}

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

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

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

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

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

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

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

.pagination-current {
  background-color: rgba(146, 146, 146, 100);
}

.pagination-current a, .pagination-current span {
  color: rgba(237, 241, 248, 1);
}

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

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

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

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

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

.meta-group * {
  display: inline;
}

.meta-data {
  /*color: dimgray;*/
  color:rgba(54, 54, 54, 97);
  font-size: 13px;
  font-weight: 300;
}

.blocks-item .meta-data{
  color: #fff;
}

.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";
  position:relative;
  top:8px;
  font-weight:bold;
}

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

/*-------------
Navigation Menu
-------------*/
#cssmenu {
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  color: #FFFFFF;

}

#cssmenu span {
  font-weight: normal;
  font-size: 12px;
  font-style: normal;
  line-height: 35px;
  color: rgba(237, 241, 248, 1);
  font-family: 'Plus Jakarta Sans', sans-serif;
}

#cssmenu-ps {
	  padding: 0px 7px 0px 12px !important;
}



#cssmenu ul {
  background: #487196; 
  background-position: top left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#cssmenu li {
  float: left;
  padding: 0px;
}

#cssmenu li:hover > ul {
  display: block;
}

#cssmenu li a {
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 0px 0px;
  text-align: center;
  text-decoration: none;
}



#cssmenu li ul {
  background: url('//p4.zdassets.com/hc/theme_assets/192983/200000749/mcucV2menu_background3.jpg') ;
  display: none;
  height: auto;
  padding: 0px;
  border-top: 1px solid #C3CDD5;
  position: absolute;
  margin-top: 0;
  width: 225px;
  z-index: 200;
  -moz-box-shadow:    0px 7px 10px 0px rgba(0,0,0,.3);
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0,0,0,.3);
  box-shadow:         0px 7px 10px 0px rgba(0,0,0,.3);
}

#cssmenu li ul li {
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align:left;
}

#cssmenu li ul li a {
  padding: 0px 10px 0px 15px;
  text-align: left;
}

#cssmenu li ul li:hover {
  background: rgba(255,255,255,.1);
}

#cssmenu li ul li ul {
  background-color:#3A6C90;
  display: none;
  height: auto;
  padding: 0px;
  margin-left: 195px;
  border: 0px;
  border-radius: 8px;
  position: absolute;
  top:106.25px;
  left:30px;
  width: 250px;
  z-index: 175;
  -moz-box-shadow:    4px 7px 7px 0px rgba(0,0,0,.3);
  -webkit-box-shadow: 4px 7px 7px 0px rgba(0,0,0,.3);
  box-shadow:         4px 7px 7px 0px rgba(0,0,0,.3);
}


#cssmenu li ul li:hover > ul{
  display: block;
}

/*-----------------
ARTICLE ACCORDIONS
-----------------*/
details summary {
  background: rgba(255, 255, 255, 1);
}

#instructions-button {
  display:none;
}

.accordion.upgrade-mro {
  display:none;
}

.accordion.upgrade-mcx {
  display:none;
}

.accordion.upgrade-ldap {
  display:none;
}

.accordion dl,
.accordion-list {
  border:0 solid rgba(237, 241, 248, 1);
}

.accordion dl:after {
  content: "";
  display:none;
  height:1em;
  background-color:#929292;
}

.accordion dt {
  margin: .5em auto 0 auto;
}

.accordion dt.dt-90 + dt {
  background-color: #EEE;
  color: lightslategray;
  margin: 0 auto;
  padding: 0 2.33em;
  width: 90%;
  transition:height .9s;
  height:auto;
  overflow:hidden;
  max-height:5em;
  animation: accordionIn 0.75s alternate ease-in-out both 1;
}

.accordion dt.dt-100 + dt {
  background-color: #fff;
  margin: 0 auto;
  padding: 0 2.33em;
  transition:all .4s;
  height:0;
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

.dt-90 {
  width:90%;
  transition:width .6s;
}

.dt-100 {
  width:100%;
  transition:width .6s;
}


.accordion dd,
.accordion__panel,
.accordion-content {
  background-color:rgba(237, 241, 248, 1);
  font-size:1em;
  line-height:1.5em; 
  -webkit-margin-start:0;
  margin:0;
  width:100%;
}

.accordion-content-end {
  background-color: #858585;
  width:100%; 
  text-align:center;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 -2px 2px -2px rgba(255, 255, 255, 1);
  display:block;
  padding:.33em .75em;
  color:rgba(237, 241, 248, 1);
  margin: 0 auto;
  text-align:center;
  text-shadow: 0 0 1px rgba(70, 113, 179, 1);
}

.accordion-content-end:hover {
  background-color: #8d8d8d;
}

dd.accordion-content > dl.accordion a.accordion-content-end {
  background-color:rgba(237, 241, 248, 1);
  color: rgba(70, 113, 179, 1);
  width:100%; 
  text-align:center;
  border-radius: 0 0 8px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  display:block;
  padding:.33em .75em;
  color:rgba(54, 54, 54, 97);
  margin: 0 auto;
  text-align:center;
  font-size:11px;
  text-shadow: 0 0 0 rgba(70, 113, 179, 1);
}

.accordion p {

}

.accordion {
  position:relative;
  background-color:rgba(237, 241, 248, 1);
}

.accordionTitle {
  background-color: #fff; 
  text-align:left;
  text-shadow: 0 0 0 #CCC;
  text-decoration: none;
  font-weight:300;
  font-size: 18px;
  padding:.33em .75em;
  display:block;
  text-decoration:none;
  color:rgba(54, 54, 54, 97);
  transition:background-color 0.5s ease-in-out;
  border-bottom:1px solid rgba(146, 146, 146, 100);
  border-radius: 8px 8px 0 0;
}

dd.accordion-content > dl.accordion dt a.accordionTitle {
  background-color: #EEE;
  color: lightslategray;
  text-align:center;
  text-shadow: 0 0 0 #CCC;
  text-decoration: none;
  font-weight:300;
  font-size: 14px;
  padding:.33em .75em;
  display:block;
  text-decoration:none;
  color:rgba(54, 54, 54, 97);
  transition:background-color 0.5s ease-in-out;
  border-bottom:1px solid rgba(146, 146, 146, 100);
  border-radius: 8px 8px 0 0;
}

.accordionTitle:before {
  content: "+";
  float:left; 
  vertical-align:middle;
  transition: transform 0.3s ease-in-out;
  color:rgba(237, 241, 248, 1);
  margin: 0 .5em 0 0;
}

.accordionTitle:hover {
  background-color:rgba(255, 255, 255, 1);
  color: rgba(237, 241, 248, 1);
  text-decoration: none;
  text-shadow: 0 0 0 0 #000;
}

.accordionTitleActive, 
.accordionTitle.is-expanded {
  background-color:#8d8d8d;
  border-bottom:1px solid rgba(255, 255, 255, 1);
  color: rgba(237, 241, 248, 1);
  text-decoration: none;
  margin: 0 0 0 0;
  border-radius: 8px 8px 0 0;
  text-shadow: 0 0 1px rgba(70, 113, 179, 1);
  transition: text-shadow .3s ease-in-out;
}

dd.accordion-content > dl.accordion dt a.accordionTitle.is-expanded {
  background-color:rgba(237, 241, 248, 1);
  border-top:1px solid rgba(255, 255, 255, 1);
  border-bottom: 0 solid #FFF;
  color: rgba(70, 113, 179, 1);
  text-decoration: none;
  margin: 0 0 0 0;
  border-radius: 8px 8px 0 0;
  text-shadow: 0 0 0 rgba(70, 113, 179, 1);
  transition: text-shadow .3s ease-in-out;
}

.accordionTitle.is-expanded:before {
  color:rgba(237, 241, 248, 1);
  transform:rotate(-225deg);
}

.accordionItem {
  height:auto;
  overflow:hidden;     
  max-height:750em;
  transition:all .45s;   
  @media screen and (min-width:48em) {
    max-height:750m;
    transition:all 0.45s;
  }
}
 
.accordionItem.is-collapsed {
    max-height:0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
  width:90%;
}

.animateIn {
     animation: accordionIn 0.45s normal ease-in-out both 1; 
}

.animateOut {
     animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform:scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity:1;
    transform:scale(1);
  }
}

@keyframes accordionOut {
    0% {
    opacity: 1;
    transform:scale(1);
  }
  100% {
    opacity:0;
    transform:scale(0.9) rotateX(-60deg);
  }
}



/*-------------
Video Embedding
-------------*/

.home-page-highlight {
  padding: 36px 0;
}



.home-feature-highlight {
  background-color:rgba(237, 241, 248, 1);
  background-size: 100% 100%;
	border: 1px solid rgba(34,36,38,.15);
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .home-feature-highlight {
    padding: 0;
    width: 80%;
  }
}
  
  .home-feature-highlight {
    padding:0;
    width: 70%;
  }
}

.video-container {
    position: relative;
    padding: 0;
    text-align: center;
    max-width: 100%;
    padding:20px;
    /*padding-bottom: 60%;
    height: 0; 
    overflow: hidden;*/
    
}
 
.video-container iframe,
.video-container object,
.video-container img,
.video-container embed {
    position: relative;
    background: rgba(237, 241, 248, 1); 
    max-width:  100%;
/*    -moz-box-shadow:    0px 0px 10px 0px rgba(0,0,0,.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.15);
    box-shadow:         0px 0px 10px 0px rgba(0,0,0,.15); */
    vertical-align: middle;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF; 
    border-top: 1px solid #FFF;
    border: 0 solid rgba(0,0,0,.15);
  margin-right:5%;
}

.home-feature-highlight > .video-container > a > img {
  width:90%;
}

@media (min-width: 768px) {  
  .home-feature-highlight > .video-container > a > img  {
    width:62%;
    max-width:1200px;
  }
}


 .tint {
       opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;

  }
  
  .tint:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
  }


/* User Profiles */
.profile-header {
  padding: 100px 0 0 0;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

.profile-header .options [data-action="edit-profile"] {
  background-color: rgba(146, 146, 146, 100);
  border: 0;
  color: rgba(237, 241, 248, 1);
  line-height: normal;
  padding: 8px 20px;
}

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

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

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

.profile-stats .stat-label {
  color: dimgray;
  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 rgba(237, 241, 248, 1);
  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 rgba(237, 241, 248, 1);
}

@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(146, 146, 146, 100);
  border-radius: 2px;
  color: rgba(146, 146, 146, 100);
  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: rgba(70, 113, 179,.15);
  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: dimgray;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-results-sidebar {
  border-top: 1px solid rgba(237, 241, 248, 1);
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

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

.search-results-sidebar .sidenav-item[aria-selected="true"] {
  background-color: #3f65a1;
  color: rgba(237, 241, 248, 1);
  box-shadow: 1px 1px 3px rgba(0,0,0,.1);
  text-decoration: none;
}

.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}

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

.search-results-list > li {
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid rgba(237, 241, 248, 1);
}

.search-results-list > li h2 {
  margin-bottom: 0;
}

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

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

.search-result-votes, .search-result-meta-count {
  color: lighten($text_color, 20%);
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
  color: $brand_color;
}

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

.search-result-breadcrumbs li:first-child {
  display:none;
  font-weight:bold;
}

.breadcrumbs li + li:nth-child(2)::before {
  content:" Category";
  font-family: 'Poppins', sans-serif;
  font-weight:bold;
}

.breadcrumbs li + li:nth-child(3)::before {
  content:" Section";
  font-family: 'Poppins', sans-serif;
  font-weight:bold;
}

.breadcrumbs li + li:nth-child(4)::before {
  content:" Sub Section";
  font-family: 'Poppins', sans-serif;
  font-weight:bold;
}

.breadcrumbs li + li:nth-child(5)::before {
  content:" Folder";
  font-family: 'Poppins', sans-serif;
  font-weight:bold;
}


.search-results-description em {
    background-color: rgba(244, 129, 37, .15);
    padding: 0 4px;
    border-radius: 8px;
}

/* Non-latin search results highlight */
/* Add a yellow background for Chinese */
html[lang|="zh"] .search-result-description em {
  font-style: normal;
  background: yellow;
}

/* Use bold to highlight for the rest of supported non-latin languages */
html[lang|="ar"] .search-result-description em,
html[lang|="bg"] .search-result-description em,
html[lang|="el"] .search-result-description em,
html[lang|="he"] .search-result-description em,
html[lang|="hi"] .search-result-description em,
html[lang|="ko"] .search-result-description em,
html[lang|="ja"] .search-result-description em,
html[lang|="ru"] .search-result-description em,
html[lang|="th"] .search-result-description em {
  font-style: bold;
}

/***** Feature Requests *****/

.ps-split {
  position: absolute; 
  vertical-align: middle;
  height: 100%;
  width: 100%;
  background: linear-gradient(40deg,#46c3cc,#1465b0);
  border-radius:8px;
  opacity:0;
  overflow: hidden;
}

.ps-split-links {
  vertical-align: middle;
  position: relative;
  padding: 12% 0;
  margin: 12px;
	display:block;
  text-shadow: 0 0 1px rgba(0, 0, 0, 1);
}

.ps-split-links > a > h2:hover {
  	text-shadow:
		-1px -1px 0 rgba(0,0,0,.6),
		1px -1px 0 rgba(0,0,0,.6),
		-1px 1px 0 rgba(0,0,0,.6),
		1px 1px 0 rgba(0,0,0,.6);
}



.ps-split a, .ps-split h1 {
  color: #fff;
  vertical-align: middle;
  display:block;
  text-shadow: 0 0 1px rgba(0, 0, 0, 1);
}

.ps-split hr {
    border: 0;
    margin-top: -12px;
    height: 2px;
    background-image: linear-gradient(to right, rgba(255,255,255, 0), rgba(255,255,255, .5), rgba(255,255,255, 0));
}

.blocks-item:hover > div.ps-split {
  opacity: .95;
}