@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

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

/*****Font*****/

@font-face 
{
	font-family: 'Lato';
/*	src: url($assets-lato-regular-ttf);  */
}

@font-face 
{
	font-family: 'Lato-light';
/*	src: url($assets-lato-light-ttf); */
}

@font-face 
{
	font-family: 'Helvetica Neue';
/*	src: url($assets-helveticaneue-ttf); */
}


body {
  background-color: #FFFFFF;
  color: rgba(2, 29, 45, 1);
  font-family:  'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 767px) {
  main {
    min-height: 600px;
  }
}

/* Make sure the top nav always stays above tables and article content */
.header, 
.navbar, 
.topbar, 
nav[role="navigation"] {
  position: relative;
  z-index: 9999; /* large enough to be above article tables */
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
}

h2 a {
	text-decoration: none;
  color: #021d2d !important;
}

h1 {
  font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0%;
  font-size: 32px !important;
  margin: 0px 0 14px 0px !important;
}

h2 {
  font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
	font-weight: 400;
	font-size: 28px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;

}

h3 {
	font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
	font-weight: 300;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
}

h4 {
  font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
}

a {
  color: rgba(68, 129, 213, 1);
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #4481D5;
}

/*Header self-linking*/

a.Header
{
	color: #021d2d;
	text-decoration: none;
}


li a:hover, a:active, a:focus {
  text-decoration: none;
  color: #4481D5;
}

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

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

input:focus {
  border: 1px solid rgba(2, 29, 45, 1);
}

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

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

select:focus {
  border: 1px solid rgba(2, 29, 45, 1);
}

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

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

textarea:focus {
  border: 1px solid rgba(2, 29, 45, 1);
}

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

.container.full-override {
    width: 100%;
}

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

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

.mrg-h-overide {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

/***** Buttons *****/
.button, [role="button"] {
  border: 1px solid rgba(2, 29, 45, 1);
  border-radius: 4px;
  color: rgba(2, 29, 45, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 1.54;
  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(2, 29, 45, 1);
}

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

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

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

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

@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: #000;
}

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

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

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

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

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

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

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

.form-field input:focus {
  border: 1px solid rgba(2, 29, 45, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo img {
  max-height: 50px;
  display: flex;
  flex: 0 1 auto;
  order: 1;
  vertical-align: center;
  align-self: center;
  justify-content: flex-start;
}

.logo a {
  display: inline-block !important;
}

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

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

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

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

.nav-wrapper {
  width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 10px 20px;
   background-color: #021d2d;
}

.nav-wrapper a {
  border: 0;
  color: rgba(68, 129, 213, 1);
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

.sidenav-wrapper {
  display: none;
}

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

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

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

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

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

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

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

/*==Apps button menu item==*/

ul.navigation > li:nth-child(6)	/*Background*/
{
	height: 30px;
	margin-top: 17px;
	display: inline-block;
	transition: all .2s ease-in-out;
	position: relative;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Lato', 'Helvetica Neue', Arial, Sans-Serif;
	font-style: normal;
	font-weight: 400;
	width: 125px;
	line-height: 17px !important;
	border: 1px solid #FFBC00;
	background-color: transparent;
	color: #FFBC00 !important;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: 95px 6px;
	background-image: url(/hc/theming_assets/01JV9GNZ8FJBNBEPQNYTD8FT8N);
  padding: 0 !important;
}

ul.navigation > li:nth-child(6) > a	/*Font*/
{
	color: #FFFFFF;
	font-family: 'Lato', 'Helvetica Neue', Arial, Sans-Serif;
	font-weight: none;
	border-bottom: none;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	line-height: 35px;
	font: Lato;
	margin-left: -2px;
	margin-right: 0px;
	margin-top: -4px;
	margin-bottom: 10px;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

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

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

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

.user-info > [role="button"] {
  border: 0;
  color: #fff;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

/***** Footer *****/
.footer {
  margin-top: 60px;
}

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

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

.footer-language-selector {
  color: #065c8f;
  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: #021D2D;
  display: inline;
  font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
  font-weight: 400;
  font-size: 12px;
  line-height: 20p;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.breadcrumbs li a {
  color: #021D2D;
  text-decoration:none;
  font-size: 12px;
}

.breadcrumbs li a:active {
  color: #405787;
  text-decoration:none;
}

.breadcrumbs li a:hover {
  color: #FFBC00;
  text-decoration:none;  
}

/***** Search field *****/
.search {
  position: relative;
  border: 1.5px solid #cccccc;
  max-width: 818px;
  min-width: 200px;
	max-height: 64px;
	border-radius: 65px;
}

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

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

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

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

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

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

/***** Hero component *****/
.hero {
  background-position: center;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

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

.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-weight: 400;
  margin: 0 0 30px 0;
  word-break: break-word;
  font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0%;
	vertical-align: middle;
}

@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: flex-end;
/*   margin-bottom: 30px; */
  min-height: 50px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
  
  .sub-nav form {
    width: 30%;
    margin-right: 0;
  }
}

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

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

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  
}

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

.blocks-item {
 
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
}

.blocks-item-hp {
  display: flex;
  width: 269px;
  height: 249px;
  padding: 63px 40px 81px 40px;
  flex-direction: column;
  vertical-align: top; /* Align items from the top */
  justify-content: center;
  text-align: center;
  align-items: center;
	gap: 16px;
  border-radius: 16px;
  border: 1.5px solid var(--stroke-tertiary, #D6D6D6);
  background: var(--mobile-colors-semantic-button-button-main-secondary-idle-bg, #FFF);
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}
.blocks-item-hp:hover, .blocks-item-hp:focus, .blocks-item-hp:active, .blocks-item-hp a:hover, .blocks-item-hp a:focus, .blocks-item-hp a:active {
  /*background-color: rgba(2, 29, 45, 1);*/
  background: var(--surface-selected, #F0F5FF);
  text-decoration: none;
}
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  /*background-color: rgba(2, 29, 45, 1);
  background-color: #ffffff;*/
}

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

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

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

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

.blocks-item-link {
  /*color: rgba(2, 29, 45, 1);*/
  /*background-color: rgba(2, 29, 45, 1);*/
  padding: 16px 50px 0px 20px;
  color: #000000;
  font-weight: 700;
  width: 303px;
  height:93px;
  text-align: left;
  background: #787868;
 	border-radius: 12px;
  border: 1px solid var(--Light-Gray, #FAFAFA);
  background: var(--Gray-gray-100, #FAFAFA);
  position: relative;
  z-index: 1; /* Ensure the link appears above other elements */
}


.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
  color: #000000;  
	background: var(--surface-selected, #F0F5FF);
}

.blocks-item-title {
  margin-bottom: 0;
  vertical-align: top; /* Align items from the top */

}

.blocks-item-link span, .blocks-item-link span:hover {
  color: var(--Gray-Blue-gray-blue-400, #A7B1B9);
  font-weight: 400;
  font-size: 14px;
}

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

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

.block-item-title-hp {
  color: var(--text-primary, #021D2D);
/* global/Body/body4-700 */
font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 125% */
}

.block-item-description-hp {
color: var(--Brand-brand-dark-blue, #021D2D);
text-align: center;
/* global/Body/body3-400 */
font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 17px; /* 121.429% */
width: 175px;
}

.blocks-item-link svg {
    position: relative;
    z-index: 2; /* Ensure the icons appear above the links */
}

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

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

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

/***** Homepage *****/
.section {
  margin-bottom: 30px !important;
}

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

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

h1.title-hero {
    text-align: center;
    font-weight: 700;
    color: #021d2d;
    font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
    font-size: 56px;
    line-height: 2em;
    margin: 0;
}

h3.title-hero {
    color: var(--Deep-Blue, #021D2D);
    font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: rgba(2, 29, 45, 1);
  display: inline-block;
  width: 100%;
}

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

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

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

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

.recent-activity-item-time, .recent-activity-item-comment {
  color: #065c8f;
  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(2, 29, 45, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

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

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

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

.category-content {
  flex: 1;
}

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

.section-tree {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* Removed flex-wrap and justify-content as they're not needed for a single column */
}

.section-tree .section {
  flex: initial; /* Will remain default, single item column */
  /* Removed flex-basis rules for tablet and desktop */
}

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

.section-tree-title {
  font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
	font-weight: 400;
	font-size: 30px;
  color: #021D2D;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;

}

.section-tree-title a {
  color: #021d2d !important;
}

.section-tree-title a:visited {
  color: #021d2d;
}

.section-tree-title a:hover {
  text-decoration:none;
}


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

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

.article-list-item a {
  color: #021d2d;
}

.article-list-item a:visited {
  color: #021d2d;
}

.icon-star::before {
  color: rgba(2, 29, 45, 1);
  font-size: 18px;
}

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

.section-content {
  flex: 1;
}

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

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

/***** Get Started Section pages *****/
.article-list-item {
  margin-bottom: 10px; /* Adjust as needed */
}

.flex-container {
  display: flex;
  align-items: flex-start; /* Align to the top */
}

.article-list-link {
  display: flex;
  align-items: center; /* Center items vertically */
  width: 100%;
}

.text-container {
  display: flex;
  flex-direction: column; /* Stack title lines vertically */
  width: 100%; /* Takes the full available width */
}

.title-container {
  /*display: flex;*/
  justify-content: space-between; /* Spreads items to occupy available space */
  width: 100%;
}

.title-before-pipe {
  font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #021d2d !important;
}

.title-after-pipe {
  font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  /*text-align: right;*/
  color: #021d2d !important;
}

.icon {
  flex-shrink: 0; /* Prevents icon from shrinking */
  margin-right: 10px; /* Space between icon and text */
  width: 30px; /* Icon size to be defined */
  height: 30px; /* Icon size to be defined */
}
/*.article-list-item .icon{
  display:none;
}*/

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

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

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

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

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

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

.get-started .section-tree-title a {
  color: rgba(2, 29, 45, 1);
}

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

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

.article-body .main-section > .outer-row {
    padding-top: 0;
}

.article-body .nocontent {
  display: none;
}

.article-info > :first-child {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-body > 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: #065c8f;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

.downvote-message, .upvote-message {
  display: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}

.button {
  cursor: pointer;
  margin: 10px 5px;
}

.article-votes .button-primary {
  color: #fff;
}

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

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

.article-votes-controls {
  max-width: 200px;
  margin: 0 auto;
}

.article-votes .article-votes-controls {
  margin-top: 15px;
}

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

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

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

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: rgba(2, 29, 45, 1);
}

.article-vote:hover {
  background-color: rgba(2, 29, 45, 1);
}

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

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

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

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

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

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

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

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

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

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

.article-unsubscribe {
  background-color: rgba(2, 29, 45, 1);
  color: #FFFFFF;
  text-decoration: none;
}

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

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

.sidenav-item {
  border-radius: 4px;
  color: #021d2d !important;
  display: block;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
 	background-color: #fff;
  color: rgba(2, 29, 45, 1) !important;
  font-weight: bold;
}

.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 {
  display:none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

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

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

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

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

.upload-dropzone span {
  color: #065c8f;
}

/***** 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: #065c8f;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

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

.share a:hover::before {
  color: rgba(2, 29, 45, 1);
}

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

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

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

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

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

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

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

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

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

.comment-callout a {
  color: rgba(2, 29, 45, 1);
}

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

.comment-sorter a {
  color: #065c8f;
  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(2, 29, 45, 1);
  padding: 40px 20px 20px;
}

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

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

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

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

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

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

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

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

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

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

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

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

.comment-container {
  width: 100%;
}

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

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

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

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

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

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

.comment-ccs {
  display: none;
}

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

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

.comment-attachments a {
  color: rgba(2, 29, 45, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 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, .comment-body li > ul, .comment-body li > ol {
  margin: 0;
}

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

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

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

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

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #065c8f;
  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: #065c8f;
  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(2, 29, 45, 1);
}

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

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

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

.vote-voted::before {
  color: rgba(2, 29, 45, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.community-follow [role="button"]:hover {
  background-color: rgba(2, 29, 45, 1);
}

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

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

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

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

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(2, 29, 45, 1);
  content: attr(data-follower-count);
  color: rgba(2, 29, 45, 1);
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

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

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

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

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

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

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

.striped-list-title {
  color: rgba(68, 129, 213, 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: #215192;
}

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

.striped-list-count {
  color: #065c8f;
  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(2, 29, 45, 1);
    display: block;
    font-weight: 400;
  }
}

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

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

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(2, 29, 45, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 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, .post-body li > ul, .post-body li > ol {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.collapsible-sidebar-title {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(2, 29, 45, 1);
  color: #FFFFFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.subscriptions-unsubscribe a:hover {
  background-color: #000;
  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: #065c8f;
  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: #065c8f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.request-main .comment-show-container-content {
  align-self: center;
  color: #065c8f;
  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(2, 29, 45, 1);
}

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

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

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(2, 29, 45, 1);
}

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

.request-title {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination * {
  display: inline-block;
}

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

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

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

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

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

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

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

.pagination-current {
  background-color: rgba(2, 29, 45, 1);
}

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

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

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

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

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

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

.meta-group * {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

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

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

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

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

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

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

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

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  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(2, 29, 45, 1);
  border: 0;
  color: #FFFFFF;
  line-height: normal;
  padding: 8px 20px;
  outline-color: rgba(2, 29, 45, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.profile-section {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-result-votes::before, .search-result-meta-count::before {
  color: rgba(2, 29, 45, 1);
}

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

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

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

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

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

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

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

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

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

/* Main menu container */
.nav-wrapper {
    background-color: #021d2d;
}

.nav-wrapper ul.navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

/* Main menu items */
.nav-wrapper ul.navigation > li {
    position: relative; /* Enables absolute positioning for the dropdowns */
    padding: 0 10px; /* Adds some spacing between menu items */
}

ul.navigation li > a
{
	display: block;
	line-height: 45px;
	color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* Dropdown menu container */
.nav-wrapper ul.navigation > li > ul.sub-menu {
    display: none; /* Hide dropdown by default */
    position: absolute;
    background-color: #021d2d;
    list-style: none;
    min-width: 200px; /* Ensures a minimum width for the dropdown */
    z-index: 1000; /* Place the dropdown above other content */
}

/* Show the dropdown menu on hover */
.nav-wrapper ul.navigation > li:hover > ul.sub-menu {
    display: block; /* Show sub-menu */
}

/* Dropdown menu items */
.nav-wrapper ul.navigation > li > ul.sub-menu > li > a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
}

.nav-wrapper ul.navigation > li > ul.sub-menu > li:hover > a {
  color: #ffbd00;
}

ul.navigation ul ul
{
	top: 0;
	left: 100%;
	background-color: #021d2d;
}

ul.navigation ul ul.openLeft
{
	left: auto;
	right: 100%;
}

ul.navigation ul ul.openRight
{
	right: auto;
	left: 100%;
}

ul.navigation ul a
{
	font-style: normal;
}

ul.navigation ul ul ul
{
	background-color: #021d2d;
}

ul.navigation ul ul ul ul
{
	background-color: #021d2d;
}


ul.navigation ul ul > li > a
{
	margin-right: 0px;
	padding-right: 10px;
}

ul.navigation ul ul ul > li > a
{
	padding-right: 10px;
}

ul.navigation ul ul ul ul > li > a
{
	padding-right: 10px;
}

ul.navigation li > a:hover
{
	color: #ffffff;
	font-style: normal;
}

ul.navigation li.is-expanded > a
{
	color: #ffffff;
	font-style: normal;
}

ul.navigation ul > li > a:hover
{
	color: #ffbc00;
}

ul.navigation ul > li.is-expanded > a
{
	color: #ffbc00;
}

ul.navigation ul ul > li:hover
{
	background-repeat: repeat;
	background: #021d2d none;
	-pie-background: #021d2d;
}

ul.navigation ul ul > li > a:hover
{
	color: #ffbc00;
}

ul.navigation ul ul > li.is-expanded > a
{
	color: #ffbc00;
}

ul.navigation ul ul ul > li:hover
{
	background-repeat: repeat;
	background: #021d2d none;
	-pie-background: #021d2d;
}

ul.navigation ul ul ul ul > li:hover
{
	background-repeat: repeat;
	background: #021d2d none;
	-pie-background: #021d2d;
}

ul.navigation ul > li > a {
  padding: 0 15px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 15px;
}

.header .menu-icon {
  display: none;
}

/***** Live Training Custom Page *****/
.parent-tab {
  display: inline-table;
  width: 100%;
}

.parent-button
{
	background-color: #FFF;
  border-top: none;
  border-left: none;
  border-right: none;
	border-bottom: 1px solid #021d2d;
	outline: none;
	cursor: pointer;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 7px;
	padding-left: 14px;
	transition: 0.3s;
	font-size: 14px;
	line-height: 17px;
	color: #6D7275;
	width: 100%;
	height: 90px;
	line-height: 1.8;
}


.parent-button-clicked
{
	background: #B2C4FA;
	color: #021d2d;
	border-bottom: 2px solid #B2C4FA;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#parent-tab-container1, #parent-tab-container2 {
  float: left;
  display: inline-block;
  width: 50%;
}

/* Formatting components */

.is-hidden, 
.hidden, 
[hidden], 
[x-cloak] {
  display: none !important;
}

.accordion {
  padding-top: 0;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.accordion__summary {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  font-weight: 700;
  color: rgba(2, 29, 45, 1);
  list-style: none;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  border: 0;
  touch-action: manipulation;
}

[dir="ltr"] .accordion__summary {
  text-align: left;
}

[dir="rtl"] .accordion__summary {
  text-align: right;
}

.accordion__summary-wrapper {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion__item + .accordion__item summary,
.accordion > details-accordion + details-accordion summary {
  border-top: 1px solid #ddd;
}

.stroke .accordion__item + .accordion__item summary,
.stroke > details-accordion + details-accordion summary {
  border-top: 1px solid rgba(2, 29, 45, 1);
}

.accordion__content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  border-top: 1px solid #ddd;
}

.accordion__content *:last-child {
  margin-bottom: 0;
}


.accordion__summary::-webkit-details-marker {
  display: none;
}

.accordion__summary-wrapper > .lt-icon {
  transition: transform 0.3s;
  margin-inline-start: 1rem;
}

[dir="ltr"] details[open] .accordion__summary-wrapper > .lt-icon {
  transform: rotate(180deg);
}

[dir="rtl"] details[open] .accordion__summary-wrapper > .lt-icon {
  transform: rotate(-180deg);
}

.accordion--large {
  border-radius: 8px;
}

.accordion--large .accordion__summary {
  font-weight: 400;
}

.accordion--large .accordion__summary-wrapper .lt-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.accordion--large:hover,
.accordion--large:focus,
.accordion[open] {
  border-color: rgba(2, 29, 45, 1);
}

.stroke.accordion {
  border: 1px solid rgba(2, 29, 45, 1);
}

.colored-title.accordion details[open] .accordion__summary-wrapper {
  color: rgba(2, 29, 45, 1);
}

.colored.accordion details[open] .accordion__summary-wrapper {
  color: #fff;
}

.colored.accordion details[open] .accordion__summary {
  color: #fff;
  background-color: rgba(2, 29, 45, 1);
}

.neutral.accordion .accordion__summary {
  background-color: rgba(214, 214, 214, 0.2);
}

.neutral.accordion details[open] .accordion__summary {
  border-bottom: 1px solid #ddd;
}

.neutral.accordion details[open] .accordion__content {
  border-top: none;
}

.image-with-border {
  padding: 1rem;
  border: 1px solid #d3d6d8;
  border-radius: 4px;
}

.image-with-shadow {
  box-shadow: 0 5px 15px 2px #55595c;
}

.image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
}

.image-with-video-icon {
  position: relative;
  display: block;
}

.image-with-video-icon img {
  width: 100%;
}

.image-with-video-icon:before {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 0;
  height: 0;
  font-size: 0;
  content: "";
  border-style: solid;
  transition: transform 0.6s ease;
}

.image-with-video-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}

[dir="ltr"] .image-with-video-icon:before {
  left: 50%;
  border-color: transparent transparent transparent #fff;
  border-width: 30px 0 30px 60px;
  transform: translate(-50%, -50%);
}

[dir="ltr"] .image-with-video-icon:active:before,
[dir="ltr"] .image-with-video-icon:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}

[dir="rtl"] .image-with-video-icon:before {
  right: 50%;
  border-color: transparent #fff transparent transparent;
  border-width: 30px 60px 30px 0;
  transform: translate(50%, -50%);
}

[dir="rtl"] .image-with-video-icon:active:before,
[dir="rtl"] .image-with-video-icon:hover:before {
  transform: translate(50%, -50%) scale(1.1);
}

.image-with-background {
  padding: 2rem;
  background-color:#f8f7f8;
  border-radius: 4px;
}
/* Blockquotes */
blockquote {
  position: relative;
  padding: 1rem 3rem;
  margin: 0 0 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 2rem;
  color: rgba(2, 29, 45, 1);
  text-align: center;
}

blockquote > *:last-child {
  margin-bottom: 0;
}

blockquote:after,
blockquote:before {
  position: absolute;
  width: 24px;
  height: 24px;
  color: rgba(2, 29, 45, 1);
  content: "";
  background-color: rgba(2, 29, 45, 1);
  -webkit-mask: url(/hc/theming_assets/01K6CXTJWG1YQGT6D02N16K1M5) center/contain no-repeat;
  mask: url(/hc/theming_assets/01K6CXTJWG1YQGT6D02N16K1M5) center/contain no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}

blockquote:before {
  top: 0;
}

[dir="ltr"] blockquote:before {
  left: 0;
}

[dir="rtl"] blockquote:before {
  right: 0;
}

blockquote:after {
  bottom: 0;
}

[dir="ltr"] blockquote:after {
  right: 0;
  transform: scaleY(-1) rotate(180deg);
}

[dir="rtl"] blockquote:after {
  left: 0;
  transform: scaleY(-1) rotate(-180deg);
}

.callout,
.note,
.warning,
.danger,
.success,
.tip {
  position: relative;
  z-index: 1;
  overflow: hidden;
  list-style: none;
  border-radius: 4px;
}

[dir="ltr"] .callout,
[dir="ltr"] .note,
[dir="ltr"] .warning,
[dir="ltr"] .danger,
[dir="ltr"] .success,
[dir="ltr"] .tip {
  padding: 2rem 2rem 2rem
    calc(2rem * 2);
}

[dir="rtl"] .callout,
[dir="rtl"] .note,
[dir="rtl"] .warning,
[dir="rtl"] .danger,
[dir="rtl"] .success,
[dir="rtl"] .tip {
  padding: 2rem calc(2rem * 2)
    2rem 2rem;
}

.callout > * + *,
.note > * + *,
.warning > * + *,
.danger > * + *,
.success > * + *, 
.tip > * + * {
  margin-top: var(--flow-space, 1rem);
}

.callout:after,
.note:after,
.warning:after,
.danger:after,
.success:after,
.tip:after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--callout-color);
  border-radius: 4px;
  opacity: 0.15;
   inset: 0; /* fills the whole box */
}

[dir="ltr"] .callout:after,
[dir="ltr"] .note:after,
[dir="ltr"] .warning:after,
[dir="ltr"] .danger:after,
[dir="ltr"] .success:after,
[dir="ltr"] .tip:after {
  left: 0;
}

[dir="rtl"] .callout:after,
[dir="rtl"] .note:after,
[dir="rtl"] .warning:after,
[dir="rtl"] .danger:after,
[dir="rtl"] .success:after,
[dir="rtl"] .tip:after {
  right: 0;
}

.callout:before,
.note:before,
.note--default:before,
.callout--info:before,
.note--warning:before,
.warning:before,
.callout--warning:before,
.note--danger:before,
.danger:before,
.callout--danger:before,
.note--success:before,
.success:before,
.callout--success:before,
.note--tip:before,
.tip:before,
.callout--tip:before {
  position: absolute;
  top: 2rem;
  width: 24px;
  height: 24px;
  content: "";
  -webkit-mask-size: cover;
  mask-size: cover;
}

[dir="ltr"] .callout:before,
[dir="ltr"] .note:before,
[dir="ltr"] .note--default:before,
[dir="ltr"] .callout--info:before,
[dir="ltr"] .note--warning:before,
[dir="ltr"] .warning:before,
[dir="ltr"] .callout--warning:before,
[dir="ltr"] .note--danger:before,
[dir="ltr"] .danger:before,
[dir="ltr"] .callout--danger:before,
[dir="ltr"] .note--success:before,
[dir="ltr"] .success:before,
[dir="ltr"] .callout--success:before, 
[dir="ltr"] .note--tip:before,
[dir="ltr"] .tip:before,
[dir="ltr"] .callout--tip:before {
  left: 2rem;
}

[dir="rtl"] .callout:before,
[dir="rtl"] .note:before,
[dir="rtl"] .note--default:before,
[dir="rtl"] .callout--info:before,
[dir="rtl"] .note--warning:before,
[dir="rtl"] .warning:before,
[dir="rtl"] .callout--warning:before,
[dir="rtl"] .note--danger:before,
[dir="rtl"] .danger:before,
[dir="rtl"] .callout--danger:before,
[dir="rtl"] .note--success:before,
[dir="rtl"] .success:before,
[dir="rtl"] .callout--success:before,
[dir="rtl"] .note--tip:before,
[dir="rtl"] .tip:before,
[dir="rtl"] .callout--tip:before {
  right: 2rem;
}

.note:before,
.note--default:before,
.callout:before,
.callout--info:before {
  background-color: #1B50F7;
  -webkit-mask: url(/hc/theming_assets/01K6CXTJYJPJ7MQDYB04C3J3T9) center/contain no-repeat;
  mask: url(/hc/theming_assets/01K6CXTJYJPJ7MQDYB04C3J3T9) center/contain no-repeat;
}

.note--success:before,
.success:before,
.callout--success:before {
  background-color: #05BB0C;
  -webkit-mask: url(/hc/theming_assets/01K6CXTF7TGJE7VRX508D1C7TM) center/contain no-repeat;
  mask: url(/hc/theming_assets/01K6CXTF7TGJE7VRX508D1C7TM) center/contain no-repeat;
}

.note--tip:before,
.tip:before,
.callout--tip:before {
  background-color: rgba(255, 188, 0, 0.5);
  -webkit-mask: url(/hc/theming_assets/01JRVBY3JMQDF9FBVKSZ3GTV6S) center/contain no-repeat;
  mask: url(/hc/theming_assets/01JRVBY3JMQDF9FBVKSZ3GTV6S) center/contain no-repeat;
  
}

.note--danger:before,
.danger:before,
.callout--danger:before {
  background-color: #C70606;

  -webkit-mask: url(/hc/theming_assets/01K6CXTKQAZMYHBGP14SG7FGS0) center/contain no-repeat;
  mask: url(/hc/theming_assets/01K6CXTKQAZMYHBGP14SG7FGS0) center/contain no-repeat;
}

.note--warning:before,
.warning:before,
.callout--warning:before {
  background-color: #DB8709;
  -webkit-mask: url(/hc/theming_assets/01K6CXTJRKSRVH6NR6GFKZCYW1) center/contain no-repeat;
  mask: url(/hc/theming_assets/01K6CXTJRKSRVH6NR6GFKZCYW1) center/contain no-repeat;
}

.shadow.callout,
.shadow.note,
.shadow.warning,
.shadow.danger,
.shadow.success,
.shadow.tip {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05),
    0px 8px 40px 0px rgba(0, 0, 0, 0.1);
}

[dir="ltr"] .minimal.callout,
[dir="ltr"] .minimal.note,
[dir="ltr"] .minimal.warning,
[dir="ltr"] .minimal.danger,
[dir="ltr"] .minimal.success,
[dir="ltr"] .minimal.tip {
  border-left: none;
}

[dir="rtl"] .minimal.callout,
[dir="rtl"] .minimal.note,
[dir="rtl"] .minimal.warning,
[dir="rtl"] .minimal.danger,
[dir="rtl"] .minimal.success,
[dir="rtl"] .minimal.tip {
  border-right: none;
}

.stroke.note,
.minimal.stroke.note,
.minimal.stroke.callout--info,
.stroke.callout--info {
  border: 1px solid #1B50F7;
}

.minimal.stroke.warning,
.minimal.stroke.callout--warning,
.stroke.callout--warning,
.stroke.warning {
  border: 1px solid #DB8709;
}

.minimal.stroke.callout--danger,
.minimal.stroke.danger,
.stroke.callout--danger,
.stroke.danger {
  border: 1px solid #C70606;
}

.minimal.stroke.callout--success,
.minimal.stroke.success,
.stroke.callout--success,
.stroke.success {
  border: 1px solid #05BB0C;
}

.minimal.stroke.callout--tip,
.minimal.stroke.tip,
.stroke.callout--tip,
.stroke.tip {
  border: 1px solid rgba(255, 188, 0, 0.5);
}

.note,
.note--default,
.callout,
.callout--info,
.callout--primary {
  --callout-color: #1B50F7;
}

[dir="ltr"] .note,
[dir="ltr"] .note--default,
[dir="ltr"] .callout,
[dir="ltr"] .callout--info,
[dir="ltr"] .callout--primary {
  border-left: 4px solid #1B50F7;
}

[dir="rtl"] .note,
[dir="rtl"] .note--default,
[dir="rtl"] .callout,
[dir="rtl"] .callout--info,
[dir="rtl"] .callout--primary {
  border-right: 4px solid #1B50F7;
}

.warning,
.note--warning,
.callout--warning {
  --callout-color: #DB8709;
}

[dir="ltr"] .warning,
[dir="ltr"] .note--warning,
[dir="ltr"] .callout--warning {
  border-left: 4px solid #DB8709;
}

[dir="rtl"] .warning,
[dir="rtl"] .note--warning,
[dir="rtl"] .callout--warning {
  border-right: 4px solid #DB8709;
}

.danger,
.note--danger,
.callout--danger {
  --callout-color: #C70606;
}

[dir="ltr"] .danger,
[dir="ltr"] .note--danger,
[dir="ltr"] .callout--danger {
  border-left: 4px solid #C70606;
}

[dir="rtl"] .danger,
[dir="rtl"] .note--danger,
[dir="rtl"] .callout--danger {
  border-right: 4px solid #C70606;
}

.success,
.note--success,
.callout--success {
  --callout-color: #05BB0C;
}

[dir="ltr"] .success,
[dir="ltr"] .note--success,
[dir="ltr"] .callout--success {
  border-left: 4px solid #05BB0C;
}

[dir="rtl"] .success,
[dir="rtl"] .note--success,
[dir="rtl"] .callout--success {
  border-right: 4px solid #05BB0C;
}

.tip,
.note--tip,
.callout--tip {
  --callout-color: rgba(255, 218, 0, 0.5);
 
}

[dir="ltr"] .tip,
[dir="ltr"] .note--tip,
[dir="ltr"] .callout--tip {
  border-left: 4px solid rgba(255, 188, 0, 0.5);
}

[dir="rtl"] .tip,
[dir="rtl"] .note--tip,
[dir="rtl"] .callout--tip {
  border-right: 4px solid rgba(255, 188, 0, 0.5);
}

.no-icon.callout,
.no-icon.note,
.no-icon.warning,
.no-icon.danger,
.no-icon.success,
.no-icon.tip {
  padding: 2rem;
}

.no-icon.callout:before,
.no-icon.note:before,
.no-icon.warning:before,
.no-icon.danger:before,
.no-icon.success:before,
.no-icon.tip:before {
  display: none;
}

.transparent.callout:after,
.transparent.note:after,
.transparent.warning:after,
.transparent.danger:after,
.transparent.success:after,
.transparent.tip:after {
  background-color: transparent;
}

.neutral.callout:after,
.neutral.note:after,
.neutral.warning:after,
.neutral.danger:after,
.neutral.success:after,
.neutral.tip:after {
  background-color: #d6d6d6;
  opacity: 0.2;
}

code {
  word-wrap: break-word;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

pre {
  position: relative;
  overflow: auto;
  font-size: 0.875em;
}

.rte pre {
  border: 1px solid #d3d6d8;
  border-radius: 4px;
}

.rte pre code {
  position: relative;
  padding: 0;
  padding: 1.25rem;
}

.lt-copy-code {
  width: 2rem;
  height: 2rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  cursor: pointer;
}

.lt-copy-code svg {
  position: absolute;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  color: rgba(2, 29, 45, 1);
  fill: currentColor;
}

[dir="ltr"] .lt-copy-code svg {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .lt-copy-code svg {
  right: 50%;
  transform: translate(50%, -50%);
}

.lt-copy-code--copied svg {
  animation: hide 1250ms forwards;
}

.lt-copy-code--copied svg:nth-child(2) {
  animation: show 1250ms forwards 150ms;
}

.lt-copy-code svg:nth-child(2) {
  opacity: 0;
}

.lt-code-header {
  display: flex;
  padding: 0.5rem 1rem;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #d3d6d8;
}

.lt-code-header button {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 0;
  flex-shrink: 0;
}

@keyframes hide {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  20% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }

  80% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes show {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }

  20% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  60% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  80% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
}

.list-check ul:not([class]),
.list-bullet ul:not([class]),
.list-number ul:not([class]),
.list-colored ul:not([class]),
.list-anchor ul:not([class]),
.list-dash ul:not([class]),
.list-file ul:not([class]),
.article-body ul:not([class]) {
  list-style-type: disc;
}

[dir="ltr"] .list-check ul:not([class]),
[dir="ltr"] .list-bullet ul:not([class]),
[dir="ltr"] .list-number ul:not([class]),
[dir="ltr"] .list-colored ul:not([class]),
[dir="ltr"] .list-anchor ul:not([class]),
[dir="ltr"] .list-dash ul:not([class]),
[dir="ltr"] .list-file ul:not([class]),
[dir="ltr"] .article-body ul:not([class]) {
  padding-left: 2.2rem;
}

[dir="rtl"] .list-check ul:not([class]),
[dir="rtl"] .list-bullet ul:not([class]),
[dir="rtl"] .list-number ul:not([class]),
[dir="rtl"] .list-colored ul:not([class]),
[dir="rtl"] .list-anchor ul:not([class]),
[dir="rtl"] .list-dash ul:not([class]),
[dir="rtl"] .list-file ul:not([class]),
[dir="rtl"] .article-body ul:not([class]) {
  padding-right: 2.2rem;
}

.list-check ul:not([class]) > li,
.list-bullet ul:not([class]) > li,
.list-number ul:not([class]) > li,
.list-colored ul:not([class]) > li,
.list-anchor ul:not([class]) > li,
.list-dash ul:not([class]) > li,
.list-file ul:not([class]) > li,
.article-body ul:not([class]) > li {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

[dir="ltr"] .list-check ul:not([class]) > li,
[dir="ltr"] .list-bullet ul:not([class]) > li,
[dir="ltr"] .list-number ul:not([class]) > li,
[dir="ltr"] .list-colored ul:not([class]) > li,
[dir="ltr"] .list-anchor ul:not([class]) > li,
[dir="ltr"] .list-dash ul:not([class]) > li,
[dir="ltr"] .list-file ul:not([class]) > li,
[dir="ltr"] .article-body ul:not([class]) > li {
  padding-left: 0.1rem;
}

[dir="rtl"] .list-check ul:not([class]) > li,
[dir="rtl"] .list-bullet ul:not([class]) > li,
[dir="rtl"] .list-number ul:not([class]) > li,
[dir="rtl"] .list-colored ul:not([class]) > li,
[dir="rtl"] .list-anchor ul:not([class]) > li,
[dir="rtl"] .list-dash ul:not([class]) > li,
[dir="rtl"] .list-file ul:not([class]) > li,
[dir="rtl"] .article-body ul:not([class]) > li {
  padding-right: 0.1rem;
}

.list-check ul:not([class]) > li::marker,
.list-bullet ul:not([class]) > li::marker,
.list-number ul:not([class]) > li::marker,
.list-colored ul:not([class]) > li::marker,
.list-anchor ul:not([class]) > li::marker,
.list-dash ul:not([class]) > li::marker,
.list-file ul:not([class]) > li::marker,
.article-body ul:not([class]) > li::marker {
  color: #405787;
}

.rte-enhanced ol {
  list-style: none;
}

.list-check,
.list-bullet,
.list-number,
.rte-enhanced ol,
.article-body ol,
.list-colored,
.list-anchor,
.list-dash,
.list-file {
  list-style-position: inside;
}

[dir="ltr"] .list-check,
[dir="ltr"] .list-bullet,
[dir="ltr"] .list-number,
[dir="ltr"] .rte-enhanced ol,
[dir="ltr"] .article-body ol,
[dir="ltr"] .list-colored,
[dir="ltr"] .list-anchor,
[dir="ltr"] .list-dash,
[dir="ltr"] .list-file {
  padding-left: 0;
}

[dir="rtl"] .list-check,
[dir="rtl"] .list-bullet,
[dir="rtl"] .list-number,
[dir="rtl"] .rte-enhanced ol,
[dir="rtl"] .article-body ol,
[dir="rtl"] .list-colored,
[dir="rtl"] .list-anchor,
[dir="rtl"] .list-dash,
[dir="rtl"] .list-file {
  padding-right: 0;
}

.list-number li,
.rte-enhanced ol li,
.list-colored li,
.list-file li,
.article-body li {
  list-style: inherit;
  padding: 0px 0px 0px 28px;
}

.list-number li:last-child,
.rte-enhanced ol li:last-child,
.list-colored li:last-child,
.article-body li:last-child {
  margin-bottom: 0;
}

.article-body .list-check,
.article-body .list-bullet,
.article-body .list-number,
.article-body .rte-enhanced ol,
.article-body .list-colored,
.article-body .list-anchor,
.article-body .list-task,
.article-body .list-dash,
.article-body .list-file {
  list-style: none;
}

ol li p {
  margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	display: inline-block;
}

[dir="ltr"] .article-body .list-check,
[dir="ltr"] .article-body .list-bullet,
[dir="ltr"] .article-body .list-number,
[dir="ltr"] .article-body .rte-enhanced ol,
[dir="ltr"] .article-body .list-colored,
[dir="ltr"] .article-body .list-anchor,
[dir="ltr"] .article-body .list-task,
[dir="ltr"] .article-body .list-dash,
[dir="ltr"] .article-body .list-file {
  padding-left: 0;
}

[dir="rtl"] .article-body .list-check,
[dir="rtl"] .article-body .list-bullet,
[dir="rtl"] .article-body .list-number,
[dir="rtl"] .article-body .rte-enhanced ol,
[dir="rtl"] .article-body .list-colored,
[dir="rtl"] .article-body .list-anchor,
[dir="rtl"] .article-body .list-task,
[dir="rtl"] .article-body .list-dash,
[dir="rtl"] .article-body .list-file {
  padding-right: 0;
}

.list-check > li,
.list-bullet > li,
.list-number > li,
.rte-enhanced ol > li,
.list-colored > li,
.list-task > div,
.list-task > li,
.list-dash > li,
.list-anchor > li,
.list-file > li {
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

[dir="ltr"] .list-check > li,
[dir="ltr"] .list-bullet > li,
[dir="ltr"] .list-number > li,
[dir="ltr"] .rte-enhanced ol > li,
[dir="ltr"] .list-colored > li,
[dir="ltr"] .list-task > div,
[dir="ltr"] .list-task > li,
[dir="ltr"] .list-dash > li,
[dir="ltr"] .list-anchor > li,
[dir="ltr"] .list-file > li {
  padding-left: 2.5rem;
}

[dir="rtl"] .list-check > li,
[dir="rtl"] .list-bullet > li,
[dir="rtl"] .list-number > li,
[dir="rtl"] .rte-enhanced ol > li,
[dir="rtl"] .list-colored > li,
[dir="rtl"] .list-task > div,
[dir="rtl"] .list-task > li,
[dir="rtl"] .list-dash > li,
[dir="rtl"] .list-anchor > li,
[dir="rtl"] .list-file > li {
  padding-right: 2.5rem;
}

[dir="ltr"] .list-anchor > li,
[dir="ltr"] .list-file > li {
  padding-left: 1.5rem;
}

[dir="rtl"] .list-anchor > li,
[dir="rtl"] .list-file > li {
  padding-right: 1.5rem;
}

[dir="ltr"] .list-dash > li {
  padding-left: 1.75rem;
}

[dir="rtl"] .list-dash > li {
  padding-right: 1.75rem;
}

[dir="ltr"] .rte li + ul,
[dir="ltr"] .rte li + ol {
  margin-left: 2.5rem;
}

[dir="rtl"] .rte li + ul,
[dir="rtl"] .rte li + ol {
  margin-right: 2.5rem;
}

.list-check > li:before,
.list-bullet > li:before,
.list-number > li:before,
.list-anchor > li:before,
.list-file > li:before,
.rte-enhanced ol > li:before,
.list-colored > li:before,
.list-dash > li:before {
  position: absolute;
  top: 0.15em;
  display: inline-block;
  width: 1.725em;
  height: 1.725em;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.725em;
  text-align: center;
  border-radius: 50%;
}

[dir="ltr"] .list-check > li:before,
[dir="ltr"] .list-bullet > li:before,
[dir="ltr"] .list-number > li:before,
[dir="ltr"] .list-anchor > li:before,
[dir="ltr"] .list-file > li:before,
[dir="ltr"] .rte-enhanced ol > li:before,
[dir="ltr"] .list-colored > li:before,
[dir="ltr"] .list-dash > li:before {
  left: 0;
}

[dir="rtl"] .list-check > li:before,
[dir="rtl"] .list-bullet > li:before,
[dir="rtl"] .list-number > li:before,
[dir="rtl"] .list-anchor > li:before,
[dir="rtl"] .list-file > li:before,
[dir="rtl"] .rte-enhanced ol > li:before,
[dir="rtl"] .list-colored > li:before,
[dir="rtl"] .list-dash > li:before {
  right: 0;
}

.list-anchor > li:before,
.list-file > li:before {
  width: 1rem;
  height: 1rem;
  content: "";
}

[dir="ltr"] .list-anchor > li:before,
[dir="ltr"] .list-file > li:before {
  left: 0;
}

[dir="rtl"] .list-anchor > li:before,
[dir="rtl"] .list-file > li:before {
  right: 0;
}

.list-anchor > li:before {
  top: 0.4rem;
  background: url(/hc/theming_assets/01K6CXTHW3A0EGQR13KYSB5WJP) center/contain no-repeat;
}

.list-file > li:before {
  top: 0.5rem;
  background: url(/hc/theming_assets/01K6CXTKR4VBM5WT3EQJ5JRX57) center/contain no-repeat;
}

.list-bullet > li:before,
.list-check > li:before {
  color: #fff;
  content: "✓";
  background-color: rgba(2, 29, 45, 1);
}

.list-number,
.rte-enhanced ol,
.list-colored {
  counter-reset: list;
}

.list-number > li,
.rte-enhanced ol > li,
.list-colored > li {
  counter-increment: list;
}

.list-number > li:before,
.rte-enhanced ol > li:before,
.list-colored > li:before {
  color: #fff;
  content: counter(list);
  background-color: rgba(2, 29, 45, 1);
}

.task-wrapper {
  display: flex;
  align-items: center;
}

.task-wrapper label {
  display: flex;
  font-weight: normal;
  cursor: pointer;
  align-items: center;
}

[dir="ltr"] .task-wrapper label {
  margin-left: -2rem;
}

[dir="rtl"] .task-wrapper label {
  margin-right: -2rem;
}

.task-wrapper label:before {
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-color: #FFFFFF;
  border: 0.05em solid rgba(2, 29, 45, 1);
  border-radius: 0.15em;
}

[dir="ltr"] .task-wrapper label:before {
  margin-right: 0.5em;
}

[dir="rtl"] .task-wrapper label:before {
  margin-left: 0.5em;
}

.task-wrapper input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}

.task-wrapper label:hover:before,
.task-wrapper input[type="checkbox"]:hover + label:before {
  background-color: #F2F2F2;
}

.task-wrapper label:focus:before,
.task-wrapper input[type="checkbox"]:focus + label:before {
  background-color: #F2F2F2;
  border-color: rgba(2, 29, 45, 1);
}

.task-wrapper input[type="checkbox"]:checked + label:before {
  display: flex;
  color: #fff;
  content: "✓";
  background-color: rgba(2, 29, 45, 1);
  border-color: rgba(2, 29, 45, 1);
  justify-content: center;
  align-items: center;
}

.list-dash > li:before {
  content: "—";
}

.list-step {
  position: relative;
}

.list-step > li:not(:last-child):after {
  position: absolute;
  top: 1rem;
  bottom: 10px;
  z-index: -1;
  width: 1px;
  content: "";
  background-color: #f8f7f8;
}

[dir="ltr"] .list-step > li:not(:last-child):after {
  left: calc(1.5rem + 1px);
}

[dir="rtl"] .list-step > li:not(:last-child):after {
  right: calc(1.5rem + 1px);
}

.list-number.list-step > li:not(:last-child):after,
.list-colored.list-step > li:not(:last-child):after,
.list-file.list-step > li:not(:last-child):after,
.list-task.list-step > .task-wrapper:not(:last-child):after,
.list-task.list-step > li:not(:last-child):after,
.list-dash.list-step > li:not(:last-child):after {
  position: absolute;
  top: 1rem;
  bottom: -1.5rem;
  z-index: -1;
  width: 1px;
  content: "";
  background-color: #f8f7f8;
}

[dir="ltr"] .list-number.list-step > li:not(:last-child):after,
[dir="ltr"] .list-colored.list-step > li:not(:last-child):after,
[dir="ltr"] .list-task.list-step > .task-wrapper:not(:last-child):after,
[dir="ltr"] .list-dash.list-step > li:not(:last-child):after {
  left: calc(1rem - 4px);
}

[dir="rtl"] .list-number.list-step > li:not(:last-child):after,
[dir="rtl"] .list-colored.list-step > li:not(:last-child):after,
[dir="rtl"] .list-task.list-step > .task-wrapper:not(:last-child):after,
[dir="rtl"] .list-dash.list-step > li:not(:last-child):after {
  right: calc(1rem - 4px);
}

[dir="ltr"] .list-file.list-step > li:not(:last-child):after {
  left: 1.5rem;
}

[dir="rtl"] .list-file.list-step > li:not(:last-child):after {
  right: 1.5rem;
}

.list-task.list-step > li {
  position: relative;
}

.list-task.list-step > li:before {
  position: absolute;
  top: calc(1rem - 6px);
  width: 8px;
  height: 8px;
  content: "";
  background-color: #FFFFFF;
  border: 1px solid rgba(2, 29, 45, 1);
  border-radius: 50%;
}

[dir="ltr"] .list-task.list-step > li:before {
  left: calc(1rem - 2px);
}

[dir="rtl"] .list-task.list-step > li:before {
  right: calc(1rem - 2px);
}

[dir="ltr"] .list-task.list-step > .task-wrapper:not(:last-child):after,
[dir="ltr"] .list-task.list-step > li:not(:last-child):after {
  left: calc(1rem + 2px);
}

[dir="rtl"] .list-task.list-step > .task-wrapper:not(:last-child):after,
[dir="rtl"] .list-task.list-step > li:not(:last-child):after {
  right: calc(1rem + 2px);
}

.img-magnifier-glass {
  position: absolute;
  width: 150px;
  height: 150px;
  cursor: none;
  border: 1px solid rgb(121, 121, 121);
  border-radius: 50%;
}

.rte iframe,
.rte embed,
.rte object,
.rte video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.embed,
.embed-responsive {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
}

.embed img,
.embed-responsive img {
  width: 100%;
}

.embed iframe,
.embed embed,
.embed object,
.embed video,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

[dir="ltr"] .embed iframe,
[dir="ltr"] .embed embed,
[dir="ltr"] .embed object,
[dir="ltr"] .embed video,
[dir="ltr"] .embed-responsive iframe,
[dir="ltr"] .embed-responsive embed,
[dir="ltr"] .embed-responsive object,
[dir="ltr"] .embed-responsive video {
  left: 0;
}

[dir="rtl"] .embed iframe,
[dir="rtl"] .embed embed,
[dir="rtl"] .embed object,
[dir="rtl"] .embed video,
[dir="rtl"] .embed-responsive iframe,
[dir="rtl"] .embed-responsive embed,
[dir="rtl"] .embed-responsive object,
[dir="rtl"] .embed-responsive video {
  right: 0;
}

.embed-responsive--16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive--4by3 {
  padding-bottom: 75%;
}

.rte {
  line-height: 1.8;
  word-break: break-word;
}

.rte * {
  margin-bottom: 0;
}

.rte > * {
  margin-bottom: 0;
}

.rte > *:not([hidden]) + *:not([hidden]) {
  margin-top: var(--flow-space, 1rem);
}

.rte h1,
.rte h2,
.rte h3 {
  --flow-space: 3rem;
}

.rte h4,
.rte h5,
.rte h6 {
  --flow-space: 2rem;
}

.rte:after {
  content: "";
  display: block;
  clear: both;
}

.rte > p:first-child {
  margin-top: 0;
}

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

.rte figcaption {
  margin-top: 1rem;
  opacity: 0.75;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
  background-color: transparent;
}

.rte table:not([class*="table"]) {
  width: 100%;
  table-layout: auto;
}

[dir="ltr"] .rte table:not([class*="table"]) {
  text-align: left;
}

[dir="rtl"] .rte table:not([class*="table"]) {
  text-align: right;
}

.rte table:not([class*="table"]) thead {
  border-bottom-color: #d3d6d8;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.rte table:not([class*="table"]) th,
.rte table:not([class*="table"]) td {
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

[dir="ltr"] .rte table:not([class*="table"]) th:first-child,
[dir="ltr"] .rte table:not([class*="table"]) td:first-child {
  padding-left: 0;
}

[dir="rtl"] .rte table:not([class*="table"]) th:first-child,
[dir="rtl"] .rte table:not([class*="table"]) td:first-child {
  padding-right: 0;
}

[dir="ltr"] .rte table:not([class*="table"]) th:last-child,
[dir="ltr"] .rte table:not([class*="table"]) td:last-child {
  padding-right: 0;
}

[dir="rtl"] .rte table:not([class*="table"]) th:last-child,
[dir="rtl"] .rte table:not([class*="table"]) td:last-child {
  padding-left: 0;
}

.rte table:not([class*="table"]) th {
  font-weight: 600;
  vertical-align: bottom;
}

.rte table:not([class*="table"]) tbody tr {
  border-bottom-color: #d3d6d8;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.rte table:not([class*="table"]) tbody td {
  padding-top: 0.5rem;
  vertical-align: baseline;
}

.rte table:not([class*="table"]) tbody tr:last-child {
  border-bottom-width: 0;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 575px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    border: 1px solid #d3d6d8;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.rte table.hover td,
.rte table.hover th,
.rte table.border td,
.rte table.border th,
.rte table.striped td,
.rte table.striped th,
.rte table.colored td,
.rte table.colored th {
  padding: 1rem !important;
}

table.striped tbody tr:nth-child(odd) {
  color: inherit;
}

.rte table.colored:not([class*="table"]) thead {
  border-bottom: none;
}

[dir="ltr"] .table--color-header thead th:first-child,
[dir="ltr"] table.colored thead th:first-child {
  border-top-left-radius: 4px;
}

[dir="rtl"] .table--color-header thead th:first-child,
[dir="rtl"] table.colored thead th:first-child {
  border-top-right-radius: 4px;
}

[dir="ltr"] .table--color-header thead th:last-child,
[dir="ltr"] table.colored thead th:last-child {
  border-top-right-radius: 4px;
}

[dir="rtl"] .table--color-header thead th:last-child,
[dir="rtl"] table.colored thead th:last-child {
  border-top-left-radius: 4px;
}

table.table--color-header th,
table.colored th {
  color: #fff;
  background-color: rgba(2, 29, 45, 1);
}

table.border {
  border-collapse: separate;
  border: 1px solid #d3d6d8;
  border-radius: 4px;
}

table.border tbody tr:not(:last-child) td,
table.border th {
  border-bottom: 1px solid #d3d6d8;
}

[dir="ltr"] table.border td:not(:first-child),
[dir="ltr"] table.border th:not(:first-child) {
  border-left: 1px solid #d3d6d8;
}

[dir="rtl"] table.border td:not(:first-child),
[dir="rtl"] table.border th:not(:first-child) {
  border-right: 1px solid #d3d6d8;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: calc(var(--line-height-computed));
}

.table th,
.table td {
  padding: 12px;
  vertical-align: top;
}

.table td {
  border-top: 1px solid #d3d6d8;
}

.table--color-header tbody tr:first-child td {
  border-top: none;
}

.table thead th {
  vertical-align: bottom;
}

[dir="ltr"] .table thead th {
  text-align: left;
}

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

.table tbody + tbody {
  border-top: 1px solid #d3d6d8;
}

.table .table {
  background-color: #fff;
}

.table--color-header th {
  color: #fff;
  background-color: rgba(2, 29, 45, 1);
}

.table--striped th,
.table--striped td,
.table--striped thead th {
  border-color: #fff;
}

.table--striped tbody tr:nth-child(odd) {
  color: inherit;
}

.table--hover tbody tr:hover {
  color: inherit;
}

.table--bordered {
  border-collapse: separate;
  border: 1px solid #d3d6d8;
  border-radius: 4px;
}

[dir="ltr"] .table--bordered td:not(:first-child),
[dir="ltr"] .table--bordered th:not(:first-child) {
  border-left: 1px solid #d3d6d8;
}

[dir="rtl"] .table--bordered td:not(:first-child),
[dir="rtl"] .table--bordered th:not(:first-child) {
  border-right: 1px solid #d3d6d8;
}

.table--striped tbody tr:nth-child(odd),
table.striped tbody tr:nth-child(odd),
.table--hover tbody tr,
.rte table.hover tr {
  position: relative;
}

.table--striped tbody tr:nth-child(odd) td,
table.striped tbody tr:nth-child(odd) td,
.table--hover tbody tr td,
.rte table.hover tr td {
  position: relative;
  z-index: 1;
}

.table--striped th,
.table--striped td,
table.striped th,
.table.striped td {
  position: relative;
}

.table--striped tbody td:after,
table.striped tbody td:after,
.table--hover tbody td:after,
.rte table.hover tbody td:after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  opacity: 0.3;
}

[dir="ltr"] .table--striped tbody td:after,
[dir="ltr"] table.striped tbody td:after,
[dir="ltr"] .table--hover tbody td:after,
[dir="ltr"] .rte table.hover tbody td:after {
  left: 0;
}

[dir="rtl"] .table--striped tbody td:after,
[dir="rtl"] table.striped tbody td:after,
[dir="rtl"] .table--hover tbody td:after,
[dir="rtl"] .rte table.hover tbody td:after {
  right: 0;
}

.table--hover tbody td:after,
.rte table.hover tbody td:after {
  background-color: rgba(0, 0, 0, 0);
}

.table--striped tbody td:after,
table.striped tbody td:after {
  background-color: #d6d6d6;
}

.table--striped tbody tr:nth-child(even) td:after,
table.striped tbody tr:nth-child(even) td:after {
  background-color: rgba(0, 0, 0, 0);
}

.table--hover tbody tr:hover td:after,
.rte table.hover tbody tr:hover td:after {
  background-color: #d6d6d6;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (min-width: 576px) {
  .tabs {
    flex-direction: row;
  }
}

.tab {
  flex-basis: 100%;
  padding: 1rem;
  border: 1px solid #d3d6d8;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tab > *:last-child {
  margin-bottom: 0;
}

.tabs-link {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0.5rem 1rem;
  margin: 0;
  font-weight: 700;
  color: rgba(2, 29, 45, 1);
  cursor: pointer;
  border-color: #d3d6d8;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}

@media (min-width: 576px) {
  .tabs-link {
    margin-bottom: calc(-1 * 1px);
  }

  .tabs-link:not([aria-selected="true"]) {
    border-color: transparent;
  }
}

.tabs-link:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

@media (min-width: 576px) {
  .tabs-link {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

.tabs-link[aria-selected="true"] {
  color: rgba(2, 29, 45, 1);
  cursor: pointer;
  background-color: var(--tabs-bg, #fff);
  border-color: #d3d6d8;
}

.underline .tabs-link[aria-selected="true"] {
  border-color: rgba(2, 29, 45, 1);
  border-width: 0 0 1px 0;
}

.background .tabs-link[aria-selected="true"],
.background .tab {
  position: relative;
  overflow: hidden;
  color: rgba(2, 29, 45, 1);
  border-width: 0 0 0 0;
}

.background .tab:after,
.background .tabs-link[aria-selected="true"]:after {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(2, 29, 45, 1);
  opacity: 0.15;
}

[dir="ltr"] .background .tab:after,
[dir="ltr"] .background .tabs-link[aria-selected="true"]:after {
  left: 0;
}

[dir="rtl"] .background .tab:after,
[dir="rtl"] .background .tabs-link[aria-selected="true"]:after {
  right: 0;
}

slider-component {
  position: relative;
  display: block;
}

.slider-grid {
  display: flex;
  padding: 0;
  margin-bottom: 2rem;
  list-style: none;
  flex-wrap: wrap;
}

.slider-grid:last-child {
  margin-bottom: 0;
}


.slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.slider::-webkit-scrollbar {
  display: none;
  width: 0.4rem;
  height: 0.4rem;
}

.slider::-webkit-scrollbar-thumb {
  border: 0;
  border-radius: 0.4rem;
}

.slider::-webkit-scrollbar-track {
  border-radius: 0.4rem;
}

.slider__slide {
  scroll-snap-align: start;
  flex-shrink: 0;
  padding-bottom: 0;
}

.slider.slider--tablet {
  position: relative;
  margin-bottom: 1rem;
  overflow-x: auto;
  flex-wrap: inherit;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

[dir="ltr"] .slider.slider--tablet {
  scroll-padding-left: 1.5rem;
}

[dir="rtl"] .slider.slider--tablet {
  scroll-padding-right: 1.5rem;
}

.slider--tablet.smooth {
  scroll-behavior: smooth;
}

.slider--tablet:after {
  width: 0;
  content: "";
}

[dir="ltr"] .slider--tablet:after {
  padding-left: 1.5rem;
}

[dir="rtl"] .slider--tablet:after {
  padding-right: 1.5rem;
}

.slider.slider--tablet .slider__slide {
  margin-bottom: 0;
}

.slider-grid__item {
  flex-grow: 1;
  flex-shrink: 0;
}

.slider-grid__item.slider__slide--full-width {
  width: 100%;
  max-width: none;
}

.slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lt-btn.slider-button {
  display: flex;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border: none;
  align-items: center;
  justify-content: center;
}

.slider-button .icon {
  height: 0.6rem;
}

[dir="ltr"] .slider-button--next .icon {
  transform: rotate(-90deg);
}

[dir="rtl"] .slider-button--next .icon {
  transform: rotate(90deg);
}

[dir="ltr"] .slider-button--prev .icon {
  transform: rotate(90deg);
}

[dir="rtl"] .slider-button--prev .icon {
  transform: rotate(-90deg);
}

.slider-button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.slider-button[disabled] .icon {
  cursor: not-allowed;
}

[dir="ltr"] .slider-button--next:not([disabled]):hover .icon {
  transform: rotate(-90deg) scale(1.1);
}

[dir="rtl"] .slider-button--next:not([disabled]):hover .icon {
  transform: rotate(90deg) scale(1.1);
}

[dir="ltr"] .slider-button--prev:not([disabled]):hover .icon {
  transform: rotate(90deg) scale(1.1);
}

[dir="rtl"] .slider-button--prev:not([disabled]):hover .icon {
  transform: rotate(-90deg) scale(1.1);
}

.slider-counter {
  display: flex;
  justify-content: center;
  min-width: 4.4rem;
}

/***** Live Training Custom Page *****/
.parent-tab {
  display: inline-table;
  width: 100%;
}

.parent-button
{
	background-color: #FFF;
  border-top: none;
  border-left: none;
  border-right: none;
	border-bottom: 1px solid #021d2d;
	outline: none;
	cursor: pointer;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 7px;
	padding-left: 14px;
	transition: 0.3s;
	font-size: 14px;
	line-height: 17px;
	color: #6D7275;
	width: 100%;
	height: 90px;
	line-height: 1.8;
}


.parent-button-clicked
{
	background: #B2C4FA;
	color: #021d2d;
	border-bottom: 2px solid #B2C4FA;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#parent-tab-container1, #parent-tab-container2 {
  float: left;
  display: inline-block;
  width: 50%;
}

.event-time
{
  float: right;
}

/*Tile design*/
.tile-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}

.tile {
  width: 200px;
  height: 200px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.tile-link {
  display: block;
  height: 100%;
  text-decoration: none;
}

.tile-image {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.tile-title {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.tile:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.tiles-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between; /* Distribute tiles with space between */
  padding: 20px;
}

.tile {
  width: calc(33.33% - 20px); /* Each tile takes 1/3 of the container minus the gap */
  height: 300px;
  background-color: #f4f4f4;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

.tile:hover {
  transform: scale(1.05);
}

.tile a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.tile-icon {
  width: 100%;
  height: 150px;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tile-icon img {
  max-width: 80%;
  max-height: 80%;
}

.tile-title {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-list-item {
  margin: 5px 0;
}

.article-list-link {
  text-decoration: none;
  color: #007bff;
}

.article-promoted {
  font-weight: bold;
}

.see-all-articles {
  display: block;
  margin-top: 10px;
  color: #007bff;
}

.section-empty {
  font-size: 14px;
  color: #888;
}

.category-empty {
  font-size: 14px;
  color: #888;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .tile {
    width: calc(50% - 20px); /* 2 tiles per row on medium screens */
  }
}

@media (max-width: 480px) {
  .tile {
    width: 100%; /* 1 tile per row on small screens */
  }
}

/* Tiles for sections*/
.section-grid, .article-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.section-tile, .article-tile {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.tile-icon {
    font-size: 24px;
    margin-bottom: 10px;
    color: #666;
}

.section-tile:hover, .article-tile:hover {
    transform: translateY(-5px);
}

.section-title a, .article-tile-link {
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

/*scrollable-table*/
  div.table-body {
    max-height: 1000px;
    overflow-y: auto;
    width: 100%;
    display: block;
    font-size: 14px;
  }

  .scrollable-table-container {
    max-height: 400px; /* Adjust as needed */
    border: 1px solid #ccc;
  }

  .scrollable-table-container table {
    width: 100%;
    border-collapse: collapse;
  }

  .scrollable-table-container th,
  .scrollable-table-container td {
    padding: 8px;
    border: 1px solid #ddd;
  }

  .scrollable-table-container thead {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
  }
/* Style alternating rows */
  .scrollable-table-container tbody tr:nth-child(even) {
    background-color: #f9f9f9; /* Light gray */
  }

  .scrollable-table-container tbody tr:nth-child(odd) {
    background-color: #ffffff; /* White */
  }

table :is(td,th) {
  max-width: 12rem;
  padding: 10px 15px;
  text-align: center;
}

/* Tipalti pattern row table */
.TableStyle-tipalti_patternedrows-wrapper {
    max-height: 500px;
    overflow-y: auto;      /* Only this wrapper scrolls */
    overflow-x: auto;      /* Add horizontal scroll if the page width shrinks */
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

/* Prevent nested scrolling */
.TableStyle-tipalti_patternedrows-wrapper table,
.TableStyle-tipalti_patternedrows-wrapper > div {
    overflow: visible !important;
    max-height: none !important;
    width: 100%;
    display: table !important;
}

/* Table */
.TableStyle-tipalti_patternedrows {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

/* Sticky header */
.TableStyle-tipalti_patternedrows thead {
    position: sticky;
    top: 0;
    background: #ffffff !important;
    z-index: 1;
}

/* Cells */
.TableStyle-tipalti_patternedrows th,
.TableStyle-tipalti_patternedrows td {
    padding: 7px 14px;
    text-align: left;
    word-wrap: break-word;
    box-sizing: border-box;
}

.TableStyle-tipalti_patternedrows th {
    background-color: #ffffff !important;
}

p.tablepara	/*Table paragraph*/
{
	margin-bottom: 2px;
	margin-top: 0px;
}

p.tableparacenter	/*Centered table paragraph*/
{
	margin-bottom: 2px;
	margin-top: 0px;
	text-align: center;
}

p.para
{
	margin: -7px 0 0 0;
	padding-top: 7px;
}

/* Alternating rows */
.TableStyle-tipalti_patternedrows tr:nth-child(even) {
    background-color: rgba(144, 168, 230, 0.05);
}
.TableStyle-tipalti_patternedrows tr:nth-child(odd) {
    background-color: rgb(140, 167, 235, 0.15);
}

/* Superscript links */
.TableStyle-tipalti_patternedrows sup a {
    color: #021d2d;
    text-decoration: none;
    cursor: pointer;
}
.TableStyle-tipalti_patternedrows sup a:hover {
    color: #021d2d;
    text-decoration: none;
}

/* Footnotes styling */
.table-footnotes {
    font-size: 0.875em;
    margin-top: 1em;
}
.table-footnotes p {
    margin: 0.25em 0;
}
/*Bullets int a table*/
ul.FirstLevelTableBullet	/*Table bullets 1st level*/
{
	    margin-bottom: 1.00em;
    margin-left: 0.9em;
    margin-right: 0em;
    margin-top: 0.10em;
    list-style-type: disc;
    padding-left: 0px;
}

ul.FirstLevelTableBullet::marker {
  color: #B2C4FA;
}

ul.SecondLevelTableBullet	/*Table bullets 2nd level*/
{
	margin-bottom: 1.0em;
	margin-left: 0.9em;
	margin-right: 0em;
	margin-top: 0.10em;
	padding-left: 5px;
	list-style-type: circle;
}

ul.SecondLevelTableBullet::marker {
  color: #B2C4FA;
}

ul.FirstLevelTableBullet li,
ul.SecondLevelTableBullet li {
    padding-left: 0.2em !important; /* or whatever spacing you want */
}

/* The wrapper should be the ONLY scrollable element */
.TableStyle-tipalti_patternedrows-wrapper {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Disable scrollbars on the *figure* */
figure.wysiwyg-table {
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* The hidden troublemaker: remove overflow from table-body!! */
.table-body {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
}
/* Search box styling */
.table-search-container {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.75em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Sans-Serif;
}

.table-search-container input {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  width: 240px;
  transition: border-color 0.2s ease-in-out;
}

.table-search-container input:focus {
  outline: none;
  border-color: #405787;
  box-shadow: 0 0 4px rgba(64, 87, 135, 0.3);
}

/* Style dropdown header */
.MCDropDownHead {
    background-color: none;  
    color: white;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Space out text and icon */
}

/* Style the dropdown icon */
.MCDropDownHead .icon {
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

/* Hide dropdown content by default */
.MCDropDownBody {
    display: none;
    padding: 10px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Open state: change icon */
.MCExpanding.MCOpen .icon {
    transform: rotate(180deg); /* Rotates the icon when open */
    content: "-"; /* Change to minus symbol */
}

/* Remove border from anchor and image */
.MCDropDownHotSpot, 
.MCDropDown_Image_Icon {
    border: none;
    outline: none;
}

/* Reset the default anchor link styling */
.MCDropDownHotSpot {
    text-decoration: none;
    display: inline-block; /* Ensures the image stays inline */
}

/* If you have specific styling for your icon image */
.MCDropDown_Image_Icon {
    display: inline-block;
    vertical-align: middle; /* Ensures alignment */
    max-width: 100%; /* Prevents image from exceeding the container's width */
    height: auto; /* Maintain aspect ratio */
}

/* Optional: If you still want a gap between text and icon */
.MCDropDownHead {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust the gap if necessary */
}
/* Remove background color from link when clicked or focused */
.MCDropDownHotSpot:active,
.MCDropDownHotSpot:focus {
    background-color: transparent;  /* Ensures no background color */
    outline: none;  /* Removes the outline if any */
}

/* Optional: Remove background color from the dropdown icon's parent link */
.MCDropDownHotSpot {
    background-color: transparent; /* Set the background to transparent */
    border: none; /* Removes any border */
    outline: none; /* Removes outline when the item is focused */
}

/* Remove background from the dropdown icon container when clicked or focused */
.MCDropDown_Image_Icon {
    background-color: transparent; /* Set the background to transparent */
}

/* Remove background color from link when clicked or focused */
.MCDropDownHotSpot:active,
.MCDropDownHotSpot:focus {
    background-color: transparent;  /* Ensures no background color */
    outline: none;  /* Removes the outline if any */
}

/* Remove background color from the dropdown icon's parent link when hovered */
.MCDropDownHotSpot:hover {
    background-color: transparent; /* Set the background to transparent */
}

/* Optional: Remove background color from the dropdown icon container when clicked or focused */
.MCDropDown_Image_Icon {
    background-color: transparent; /* Set the background to transparent */
}

/* Optionally, if you want to remove any other hover effect, you can reset it here */
.MCDropDownHotSpot {
    background-color: transparent; /* Set the background to transparent */
    border: none; /* Removes any border */
    outline: none; /* Removes outline when the item is focused */
}

/* Ensure that there’s no background color on hover for the dropdown header */
.MCDropDownHead:hover {
    background-color: transparent; /* Prevents background color on hover */
}

/* Remove background and border from the dropdown body */
.MCDropDownBody {
    background-color: transparent;  /* Remove background color */
    border: none;                    /* Remove border */
    box-shadow: none;                /* Remove any shadow, if applicable */
    padding: 0;                      /* Optional: Remove any padding around the body */
}

/* Ensure no outline on the dropdown body */
.MCDropDownBody:focus {
    outline: none;  /* Remove focus outline if it appears */
}

/* Remove link color from accordion headers */
.MCDropDownHead .MCDropDownHotSpot {
    color: #021d2d !important;
    font-weight: normal !important;
    text-decoration: none !important;
}

/* Also ensure hover/focus states don't turn blue */
.MCDropDownHead .MCDropDownHotSpot:hover,
.MCDropDownHead .MCDropDownHotSpot:focus {
   color: #021d2d !important;
    font-weight: 600 !important; /* or bold */
    text-decoration: none !important;
}

/* Optional: if the icon is also being treated like a link */
.MCDropDownHead .MCHotSpotImage img {
    filter: none !important; /* ensures the SVG doesn’t get tinted */
}

/* Optional: Ensure the link inside the dropdown body has no background on hover or focus */
.MCDropDownBody a:hover,
.MCDropDownBody a:focus {
    background-color: transparent; /* Remove background color when hovering/focusing on links inside */
}

.MCDropDown_Image_Icon {
  width: 18px;
  height: 9px;
  flex-shrink: 0;
}
/* Kill MadCap's built-in background arrow */
.MCDropDownHotSpot.MCHotSpotImage {
  background-image: none !important;
  padding-left: 0 !important;
}

/* Ensure the dropdown is properly positioned on mobile and desktop */
@media (max-width: 768px) {
    .MCDropDown {
        width: 100%;  /* Make dropdown take full width on mobile */
    }
}

/*Tab Styles*/

.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc !important; /* Bottom border to separate tabs from content */
    background-color: #ffffff;
    margin-top: 35px;
    padding: 0px;
    width: 100%; /* Ensure the tab container takes full width */
    display: flex;
    justify-content: flex-start; /* Left-align the tabs */
    flex-wrap: wrap; /* Allow tabs to wrap if they exceed the container's width */
    box-sizing: border-box; /* Prevent any additional margins/paddings affecting width */
    border: none; /* Remove unnecessary borders around the tab container */
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 14px 14px 14px; /* Padding around the button */
    transition: 0.3s;
    font-size: 14px;
    color: #6D7275;
    font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
    width: auto; /* Allow the button width to adjust to content */
    flex-grow: 1; /* Allow buttons to grow and take equal space */
    margin: 0; /* Remove margin to avoid spacing issues */
    height: 90px; /* Fixed height for consistency */
    line-height: 1.8;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #f1f1f1; /* Light background on hover */
    color: #8CA7EB; /* Change color on hover */
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #B2C4FA; /* Active tab background color */
    color: #021d2d; /* Active tab text color */
    border-bottom: 2px solid #B2C4FA; /* Border at the bottom */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

/* Style the tab content */
.tabcontent {
    display: none;
    margin-top: 10px;
    margin-right: 0px;
    padding: 20px;
    
}

/* When the tab is active, show its content */
.tabcontent.active {
    display: block;
}

/* Title and subtitle styles inside the tab */
span.tabTitle {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

span.tabSubTitle {
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

/* Glossary hotspot when open */
.MCTextPopup_Open.MCTextPopupHotSpot_ {
    background-position: right;
    background-image: none;
    padding: 0 8px;
    border: none;
    font-size: 12pt;

    /* keep hotspot inline */
    position: relative;
    display: inline !important;
    z-index: auto;
}

/* Glossary hotspot when closed */
.MCTextPopup_Closed.MCTextPopupHotSpot_ {
    background-position: right;
    background-image: none;
    padding: 0;
    border: none;
    font-size: 12pt;
    color: #021d2d;

    /* keep hotspot inline */
    position: relative;
    display: inline !important;
    z-index: auto;
}

/* Glossary popup body */
.popupBody {
    position: absolute !important;   /* float above everything */
    top: 1.2em;                      /* adjust as needed */
    left: 0;

    display: block;                  /* allows max-content width */

    z-index: 999999 !important;      /* stay above tables */
    background-color: #e1e1e1;
    font-size: 10pt;
    color: #242a36;
    border: 1px solid #000;
    padding: 5px;
    white-space: normal;
}

.\000023text
{
	border-bottom: solid 1px #FFBC00 !important;
	padding-bottom: 0.1px;
	color: #021d2d;
	font-weight: inherit;
	font-style: inherit;
}


img.Flag
{
	height: 15px;
	width: 25px;
	margin: 0px 2px -2px;
	border: solid 1px #cccccc;
}

p.userrole {
  background-color: rgba(204, 204, 204, 0.2);
  overflow: hidden;
  padding: 14px;
  background-repeat: no-repeat;
  mc-auto-number-format: '{color #021d2d}Required user role {/color}';
  line-height: 19px;
  font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
  font-size: 16px;
  border: solid 1px #cccccc;
  background-position: 21px;
  padding-left: 66px;
  background-image: url(/hc/theming_assets/01JREBJ628N2QEQ5NT0YPPBKWC)!important;
  margin-bottom: 28px;
  margin-top: 28px;
}
/*User roles*/
p.userroles
{
	background-color: rgba(204, 204, 204, 0.2);
  overflow: hidden;
  padding: 14px;
  background-repeat: no-repeat;
  mc-auto-number-format: '{color #021d2d}Required user roles {/color}';
  line-height: 19px;
  font-family: 'Lato', 'Helvetica Neue', Arial, Sans-Serif;
  font-size: 16px;
  border: solid 1px #cccccc;
  background-position: 21px;
  padding-left: 66px;
  background-image: url(/hc/theming_assets/01JREBJ628N2QEQ5NT0YPPBKWC)!important;
  margin-bottom: 28px;
  margin-top: 28px;
}

a.UserRoles
{
	color: #4481D5;
	text-decoration: none;
	font-size: 16px;
	margin-bottom: 14px;
	line-height: 19px;
}

a.UserRoles:hover
{
	color: #405787;
	text-decoration: underline;
}

span.UserRole
{
	line-height: 19px;
	font-size: 16px;
	font-weight: normal;
}
strong.Beta {
    color: #ffbc00;
    text-transform: uppercase;
    font-size: 10pt;
}

/*p.tip
{
	background-repeat: no-repeat;
	overflow: hidden;
	color: #021D2D;
	font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
	font: Lato;
	font-size: 16px;
	line-height: 25px;
	padding: 37px 21px 37px 66px;
	background-size: 24px;
	background-position: 21px 41px;
	background-color: rgba(255, 218, 125, 0.14);
	border: 1px solid rgba(255, 188, 0, 0.5);
	background-image: url(/hc/theming_assets/01JRVBY3JMQDF9FBVKSZ3GTV6S)!important;
	margin-top: 28px;
}

/*Note style in the table*/

p.noteTable
{
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border: none;
	background-image: none;
	font-style: normal;
	padding-left: 0px;
	mc-auto-number-format: '{b}{color #8CA7EB}Note: {/color}{/b}';
	background-color: transparent;
}

p.notesTable
{
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border: none;
	background-image: none;
	font-style: normal;
	padding-left: 0px;
	mc-auto-number-format: '{b}{color #8CA7EB}Notes: {/color}{/b}';
	background-color: transparent;
}

/*Warnings*/

p.warning
{
	background-repeat: no-repeat;
	overflow: hidden;
	color: #021D2D;
	font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
	font: Lato;
	font-size: 16px;
	line-height: 25px;
	padding: 37px 21px 37px 66px;
	background-size: 24px;
	background-position: 21px 41px;
	background-color: rgba(255, 203, 191, 0.14);
	border: 1px solid #FFCBBF;
	background-image: url('{{asset 'Warning_Icon.png'}}')!important;
	margin-bottom: 16px;
	margin-top: 28px;
}

p.warningIndent
{
	background-repeat: no-repeat;
	overflow: hidden;
	color: #021D2D;
	font-family: 'Lato', 'Helvetica Neue', 'Arial', 'Sans-Serif';
	font: Lato;
	font-size: 16px;
	line-height: 25px;
	padding: 37px 21px 37px 66px;
	background-size: 24px;
	background-position: 21px 41px;
	background-color: rgba(255, 203, 191, 0.14);
	border: 1px solid #FFCBBF;
	margin-left: 80px;
	background-image: url('{{asset 'Warning_Icon.png'}}')!important;
	margin-bottom: 16px;
	margin-top: 28px;
}

/* Correcting ol li ol styling */
ol li ol {
  margin-left: 1%;
}

/* Hiding MadCap title bar */
.title-bar-container {
  display: none;
}

/* Fixing table spacing */
table {
  width: 100%;
}

.tiles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.tile {
  background: #f3f6fb;
  text-align: center;
  padding: 50px 0;
  font-weight: bold;
  font-size: 18px;
  color: #001f3f;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.tile:hover {
  background: #e0e7f0;
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .tiles-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  .tile {
    font-size: 16px;
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .tiles-grid {
    grid-template-columns: 1fr;
  }
  .tile {
    font-size: 16px;
    padding: 35px 0;
  }
}
 
/*Release Notes Landing Page*/
div.RN
{
	background-color: transparent;
	color: #021d2d;
	height: 145px;
	margin-top: 21px;
	margin-bottom: 21px;
}

div.RN::before
{
	content: ' ';
	display: table;
}

div.RN::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.RN > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(140, 167, 235, 0.14);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*Adds transition animation when switching between screen sizes*/
	padding: 14px 0px;
	overflow: hidden;
}

div.RN > div:hover	/*When hovering over a tile, these properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

div.RN > div:nth-child(1)
{
	width: 23.5%;
	margin-left: 0%;
	height: 145px;
	cursor: pointer;
}

div.RN > div:nth-child(2)
{
	width: 23.5%;
	margin-left: 2%;
	height: 145px;
	cursor: pointer;
}

div.RN > div:nth-child(3)
{
	width: 23.5%;
	margin-left: 2%;
	height: 145px;
	cursor: pointer;
}

div.RN > div:nth-child(4)
{
	width: 23.5%;
	margin-left: 2%;
	height: 145px;
	cursor: pointer;
}

p.Tiles-title	/*front*/
{
	line-height: 1.7em;
	font-size: 16px;
	margin-bottom: 7px;
	padding-top: 35px;
	text-align: center;
	font-weight: bold;
}

a.tile-link
{
	text-decoration: none;
	color: #021d2d;
  text-align: center;
  font-size: 1em;
}

/* Polished Breadcrumbs */
.breadcrumbs {
  font-size: 14px;
  color: #6b7280; /* soft gray */
  margin-bottom: 16px;
}

.breadcrumbs a {
  color: #4f46e5; /* brand blue or purple */
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumbs a:hover {
  color: #4338ca; /* darker brand color on hover */
}

.breadcrumbs span {
  color: #6b7280;
}

.breadcrumbs > *:not(:last-child)::after {
  content: "›";
  margin: 0 8px;
  color: #9ca3af; /* lighter separator */
}

.userguide-section {
  padding: 40px 0;
}

.userguide-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
}

.userguide-item {
  flex: 1 1 calc(33.333% - 30px); /* Three items per row, with gap accounted for */
  max-width: calc(33.333% - 30px);
  display: flex;
}

.userguide-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  width: 100%;
  background-color: #fff;
  border: 1.5px solid #D6D6D6;
  border-radius: 16px;
  text-align: center;
  text-decoration: none;
  color: #021D2D;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.userguide-link:hover {
  background-color: #f0f5ff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.userguide-icon {
  width: 48px;
  height: auto;
  margin-bottom: 20px;
}

.userguide-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
  display: block;
}

.userguide-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  max-width: 90%;
}

/* ✅ Responsive behavior */
@media (max-width: 992px) {
  .userguide-item {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

@media (max-width: 600px) {
  .userguide-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/*ERPs Landing page*/

div.tiles-apps	/*4-tile row on top nav landing pages*/
{
	mc-grid-row: true;
	margin-top: 5%;
	margin-bottom: 0%;
	width: 40em;
}

div.tiles-apps::before
{
	content: ' ';
	display: table;
}

div.tiles-apps::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.tiles-apps > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*Adds transition animation when switching between screen sizes*/
	border: 1px solid #021d2d;
	overflow: hidden;
}

div.tiles-apps > div:hover	/*When hovering over a home-tile, these properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

div.tiles-apps > div:nth-child(1)
{
	width: 22%;
	margin-left: 0%;
	cursor: pointer;
	height: 188px;
}

div.tiles-apps > div:nth-child(2)
{
	width: 22%;
	margin-left: 2%;
	cursor: pointer;
	height: 188px;
}

div.tiles-apps > div:nth-child(3)
{
	width: 22%;
	margin-left: 2%;
	cursor: pointer;
	height: 188px;
}

div.tiles-apps > div:nth-child(4)
{
	width: 22%;
	margin-left: 2%;
	cursor: pointer;
	height: 188px;
}

p.app-image
{
	text-align: center;
	padding: 14px 0 14px 0;
}

p.app-image2	/*QuickBooks*/
{
	text-align: center;
	margin: 1px 0px;
	padding: 44px 0 21px 0;
}

img.tile-horizontal	/*horizontal images in home tiles*/
{
	border: none;
	height: 50%;
	width: 50%;
	margin-top: 21px;
}

img.tile-horizontal2	/*QuickBooks*/
{
	border: none;
	height: 50%;
	width: 60%;
	margin-top: 35px;
}

img.tile-horizontal3	/*NetSuite*/
{
	border: none;
	height: 50%;
	width: 50%;
	margin-top: 2px;
}

div.SideBySideCenter	/*For EP Launch Kit page*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.SideBySideCenter::before
{
	content: ' ';
	display: table;
}

div.SideBySideCenter::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.SideBySideCenter > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.SideBySideCenter > div:nth-child(1)
{
	width: 49%;
	margin-left: 0%;
	Margin-righ: 1px;
	padding: 1em 2em 1em 1em;
	border: 1px solid #6d7275;
}

div.SideBySideCenter > div:nth-child(2)
{
	width: 49%;
	margin-left: 1%;
	padding: 1em 1em 1em 2em;
	border: 1px solid #6d7275;
}

/*NetSuite versions*/

div.NS1	/*NetSuite 1.0*/
{
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	height: 55px;
	font-weight: bold;
	background-color: #314459;
	border-radius: 4px;
	margin-top: 2em;
	margin-bottom: 3em;
	opacity: 0.9;
	width: fit-content;
	padding: 0 28px 0 28px;
}

div.NS1:hover
{
	opacity: 1;
}

div.NS2	/*NetSuite 2.0*/
{
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	height: 55px;
	font-weight: bold;
	background-color: #314459;
	border-radius: 4px;
	margin-top: 2em;
	margin-bottom: 3em;
	opacity: 0.9;
	width: fit-content !important;
	padding: 0 14px 0 14px;
}

div.NS2:hover
{
	opacity: 1;
}

p.Centre
{
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: center;
}

div.QBO	/*3 images side-by-side in QuickBooks intro*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.QBO::before
{
	content: ' ';
	display: table;
}

div.QBO::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.QBO > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.QBO > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.QBO > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.QBO > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

/*==Reconnect Button==*/

div.QBReconnect	/*Reconnect button*/
{
	cursor: pointer;
	margin-left: 0;
	margin-right: auto;
	height: 60px;
	font-weight: bold;
	background-color: #314459;
	border-radius: 4px;
	margin-top: 3em;
	margin-bottom: 4em;
	opacity: 0.9;
	width: 220px;
}

div.QBReconnect:hover
{
	opacity: 1;
}
p.btnText	/*Button text*/
{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

a.Buttons	/*Button link*/
{
	font: inherit;
	color: #ffffff;
	text-decoration: none;
}
a.Buttons:visited	/*Button link*/
{
	font: inherit;
	color: #ffffff;
	text-decoration: none;
}

/*Span tags*/

span.blue
{
	color: #E0E7F7;
}

span.green
{
	color: #00CB81;
}

span.dkblue
{
	color: #8CA7EB;
}

span.dkblueBOLD
{
	color: #8CA7EB;
	font-weight: bold;
}

span.liteYellow
{
	color: #FFDA7D;
}

span.liteBlue	/*Used for steps*/
{
	color: #8CA7EB;
}

span.liteRed
{
	color: #FFCBBF;
}

span.liteYellowBOLD
{
	color: #FFDA7D;
	font-weight: bold;
	/*-webkit-text-stroke: 0.01px #021d2d;*/
	/*text-shadow: 0.5px 0 0 rgb(2 29 45 / 30%), 0 0.5px 0 rgb(2 29 45 / 30%), -0.5px 0 0 rgb(2 29 45 / 30%), 0 -0.5px 0 rgb(2 29 45 / 30%);*/
}

span.underline
{
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

span.wide
{
	letter-spacing: 1pt;
	text-transform: uppercase;
	font-size: 0.8em;
}

span.Emphasis
{
	font-weight: bold;
}

span.SetOffFirstLevel
{
	color: #5e6914;
	font-weight: bold;
}

span.SetOffSecondLevel
{
	color: #445879;
	font-weight: bold;
}

span.Grey
{
	color: #6D7275;
	font-size: 14px;
}

strong.GreyBold
{
	color: #6D7275;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
}

span.YellowBold
{
	color: #FFDA7D;
	font-weight: bold;
	font-size: 14px;
}

span.GreyMin
{
	color: #6D7275;
	font-size: 12px;
}

b.Red
	{
		color: #405787;
	}
/*Superscript*/

sup
{
	line-height: 7px;
}

/*Bold red*/

b.Red
{
	color: #FD552D;
}

/*Bold yellow*/

b.Beta
{
	color: #ffbc00;
	text-transform: uppercase;
	font-size: 10pt;
}

/*Bold blue*/

b.Blue
{
	color: #8CA7EB;
}

/*Bold gray*/

b.Grey
{
	color: #6D7275;
	text-transform: uppercase;
	font-size: 10pt;
}
/*Links for main body*/

a
{
	color: #4481D5;
	text-decoration: none;
}

a:link
{
	color: #4481D5;
	text-decoration: none;
}

a:visited
{
	color: #4481D5;
	text-decoration: underline;
}

a:hover
{
	color: #405787;
	text-decoration: underline;
}

/*Cross-references*/

MadCap|xref
{
	mc-format: '{para}';
	text-decoration: none;
	font-weight: normal;
	color: #4481D5;
}

MadCap|xref:hover
{
	color: #405787;
	text-decoration: underline;
}

/*Ordered lists*/

ol
{
	list-style-image: none;
	padding: 0px 0px 0px 40px;
}

ol ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

ol ol ol ol
{
	list-style-type: upper-roman;
}

ol.beforetable
{
	list-style-image: none;
	padding-bottom: 10px;
}

ol.aftertable
{
	list-style-image: none;
	padding-top: 10px;
}

ol.moreindent	/*2nd level*/
{
	list-style-image: none;
	list-style-type: lower-alpha;
	padding-left: 78px;
}

ol.plusindent	/*3rd level*/
{
	list-style-image: none;
	list-style-type: lower-alpha;
	padding-left: 118px;
}

ol.moreindentnum	/*2nd level numbered*/
{
	list-style-image: none;
	padding-left: 68px;
}

ol.LessTopMargin	/*For snippets within an ordered list*/
{
	list-style-image: none;
	margin-top: -15px;
}

.footer-links {
  margin-bottom: 1rem;
  text-align: center;
}

.home-master-page-footer {
	color: #FFBC00;
  padding: 1rem;
  font-size: 13.5px;
  background-color: #021D2D;
}

.home-master-page-footer .footer-links a,
.home-master-page-footer .footer-icons {
  color: #fff;
}

.footer a {
  color: #065c8f;
}

.Footer-Icons {
    display: flex;
    align-items: center;
  	gap: 0.4rem;
  	justify-content: center;
}

.footer-button {
    border: 1px solid #fff;
    padding: 0.3rem 1.4rem;
}

.footer-button a {
    color: #fff;
}

.footer-button a:hover {
    text-decoration: none;
    color: #FFBC00;
}

@media screen and (min-width: 750px) {
  .home-master-page-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .footer-links {
    margin-bottom: 0rem;
    width: 50%;
    text-align: left;
  }
  
  .Footer-Icons {
    justify-content: end;
  }
}

.off-canvas {
  padding-top: 20px;
}

@media only screen and (min-width: 1280px) {
  .off-canvas {
    display: none !important;
  }

  .off-canvas-wrapper-inner {
    right: 0 !important;
  }
}

@media only screen and (max-width: 1279px) {
  .header .menu-icon {
    display: block;
    left: auto;
    right: 8px;
  }
  
  .user-info {
    margin-right: 40px;
  }

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

/*Bulleted Notes*/

div.BulletedNote
{
	height: auto;
	background-repeat: no-repeat;
	overflow: hidden;
	color: #021D2D;
	font-family: 'Lato', 'Helvetica Neue', Arial, Sans-Serif;
	font: Lato;
	font-size: 16px;
	line-height: 25px;
	border: 1px solid rgba(140, 167, 235, 0.5);
	background-color: rgba(140, 167, 235, 0.14);
	padding: 28px 21px 21px 40px;
	background-size: 24px;
	background-position: 21px 39px;
	background-image: url('/hc/theming_assets/01JRVBY2PWK1YZG4TEMH4EQ53N');
	margin-bottom: 21px;
	margin-top: 21px;
}

ul.BulletedNotes
{
	padding: 0px 0px 0px 40px;
  list-style-type: circle;
	list-style-image: url('/hc/theming_assets/01JRVBY4YHPYATWXDF1GG6AXYS');
}

div.BulletedNoteTwo
{
	height: auto;
	background-repeat: no-repeat;
	overflow: hidden;
	color: #021D2D;
	font-family: 'Lato', 'Helvetica Neue', Arial, Sans-Serif;
	font: Lato;
	font-size: 16px;
	line-height: 25px;
	border: 1px solid rgba(140, 167, 235, 0.5);
	background-color: rgba(140, 167, 235, 0.14);
	padding: 28px 21px 21px 40px;
	background-size: 24px;
	background-position: 15px 28px;
	background-image: url('/hc/theming_assets/01JRVBY2PWK1YZG4TEMH4EQ53N');
	margin-bottom: 21px;
	margin-top: 21px;
}

div.BulletedNotePDF
{
	height: auto;
	background-repeat: no-repeat;
	overflow: hidden;
	color: #021D2D;
	font-family: 'Lato', 'Helvetica Neue', Arial, Sans-Serif;
	font: Lato;
	font-size: 16px;
	line-height: 25px;
	border: 1px solid rgba(140, 167, 235, 0.5);
	background-color: #FFFFFF;
	padding: 28px 21px 21px 40px;
	background-size: 24px;
	background-position: 21px 39px;
	background-image: url('/hc/theming_assets/01JRVBY2PWK1YZG4TEMH4EQ53N');
	margin-bottom: 21px;
	margin-top: 21px;
}

/*Bulleted Tips*/

div.BulletedTip
{
	height: auto;
	background-repeat: no-repeat;
	overflow: hidden;
	color: #021D2D;
	font-family: 'Lato', 'Helvetica Neue', Arial, Sans-Serif;
	font: Lato;
	font-size: 16px;
	line-height: 25px;
	border: 1px solid rgba(255, 188, 0, 0.5);
	background-color: rgba(255, 218, 125, 0.14);
	padding: 28px 21px 21px 40px;
	background-size: 24px;
	background-position: 21px 39px;
	background-image: url('/hc/theming_assets/01JRVBY3JMQDF9FBVKSZ3GTV6S');
	margin-bottom: 21px;
	margin-top: 21px;
}

ul.BulletedTip
{
	list-style-type: circle;
	list-style-image: url('/hc/theming_assets/01JRVBY68PHXGY9B576YDXXY8H');
}

div.BulletedTipTwo
{
	height: auto;
	background-repeat: no-repeat;
	overflow: hidden;
	color: #021D2D;
	font-family: 'Lato', 'Helvetica Neue', Arial, Sans-Serif;
	font: Lato;
	font-size: 16px;
	line-height: 25px;
	border: 1px solid rgba(255, 188, 0, 0.5);
	background-color: rgba(255, 218, 125, 0.14);
	padding: 28px 21px 21px 40px;
	background-size: 24px;
	background-position: 21px 28px;
	background-image: url('/hc/theming_assets/01JRVBY3JMQDF9FBVKSZ3GTV6S');
	margin-bottom: 21px;
	margin-top: 21px;
}

/*Bulleted warnings*/

div.BulletedWarning
{
	height: auto;
	background-repeat: no-repeat;
	overflow: hidden;
	color: #021D2D;
	font-family: 'Lato', 'Helvetica Neue', Arial, Sans-Serif;
	font: Lato;
	font-size: 16px;
	line-height: 25px;
	background-color: rgba(255, 203, 191, 0.14);
	border: 1px solid #FFCBBF;
	padding: 21px 21px 21px 40px;
	background-size: 24px;
	background-position: 21px 42px;
	background-image: url('/hc/theming_assets/01JRVBY7J998XXAEQMPGGZQTBN');
	margin-bottom: 14px;
	margin-top: 28px;
}

ul.BulletedWarning
{
	list-style-type: circle;
	list-style-image: url('/hc/theming_assets/01JRVBY707MFZ1F514X9AENM5S');
}

div.BulletedWarningTwo
{
	height: auto;
	background-repeat: no-repeat;
	overflow: hidden;
	color: #021D2D;
	font-family: 'Lato', 'Helvetica Neue', Arial, Sans-Serif;
	font: Lato;
	font-size: 16px;
	line-height: 25px;
	border: 1px solid rgba(255, 188, 0, 0.5);
	background-color: rgba(255, 203, 191, 0.14);
	padding: 28px 21px 21px 40px;
	background-size: 24px;
	background-position: 21px 28px;
	background-image: url('/hc/theming_assets/01JRVBY7J998XXAEQMPGGZQTBN');
	margin-bottom: 21px;
	margin-top: 21px;
}

/*Images*/

div.ImagesFloatLeft
{
	clear: both;
	float: left;
	margin-right: 10px;
	padding: 5px;
	border: solid 1px #cccccc;
}

div.ImagesFloatRight
{
	clear: both;
	float: right;
	margin-left: 10px;
	padding: 5px;
	border: solid 1px #cccccc;
}

img
{
	
}

img.Flag
{
	height: 15px;
	width: 25px;
	margin: 0px 2px -2px;
	border: solid 1px #cccccc;
}

img.Pi
{
	width: 5%;
	height: auto;
	margin: 0px 0px -6px;
}

img.PiHeader
{
	width: 4.5%;
	height: auto;
	margin: 0px 0px -6px;
}

img.PiDropdown
{
	height: auto;
	margin: 0px 0px -6px;
	width: 3.3%;
}

img.PiText
{
	height: auto;
	margin: 0px 0px -6px;
	width: 2.3%;
}

img.UploadFile	/*File integrations sample files*/
{
  Width: 50%;
	border: solid 1px #cccccc;
  margin: 10px 0px;
}

img.AsIs
{
	margin: 10px 0px;
	border: solid 1px #cccccc;
}

/*img.margin	/*Image with topbottom margin
{
	margin-top: 20px;
	margin-bottom: 20px;
	border: solid 1px #cccccc;
}

img.margintop	/*Top margin only
{
	width: 749px;
	height: 561px;
	margin-top: 20px;
	border: solid 1px #cccccc;
}

img.marginbottom	/*Bottom margin only
{
	margin-bottom: 20px;
	width: 804px;
	height: 556px;
	border: solid 1px #cccccc;
}*/

/*img.marginLess
{
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px #cccccc;
}*/

/*img.beforetable	/*Larger bottom margin
{
	margin-top: 20px;
	margin-bottom: 40px;
	border: solid 1px #cccccc;
}*/

/*img.Thumbnail
{
	mc-thumbnail: popup;
}

img.ReduceButtonSize
{
	max-height: 18px;
	max-width: auto;
}*/

img.FullWidth
{
	height: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 780px;
	border: solid 1px #cccccc;
}

/*img.FullWidthLevel1	/*Auto left margin indent
{
	height: auto;
	margin: 10px 0px 0px;
	width: 740px;
	border: solid 1px #cccccc;
}

img.FullWidthLevel1a	/*Manual left margin indent; for under 1st level numbers
{
	height: auto;
	margin: 0px 0px 0px 40px;
	width: 740px;
	border: solid 1px #cccccc;
}*/

img.FullWidth2	/*Under flush level dropdown list*/
{
	height: auto;
	margin: 10px 0px;
	width: 760px;
	border: solid 1px #cccccc;
}

img.FullWidth3
{
	height: auto;
	margin: 10px 0px;
	width: 740px;
	border: solid 1px #cccccc;
}

img.FullWidth4	/*Sits inside div.Notice*/
{
	height: auto;
	margin: 10px 0px;
	width: 730px;
	border: solid 1px #cccccc;
}

img.FullWidth5	/*Quick user guide*/
{
	height: auto;
	margin: 10px 0px;
	width: 760px;
	border: solid 1px #cccccc;
}

img.FullWidth5a	/*Quick user guide under dropdown*/
{
	height: auto;
	margin: 10px 0px;
	width: 680px;
	border: solid 1px #cccccc;
}

img.FullWidth5b	/*Quick user guide under dropdown-Step 2 */
{
	height: auto;
	margin: 10px 0px;
	width: 600px;
	border: solid 1px #cccccc;
}

img.FullWidth6
{
	height: auto;
	margin: 10px 0px;
	width: 300px;
	border: solid 1px #cccccc;
}

img.FullWidth7
{
	height: auto;
	margin: 10px 0px;
	width: 200px;
	border: solid 1px #cccccc;
}

img.FullWidth8
{
	height: auto;
	margin: 10px 0px;
	width: 450px;
	border: solid 1px #cccccc;
}
/*img.FloatLeft	/*No width defined
{
	margin-left: 10px;
	margin: 10px 30px 20px 0px;
	float: left;
	border: solid 1px #cccccc;
}

img.FloatRight
{
	float: right;
	margin: 10px 0px 20px 30px;
	border: solid 1px #cccccc;
}*/

img.LftRgtPadded	/*Padding on the right only - 2FA*/
{
	margin: 0px 2px;
	border: solid 1px #cccccc;
}

img.LftRgtPadded2	/*Padding on the right only - AugRN*/
{
	margin: 0px 2px;
	width: 95%;
	border: solid 1px #cccccc;
}

/*img.Centre
{
	height: auto;
	margin-right: 40%;
	margin-left: 40%;
	width: 12%;
	border: solid 1px #cccccc;
}*/

/*img.InlineWhite	/*Small icons, no padding
{
	margin: 0px;
	padding: 0px;
}*/

img.InlineWhite-1
{
	margin: 0px 0px -1px;
}

/*img.InlineWhite-2
{
	margin: 0px 0px -2px;
}*/

img.InlineWhite-3
{
	margin: 0px 0px -3px;
}

/*img.InlineWhite-4
{
	margin: 0px 0px -4px;
}*/

img.InlineWhite-5
{
	padding: 0px;
	margin: 0px 0px -5px;
}

/*img.InlineWhite-6
{
	padding: 0px;
	margin: 0px 0px -6px;
}

img.InlineWhite-7
{
	padding: 0px;
	margin: 0px 0px -7px;
}

img.InlineWhite-8
{
	padding: 0px;
	margin: 0px 0px -8px;
}

img.InlineWhite-9
{
	margin: 0px 0px -9px;
}

img.InlineWhite-10
{
	margin: 0px 0px -10px;
}*/

img.InlineColour	/*Small icons, with padding*/
{
	margin: 0px 2px;
	padding: 0px;
}

img.InlineColour-1
{
	margin: 0px 2px -1px;
}

img.InlineColour-2
{
	margin: 0px 2px -2px;
}

img.InlineColour-3
{
	margin: 0px 2px -3px;
}

img.InlineColour-4
{
	margin: 0px 2px -4px;
}

img.InlineColour-5
{
	padding: 0px;
	margin: 0px 2px -5px;
}

img.InlineColour-6
{
	padding: 0px;
	margin: 0px 2px -6px;
}

/*img.InlineColour-7
{
	padding: 0px;
	margin: 0px 2px -7px;
}

img.InlineColour-8
{
	padding: 0px;
	margin: 0px 2px -8px;
}

img.InlineColour-9
{
	margin: 0px 2px -9px;
}

img.InlineColour-10
{
	margin: 0px 2px -10px;
}

img.InlineColour-11
{
	margin: 0px 2px -11px;
}

img.InlineColour-12
{
	margin: 0px 2px -12px;
}

img.PDF
{
	height: auto;
	margin: 10px 0px;
	width: 650px;
	margin-right: 10px;
	border: solid 1px #cccccc;
}*/

img.PDF2
{
	height: auto;
	margin: 10px 0px;
	width: 550px;
	margin-right: 10px;
	border: solid 1px #cccccc;
}

img.PDF3
{
	height: auto;
	margin: 10px 0px;
	width: 500px;
	margin-right: 7px;
	border: solid 1px #cccccc;
}

img.PDFAsIs
{
	margin: 10px 0px;
	border: solid 1px #cccccc;
}

/* Popup overlay (semi-transparent, centered) */
.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease;
    padding: 10px;
}

/* Popup container sizes to the image */
.custom-popup-container {
    position: relative;
    display: inline-block;
    max-width: 95%;
    max-height: 95%;
}

/* Popup image styling */
.custom-popup-image {
    max-width: 100%;
    max-height: 85vh;
    border: 1px solid #ccc;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    object-fit: contain;
    display: block;
}

/* Close button styling */
.custom-popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    transition: color 0.2s ease;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.custom-popup-close:hover {
    color: #000;
}

/* Fade-in animation */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Mobile fine-tuning */
@media (max-width: 600px) {
    .custom-popup-image {
        max-height: 80vh;
    }

    .custom-popup-close {
        font-size: 36px;
        top: -10px;
        right: -10px;
        padding: 8px 12px;
    }
}

span.greensmall
{
	color: #00CB81;
	font-size: 10px;
}

/* First-level bullets inside Tipalti tables */
.TableStyle-tipalti_patternedrows td ul,
.TableStyle-tipalti_patternedrows th ul {
    margin-bottom: 1em;
    margin-left: 0.9em;
    margin-right: 0;
    margin-top: 0.1em;
    padding-left: 0;
    list-style-type: disc;
}

.TableStyle-tipalti_patternedrows td ul::marker,
.TableStyle-tipalti_patternedrows th ul::marker {
    color: #B2C4FA;
}

/* Second-level bullets */
.TableStyle-tipalti_patternedrows td ul ul,
.TableStyle-tipalti_patternedrows th ul ul {
    margin-left: 1.2em; /* slightly more indent for nested list */
    list-style-type: circle;
    padding-left: 5px;
}

.TableStyle-tipalti_patternedrows td ul ul::marker,
.TableStyle-tipalti_patternedrows th ul ul::marker {
    color: #B2C4FA;
}

.breadcrumbs:empty,
.section-articles:empty {
  display: none;
  margin: 0;
  padding: 0;
}

/*REST APIs*/

p.Line-Top
{
	border-top: solid 1px #e1e1e1;
	margin: 35px 0 -28px 0;
}

p.REST
{
	font-family: "Courier New", monospace;
	border: solid 1px #e1e1e1;
	padding: 21px;
	margin: 8px 0 8px 0px;
}

p.REST-Indent
{
	font-family: "Courier New", monospace;
	border: solid 1px #e1e1e1;
	padding: 21px;
	margin: 8px 0 8px 0px;
	margin-left: 35px;
}

p.REST-NoBorder
{
	font-family: "Courier New", monospace;
}

p.Note-Indent
{
	margin-left: 21px;
}

span.GET
{
	font-family: "Courier New", monospace;
	margin: 7px;
	border: none;
	padding: 7px 21px;
	background: #61affe;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

span.PUT
{
	font-family: "Courier New", monospace;
	margin: 7px;
	border: none;
	padding: 7px 21px;
	background: #fca130;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

span.POST
{
	font-family: "Courier New", monospace;
	margin: 7px;
	border: none;
	padding: 7px 21px;
	background: #49cc90;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

span.DELETE
{
	font-family: "Courier New", monospace;
	margin: 7px;
	border: none;
	padding: 7px 21px;
	background: #f93e3e;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

h3.REST
{
	color: #021d2d;
	margin: 28px 0 15px 28px;
	font-size: 24px;
	mc-disable-glossary-terms: true;
	font-weight: lighter;
	font-family: 'Lato-light', 'Helvetica Neue', Arial, Sans-Serif;
}

h4.REST
{
	font-family: 'Lato', 'Helvetica Neue', Arial, Sans-Serif;
	color: #021d2d;
	margin: 28px 0 15px 28px;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	mc-disable-glossary-terms: true;
	line-height: 24px;
}

h5.REST
{
	font-family: 'Lato', 'Helvetica Neue', Arial, Sans-Serif;
	font-size: 18px;
	color: #021d2d;
	margin: 28px 0 15px 28px;
	font-weight: bold;
	font-style: normal;
	mc-disable-glossary-terms: true;
	line-height: 22px;
}

img.REST
{
	height: auto;
	margin-bottom: 7px;
	margin-top: 7px;
	width: 1080px;
}
MadCap|codeSnippet.REST
{
	color: #FFFFFF;
	font-family: "Courier New", monospace;
	font-size: 16px;
	background: #405787;
	padding: 7px 14px 0px 7px;
}

MadCap|codeSnippetCaption.REST
{
	text-decoration: none;
	font: 14px;
	font-family: 'Lato', 'Helvetica Neue', Arial, Sans-Serif;
	color: #FFFFFF;
	padding-bottom: 21px;
	padding-left: 7px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 4pt;
}

MadCap|codeSnippetBody.REST
{
	font-family: "Courier New", monospace;
	padding-top: 7px;
	padding: 0px 14px 14px 7px;
	margin-bottom: 14px;
	overflow-x: auto;
	overflow-y: auto;
	line-height: 22px;
}

MadCap|codeSnippetCopyButton.REST
{
	color: #ffffff;
	font-family: 'Lato', 'Helvetica Neue', Arial, Sans-Serif;
	font-size: 14px;
	line-height: 17px;
	background: #2A4367;
	border: solid 1px #ffffff;
	padding: 7px 14px;
	padding-left: 14px;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-right: 14px;
	margin-bottom: 14px;
	margin-top: 7px;
}

div.RESTCode	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.RESTCode::before
{
	content: ' ';
	display: table;
}

div.RESTCode::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.RESTCode > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.RESTCode > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.RESTCode > div:nth-child(2)
{
	width: 45%;
	margin-left: 5%;
}
/*Tipalti pattern row table Procurement APT*/
/* Wrapper to allow vertical scrolling */
.TableStyle-REST_patternedrows-wrapper {
    max-height: 300px;    /* Set a maximum height for the table (adjust as needed) */
    overflow-y: auto;     /* Enable vertical scrolling */
    width: 100%;          /* Ensure the table takes full width */
    position: relative;
}

/* General table styles */
.TableStyle-REST_patternedrows {
    width: 100%;           /* Ensure the table takes the full width */
    border-collapse: collapse; /* Collapse borders for a clean appearance */
    table-layout: auto;    /* Automatically adjust column width based on content */
}

/* Table header styles */
.TableStyle-REST_patternedrows thead {
    position: sticky;       /* Stick the header at the top */
    top: 0;                  /* Stick the header to the top when scrolling */
    background-color: #405787; 
    z-index: 1;              /* Keep header on top of body */
}

/* Table header cells */
.TableStyle-REST_patternedrows th {
    padding: 7px 7px;        /* Padding inside the header cells */
  	font-weight: 900;
    text-align: left !important;          /* Align text to the left */
    border-bottom: 1px solid #405787; /* Border below the header */
    background-color: #405787; /* Same background as thead */
    word-wrap: break-word;     /* Break long words if necessary */
    box-sizing: border-box;   /* Include padding and border in width calculation */
    /* Removed fixed width to let it auto-adjust */
}

/* Table body styles */

.TableStyle-REST_patternedrows > div {
    display: block;            /* Allow scrolling of the body */
    overflow-y: auto;          /* Enable vertical scrolling */
    max-height: 300px;         /* Limit height to enable scrolling */
    width: 100%;               /* Ensure body takes full width */
}

/* Table cells in body */
.TableStyle-REST_patternedrows td {
    padding: 7px 7px;        /* Padding inside cells */
    text-align: left !important;          /* Align text to the left */
    border-bottom: 1px solid #000000; /* Light border between rows */
    word-wrap: break-word;     /* Break long words if necessary */
    box-sizing: border-box;    /* Include padding and border in width calculation */
  	font-size: 12px !important;
		font-weight: normal;
		font-style: normal;
    /* Removed fixed width to let it auto-adjust */
}

/* Alternating row colors */
table tr:nth-child(odd), table tr:nth-child(odd) td { /* Global tr settings Odd */
  background-color: rgba(144, 168, 230, 0.05) !important;
}

table tr:nth-child(even), table tr:nth-child(even) td { /* Global tr settings Even */
  background-color: rgb(140, 167, 235, 0.15) !important;
}

.TableStyle-REST_patternedrows tr:nth-child(even) {
    background-color: rgba(144, 168, 230, 0.05); /* Light blue for even rows */
}

.TableStyle-REST_patternedrows tr:nth-child(odd) {
    background-color: rgb(140, 167, 235, 0.15); /* shaded blue for odd rows */
}

/* Ensure column alignment */
.TableStyle-REST_patternedrows th,
.TableStyle-REST_patternedrows td {
    word-wrap: break-word; /* Wrap long words to prevent overflow */
}

/* Adjust for table width and responsiveness */
.TableStyle-REST_patternedrows {
    width: 100%;
    table-layout: auto; /* Let columns adjust width based on content */
}

/* Article */
.lt-article-container {
  display: grid;
  gap: calc(var(--grid-gutter-width) * 2);
  grid-template-columns: 1fr;
}

@media (min-width: 1200px) {
  .lt-article-container {
    grid-template-columns: 1fr 720px 1fr;
  }
}

.lt-article-container__article {
  min-width: 0; /* Preventing a Grid Blowout https://css-tricks.com/preventing-a-grid-blowout/ */
}

@media (max-width: 575px) {
  .lt-article-container__sidebar {
    padding-top: 1.5rem;

    border-top: var(--border-width) solid var(--color-border);
  }
}

html.sidenav-enabled .lt-section-articles {
  display: none;
}

html.sidenav-enabled .lt-article-container__sidenav,
.toc-enabled .lt-article-container__toc {
  display: block;
}

.toc-enabled .lt-article-container__sidebar {
  padding-bottom: 24px;
}

.lt-toc--link:not(.is-active) {
  color: rgba(2, 29, 45, 1);
}

.lt-toc_is-desktop .lt-toc--link:not(.is-active):hover,
.lt-toc_is-desktop .lt-toc--link:not(.is-active):focus {
  background: #e8f2fc;
}

/*Integration tiles*/
.content-intro-block {
    background-color: #ffffff;
    padding: 0.5em;
    margin-bottom: 0.5em;
    border-radius: 6px;
    /*box-shadow: inset 0 0 0 1px #e0e0e0;*/
}

.tile:hover
{
	transform: scale(1.05);
}

.endless-grid
{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 0.5em 0.4em;
	padding: 0.5em 0;
	justify-items: center;
	align-items: stretch;
	grid-auto-rows: 1fr;
}

.endless
{
	background-color: #fff;
	text-align: center;
	padding: 1em;
	border-radius: 0.5em;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
	max-width: 300px;
	box-sizing: border-box;
	/* Ensure padding is included in width */
	display: flex;
	flex-direction: column;
	height: 100%;
  cursor: pointer;
   box-shadow: inset 0 0 0 1px #e0e0e0;
}

.endless:hover
{
	transform: translateY(-6px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.icon-wrapper
{
	margin-bottom: 0.5em;
	color: #5B7C91;
	/* Accent icon color */
	text-align: center;
	/* Center inline content */
	width: 72px;
	height: 72px;
}

.endless-title
{
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.9em;
    color: #021d2d;
}

.endless-grid a.endless-tile
{
	text-decoration: none;
	color: inherit;
	display: block;
}

.endless-grid a.endless-tile:hover
{
	text-decoration: none !important;
}

.endless-description
{
	font-size: 14px;
	color: #021d2d;
	line-height: 1.4;
	max-width: 260px;
	margin: 0 auto;
}

.endless-left
{
	font-size: 0.95em;
	color: #021d2d;
	line-height: 1.5;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
}

.endless-left ul
{
	padding-left: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.endless-left li
{
	margin-bottom: 0.3em;
	list-style-type: disc;
}

.endless img {
  width: 20%;
  height: auto;
  margin: 0 auto 0.2em auto;
  display: block;
}
.section-empty {
  display: none;
}
/* Kill vote bubbles in search results */
.search-results .search-result .search-result-votes,
.search-results .search-result .meta-count {
  display: none !important;
}

/* (optional) also remove any spacing left by that span */
.search-results .search-result .search-result-link + .meta-count {
  margin-left: 0 !important;
}

/* Container to keep thumbnails side by side */
.thumbnail-row {
  display: flex;
  gap: 12px;           /* space between images */
  justify-content: flex-start; 
  flex-wrap: wrap;     /* lets them stack on small screens */
}

/* Thumbnail styling */
.thumbnails {
  width: 150px;        /* make them smaller */
  height: auto;        /* keep aspect ratio */
  border-radius: 6px;
  cursor: zoom-in;     /* matches your JS click handler */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.thumbnails:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

/* On small screens, shrink further if needed */
@media (max-width: 600px) {
  .thumbnails {
    width: 45%; /* two per row on mobile */
  }
}

/* Hide 'Articles in this section' when .no-section-menu is present */
.no-section-menu + .article-section-menu,
.no-section-menu ~ .section-articles {
    display: none !important;
}

/* Control paragraph spacing inside lists in articles */
.article-body ol li p,
.article-body ul li p {
    margin-block-start: 0.25em;  /* space above each paragraph */
    margin-block-end: 0.25em;    /* space below each paragraph */
}
/*2 columns text-image - Image right and Text Left*/
div.Landing2
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Landing2::before
{
	content: ' ';
	display: table;
}

div.Landing2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Landing2 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Landing2 > div:nth-child(1)
{
	width: 26%;
	margin-left: 0%;
  margin-top: -2%;
}

div.Landing2 > div:nth-child(2)
{
	width: 72%;
	margin-left: 2%;
  
}

/*2 columns text-image - Image left and Text right*/
div.Landin3
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Landing3::before
{
	content: ' ';
	display: table;
}

div.Landing3::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Landing3 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Landing3 > div:nth-child(1)
{
width: 68%;
	margin-left: 0%;
}

div.Landing3 > div:nth-child(2)
{
	
  width: 30%;
	margin-left: 2%;
margin-top: -2%;
}

/*2 columns text-image - Release Notes*/
div.Landin4
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Landing4::before
{
	content: ' ';
	display: table;
}

div.Landing4::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Landing4 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Landing4 > div:nth-child(1)
{
width: 48%;
	margin-left: 0%;
}

div.Landing4 > div:nth-child(2)
{
  width: 50%;
	margin-left: 2%;
}

/8lotus-alerts-styles8/
    .alert {
      display: flex;
      flex-flow: row nowrap;
      padding: 1rem;
      align-items: center;
      position: relative;
    }

    .alert,
    .alert * {
      box-sizing: border-box;
    }

    .alert {
      color: var(--alert-text-color);
      background-color: var(--alert-bg-color);
    }

    .alert__body,
    .alert__close {
      margin-left: 1rem;
    }

    .alert--alert_info {
      --alert-bg-color: #44a9ef;
      --alert-text-color: #fff;
    }

    .alert--alert_success {
      --alert-bg-color: #1eca94;
      --alert-text-color: #fff;
    }


    .alert--alert_warning {
      --alert-bg-color: #f8d88b;
      --alert-text-color: #333;
    }

    .alert--alert_danger {
      --alert-bg-color: #ff7f7f;
      --alert-text-color: #fff;
    }

    .alert__icon {
      width: 2rem;
      height: 2rem;
      flex-shrink: 0;
    }

    .alert__close {
      margin: 0;
      border: 0;
      background-image: none;
      background-color: transparent;
      color: var(--alert-text-color);
      flex-shrink: 0;
    }

    .alert__close svg {
      width: 1.5rem;
      height: 1.5rem;
    }

    .alert__body {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .alert__body * {
      margin-bottom: 0;
      margin-top: -5px
    }
    .alert__body > * + * {
      margin-top: 0.5rem;
    }

    .alert__title {
      font-weight: var(--alert-font-weight-bold, bold);
    }

    .alert__text:empty {
      display: none;
    }

    .alert__text a {
      color: currentColor;
      text-decoration: underline;
    }
div.SideBySideImages	/*50/50*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.SideBySideImages::before
{
	content: ' ';
	display: table;
}

div.SideBySideImages::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.SideBySideImages > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.SideBySideImages > div:nth-child(1)
{
	width: 45%;
	margin-left: 0%;
  margin-right: 2%;
}

div.SideBySideImages > div:nth-child(2)
{
	width: 45%;
	margin-left: 0%;
}
/* Section titles (outside boxes) */
.feature-section h2,
.card-section h2 {
  margin-top: 21px;
  margin-bottom: 7px;
}

/* AP processing feature box */
.feature-box {
  background: #ffffff;
  border-radius: 8px;
  padding: 7px;
}

/* Video embed */
.video-wrapper {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 7px;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Card row layout */
.cards-row {
  display: grid;
  gap: 24px;
  margin-top: 0;
  align-items: stretch;
}

/* Desktop: side by side */
@media (min-width: 900px) {
  .cards-row {
    grid-template-columns: 1fr 1fr;
  }
}

/* Mobile: stacked */
@media (max-width: 899px) {
  .cards-row {
    grid-template-columns: 1fr;
  }
}

/* Individual cards */
.card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px;

  display: flex;
  flex-direction: column;
  height: 88%;
}

/* Normalize spacing inside cards */
.card p,
.card ul {
  margin-top: 0;
}

.card ul {
  padding-left: 18px;
}

/* Push last link(s) to bottom */
.card p:last-child {
  margin-top: auto;
}

/* Links */
.card a,
.feature-box a {
  font-weight: 400;
  text-decoration: none;
  padding-top: 7px;
}

/* ===============================
   ZD DROPDOWNS
   =============================== */
/* Base dropdown */
.zd-dropdown {
  margin: 6px 0;
  font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
}

/* Top-level borders */
.zd-dropdown.flush {
  border-top: 1px solid #cccccc;
}

.zd-dropdown.flush.final {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
}

/* Remove default marker */
.zd-dropdown > summary::-webkit-details-marker {
  display: none;
}
.zd-dropdown > summary::marker {
  content: none;
}

/* Summary as flex container */
.zd-dropdown > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #021d2d;
  font-size: 1em;
  padding: 7px 14px;
  user-select: none;
}

/* Caret as right-pointing triangle */
.zd-dropdown > summary::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  vertical-align: middle;
  border-left: 12px solid #8CA7EB;  /* wider arrow */
  border-top: 8px solid transparent; /* taller arrow */
  border-bottom: 8px solid transparent;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

/* Rotate caret down when open */
.zd-dropdown[open] > summary::before {
  transform: rotate(90deg);
}

/* Wrap summary text for alignment */
.zd-dropdown > summary > span {
  display: block;
  flex: 1; /* occupy remaining space */
}

/* ===============================
   CONTENT ALIGNMENT
   =============================== */

/* Base content aligns under summary text */
.zd-dropdown-content {
  padding-left: calc(14px + 26px); /* same as summary text padding-left */
  color: #021d2d;
}

/* Nested levels: add indent to show hierarchy */
.zd-dropdown.indent > .zd-dropdown-content {
  padding-left: calc(14px + 26px); /* base + nested indent */
}

.zd-dropdown.less-indent > .zd-dropdown-content {
  padding-left: calc(14px + 10px); /* base + smaller indent */
}

/* Nested dropdowns: no borders */
.zd-dropdown .zd-dropdown {
  border-top: 1px solid #cccccc;
}
.zd-dropdown-content p {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}

.zd-dropdown.final {
  border-bottom: 1px solid #ccc; /* or whatever your border color is */
  padding-bottom: 10px;          /* optional, match other items */
}

/* ===============================
   ZENDESK SAFE TABS (FINAL)
   =============================== */

/* Hide radio inputs */
.zd-tabs input[type="radio"] {
  display: none;
}

/* Tabs row */
.zd-tab-labels {
  display: flex;
  border-bottom: 1px solid #d3d6d8;
}

/* Tab labels */
.zd-tab-labels label {
  flex: 1;
  text-align: center;
  padding: 14px 12px;
  cursor: pointer;
  font-weight: 600;
  background-color: #ffffff;  
  border-bottom: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-right: -1px;
  font-size: 14px;
}

/* Hover */
.zd-tab-labels label:hover {
  background-color: #f5f7fb;
  color: #021d2d;
}

/* Active tab */
#tab1:checked ~ .zd-tab-labels label[for="tab1"],
#tab2:checked ~ .zd-tab-labels label[for="tab2"],
#tab3:checked ~ .zd-tab-labels label[for="tab3"],
#tab4:checked ~ .zd-tab-labels label[for="tab4"] {
  background-color: #B2C4FA;
  color: #021d2d;
  
}

/* Panels container */
.zd-tab-panels {
  
  padding: 20px;
}

/* Panels */
.zd-tab-panels .panel {
  display: none;
}

/* Show correct panel */
#tab1:checked ~ .zd-tab-panels .panel:nth-child(1),
#tab2:checked ~ .zd-tab-panels .panel:nth-child(2),
#tab3:checked ~ .zd-tab-panels .panel:nth-child(3),
#tab4:checked ~ .zd-tab-panels .panel:nth-child(4) {
  display: block;
}

/* Author safe content area */
.zd-tab-body > *:first-child {
  margin-top: 0;
}

.zd-tab-body > *:last-child {
  margin-bottom: 0;
}

/* ===============================
   ZENDESK SCROLLABLE TABLES
   Sticky header + auto styling
   =============================== */

/* ===== Wrapper scroll ===== */
figure.wysiwyg-table {
    max-height: 28rem; /* visual height limit */
    overflow-y: auto !important;
    overflow-x: auto !important;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 12px;
    color: #405787;
    display: block;
}

/* ===== Table styling ===== */
figure.wysiwyg-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    border: none !important;
    max-height: none !important;
    overflow: visible !important;
}

/* ===== Table header ===== */
figure.wysiwyg-table thead th {
    background-color: #ffffff !important;
    color: #021d2d !important;
    font-weight: 600;
    text-align: left;
    padding: 10px 14px;
    border-bottom: 2px solid #8ca7eb !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    position: sticky;
    top: 0;
    z-index: 1;
}

/* ===== Table cells ===== */
figure.wysiwyg-table th,
figure.wysiwyg-table td {
    padding: 7px 14px;
    text-align: left;
    box-sizing: border-box;
    border: none !important;
}

/* ===== Alternating row colors ===== */
figure.wysiwyg-table tbody tr:nth-child(even) {
    background-color: rgba(144, 168, 230, 0.05);
}

figure.wysiwyg-table tbody tr:nth-child(odd) {
    background-color: rgba(140, 167, 235, 0.15);
}

/* ===== Superscript links ===== */
figure.wysiwyg-table sup a {
    color: #405787;
    text-decoration: none;
    cursor: pointer;
}

figure.wysiwyg-table sup a:hover {
    color: #405787;
    text-decoration: none;
}

/* ===== Footnotes ===== */
figure.wysiwyg-table .table-footnotes {
    font-size: 0.875em;
    margin-top: 1em;
}

figure.wysiwyg-table .table-footnotes p {
    margin: 0.25em 0;
}

/* ===== Bullets inside table ===== */
figure.wysiwyg-table ul.FirstLevelTableBullet {
    margin: 0.1em 0 1em 0.9em;
    list-style-type: disc;
    padding-left: 0;
}

figure.wysiwyg-table ul.FirstLevelTableBullet::marker {
    color: #B2C4FA;
}

figure.wysiwyg-table ul.SecondLevelTableBullet {
    margin: 0.1em 0 1em 0.9em;
    list-style-type: circle;
    padding-left: 5px;
}

figure.wysiwyg-table ul.SecondLevelTableBullet::marker {
    color: #B2C4FA;
}

figure.wysiwyg-table ul.FirstLevelTableBullet li,
figure.wysiwyg-table ul.SecondLevelTableBullet li {
    padding-left: 0.2em !important;
}

/* Scrollable wrapper */
.scroll-wrapper {
    max-height: 28rem;
    overflow-y: auto;
    overflow-x: auto;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

