@charset "UTF-8";

@font-face {
	font-family: "Roboto";
	src: url("//p6.zdassets.com/hc/theme_assets/16631/200004208/Roboto-Medium.woff2?v=1") format("woff2");

	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "Roboto";
	src: url("//p6.zdassets.com/hc/theme_assets/16631/200004208/Roboto-Regular.woff2?v=1") format("woff2");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Roboto Slab";
	src: url("/hc/theming_assets/01HZMARF4M37MDNF2NX534VDXE?v=1") format("woff2");
	font-style: normal;
	font-weight: 400;
}

:focus-visible {
  	border-radius: 0.25rem;
    outline: 2px solid #4ba73e;
}

::placeholder {
  	font: inherit;
    letter-spacing: inherit;
    color:#8d8993;
}


/***** Base *****/
*,
*:before,
*:after {
	box-sizing: border-box;
}
html {
   min-height: 100%;
}
body {
  min-block-size: 100dvb;
}
body {
	background-color: #ffffff;
	color: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	height: 100%;
	letter-spacing: -0.25px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 320px;
}

main {
	background: #ffffff;
	min-height: 65vh;
}

:where(h1, h2, h3, h4, h5, h6) {
  color: #373948;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	line-height: 1.25;
	margin-top: 0;
	letter-spacing: -0.25px;
  text-wrap: balance;
}

:where(p, li, figcaption){
  text-wrap: pretty;
}

a {
	color: #4ba73e;
	text-decoration: none;
}
a:not([class]){
  font-weight:500;
}

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

:focus:not(:focus-visible) {
   outline: none;
}

:focus-visible {
		outline: 2px solid #4BA73E;
   	outline-offset: 2px;
}

input,
textarea {
	color: #000;
	font-size: 14px;
}
input {
	font-weight: 400;
	max-width: 100%;
	box-sizing: border-box;
	outline: none;
	transition: border 0.12s ease-in-out;
}
input:focus {
	border: 1px solid #4ba73e;
}
input[disabled] {
	background-color: #e6e6e6;
}
select {
	appearance: none;
	background: url("/hc/assets/dropdown-arrow.svg") no-repeat #fff;
	background-position: right 10px center;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 12px 30px 12px 18px;
	outline: none;
	color: #555;
	width: 100%;
}
select:focus {
	border: 1px solid #4ba73e;
	transition: background-color 0.5s;
}
select::-ms-expand {
	display: none;
}
textarea {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	resize: vertical;
	width: 100%;
	outline: none;
	padding: 10px;
}
textarea:focus {
	border: 1px solid #4ba73e;
	transition: background-color 0.5s;
}
.container-divider {
	border-top: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

:where(ul,ol){
  padding-inline-start:1rem;
}
:where(ul,ol)[class] {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropdown-toggle::after {
	color: inherit;
}
em {
	color: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-style: italic;
	font-weight: 500;
}
s {
	color: #5e5c69;
	font-size: 0.9375rem;
	font-weight: 400;
}
mark {
	background: #e6e6e6;
	color: #373948;
}
pre,
code {
	background: #f8f8f8;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	color: #373948;
	font-family: "Roboto Mono Light", monospace, monospace;
	font-size: 0.875rem;
	font-weight: 400;
	overflow: auto;
	white-space: pre;
}
pre {
	padding: 10px 15px;
}
strong,b {
	color: #373948;
	font-weight: 500;
}
figure {
	max-width: 100%;
	margin: 13px 0;
	text-align: center;
}
figure figcaption {
	text-align: center;
	font-size: 0.9375rem;
	font-weight: 400;
	color: #8c8993;
	font-style: normal;
	letter-spacing: -0.25px;
	margin-top: 8px;
}
/***** Buttons *****/
.button,
[role="button"] {
	border: 1px solid #4ba73e;
	border-radius: 4px;
	color: #4ba73e;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	line-height: 2.34;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	transition: background-color 0.5s;
	-webkit-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
}
@media (min-width: 768px) {
	.button,
	[role="button"] {
		width: auto;
	}
}
.button::after,
[role="button"]::after {
	color: #4ba73e;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
}
.button:active::after,
[role="button"]:active::after,
.button:focus::after,
[role="button"]:focus::after {
	color: white;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
}
.button:hover,
.button:active,
.button:focus,
[role="button"]:hover,
[role="button"]:active,
[role="button"]:focus,
[role="button"][aria-selected="true"] {
	background: #4ba73e;
	border-color: #4ba73e;
	color: #ffffff;
	text-decoration: none;
}
.button[aria-selected="true"] {
	background: #4ba73e;
	border-color: #4ba73e;
	color: #ffffff;
}
.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: #4ba73e;
	border-color: #4ba73e;
	color: #ffffff;
}
.button[data-disabled],
[role="button"][data-disabled] {
	cursor: default;
}
.button-large,
input[type="submit"] {
	background-color: #4ba73e;
	border: 0;
	border-radius: 4px;
	color: #ffffff;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: -0.017699rem;
	line-height: 2.72;
	min-width: 202px;
	padding: 0 15px;
	transition: background-color 0.5s;
	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: #30692c;
}
.button-large[disabled],
input[type="submit"][disabled] {
	background-color: #c4c4c4;
}
.button-secondary {
	color: #5e5c69;
	border: 1px solid #e6e6e6;
	background-color: #f8f8f8;
}
.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
	color: #373948;
	border: 1px solid #c4c4c4;
	background-color: #f1f1f1;
}

.code {
	display: block;
	position: relative;
}
.code__copy {
	appearance: none;
	background-color: #4ba73e;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	height: 40px;
	letter-spacing: -0.25px;
	line-height: 40px;
	margin: 0;
	outline: none;
	padding: 0 25px;
	right: 16px;
	top: 16px;
	transition: background-color 0.5s;
}
.code__copy:hover {
	background-color: #30692c;
}
.code__content {
	background: #f8f8f8;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	font-smooth: auto;
	padding: 30px;
	margin: 16px 0;
	hyphens: none;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
}
.code__box {
	border: 0;
	color: #373948;
	font-family: "Roboto Mono Light", monospace, monospace;
	font-weight: 400;
	line-height: 19px;
	position: relative;
	tab-size: 2;
	word-wrap: break-word;
	letter-spacing: -0.25px;
}
.code__string {
	color: #e6362c;
}
.code__comment {
	color: #4ba73e;
}
.code__sqlcmd-command {
	color: #373948;
}
.code__system-function {
	color: #95358b;
}
.code__system-table,
.code__view,
.code__table-valued,
.code__system-schemas-sys,
.code__information_schema {
	color: #4ba73e;
}
.code__keyword {
	color: #43a4dc;
}
.code__Line-numbers,
.code__template-parameter {
	color: #f39600;
}
.code__stored-procedure {
	color: #e6362c;
}
.code__operator {
	color: #8c8993;
}
/***** Tables *****/
.table {
	width: 100%;
	table-layout: fixed;
}
@media (min-width: 768px) {
	.table {
		table-layout: auto;
	}
}
.table th,
.table th a {
	color: #373948;
	font-size: 0.9375rem;
	font-weight: 500;
	text-align: left;
}
[dir="rtl"] .table th,
[dir="rtl"] .table th a {
	text-align: right;
}
.table tr {
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 21px 0;
}
@media (min-width: 768px) {
	.table tr {
		display: table-row;
	}
}
.table td {
	display: block;
}
@media (min-width: 768px) {
	.table td {
		display: table-cell;
	}
}
@media (min-width: 1024px) {
	.table td,
	.table th {
		padding: 20px 30px;
	}
}
@media (min-width: 768px) {
	.table td,
	.table th {
		height: 62px;
		padding: 18px 10px;
		vertical-align: middle;
	}
}
.new-request-page {
	padding: 56px 0 76px 0;
}
@media screen and (min-width: 768px) {
	.new-request-page {
		padding: 72px 0 128px 0;
	}
}
.new-request-page-header {
	border-bottom: 1px solid #e6e6e6;
	color: #5e5c69;
	font-family: "Roboto Slab", Arial, sans-serif;
	font-size: 1.5625rem;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 1;
	margin: 0 0 27px 0;
	padding-bottom: 42px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.new-request-page-header {
		font-size: 2.5rem;
		padding-bottom: 22px;
	}
}
.form {
	padding: 0;
}
@media screen and (min-width: 768px) {
	.form {
		background: #ffffff;
		border: 1px solid #e6e6e6;
		border-radius: 4px;
		padding: 30px 31px 31px 31px;
		margin: 0 auto;
		max-width: 668px;
	}
}
.form-field ~ .form-field {
	margin-top: 7px;
}
.form-field label {
	color: #373948;
	display: block;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	margin-bottom: 12px;
}
.form-field input {
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 10px;
	width: 100%;
}
.form-field input:focus {
	border: 1px solid #4ba73e;
}
.form-field input[type="text"] {
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	height: 40px;
	padding: 0 23px 0 23px;
}
.form-field input[type="text"]:focus {
	border: 1px solid #4ba73e;
}
.form-field .nesty-input {
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	padding: 0 23px 0 23px;
	outline: none;
	vertical-align: middle;
}
.form-field .nesty-input:after {
	color: #8c8993;
	content: "\25BE";
	line-height: 1em;
	position: absolute;
	right: 23px;
	top: 25%;
}
.form-field .nesty-input:focus {
	border: 1px solid #4ba73e;
	text-decoration: none;
}
.form-field textarea {
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
	vertical-align: middle;
}
.form-field textarea:focus {
	border: 1px solid #4ba73e;
	text-decoration: none;
}
.form-field input[type="checkbox"] + label {
	margin: 0 0 0 10px;
}
.form-field.required > label::after {
	content: "*";
	color: #e6362c;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	margin-left: 2px;
}
.form-field p {
	color: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	margin: 5px 0;
}
[data-loading="true"] input,
[data-loading="true"] textarea {
	background: transparent url("/hc/assets/loader.gif") 99% 50% no-repeat;
	background-size: 16px 16px;
}
.form footer {
	padding-top: 16px;
}
.form footer a {
	color: #5e5c69;
	cursor: pointer;
	margin-right: 15px;
}
.form footer input[type="submit"] {
	width: 100%;
}
.form .suggestion-list {
	font-size: 13px;
	margin-top: 7px;
}
.form .suggestion-list label {
	border-bottom: 1px solid #e6e6e6;
	display: block;
	padding-bottom: 5px;
}
.form .suggestion-list li {
	padding: 10px 0;
}
.form .suggestion-list li a:visited {
	color: #4ba73e;
}
input#request_collaborators_ {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
}

ul[data-hc-pills-container] li[data-hc-pill="true"] > span:not([aria-label="close"]) {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}
ul[data-hc-pills-container][data-hc-focus="true"] {
	border: 1px solid #4ba73e;
}
/***** 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: #c1bfc5;
	min-width: 0;
	padding: 0;
	white-space: nowrap;
}
.user-info > [role="button"]:hover {
	color: #ffffff;
	background-color: transparent;
}
.user-info > [role="button"]::after {
	padding-right: 15px;
	background: transparent
		url("//theme.zdassets.com/theme_assets/16631/cd0bf10aec45258e7d1ff0c826ca8032ff2458ad.svg?v=3.9") no-repeat -39.5px -251px;
	background-size: 550px 310px;
	content: "";
	display: inline-block;
	font-size: 14px;
	height: 16px;
	margin: 0 0 0 -1px;
	padding: 0;
	position: relative;
	top: 1px;
	width: 16px;
}
[dir="rtl"] .user-info > [role="button"]::after {
	padding-left: 15px;
	padding-right: 0;
}
#user #user-name {
	display: none;
	font-size: 0.9375rem;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	margin-left: 12px;
	margin-right: 12px;
	transition: color 0.5s;
}
@media (min-width: 768px) {
	#user #user-name {
		display: inline-block;
	}
}

.dropdown-menu [role="menuitem"] {
	padding: 7px 20px 7px 20px;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
	#user.user-info {
		display: block;
	}
	#user.user-info > .dropdown-toggle {
		display: none;
	}
	#user.user-info > #user-dropdown {
		display: block;
	}
	#user.user-info > #user-dropdown:before,
	#user.user-info > #user-dropdown:after {
		display: none;
	}
	#user #user-dropdown,
	#user.user-info > .dropdown-menu {
		background: none;
		border: none;
		border-radius: 0;
		box-shadow: none;
		display: block;
		font-size: 1.5625rem;
		font-style: normal;
		font-weight: normal;
		margin-top: 0px;
		min-width: 100%;
		padding: 0;
		position: initial;
		text-align: center;
		z-index: initial;
	}

	#user.user-info .dropdown-menu [role="menuitem"] {
		color: #ffffff;
		cursor: pointer;
		display: block;
		font-family: "Roboto Slab", Arial, sans-serif;
		font-size: 1.25rem;
		font-weight: 400;
		line-height: 40px;
		padding: 0;
		text-transform: capitalize;
		white-space: nowrap;
	}

	#user.user-info .dropdown-menu [role="menuitem"]:last-child {
		padding-bottom: 0;
	}
	#user.user-info .dropdown-menu [role="menuitem"].my-activities {
		display: none;
	}
	#user.user-info .dropdown-menu [role="menuitem"]#password-change {
		display: none;
	}
	#user.user-info .dropdown-menu [role="menuitem"]:hover {
		background: none;
		text-decoration: none;
	}
}
@media (min-width: 768px) {
	#user #user-dropdown {
		right: -9px !important;
		min-width: 110px;
	}
}
/***** 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: #95358b;
	border: 2px solid #fff;
	border-radius: 50%;
	bottom: -4px;
	color: #ffffff;
	content: "\1F464";
	display: none;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	position: absolute;
	right: -2px;
	text-align: center;
	width: 14px;
}
/***** Breadcrumbs *****/
.breadcrumbs {
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	margin: 0 0 15px 0;
	padding: 0;
}
@media (min-width: 768px) {
	.breadcrumbs {
		margin: 0;
	}
}
.breadcrumbs li {
	color: #5e5c69;
	display: inline;
	font-weight: 400;
	max-width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumbs a {
	color: #4ba73e;
  font-weight: 400;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.breadcrumbs li + li::before {
	content: ">";
	margin: 0 4px;
}

.breadcrumbs--white li {
	color: #ffffff;
}

.breadcrumbs--white a {
	color: #ffffff;
}

.breadcrumbs--white a:hover {
	text-decoration: none;
}

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

.search input[type="search"] {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	box-sizing: border-box;
	color: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	height: 48px;
	padding: 8px 20px 8px 58px;
	width: 100%;
}
[dir="rtl"] .search input[type="search"] {
	padding-right: 40px;
	padding-left: 20px;
}
.search input[type="search"]:focus {
	border: 1px solid #4ba73e;
	color: #5e5c69;
	outline: none;
}
.search::before {
	background-color: #ffffff;
	content: "";
	background: transparent url("/hc/theming_assets/01HZMARHYHYCDEWTY0W7142AHP") no-repeat center/ 16px;
	height: 16px;
	left: 23px;
	position: absolute;
	top: calc(50% - 8px);
	width: 16px;
}
[dir="rtl"] .search::before {
	right: 15px;
	left: auto;
}
.search-full input[type="search"] {
	border: 1px solid #fff;
}
.page-header {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 0;
}
@media (min-width: 768px) {
	.page-header {
		align-items: baseline;
		flex-direction: row;
		margin: 0;
	}
}
.page-header .section-subscribe {
	flex-shrink: 0;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.page-header .section-subscribe {
		margin-bottom: 0;
	}
}
.page-header h1 {
	flex-grow: 1;
	color: #373948;
	font-size: 1.5625rem;
	font-family: "Roboto Slab", Arial, sans-serif;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 1.4;
	margin: 0 0 32px 0;
}
@media screen and (min-width: 768px) {
	.page-header h1 {
		font-size: 2.5rem;
	}
}
.page-header-description {
	color: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 26px 0;
	width: 100%;
	word-break: break-word;
}
@media (min-width: 1024px) {
	.page-header-description {
		flex-basis: 100%;
		line-height: 0.9375;
	}
}
.page-header .icon-lock::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -20.75px -251px;
	background-size: 550px 310px;
	content: "";
	display: inline-block;
	font-size: 14px;
	height: 16px;
	left: -1px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px;
	width: 16px;
	vertical-align: baseline;
}
.sub-nav {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 16px;
  padding-top:16px;
}
@media (min-width: 768px) {
	.sub-nav {
		align-items: baseline;
		flex-direction: row;
	}
}
@media (min-width: 768px) {
	.sub-nav input[type="search"] {
		min-width: 300px;
	}
}
.sub-nav input[type="search"]::after {
	font-size: 15px;
}
/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
}
@media (min-width: 768px) {
	.blocks-list {
		margin: 0 -15px;
	}
}
.blocks-item {
	border: 1px solid #4ba73e;
	border-radius: 4px;
	box-sizing: border-box;
	color: #4ba73e;
	display: flex;
	flex: 1 0 340px;
	flex-direction: column;
	justify-content: center;
	margin: 0 0 30px;
	max-width: 100%;
	text-align: center;
}
@media (min-width: 768px) {
	.blocks-item {
		margin: 0 15px 30px;
	}
}
.blocks-item:hover,
.blocks-item:focus,
.blocks-item:active {
	background-color: #4ba73e;
}
.blocks-item:hover *,
.blocks-item:focus *,
.blocks-item:active * {
	color: #ffffff;
	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: #373948;
}
.blocks-item-link {
	color: #4ba73e;
	padding: 20px 30px;
}
.blocks-item-link:hover,
.blocks-item-link:focus,
.blocks-item-link:active {
	text-decoration: none;
}
.blocks-item-title {
	margin-bottom: 0;
}
.blocks-item-description {
	font-weight: 400;
	margin: 0;
}
.blocks-item-description:not(:empty) {
	margin-top: 10px;
}
/***** Promoted articles *****/
.promoted-articles {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.promoted-articles-item-link {
	border-bottom: 1px solid #e6e6e6;
	display: none;
	flex: 1 1 100%;
	padding: 15px 0 15px 0;
}
.promoted-articles-item-link:first-child,
.promoted-articles-item-link:nth-child(2),
.promoted-articles-item-link:nth-child(3),
.promoted-articles-item-link:nth-child(4),
.promoted-articles-item-link:nth-child(5) {
	display: inline-table;
}
.promoted-articles-item-link {
	color: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 1.2;
	display: table;
	table-layout: fixed;
	width: 100%;
	white-space: nowrap;
}
.promoted-articles-item-link span {
	display: table-cell;
	overflow: hidden;
	text-overflow: ellipsis;
}
.promoted-articles-item-link:hover,
.promoted-articles-item-link:focus {
	color: #4ba73e;
	outline: none;
	text-decoration: none;
}
@media (min-width: 1024px) {
	.promoted-articles {
		flex-direction: row;
	}
	.promoted-articles-item-link {
		align-self: flex-end;
	}
}
/***** Community section in homepage *****/
.community {
	text-align: center;
}
.community-image {
	min-height: 300px;
	background: #4ba73e url("//p6.zdassets.com/hc/theme_assets/16631/200004208/overview_hero_1139x112.svg?v=1.3")
		no-repeat;
	background-position: center;
	max-width: 100%;
}
.community,
.activity {
	border-top: 1px solid #ddd;
	padding: 30px 0;
}
/***** Recent activity *****/
.recent-activity-header {
	display: none;
}
.recent-activity-list {
	padding: 0;
}
.recent-activity-item {
	border-bottom: 1px solid #e6e6e6;
	padding: 13px 0 12px 0;
}
@media screen and (min-width: 768px) {
	.recent-activity-item:first-child {
		padding-top: 13px;
	}
}
.recent-activity-item-parent {
	color: #373948;
	display: table;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: -0.25px;
	padding-bottom: 7px;
}
.recent-activity-item-parent:hover,
.recent-activity-item-parent:focus {
	outline: none;
	text-decoration: none;
}
.recent-activity-item-link {
	color: #5e5c69;
	display: block;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 1.2;
	margin-top: -1px;
	display: table;
	table-layout: fixed;
	width: 100%;
	white-space: nowrap;
}
.recent-activity-item-link span {
	display: table-cell;
	overflow: hidden;
	text-overflow: ellipsis;
}
.recent-activity-item-link:hover,
.recent-activity-item-link:focus {
	color: #4ba73e;
	outline: none;
	text-decoration: none;
}
.recent-activity-item-meta {
	display: none;
	float: none;
	margin: 15px 0 0 0;
}
.recent-activity-item-time,
.recent-activity-item-comment {
	color: #373948;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
}
.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: #4ba73e;
	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 {
	display: none !important;
	padding-top: 15px;
}
@media (min-width: 768px) {
	.recent-activity-item-meta {
		margin: 0;
		float: right;
	}
	[dir="rtl"] .recent-activity-item-meta {
		float: left;
	}
}
/***** Category pages *****/
.category-page {
	background: #ffffff;
	padding: 47px 0 64px 0;
}
@media screen and (min-width: 768px) {
	.category-page {
		background: #f1f1f1;
	}
}
.category-page.category-background {
	background: #f1f1f1;
}
@media screen and (min-width: 768px) {
	.category-page {
		padding: 16px 0 64px 0;
	}
}
.category-page .sub-nav {
	display: none;
}
@media screen and (min-width: 768px) {
	.category-page .sub-nav {
		display: block;
	}
}
.category-content .page-header h1 {
	margin: 0 0 16px 0;
}
.category-content .page-header {
	margin: 0 0 16px 0;
}
@media screen and (min-width: 768px) {
	.category-content .page-header h1 {
		margin: 0 0 16px 0;
	}
	.category-content .page-header {
		margin: 0 0 16px 0;
	}
}
.category-container {
	display: flex;
	justify-content: flex-end;
}
.category-content {
	flex: 1;
}
.section-tree {
	display: block;
}
@media screen and (min-width: 768px) {
	.section-tree {
		width: 100%;
	}
}
.category-managing-isams {
	display: none;
}
.category-managing-isams.show {
	display: block;
}
.sub-category-empty.hide {
	display: none;
}
.section-items {
	display: flex;
}
.section-tree .category-box_header {
	color: #5e5c69;
	font-size: 1.25rem;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 1.25;
	margin: 15px 0 0 0;
}
.section-tree .icon-lock::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -20.75px -251px;
	background-size: 550px 310px;
	content: "";
	display: inline-block;
	font-size: 14px;
	height: 16px;
	margin: 0;
	left: 3px;
	padding: 0;
	position: relative;
	top: 1px;
	width: 16px;
	vertical-align: baseline;
}
.section-tree-title {
	margin-bottom: 0;
}
.section-tree-title a {
	color: #373948;
}
.section-tree {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
}
@media screen and (min-width: 768px) {
	.section-tree {
		flex-direction: row;
	}
}
.section-tree.hide {
	display: none;
}
.section-tree .category-box {
	background: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	display: block;
	padding: 31px 8px;
	text-align: center;
	text-decoration: none;
}
.section-tree .category-box:hover,
.section-tree .category-box:focus {
	border-color: #84bb68;
	outline: none;
}
.section-tree .category-box:hover .category-box_header,
.section-tree .category-box:focus .category-box_header {
	color: #4ba73e;
}
.section-tree .category-items {
	margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
	.section-tree .category-items {
		margin-right: 30px;
		flex-basis: calc(50% - 15px);
	}
	.section-tree .category-items:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (min-width: 1024px) {
	.section-tree .category-items {
		margin-right: 29px;
		flex-basis: calc((100% / 3) - 21.75px);
	}
	.section-tree .category-items:nth-child(2n) {
		margin-right: 29px;
	}
	.section-tree .category-items:nth-last-child(2):nth-child(odd) {
		margin-bottom: 0;
	}
	.section-tree .category-items:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (min-width: 1280px) {
	.section-tree .category-items {
		flex-basis: calc((100% / 3) - 21.75px);
		margin-right: 32px;
	}
	.section-tree .category-items:nth-child(2n) {
		margin-right: 32px;
	}
	.section-tree .category-items:nth-child(3n) {
		margin-right: 0;
	}
}
.section-tree .category-box_illustration {
	background: #f1f1f1;
	background-size: contain;
	display: block;
	height: 58px;
	margin: 0 auto;
	width: 58px;
}

.section-tree .see-all-articles {
	display: block;
	padding: 15px 0;
}
.article-list {
	margin-top: 4px;
	padding: 0;
}
@media screen and (min-width: 768px) {
	.article-list {
		background: #ffffff;
		border-radius: 4px;
		border: 1px solid #e6e6e6;
		padding: 0 18px 20px 18px;
	}
}
.article-list-item {
	border-bottom: 1px solid #e6e6e6;
	padding: 18px 0;
	line-height: 1.4;
}
.article-list-item:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
.section-page.Examination.Material .article-list-item a::before {
	background: transparent
		url("https://theme.zdassets.com/theme_assets/16631/08dc3763ca54e8997bf4aabb3adee151d165a9db.svg") no-repeat left
		bottom;
	background-size: 16px 16px;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	position: relative;
	top: 2px;
}
.section-page[class*="200"] .sub-category-list-link > span::before,
.section-page[class*="201"] .sub-category-list-link > span::before,
.section-page[class*="202"] .sub-category-list-link > span::before,
.section-page[class*="203"] .sub-category-list-link > span::before {
	background: transparent
		url("https://theme.zdassets.com/theme_assets/16631/6e75d47539fc0f24f99fe75a037bffc8732ac795.svg") no-repeat left
		bottom;
	background-size: 16px 16px;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	position: relative;
	top: 2px;
}
.article-list-item a {
	color: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: -0.5px;
}
.article-list-item a::before {
	background: transparent
		url("https://theme.zdassets.com/theme_assets/16631/a599a2611824c146dd2127958097758f20ba184a.svg") no-repeat left
		bottom;
	background-size: 16px 16px;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	position: relative;
	top: 2px;
}
.article-list-item a:hover {
	color: #4ba73e;
	text-decoration: none;
}
.icon-star::before {
	color: #4ba73e;
	font-size: 18px;
}
.section-tree.managing-isams {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
}
@media screen and (min-width: 768px) {
	.section-tree.managing-isams {
		flex-direction: row;
	}
}
.category-custom {
	background: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	margin-bottom: 32px;
	padding: 31px 8px;
	text-align: center;
	text-decoration: none;
	flex: 0 0 162px;
}
.category-custom:last-child {
	margin-bottom: 0;
}
.category-custom:hover,
.category-custom:focus {
	border-color: #84bb68;
	outline: none;
}
.category-custom:hover .custom-category-header,
.category-custom:focus .custom-category-header {
	color: #4ba73e;
}

.section-tree.sub-category {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	overflow: hidden;
}
@media screen and (min-width: 1024px) {
	.section-tree.sub-category {
		flex-direction: row;
		width: 100%;
	}
}
.section-tree.sub-category .category-box {
	display: none;
}
.section-tree.sub-category .category-items {
	margin-bottom: 32px;
	width: 100%;
}
@media screen and (min-width: 1024px) {
	.section-tree.sub-category .category-items {
		flex-basis: calc(50% - 16px);
		margin-right: 32px;
	}
	.section-tree.sub-category .category-items:nth-child(2n) {
		margin-right: 0;
	}
	.section-tree.sub-category .category-items:nth-child(2n):last-child {
		margin-bottom: 0;
	}
}
.category-sub-custom {
	background: #ffffff;
	flex: 0 0 100%;
	flex-direction: column;
}
.category-sub-custom.hide {
	display: none;
}
@media screen and (min-width: 768px) {
	.category-sub-custom {
		border: 1px solid #e6e6e6;
		border-radius: 4px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		height: 100%;
		padding: 32px 32px 27px 32px;
		transition: border 0.3s ease-in-out;
	}
}
.sub-category-header {
	margin: 4px 0 27px 0;
	min-height: 50px;
}
.sub-category-header-link {
	color: #5e5c69;
	font-size: 1.5625rem;
	font-family: "Roboto Slab", Arial, sans-serif;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 1;
}
.sub-category-header-link .icon-lock::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -20.75px -251px;
	background-size: 550px 310px;
	content: "";
	display: inline-block;
	font-size: 14px;
	height: 16px;
	margin: 0;
	left: 3px;
	padding: 0;
	position: relative;
	top: 1px;
	width: 16px;
	vertical-align: baseline;
}
.sub-category-list {
	margin: 4px 0 47px 0;
}
@media screen and (min-width: 768px) {
	.sub-category-list {
		flex: 1;
	}
}
.sub-category-empty {
	margin: auto;
}
@media screen and (min-width: 768px) {
	.sub-category-empty {
		min-height: auto;
	}
}
.sub-category-list-items {
	border-bottom: 1px solid #e6e6e6;
	padding: 17.5px 0;
	line-height: 1.4;
}
.sub-category-list-items:first-child {
	border-top: 1px solid #e6e6e6;
}
.sub-category-list-items.article-promoted > a.sub-category-list-link span::after {
	background: transparent url("//theme.zdassets.com/theme_assets/16631/2b59f6f1dcfb5113c6f09cfddebf23fa34567428.svg")
		no-repeat left bottom;
	background-size: 16px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-left: 5px;
	position: relative;
	top: 1px;
	width: 16px;
}
@media screen and (min-width: 768px) {
	.sub-category-empty-link {
		padding: 25px 0;
	}
}
.sub-category-list-link {
	color: #5e5c69;
	display: table;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: -0.25px;
	padding-right: 7px;
	table-layout: fixed;
	width: 100%;
	white-space: nowrap;
}
.sub-category-list-link:hover {
	color: #4ba73e;
	text-decoration: none;
}
.sub-category-list-link > span {
	display: table-cell;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sub-category-count {
	color: #4ba73e;
	display: inline-block;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: -0.25px;
}
.sub-category-count:hover,
.sub-category-count:focus {
	color: #30692c;
}
.section-tree .see-all-articles {
	display: block;
	padding: 15px 0;
}
.sub-category-empty-link {
	color: #4ba73e;
	display: inline-block;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 7px;
	letter-spacing: -0.25px;
	text-transform: capitalize;
}
.sub-category-empty-link:hover,
.sub-category-empty-link:focus {
	color: #30692c;
}
/***** Section pages *****/
.section-page {
	padding-top: 41px;
	padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
	.section-page {
		background: #f1f1f1;
	}
}
@media screen and (min-width: 768px) {
	.section-page {
		padding-top: 16px;
		padding-bottom: 64px;
		min-height: 440px;
		/*background: none;*/
	}
}
.section-page .sub-nav {
	display: none;
}
@media screen and (min-width: 768px) {
	.section-page .sub-nav {
		display: block;
	}
}
.section-container {
	display: flex;
	justify-content: flex-end;
}
.section-content {
	flex: 1;
}
@media (min-width: 1024px) {
	.section-content {
		flex: 0 0 100%;
	}
}
.section-content {
	flex: 1;
}
@media (min-width: 1024px) {
	.section-content {
		flex: 0 0 100%;
	}
}
.section-subscribe .dropdown-toggle::after {
	display: none;
}
.section-list {
	margin-top: 4px;
	padding: 0;
}
@media screen and (min-width: 768px) {
	.section-list {
		background: #ffffff;
		border-radius: 4px;
		border: 1px solid #e6e6e6;
		padding: 0 32px 30px 32px;
	}
}
.section-list-item {
	border-bottom: 1px solid #e6e6e6;
	padding: 17.5px 0;
	line-height: 1.4;
}
.section-list-item:first-child {
	margin-top: 27px;
}
@media screen and (min-width: 768px) {
	.section-list-item:first-child {
		border-top: 1px solid #e6e6e6;
		margin-top: 31px;
	}
}
.section-list-item a {
	color: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: -0.5px;
}
.section-list-item a:hover {
	color: #43a4dc;
	text-decoration: none;
}
.icon-star::before {
	color: #43a4dc;
	font-size: 18px;
}
.article-page {
	padding: 3px 0 64px 0;
}
@media screen and (min-width: 768px) {
	.article-page {
		background: #f1f1f1;
		padding: 25px 0 128px 0;
	}
}
.article-page .sub-nav {
	display: none;
}
@media screen and (min-width: 768px) {
	.article-page .sub-nav {
		display: block;
		margin-bottom: 26px;
	}
	.zd-article-content-container .sub-nav {
		display: block;
	}
}
.article {
	flex: 1 0 auto;
	padding: 28px 0 0 0;
}
@media screen and (min-width: 768px) {
	.article {
		background: #ffffff;
		border: 1px solid #e6e6e6;
		border-radius: 4px;
		margin-bottom: 32px;
		padding: 27px 31px 40px 31px;
	}
}
.article-container {
	display: flex;
	flex-direction: column;
}
.article-header {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	margin-top: 20px;
}
@media (min-width: 768px) {
	.article-header {
		flex-direction: row;
		margin-bottom: 15px;
		margin-top: 0;
	}
}
.article-section-name,
.section-name-active {
	display: none;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	text-transform: uppercase;
}
.article-author {
	margin-bottom: 10px;
}

.article-avatar {
	display: none;
}

.article-title {
	color: #373948;
	word-wrap: break-word;
	flex-basis: 100%;
	font-family: "Roboto Slab", Arial, sans-serif;
	font-size: 1.5625rem;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 1.4;
	margin: 0 0 24px 0;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.article-title {
		font-size: 2.5rem;
		margin: 0 0 16px 0;
		padding-right: 5px;
		position: relative;
	}
}
@media screen and (min-width: 1024px) {
	.article-title {
		font-size: 2.5rem;
		margin: 0 0 16px 0;
	}
}
.article-title .icon-lock {
	position: absolute;
	margin-left: 5px;
}
.article-title .icon-lock::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -20.75px -251px;
	background-size: 550px 310px;
	content: "";
	display: inline-block;
	font-size: 14px;
	height: 16px;
	margin: 0 0 0 -1px;
	padding: 0;
	position: relative;
	top: 1px;
	width: 16px;
	vertical-align: baseline;
}
.article [role="button"] {
	flex-shrink: 0;
	/*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
	width: 100%;
}
@media (min-width: 768px) {
	.article [role="button"] {
		width: auto;
	}
}
.article-info {
	max-width: 100%;
}
.article-meta {
	display: inline-block;
	/* margin-left: 10px; */
	vertical-align: middle;
}
.article-meta > a {
	color: #4ba73e;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
}

.article-meta > .article-vote:hover {
	text-decoration: none;
}
.article-meta .article-updated.meta-data {
	color: #373948;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
}
/****************
 Article Styling
****************/
.article-body .article-summary {
	color: #5e5c69;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 14px;
}
.article-body p {
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 1.5;
	margin: 0 0 0.875rem 0;
}
.article-body p > img {
	margin-top: 10px;
}
.article-body p :where(.wysiwyg-font-size-small, .wysiwyg-font-size-medium, .wysiwyg-font-size-large, .wysiwyg-font-size-x-large) {
	font-size: 0.9375rem;
}
.article-body > p:last-child {
	margin-bottom: 0;
}
.article-body :where(h1, h2, h3, h4, h5, h6) {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.25px;
  margin: 24px 0;
  padding-bottom: 11px;
  border-bottom: .5px solid #E6E6E6;
}
.article-body :where(h1, h2, h3, h4, h5, h6) :where(.wysiwyg-font-size-small, .wysiwyg-font-size-medium, .wysiwyg-font-size-large, .wysiwyg-font-size-x-large) {
	font-size: 1.5rem;
}
.article-body img {
	height: auto;
	margin: 0;
	max-width: 100%;
}
.article-body li > img {
	margin-top: 16px;
}
.article-body a:visited {
	color: #4ba73e;
}
.article-body blockquote {
	border-left: 1px solid #ddd;
	color: #373948;
	font-style: italic;
	padding: 0 15px;
}
/********************************************************
*********************************************************
	Old Table Design
*********************************************************
********************************************************/
.article-body .table-wrap {
	margin-bottom: 1.25rem;
	table-layout: fixed;
	width: 100%;
}
.article-body .table-wrap th p {
	margin: 0;
}
.article-body .table-wrap th strong,
.article-body .table-wrap th p strong {
	color: #ffffff;
	font-weight: 500;
	font-size: 0.9375rem;
}
.article-body .table-wrap table {
	margin-bottom: 1.25rem;
	table-layout: auto;
	width: 100%;
}
.article-body td,
.article-body th {
	border: 1px solid #e6e6e6;
	vertical-align: top;
	text-align: left;
	min-width: 8px;
	padding: 11px 14px;
	border-collapse: collapse;
}
.article-body th {
	background: #373948;
	border: 1px solid #373948;
	color: white;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 0.9375rem;
}
.article-body td,
.article-body td p,
.article-body td strong {
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 1.5;
	margin: 0;
}
.article-body .table-wrap tr td:first-child {
	background: #e6e6e6;
	border: 1px solid #c4c4c4;
	font-weight: 500;
	width: 20%;
}
.article-body .table-wrap tr td:first-child strong {
	font-weight: 500;
}
.article-body .video-container {
	position: relative;
	padding-bottom: 50%;
	margin-bottom: 18px;
	height: 0;
	overflow: hidden;
}
.article-body .video-container iframe,
.article-body .video-container object,
.article-body .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/********************************************************
*********************************************************
	New Table Design
*********************************************************
********************************************************/
.table-responsive-vertical {
	width: 100%;
	max-width: 100%;
	margin-bottom: 32px;
	background-color: #ffffff;
}
.table-responsive-vertical > thead > tr,
.table-responsive-vertical > tbody > tr,
.table-responsive-vertical > tfoot > tr {
	transition: all 0.3s ease;
}
.table-responsive-vertical > thead > tr > th,
.table-responsive-vertical > tbody > tr > th,
.table-responsive-vertical > tfoot > tr > th,
.table-responsive-vertical > thead > tr > td,
.table-responsive-vertical > tbody > tr > td,
.table-responsive-vertical > tfoot > tr > td {
	border: 1px solid #e6e6e6;
	border-top: 0;
	font-size: 0.9375rem;
	line-height: 1.5;
	padding: 16px 14px;
	text-align: left;
	vertical-align: top;
	transition: all 0.3s ease;
}
.table-responsive-vertical > thead > tr > th p,
.table-responsive-vertical > tbody > tr > th p,
.table-responsive-vertical > tfoot > tr > th p,
.table-responsive-vertical > thead > tr > td p,
.table-responsive-vertical > tbody > tr > td p,
.table-responsive-vertical > tfoot > tr > td p {
	margin-bottom: 7px;
}
.table-responsive-vertical > thead > tr > th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	color: #ffffff;
	border: 1px solid #373948;
	background: #373948;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	vertical-align: bottom;
}
.table-responsive-vertical > caption + thead > tr:first-child > th,
.table-responsive-vertical > colgroup + thead > tr:first-child > th,
.table-responsive-vertical > thead:first-child > tr:first-child > th,
.table-responsive-vertical > caption + thead > tr:first-child > td,
.table-responsive-vertical > colgroup + thead > tr:first-child > td,
.table-responsive-vertical > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table-responsive-vertical > tbody + tbody {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.table-responsive-vertical .table-responsive-vertical {
	background-color: #fff;
}
.table-responsive-vertical.table-first-column > tbody > tr > td:first-child {
	background: #f8f8f8;
}
@media screen and (max-width: 1024px) {
	.table-responsive-vertical {
		margin-bottom: 0;
		background-color: transparent;
	}
	.table-responsive-vertical > thead,
	.table-responsive-vertical > tfoot {
		display: none;
	}
	.table-responsive-vertical > tbody {
		display: block;
	}
	.table-responsive-vertical > tbody > tr {
		display: block;
		border: 1px solid #e0e0e0;
		border-radius: 2px;
		margin-bottom: 25.6px;
	}
	.table-responsive-vertical > tbody > tr > td {
		background-color: #fff;
		border-width: 1px 0 0 0;
		display: block;
		vertical-align: middle;
		text-align: left;
		padding: 10px 20px;
	}
	.table-responsive-vertical > tbody > tr > td[data-title]:before {
		background: #373948;
		color: white;
		content: attr(data-title);
		float: left;
		font-size: inherit;
		font-weight: 500;
		left: -21px;
		line-height: 1.4;
		padding: 15.5px 20px;
		position: relative;
		top: -10px;
		width: calc(100% + 42px);
	}
	.table-responsive-vertical.shadow-z-1 > tbody > tr {
		border: none;
	}
}
.table-responsive-vertical th > .v-text {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	text-align: left;
	max-height: 150px;
}
.article-body :where(ul, ol) {
  list-style-position: outside;
  padding-left: 16px;
}

.article-body :where(ul, ol) {
  margin-block-start: 1.125rem;
}

.article-body :where(ul, ol) :where(ul, ol) {
  margin-block-end: 1.125rem;
}

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

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

.article-body ol {
  list-style-type: decimal;
}

.article-body :where(ul, ol) li {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  margin-block-start: 0.75em;
}

.article-body:where(ul, ol) img {
  margin-bottom: 18px;
}
img.confluence-embedded-image {
	margin-top: 16px;
	margin-bottom: 0px;
}
img.confluence-embedded-image.confluence-thumbnail {
	margin: 0;
}
.article-body ol.custom-counter {
	margin: 0 0 1.125rem 0;
	padding: 0;
	list-style-type: none;
}
.article-body ol.custom-counter > li {
	counter-increment: step-counter;
	margin-left: 32px;
	text-indent: -32px;
	margin-bottom: 10px;
	line-height: 24px;
}
.article-body ol.custom-counter > li::before {
	background-clip: padding-box;
	background-color: #4ba73e;
	border-radius: 13px;
	color: #ffffff;
	content: counter(step-counter);
	display: inline-block;
	margin-right: 8px;
	font-size: 0.75rem;
	font-weight: 500;
	height: 24px;
	line-height: 16px;
	min-width: 24px;
	padding: 3px 8px;
	text-indent: 0px;
	vertical-align: top;
	width: auto;
	text-align: center;
}
.article-body .list-type-numerical {
	list-style-type: Decimal;
}
.article-body .list-type-lower-alpha {
	list-style-type: lower-alpha;
}
.article-body .list-type-upper-alpha {
	list-style-type: upper-alpha;
}
.article-body .list-type-lower-roman {
	list-style-type: lower-roman;
}
.article-body .list-type-upper-roman {
	list-style-type: upper-roman;
}
.article-body .list-type-circle {
	list-style-type: circle;
}

.article-body a {
	color: #4ba73e;
	font-weight: 500;
}
.article-body a strong {
	color: #4ba73e;
	font-weight: 400;
}
.article-body em,
.article-body * em {
	color: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-style: italic;
	font-weight: 400;
}
.article-content {
	line-height: 1.6;
	margin: 0;
	word-wrap: break-word;
}
.article-footer {
	align-items: center;
	display: flex;
	flex-flow: column nowrap;
	padding-top: 40px;
}
.article-comment-count {
	color: #373948;
	font-weight: 400;
}
.article-comment-count:hover {
	text-decoration: none;
}
.article-comment-count .icon-comments {
	color: #4ba73e;
	content: "\1F4AC";
	display: inline-block;
	font-size: 18px;
	padding: 5px;
}
.article-sidebar {
	flex: 1 0 auto;
	padding: 0;
}
@media screen and (min-width: 768px) {
	.article-sidebar {
		display: flex;
		justify-content: space-between;
	}
}
.article-box {
	padding: 47px 0 0 0;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.article-box {
		background-color: #ffffff;
		border: 1px solid #e6e6e6;
		border-radius: 4px;
		flex: 1 1 50%;
		min-height: 148px;
		padding: 31px;
		width: inherit;
	}
	.article-box:first-child {
		margin-right: 32px;
	}
}
.article-box:nth-child(2) {
	display: none;
}
@media screen and (min-width: 768px) {
	.article-box:nth-child(2) {
		display: block;
	}
}
.article-box-header {
	color: #4ba73e;
	display: block;
	font-size: 0.9375rem;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 0.8;
	margin: 0;
	padding-bottom: 32px;
	text-transform: uppercase;
}
.article-share .share {
	display: flex;
	height: 40px;
	justify-content: space-between;
	width: 100%;
}
.article-share .share > li:nth-child(4) {
	display: none;
}
@media screen and (min-width: 1024px) {
	.article-share .share {
		justify-content: flex-start;
	}
}
@media screen and (min-width: 1024px) {
	.article-share .share > li {
		margin-right: 25px;
	}
	.article-share .share > li:last-child {
		margin-right: 0;
	}
}
.article-box .emailsubmission {
	position: relative;
	padding: 0 12px 0 0;
}
.article-box .emailsubmission:after {
	display: block;
}
.article-box .emailsubmission .label {
	display: none;
}
.article-box .emailsubmission .input {
	box-shadow: none;
	background-color: #f2f1f1;
	border: 0;
	border-radius: 4px 0 0 4px;
	color: #5e5c69;
	font-size: 0.875rem;
	font-weight: 400;
	height: 40px;
	line-height: 20px;
	outline: 0;
	padding: 0 4px 0 16px;
	width: 62%;
	float: left;
}
@media screen and (min-width: 768px) {
	.article-box .emailsubmission .input {
		padding: 0 98px 0 16px;
		width: 100%;
	}
}

.article-box .emailsubmission .btn-action {
	background-color: #4ba73e;
	border: 0;
	border-radius: 0 4px 4px 0;
	color: #fff;
	cursor: pointer;
	font-size: 0.9375rem;
	font-weight: 500;
	height: 40px;
	letter-spacing: 0.015625rem;
	line-height: 40px;
	margin-top: 0;
	outline: 0;
	padding: 0 16px;
	position: absolute;
	top: 0;
	transition: background-color 0.5s;
	right: 0;
}
.article-box .emailsubmission .btn-action:hover,
.article-box .emailsubmission .btn-action:hover {
	background-color: #30692c;
}
.article-relatives {
	border-top: 1px solid #e6e6e6;
	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;
	}
}
.article-votes {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 41px 0 43px 0;
	text-align: center;
}

.article-vote {
	background: transparent;
	border: 2px solid #4ba73e;
	color: #95358b;
	height: 40px;
	margin: 10px 2.5px 0 0;
	min-width: 118px;
	max-width: 44.5%;
	width: auto;
}

.article-vote:last-child {
	margin: 10px 0 0 2.5px;
}

@media screen and (min-width: 768px) {
	.article-vote {
		margin: 0px 14px 0 0;
		min-width: 167px;
	}
}

.article-vote::before {
	font-size: 8px;
	margin-right: 10px;
}
.article-vote::after {
	content: attr(title);
	/* Yes/No label*/
}
.article-vote:focus,
.article-vote:active,
.article-vote::after:focus,
.article-vote::after:active {
	border-color: #4ba73e;
	background: #4ba73e;
	color: #ffffff;
}
.article-vote:hover {
	border-color: #4ba73e;
	background: #4ba73e;
	color: #ffffff;
}
.article-vote:hover::before {
	color: #4ba73e;
}
.article-vote[aria-selected="true"]::before,
.article-vote[aria-selected="true"]::after {
	color: #ffffff;
}
.article-vote:hover::after {
	color: #ffffff;
}
.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: #373948;
	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: #4ba73e;
	color: #ffffff;
	text-decoration: none;
}
.article-unsubscribe:hover {
	background-color: #4ba73e;
	border-color: #4ba73e;
}
.sidenav-title {
	font-size: 15px;
	position: relative;
}
.sidenav-item {
	border-radius: 4px;
	color: #373948;
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
	padding: 10px;
}
.sidenav-item.current-article,
.sidenav-item:hover {
	background-color: #4ba73e;
	color: #ffffff;
	text-decoration: none;
}
.recent-articles h3,
.related-articles h3 {
	font-size: 15px;
	margin: 20px 0;
}
.recent-articles li,
.related-articles li {
	margin-bottom: 15px;
}
.article-votes-question {
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
}
.article-votes-controls {
	margin-top: 16px;
}
.article-vote-label {
	display: none;
	color: #373948;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
}
.article-page .arlo-breadcumbs-hidden {
	display: none;
}
.article.arlo-main-content {
	flex: 1;
	max-width: 100%;
	margin-right: 0;
}
.article.arlo-main-content .article-header,
.article.arlo-main-content footer {
	display: none;
}
.article-sidebar.arlo-sidebar {
	display: none;
}
/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.article-attachments-heaader {
	border-top: 1px solid #e6e6e6;
	color: #4ba73e;
	display: block;
	font-size: 0.9375rem;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 0.8;
	margin: 32px 0 0 0;
	padding: 40px 0 32px 0;
	text-transform: uppercase;
}
.attachments .attachment-item {
	padding-left: 24px;
	position: relative;
	margin-bottom: 20px;
}
.attachments .attachment-item > a {
	display: block;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #4ba73e;
	margin-left: 11px;
}
.attachments .attachment-item > .attachment-meta {
	margin-left: 11px;
}
.attachments .attachment-item:last-child {
	margin-bottom: 0;
}
.attachments .attachment-item::before {
	content: "";
	left: 0;
	position: absolute;
	top: 0.5em;
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -28px -269px;
	background-size: 550px 310px;
	height: 24px;
	width: 24px;
}
[dir="rtl"] .attachments .attachment-item {
	padding-left: 0;
	padding-right: 20px;
}
[dir="rtl"] .attachments .attachment-item::before {
	left: auto;
	right: 0;
}
.upload-dropzone {
	background: #f8f8f8;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
}
.upload-dropzone input[type="file"] {
	z-index: 1;
}
.upload-dropzone a {
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #4ba73e;
}
.upload-dropzone a:hover {
	text-decoration: none;
}
.upload-dropzone span {
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #5e5c69;
	position: relative;
}
.upload-dropzone span::before {
	content: "";
	left: 0;
	display: block;
	position: absolute;
	top: 12px;
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -28px -269px;
	background-size: 550px 310px;
	height: 24px;
	width: 24px;
	left: -25px;
}
/***** Social share links *****/
.share {
	padding: 0;
	display: flex;
	white-space: nowrap;
}
.share li,
.share a {
	display: block;
}
.share li:nth-child(2) {
	order: -1;
}
.share a {
	border-radius: 50%;
	font-size: 0;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	width: 40px;
}
.share a:hover {
	text-decoration: none;
}
.share a.share-twitter {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -171px -55px;
	background-size: 550px 310px;
}
.share a.share-twitter:hover {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -171px -97px;
	background-size: 550px 310px;
}
.share a.share-facebook {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -45px -55px;
	background-size: 550px 310px;
}
.share a.share-facebook:hover {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -45px -97px;
	background-size: 550px 310px;
}
.share a.share-linkedin {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -129px -55px;
	background-size: 550px 310px;
}
.share a.share-linkedin:hover {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -129px -97px;
	background-size: 550px 310px;
}
.share a.share-googleplus {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -87px -55px;
	background-size: 550px 310px;
}
.share a.share-googleplus:hover {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -87px -97px;
	background-size: 550px 310px;
}
.share a.share-email {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -3px -55px;
	background-size: 550px 310px;
}
.share a.share-email:hover {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -3px -97px;
	background-size: 550px 310px;
}
/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
	border-bottom: 1px solid #e6e6e6;
	font-size: 1.25rem;
	font-weight: 400;
	padding: 31px 0 23px 0;
}
@media screen and (min-width: 768px) {
	.comment {
		background: #ffffff;
		border-radius: 4px;
		border: 1px solid #e6e6e6;
		font-size: 1.25rem;
		font-weight: 400;
		padding: 32px 31px 24px 31px;
		margin-bottom: 30px;
	}
}
.comment:last-child {
	margin-bottom: 31px;
}
@media screen and (min-width: 768px) {
	.comment:last-child {
		margin-bottom: 30px;
	}
}
.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: #373948;
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 0;
}
.comment-callout a {
	color: #4ba73e;
}
.comment-sorter {
	display: inline-block;
	float: right;
}
.comment-sorter a {
	color: #373948;
	font-weight: 400;
	font-size: 13px;
	text-decoration: none;
}
[dir="rtl"] .comment-sorter {
	float: left;
}
.comment-wrapper {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.comment-wrapper.comment-official {
	border: 1px solid #4ba73e;
	padding: 40px 20px 20px;
}
@media (min-width: 768px) {
	.comment-wrapper.comment-official {
		padding-top: 20px;
	}
}
.comment-info {
	min-width: 0;
	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: 25px;
}
@media (min-width: 768px) {
	.comment-author {
		justify-content: space-between;
	}
}
.comment-avatar {
	margin-right: 15px;
}
[dir="rtl"] .comment-avatar {
	margin-left: 10px;
	margin-right: 0;
}
.comment-meta {
	flex: 1 0 auto;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	height: 40px;
}
.comment-meta a {
	color: #4ba73e;
	font-weight: 400;
}
.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-published {
	color: #373948;
	display: block;
	font-weight: 400;
	font-size: 15px;
	padding-top: 2px;
}
.comment-form {
	display: flex;
	padding: 0;
	margin-bottom: 5px;
	word-wrap: break-word;
}
@media screen and (min-width: 768px) {
	.comment-form {
		background: #ffffff;
		border-radius: 4px;
		border: 1px solid #e6e6e6;
		padding: 32px 31px 32px 31px;
		margin-top: 30px;
		margin-bottom: 0px;
		word-wrap: break-word;
	}
}
.comment-container {
	width: 100%;
}
.comment-form-controls {
	display: none;
	margin-top: 1px;
	text-align: left;
}
@media (min-width: 768px) {
	[dir="ltr"] .comment-form-controls {
		text-align: right;
	}
	.comment-form-controls .mark-as-solved {
		margin-top: 15px;
	}
}
.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: 11px;
}
.comment-attachments a {
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #4ba73e;
}
.comment-body {
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 1.5;
}
.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;
}
.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol {
	margin: 0;
}
.comment-body ul {
	list-style-type: disc;
}
.comment-body a:visited {
	color: #4ba73e;
}
.comment-body code {
	background: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 5px;
	margin: 0 2px;
}
.comment-body pre {
	background: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px 15px;
	overflow: auto;
	white-space: pre;
}
.comment-body blockquote {
	border-left: 1px solid #ddd;
	color: #373948;
	font-style: italic;
	padding: 0 15px;
}
.comment-body .signature p:last-child {
	margin-bottom: 0;
}
.comment-mark-as-solved {
	display: inline-block;
}
.comment .attachments {
	margin: 14px 0 3px 0;
}
/***** 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: #373948;
	display: block;
	margin: 3px 0;
}
[dir="rtl"] .vote-sum {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.vote-up:hover::before,
.vote-down:hover::before {
	color: #4ba73e;
}
.vote-up::before,
.vote-down::before {
	color: #373948;
	font-size: 24px;
}
.vote-up::before {
	content: "\2B06";
}
.vote-down::before {
	content: "\2B07";
}
/***** 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: #f8f8f8;
}
.actions .dropdown-toggle::before {
	background-color: transparent;
	border-radius: 50%;
	color: #373948;
	content: "\2699";
	display: block;
	font-size: 13px;
	margin: auto;
	padding: 5px;
}
/***** Community *****/
.community-hero {
	background: #4ba73e url("//p6.zdassets.com/hc/theme_assets/16631/200004208/overview_hero_1139x112.svg?v=1.3")
		no-repeat;
	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 [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: #4ba73e;
}
.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: #4ba73e;
	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: #4ba73e;
	border-color: #4ba73e;
}
.community-follow [role="button"]::after {
	border-left: 1px solid #4ba73e;
	content: attr(data-follower-count);
	color: #4ba73e;
	display: inline-block;
	font-family: "Roboto", "Helvetica Neue", "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 #4ba73e;
	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: #5e5c69;
	margin-bottom: 10px;
	margin-right: 5px;
}
.striped-list-title:hover,
.striped-list-title:focus,
.striped-list-title:active {
	color: #4ba73e;
	outline: none;
	text-decoration: none;
}
.striped-list-title:visited {
	color: #5e5c69;
}
.striped-list .meta-group {
	margin: 5px 0;
}
.striped-list-count {
	color: #373948;
	font-weight: 400;
	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: 400;
	text-align: center;
}
@media (min-width: 768px) {
	.striped-list-number {
		color: #373948;
		display: block;
		font-weight: 400;
	}
}
/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
	background-color: #e6362c;
	border-radius: 4px;
	color: #fff;
	font-size: 0.9375rem;
	margin-right: 2px;
	padding: 2px 7px;
	vertical-align: middle;
	white-space: nowrap;
	display: inline-block;
	float: right;
}
@media screen and (min-width: 768px) {
	.status-label {
		float: left;
	}
}
.status-label:hover,
.status-label:active,
.status-label:focus {
	text-decoration: none;
}
.status-label-pinned,
.status-label-featured,
.status-label-official {
	background-color: #4ba73e;
}
.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: #373948;
}
.status-label-pending {
	text-align: center;
}
.status-label-open {
	background-color: #4ba73e;
}
.status-label-closed {
	background-color: #c1bfc5;
	color: #373948;
}
.status-label-solved {
	background-color: #5e5c69;
}
.status-label-new {
	background-color: #f39600;
}
.status-label-hold {
	background-color: #95358b;
}
.status-label-open,
.status-label-closed,
.status-label-solved,
.status-label-new,
.status-label-hold {
	text-transform: capitalize;
}
/***** 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: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	line-height: 1.6;
	word-break: break-word;
}
.post-info-container {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.post-info {
	flex: 1;
}
@media (min-width: 1024px) {
	.post-info {
		padding-right: 20px;
	}
}
[dir="rtl"] .post-info {
	padding-left: 45px;
	padding-right: 0;
}
.post-meta {
	display: inline-block;
	flex: 1;
	margin-left: 10px;
	vertical-align: middle;
}
[dir="rtl"] .post-meta {
	margin-left: 0;
	margin-right: 10px;
}
.post-published {
	color: #373948;
	font-weight: 400;
	font-size: 13px;
}
.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;
}
.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol {
	margin: 0;
}
.post-body ul {
	list-style-type: disc;
}
.post-body a:visited {
	color: #4ba73e;
}
.post-body code {
	background: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 5px;
	margin: 0 2px;
}
.post-body pre {
	background: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px 15px;
	overflow: auto;
	white-space: pre;
}
.post-body blockquote {
	border-left: 1px solid #ddd;
	color: #373948;
	font-style: italic;
	padding: 0 15px;
}
.post-footer {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.post-comment-count {
	color: #373948;
	font-weight: 400;
}
.post-comment-count:hover {
	text-decoration: none;
}
.post-comment-count .icon-comments {
	color: #4ba73e;
	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: 500;
}
@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: 0.9375rem;
}
.collapsible-nav-list {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.collapsible-nav-list li {
	color: #5e5c69;
	line-height: 45px;
	order: 1;
}
.collapsible-nav-list li a {
	color: #5e5c69;
	display: block;
}
.collapsible-nav-list li[aria-selected="true"] {
	order: 0;
	position: relative;
}
.collapsible-nav-list li[aria-selected="true"] a {
	color: #5e5c69;
}
.collapsible-nav-list li[aria-selected="true"]::after {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	content: "\25BE";
	position: absolute;
	right: 0;
}
[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: 59px;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
}
.collapsible-sidebar[aria-expanded="true"] {
	max-height: none;
}
.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
	content: "";
	transform: rotate(180deg);
}
.collapsible-sidebar-title {
	margin-top: 0;
}
.collapsible-sidebar-title::after {
	top: 50%;
	content: "";
	position: absolute;
	right: 10px;
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -17px -294.5px;
	background-size: 550px 310px;
	height: 12px;
	width: 12px;
	margin-top: -6px;
}
[dir="rtl"] .collapsible-sidebar-title::after {
	left: 10px;
	right: auto;
}
@media (min-width: 768px) {
	.collapsible-nav {
		border: 0;
		height: auto;
		flex-direction: row;
		max-height: none;
	}
	.collapsible-nav-list {
		flex-direction: row;
	}
	.collapsible-nav-list li {
		line-height: 16px;
		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:hover {
		border-bottom: 2px solid #4ba73e;
	}
	.collapsible-nav-list li:hover a {
		color: #4ba73e;
		padding: 15px 0 11px 0;
		text-decoration: none;
	}
	.collapsible-nav-list li[aria-selected="true"] {
		border-bottom: 2px solid #4ba73e;
		color: #4ba73e;
		order: 1;
		padding: 15px 0 11px 0;
	}
	.collapsible-nav-list li[aria-selected="true"]:focus {
		outline: none;
	}
	.collapsible-nav-list li[aria-selected="true"]::after {
		display: none;
	}
}
@media (min-width: 1024px) {
	.collapsible-sidebar {
		max-height: none;
		padding: 0;
	}
	.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
		display: none;
	}
	.collapsible-sidebar-title::after {
		display: none;
	}
}
/***** My activities *****/
.my-activities-nav {
	background-color: #e6e6e6;
	border: 0;
	margin-bottom: 20px;
	height: 48px;
	overflow: hidden;
	width: 100%;
}
.my-activities-sub-nav {
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	height: 48px;
	margin-bottom: 30px;
	padding: 0 24px;
	width: 100%;
}
.my-activities-sub-nav li[aria-selected="true"] {
	border-color: #4ba73e;
}
.my-activities-table .striped-list-title {
	/* My activities tables */
	display: block;
	margin-bottom: 23px;
	max-width: 350px;
	white-space: normal;
}
@media screen and (min-width: 768px) {
	.my-activities-table .striped-list-title {
		margin-bottom: 0;
	}
}
.my-activities-table .striped-list-title::before {
	background: transparent url("//theme.zdassets.com/theme_assets/16631/d0dd27885cd90594c7440e4ef9ec6aa92cef95c4.svg")
		no-repeat left bottom -2.5px;
	background-size: 16px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-right: 3px;
	position: relative;
	top: 1px;
	width: 16px;
}
.my-activities-table thead {
	display: none;
}
.my-activities-table th:first-child,
.my-activities-table td:first-child {
	padding-left: 0;
}
@media screen and (min-width: 768px) {
	.my-activities-table th:first-child,
	.my-activities-table td:first-child {
		line-height: 1.4;
		width: 38.5%;
	}
}
.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-sub-nav li:hover {
		border-bottom: 2px solid #4ba73e;
	}
	.my-activities-table thead {
		display: table-header-group;
	}
	.my-activities-table td:not(:first-child) {
		display: table-cell;
	}
}
@media (min-width: 1024px) {
	.my-activities-table .striped-list-title {
		max-width: 500px;
		min-width: 350px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.my-activities-table th:first-child,
	.my-activities-table td:first-child {
		width: 500px;
	}
}
/* 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%;
	margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
	.requests-table-toolbar .search {
		margin-bottom: 0;
	}
}
.requests-table-toolbar .request-table-filter {
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	position: relative;
}
@media screen and (min-width: 768px) {
	.requests-table-toolbar .request-table-filter {
		border-bottom: inherit;
	}
}
@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 {
	background: #fff;
	max-height: 48px;
	margin-bottom: 64px;
	width: 100%;
}
.requests-table-toolbar .request-table-filter::after {
	top: 25px;
	content: "";
	position: absolute;
	right: 15px;
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -30.5px -294.5px;
	background-size: 550px 310px;
	height: 12px;
	width: 12px;
	margin-top: -6px;
	right: 24px;
}
@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: #4ba73e;
	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: 1px;
}
@media screen and (min-width: 768px) {
	.requests-table-toolbar + .requests {
		margin-top: 24px;
	}
}
.requests {
	font-size: 0.9375rem;
	padding: 0 0 0 0;
}
@media screen and (min-width: 768px) {
	.requests {
		background: #ffffff;
		border-radius: 4px;
		border: 1px solid #e6e6e6;
		padding: 0 23px 23px 23px;
	}
}
.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 {
	display: none;
	position: absolute;
	left: calc(100% + 3px);
	bottom: 0;
	font-size: 10px;
}
/* Following table */
.subscriptions-unsubscribe a {
	background: #4ba73e;
	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: #4ba73e;
	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: #373948;
	font-size: 13px;
	font-weight: 400;
}
@media (min-width: 768px) {
	.contributions-table td:last-child {
		color: inherit;
		font-size: inherit;
		font-weight: inherit;
	}
}
.no-activities {
	color: #373948;
}
/***** Request *****/
#request-page {
	padding: 50px 0 59px 0;
}
@media screen and (min-width: 768px) {
	#request-page {
		padding: 21px 0 128px 0;
	}
}
@media screen and (min-width: 1280px) {
	#request-page {
		padding: 25px 0 128px 0;
	}
}
#request-page .request-breadcrumbs {
	display: none;
}
@media screen and (min-width: 768px) {
	#request-page .request-breadcrumbs {
		display: block;
	}
}
.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: 15px;
}
@media screen and (min-width: 1280px) {
	.request-breadcrumbs {
		margin-bottom: 19px;
	}
}
.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 65.8%;
		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: #373948;
	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 #4ba73e;
}
.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 #4ba73e;
}
.request-main input#mark_as_solved {
	display: none;
}
.request-title {
	color: #5e5c69;
	font-family: "Roboto Slab", Arial, sans-serif;
	font-size: 1.5625rem;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 1.4;
	margin-bottom: 37px;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.request-title {
		font-size: 2.5rem;
		margin-bottom: 22px;
	}
}
@media screen and (min-width: 1280px) {
	.request-title {
		max-width: 66%;
		padding-bottom: 15px;
	}
}
.request-sidebar {
	flex: 1 0 auto;
	order: 0;
}
@media (min-width: 1024px) {
	.request-sidebar {
		background: #ffffff;
		border-radius: 4px;
		border: 1px solid #e6e6e6;
		font-size: 0.9375rem;
		flex: 0 0 auto;
		padding: 26px 31px 26px 31px;
		width: 31.7%;
	}
}
.request-sidebar h5 {
	color: #4ba73e;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
}
@media (min-width: 1024px) {
	.request-sidebar h5 {
		display: block;
	}
}
.request-details {
	font-size: 0;
	margin: 0;
}
.request-details:last-child {
	border: 0;
}
.request-details dt,
.request-details dd {
	font-size: 0.9375rem;
	margin: 19.5px 0 0 0;
	vertical-align: top;
	display: inline-block;
}
.request-details dd .status-label {
	float: left;
	padding: 3px 7px;
}
.request-details dd {
	color: #373948;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	padding: 2px 10px 0 10px;
	width: 61.8%;
}
.request-details dt {
	color: #373948;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	letter-spacing: -0.5px;
	width: 38.2%;
}
.request-details .request-collaborators {
	display: inline-block;
}
.request-attachments > dt {
	color: #4ba73e;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	margin: 24px 0 14px 0;
	text-transform: uppercase;
}
.request-attachments dt,
.request-attachments dd {
	width: 100%;
}
.request-attachments dd {
	margin: 7px 0 0 0;
	padding-left: 0;
}
@media screen and (min-width: 768px) {
	.request-attachments dd {
		margin: 10px 0 0 0;
	}
}
.request-form textarea {
	min-height: 120px;
}
.request-follow-up {
	border-top: 1px solid #e6e6e6;
	padding-top: 24px;
}
@media screen and (min-width: 768px) {
	.request-follow-up {
		background: #ffffff;
		border-radius: 4px;
		border: 1px solid #e6e6e6;
		padding: 27px 31px 48px 31px;
	}
}
#request-page .collapsible-sidebar {
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	padding: 26px 0 45px 0;
}
#request-page .collapsible-sidebar[aria-expanded="true"] {
	padding: 26px 0 28px 0;
	max-height: none;
}
@media screen and (min-width: 768px) {
	#request-page .collapsible-sidebar {
		background: #ffffff;
		border-radius: 4px;
		border: 1px solid #e6e6e6;
		margin-bottom: 32px;
		padding: 27px 31px 27px 31px;
		max-height: 73px;
	}
	#request-page .collapsible-sidebar[aria-expanded="true"] {
		padding: 27px 31px 27px 31px;
		max-height: none;
	}
}
@media screen and (min-width: 1024px) {
	#request-page .collapsible-sidebar {
		padding: 26px 31px 27px 31px;
		max-height: none;
	}
}


.search-results-page form.search input[type="search"] {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	box-sizing: border-box;
	color: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	height: 64px;
	line-height: 28px;
	outline: none;
	padding: 20px 20px 18px 58px;
	max-width: 600px;
}
.search-results-page .sub-nav {
	display: none;
}
@media screen and (min-width: 768px) {
	.search-results-page .sub-nav {
		display: block;
		margin-bottom: 14px;
	}
}
@media screen and (min-width: 1280px) {
	.search-results-page .sub-nav {
		display: block;
		margin-bottom: 19px;
	}
}
.search-results-page .page-header {
	margin:  0;
	padding: 10px 0 26px 0;
}
@media screen and (min-width: 768px) {
	.search-results-page .page-header {
		padding: 0;
	}
}
.search-results-page .page-header h1 {
	flex-basis: 100%;
	margin-bottom: 33px;
}
@media screen and (min-width: 768px) {
	.search-results-page .page-header h1 {
		margin-bottom: 6px;
	}
}
@media screen and (min-width: 1024px) {
	.search-results-page .page-header h1 {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1280px) {
	.search-results-page .page-header h1 {
		margin-bottom: 10px;
	}
}
.search-results-page .page-header-description {
	flex-basis: 100%;
	margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
	.search-results-page .page-header-description {
		margin-bottom: 26px;
	}
}
@media screen and (min-width: 1024px) {
	.search-results-page .page-header-description {
		margin-bottom: 24px;
	}
}
@media screen and (min-width: 1280px) {
	.search-results-page .page-header-description {
		margin-bottom: 27px;
	}
}
/***** Search results *****/
.search-results {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (min-width: 1024px) {
	.search-results {
		flex-direction: row;
	}
}
.search-results-column {
	flex: 1;
}
@media (min-width: 1024px) {
	.search-results-column {
		flex: 0 0 820px;
	}
}
.search-results-list > li {
	border-bottom: 1px solid #e6e6e6;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	padding: 24px 0 24px 0;
}
.search-results-list > li:first-child {
	border-top: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
	.search-results-list > li:first-child {
		border-top-width: 0;
	}
}
@media screen and (min-width: 768px) {
	.search-results-list > li {
		background: #ffffff;
		border-radius: 4px;
		border: 1px solid #e6e6e6;
		font-size: 1.25rem;
		margin-bottom: 30px;
		padding: 17px 25px 17px 25px;
	}
	.search-results-list > li:last-child {
		margin-bottom: 0;
	}
}
.search-results-list > li > .search-result-link {
	color: #373948;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
	padding-bottom: 9px;
	display: inline-block;
}
.search-results-list > li > .search-result-link:hover {
	color: #4ba73e;
}
.search-result-description {
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 1.5;
	margin-top: 15px;
}
.search-result-votes,
.search-result-meta-count {
	color: #373948;
	display: none;
	font-size: 13px;
	font-weight: 400;
	padding: 4px 5px;
	position: relative;
}
.search-result-votes::before,
.search-result-meta-count::before {
	color: #4ba73e;
}
[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;
}
/***** Pagination *****/
.pagination {
	padding: 64px 0 0 0;
	text-align: center;
	margin-bottom: -5px;
}
.pagination * {
	display: inline-block;
}
.pagination li {
	border-radius: 50%;
	height: 38px;
	float: left;
	line-height: 1.2;
	width: 38px;
}
@media screen and (min-width: 375px) {
	.pagination li {
		height: 40px;
		width: 40px;
	}
}
@media (min-width: 768px) {
	.pagination li {
		height: 30px;
		margin-left: 5px;
		width: 30px;
	}
}
[dir="rtl"] .pagination li {
	float: right;
}
.pagination li:hover:not(.pagination-current) {
	background-color: #c4c4c4;
}
.pagination li:hover:not(.pagination-current) span,
.pagination li:hover:not(.pagination-current) a {
	color: #373948;
	text-decoration: none;
}
.pagination a,
.pagination span {
	font-size: 15px;
	color: #373948;
	padding: 10px 12px;
}
@media (min-width: 768px) {
	.pagination a,
	.pagination span {
		font-size: 15px;
		padding: 5px 12px;
	}
}
.pagination-current {
	background-color: #4ba73e;
}
.pagination-current a,
.pagination-current span {
	color: #ffffff;
	margin-left: -1px;
}
.pagination-first {
	border-radius: 3px 0 0 3px;
}
[dir="rtl"] .pagination-first {
	border-radius: 0 3px 3px 0;
}
.pagination-last {
	background: #e6e6e6;
	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: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
}
.meta-data:not(:last-child)::after {
	content: "";
	margin: 0 3px 0 6px;
}
#request-page .meta-data:not(:last-child)::after {
	content: "\2022";
	margin: 0 3px 0 6px;
}
/***** 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-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: 56px 0 25px 0;
	background-color: #e6e6e6;
}
@media screen and (min-width: 768px) {
	.profile-header {
		padding: 26px 0 7px 0;
	}
}
@media screen and (min-width: 1280px) {
	.profile-header {
		padding: 30px 0 14px 0;
	}
}
.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: 34px;
}
@media screen and (min-width: 768px) {
	.profile-avatar {
		margin-right: 31px;
	}
	[dir="rtl"] .profile-avatar {
		margin-left: 31px;
		margin-right: 0;
	}
}
.profile-avatar .user-avatar {
	width: 65px;
	height: 65px;
}
.profile-avatar .icon-agent::before {
	bottom: 0;
	right: 0;
}
.profile-header .basic-info {
	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 {
	font-family: "Roboto Slab", Arial, sans-serif;
	font-size: 1.5625rem;
	font-weight: 400;
	margin: 0;
}
@media screen and (min-width: 768px) {
	.profile-header .basic-info .name {
		font-size: 2.5rem;
	}
}
.profile-header .basic-info .name a {
	color: #5e5c69;
	font-family: "Roboto Slab", Arial, sans-serif;
	font-size: 1.5625rem;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.profile-header .basic-info .name a {
		font-size: 2.5rem;
	}
}
.profile-header .basic-info .name a:hover {
	text-decoration: none;
}
.profile-header .options {
	display: flex;
	flex-basis: 100%;
	margin-bottom: 23px;
	margin-top: 12px;
	align-items: flex-start;
	flex-wrap: wrap;
	order: 1;
}
@media (min-width: 768px) {
	.profile-header .options {
		flex-wrap: nowrap;
		flex-basis: auto;
		margin-top: 0;
		margin-left: 10px;
		float: right;
	}
	[dir="rtl"] .profile-header .options {
		margin-left: 0;
		margin-right: 10px;
	}
	.profile-header .options > :not(:last-child) {
		margin-bottom: 0;
	}
	[dir="rtl"] .profile-header .options > :not(:last-child) {
		margin-left: 10px;
		margin-right: 0;
	}
}
.profile-header .options [data-action="edit-profile"],
.profile-header .options [data-action="edit-profile"]:active {
	border: 2px solid #4ba73e;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	color: #4ba73e;
	line-height: normal;
	padding: 8px 20px;
	transition: border-color 0.5s;
	text-transform: capitalize;
	transition: background-color 0.5s;
}
.profile-header .options [data-action="edit-profile"]:hover,
.profile-header .options [data-action="edit-profile"]:focus {
	border-color: #4ba73e;
	background-color: #4ba73e;
	color: #ffffff;
}
.profile-header .description {
	hyphens: auto;
	word-break: break-word;
	margin: 15px 0;
	flex-basis: 100%;
}
.profile-stats {
	font-size: 15px;
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
}
.profile-stats .stat {
	display: flex;
	margin-bottom: 15px;
	order: 2;
}
@media screen and (min-width: 768px) {
	.profile-stats .stat {
		order: 0;
	}
}
@media screen and (min-width: 768px) {
	.profile-stats .stat {
		margin-bottom: 10px;
	}
}
.profile-stats .stat-label {
	color: #373948;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	flex: 0 0 100px;
	margin-right: 19px;
	margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
	.profile-stats .stat-label {
		margin-right: 10px;
	}
}
.profile-stats .stat-value {
	color: #373948;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	margin-top: 2px;
}
[dir="rtl"] .profile-stats .stat-label {
	margin-left: 10px;
	margin-right: 0;
}
.profile-stats-activity {
	margin-top: 19px;
}
@media screen and (min-width: 768px) {
	.profile-stats-activity {
		flex-direction: row;
		margin-top: 29px;
	}
}
@media screen and (min-width: 1280px) {
	.profile-stats-activity {
		margin-top: 25px;
	}
}
@media (min-width: 768px) {
	.profile-stats-activity .stat {
		flex-direction: column;
	}
	.profile-stats-activity .stat-options {
		flex: 1;
	}
}
.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 2px #5e5c69;
	border-radius: 4px;
	color: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 9px 20px;
	text-align: center;
}
.profile-private-badge::after {
	content: "\1f512";
	margin-left: 5px;
	font-family: "copenhagen-icons";
	vertical-align: top;
	line-height: 15px;
}
@media (min-width: 768px) {
	.profile-private-badge {
		flex-basis: auto;
	}
}
.profile-nav {
	background-color: #f8f8f8;
	border: 0;
	margin-bottom: 37px;
}
.profile-main {
	height: 100%;
}
@media screen and (min-width: 768px) {
	.profile-main {
		background: #f1f1f1;
	}
}
.profile-section {
	width: 100%;
	padding-bottom: 64px;
}
@media screen and (min-width: 1024px) {
	.profile-section {
		padding-bottom: 64px;
		width: 79.6%;
	}
}
@media screen and (min-width: 1024px) {
	.profile-section {
		width: 74.5%;
	}
}
.profile-section-header {
	color: #5e5c69;
	display: flex;
	flex-wrap: wrap;
	font-family: "Roboto Slab", Arial, sans-serif;
	font-size: 1.875rem;
	font-weight: 400;
	padding-top: 32px;
	padding-bottom: 16px;
	border-bottom: #e6e6e6 1px solid;
}
@media screen and (min-width: 768px) {
	.profile-section-header {
		border-bottom-width: 0;
		padding-top: 32px;
	}
}
.profile-section-title {
	flex-basis: 100%;
	font-size: 1.5625rem;
	font-weight: 400;
	margin-bottom: 0;
	padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
	.profile-section-title {
		padding-bottom: 14px;
	}
}
@media screen and (min-width: 1024px) {
	.profile-section-title {
		padding-bottom: 11px;
	}
}
@media screen and (min-width: 1280px) {
	.profile-section-title {
		padding-bottom: 16px;
	}
}
.profile-section-description {
	flex-basis: 100%;
	/* padding: 10px 0; */
	color: #373948;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	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 {
	hyphens: auto;
	word-break: break-word;
	padding: 20px 0;
	position: relative;
}
.profile-contribution-header {
	margin-bottom: 8px;
}
.profile-contribution-title {
	margin: 0 0 5px 0;
	display: inline;
	line-height: 21px;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	vertical-align: middle;
}
.profile-contribution-title a {
	color: #5e5c69;
}
.profile-contribution-title a:hover,
.profile-contribution-title a:focus {
	text-decoration: none;
}
.profile-contribution-body {
	color: #373948;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: -0.3px;
	line-height: 1.4;
	margin: 8px 0 2px 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: 29px;
}
@media screen and (min-width: 768px) {
	.profile-activity-list {
		margin-top: 10px;
	}
}
@media screen and (min-width: 1280px) {
	.profile-activity-list {
		margin-top: 6px;
	}
}
.profile-activity {
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
	.profile-activity {
		border-bottom-width: 0;
		margin-bottom: 16px;
	}
}
.profile-activity:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.profile-activity-header {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 768px) {
	.profile-activity-header {
		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: 15px;
	min-width: 40px;
	align-self: flex-start;
}
@media screen and (min-width: 768px) {
	.profile-activity-header .user-avatar {
		margin-right: 10px;
	}
}
[dir="rtl"] .profile-activity-header .user-avatar {
	margin-left: 10px;
	margin-right: 0;
}
.profile-activity-description {
	color: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	hyphens: auto;
	word-break: break-word;
	margin: 0;
	min-width: 0;
	width: 100%;
}
.profile-activity-description span:first-child {
	color: #4ba73e;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	display: inline;
}
.profile-activity-contribution {
	padding: 10px 0 8px 0;
}
@media screen and (min-width: 768px) {
	.profile-activity-contribution {
		background: #ffffff;
		border-radius: 4px;
		border: 1px solid #e6e6e6;
		margin-top: 10px;
		padding: 8px 16px 8px 16px;
	}
}
@media (min-width: 768px) {
	.profile-activity-contribution {
		margin-top: 0;
		margin-left: 50px;
	}
	[dir="rtl"] .profile-activity-contribution {
		margin-left: 0;
		margin-right: 50px;
	}
}
.color-dot {
	border-radius: 50%;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
}
.color-dot.critical {
	background-color: #e74c3c;
}
.color-dot.major {
	background-color: #e67e22;
}
.color-dot.minor {
	background-color: #f1c40f;
}
.color-dot.none {
	background-color: #2ecc71;
}
.color-dot.maintenance {
  background-color: #f1c40f;
}
/***** Note *****/
.callout {
	background-color: #fef5e9;
	border-radius: 4px;
	border: 1px solid #f8b14e;
	color: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
}
/****************************
 Category Header
****************************/
.zd-category-header {
	background: #4ba73e;
	background-size: cover;
	background-position: center bottom;
	position: relative;
  min-height: 220px;
}

.zd-category-heading {
	color: #ffffff;
	font-family: "Roboto Slab", Arial, sans-serif;
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.25px;
	margin: 0;
	padding: 0 0 0 0;
}
@media screen and (min-width: 768px) {
	.zd-category-heading {
		font-size: 2.5rem;
	}
}
.zd-category-description {
	color: #ffffff;
	display: block;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.3;
	padding: 16px 0 0 0;
	padding-bottom: 32px;
  margin:0;
}
@media screen and (min-width: 768px) {
	.zd-category-description {
		font-size: 1.25rem;
		max-width: 75ch;
	}
}
/****************************
 Root Menu
****************************/
@media screen and (max-width: 959px) {
  .section-menu {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media  screen and (min-width: 960px) {
  .section-menu {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .section-menu > ul {
    background: #F8F8F8;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
  }
}
@media  screen and (min-width: 960px) {
  .section-menu > ul {
    list-style: none;
    text-align: left;
    padding: 0 32px;
  }
}
@media  screen and (min-width: 1280px) {
  .section-menu > ul {
    padding: 0 64px;
    margin: 0px auto;
    max-width: 1280px;
  }
}

@media screen and (max-width: 959px) {
  .section-menu li {
    display: block;
    text-align: left;
  }
}
@media  screen and (min-width: 960px) {
  .section-menu li {
    text-align: left;
    display: inline-block;
  }
}
@media screen and (max-width: 959px) {
  .section-menu .section-menu-items {
    border-bottom: 1px solid #E6E6E6;
    color: #5E5C69;
    cursor: pointer;
    display: block;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 15px 56px 15px 24px;
    position: relative;
    text-decoration: none;
    transition: color 0.5s ease-in-out;
    width: 100%;
  }
  
  .section-menu .selected .section-menu-items {
        color: #4BA73E;
  }
  .section-menu .section-menu-items:hover,
  .section-menu .section-menu-items:focus {
    color: #4BA73E;
    background: #F1F1F1;
  }
}

@media screen and (min-width:768px) and (max-width: 959px) {
  .section-menu .section-menu-items {
    padding: 15px 56px 15px 32px;
  }
}
@media  screen and (min-width: 960px) {
  .section-menu .section-menu-items {
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: calc(15rem/16);
    font-weight: 500;
    text-decoration: none;
    padding-inline: 8px;
    display: inline-block;
    width: 100%;
    line-height: 40px;
    letter-spacing: -0.25px;
    min-height: 46px;
  }
}
@media  screen and (min-width: 960px) {
  .section-menu > ul > li:hover > ul {
    border: 1px solid #C4C4C4;
    border-top: 0px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.14);
    display: block;
    margin-left: -1px;
  }
}
@media  screen and (min-width: 960px) {
  .section-menu > ul > li:hover > .section-menu-items {
    background-color: rgba(255, 255, 255, 0.2);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #FFFFFF;
    text-decoration: none;
  }
}
@media  screen and (min-width: 960px) {
  .section-menu > ul > li.selected .section-menu-items {
    background-color: #FFFFFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #373948;
  }
}
@media screen and (max-width: 959px) {
  .section-dropdown {
    display: none;
  }
}
@media  screen and (min-width: 960px) {
  .section-dropdown {
    background-color: #FFFFFF;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: none;
    max-width: 250px;
    min-width: 200px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    width: inherit;
    z-index: 3;
  }
}
@media  screen and (min-width: 960px) {
  .section-dropdown > li {
    display: block;
    padding-right: 0px;
  }
}
@media  screen and (min-width: 960px) {
  .section-dropdown > li > a {
    color: #373948;
    display: inline-block;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 0.9375rem;
    font-weight: normal;
    letter-spacing: -0.25px;
    line-height: 20px;
    min-height: 40px;
    padding: 9px 15px;
    text-decoration: none;
    width: 100%;
    vertical-align: middle;
  }
}
@media  screen and (min-width: 960px) {
  .section-dropdown > li > a:hover {
    background-color: #f3f3f3;
    color: #373948;
    font-weight: normal;
  }
}
/****************************
 Main Content
****************************/
.zd-category-page {
	padding: 64px 0 64px 0;
	height: 100%;
}
.zd-category-page::after {
	content: "";
	clear: both;
	display: table;
}
.zd-category-sub {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 24px;
	padding-top: 32px;
	width: 100%;
}
.zd-category-sub:first-of-type {
	padding-top: 0;
}
.zd-category-sub:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.zd-sub-category-header-link {
	color: #373948;
	font-weight: 500;
	font-size: 1.5625rem;
	line-height: 30px;
	letter-spacing: -0.25px;
}
.zd-category-sub-list {
	margin: 0;
	padding-bottom: unset;
}
@media screen and (min-width: 768px) {
	.zd-category-sub-list {
		column-count: 2;
		column-gap: 20px;
	}
}
.zd-sub-category-list-items {=
	break-inside: avoid;
	line-height: 21px;
	list-style: disc;
	margin-left: 0;
	padding-bottom: 12px;=
	page-break-inside: avoid;
	list-style-type: none;
}
li.zd-sub-category-list-items {
	color: #89898b;
}
.zd-sub-category-list-link {
	color: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: -0.25px;
	transition: 0.3s color ease-in-out;
}
.zd-sub-category-list-link:hover,
.zd-sub-category-list-link:focus {
	color: #4ba73e;
}
.zd-sub-category-list-link span::before {
	background: transparent url("/hc/theming_assets/01HZMARFHGTE31PZ018ARKY36E") no-repeat left bottom;
	background-size: 16px 16px;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	top: 2px;
	position: relative;
}
.zd-category-page.Release.Notes .zd-sub-category-list-items a span::before {
	background: transparent url("//theme.zdassets.com/theme_assets/16631/6e75d47539fc0f24f99fe75a037bffc8732ac795.svg")
		no-repeat left bottom;
	background-size: 16px 16px;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	position: relative;
	top: 2px;
}
.zd-category-page.Downloads .zd-sub-category-list-items a span::before {
	background: transparent url("//theme.zdassets.com/theme_assets/16631/08dc3763ca54e8997bf4aabb3adee151d165a9db.svg")
		no-repeat left bottom;
	background-size: 16px 16px;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	position: relative;
	top: 2px;
}
.zd-sub-category-list-link.article-promoted span::after {
	background: transparent url("//theme.zdassets.com/theme_assets/16631/2b59f6f1dcfb5113c6f09cfddebf23fa34567428.svg")
		no-repeat left bottom;
	background-size: 16px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-left: 5px;
	position: relative;
	top: 1px;
	width: 16px;
}
a.zd-sub-category-list-link:hover {
	text-decoration: underline;
}
a.zd-sub-category-list-link {
	color: #4ba73e !important;
	text-decoration: none;
}
.zd-sub-category-count {
	color: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: -0.25px;
}
.zd-sub-category-count:hover {
	color: #4ba73e;
}
/****************************
 Section Header
****************************/
.zd-section-header {
	background: #4ba73e;
	background-size: cover;
	background-position: center bottom;
	margin-top: -56px;
	padding-top: 56px;
	position: relative;
}
.zd-section-heading {
	color: #ffffff;
	font-family: "Roboto Slab", Arial, sans-serif;
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.25px;
	margin: 0;
	padding: 59px 0 0 0;
}
@media screen and (min-width: 768px) {
	.zd-section-heading {
		font-size: 2.5rem;
	}
}
.zd-section-description {
	color: #ffffff;
	display: block;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.3;
	padding: 31px 0 0 0;
	padding-bottom: 103px;
}
@media screen and (min-width: 768px) {
	.zd-section-description {
		font-size: 1.5rem;
		width: 83%;
	}
}
/****************************
 Main Content
****************************/
.zd-section-page {
	background: #ffffff;
	padding: 65px 0 96px 0;
	height: 100%;
}
.zd-section-page::after {
	content: "";
	clear: both;
	display: table;
}
.zd-section-sub {
	padding-top: 35px;
	width: 100%;
}
.zd-section-sub:first-of-type {
	padding-top: 0;
}
.zd-section-sub-list {
	margin: 0;
}
@media screen and (min-width: 768px) {
	.zd-section-sub-list {
		column-count: 2;
		column-gap: 20px;
	}
}
.zd-sub-section-list-items {
	break-inside: avoid;
	line-height: 21px;
	list-style: disc;
	margin-left: 28px;
	padding-bottom: 12px;
	page-break-inside: avoid;
}
.zd-sub-section-list-link {
	color: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: -0.25px;
	transition: 0.3s color ease-in-out;
}
.zd-sub-section-list-link:hover,
.zd-sub-section-list-link:focus {
	color: #4ba73e;
}
/****************************
 Main Content
****************************/
.zd-article-container {
  padding-bottom: 64px;
  
}
  @media  screen and (min-width: 1024px) {
.zd-article-container {
   display:flex;
    gap: 32px;
  }
}
/************************************
 New Article Sidebar
************************************/
.zd-article-sidebar {
 	flex-basis: 320px;
}

@media  screen and (width < 1024px) {
  .zd-article-sidebar {
  display: none;
  }
}

.zd-article-sidebar-container {
  padding: 80px 0;
    position: sticky;
  top: 0;
}
.zd-article-sidebar-content {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 23px;
	margin-bottom: 32px;
}
.zd-article-sidebar-content ul {
  list-style:none;
  padding:0;
}

.zd-article-sidebar-content:last-child {
	margin-bottom: 0;
}
.zd-article-sidebar-heading {
	color: #373948;
	display: block;
	font-size: 0.8125rem;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 0.8;
	margin: 0;
	padding: 0 5px 16px 5px;
	text-transform: uppercase;
}
.zd-article-sidebar-item {
	line-height: 1.75;
	margin-bottom: 1px;
	margin-top: 1px;
}
.zd-article-sidebar-link {
	border-radius: 4px;
	color: #5e5c69;
	display: block;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 1.5;
	margin: 0;
	padding: 3.75px 5px;
}
.zd-article-sidebar-link.current-article,
.zd-article-sidebar-link:hover,
.zd-article-sidebar-link:focus {
	background: #f8f8f8;
	color: #4ba73e;
}
.zd-article-sidebar-more-link {
	color: #4ba73e;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 1.5;
	padding: 0 5px;
	margin: 0;
}
.zd-article-sidebar-more-link:hover,
.zd-article-sidebar-more-link:focus {
	color: #30692c;
}
/************************************
 New Article Content
************************************/
@media  screen and (min-width: 1024px) {
  .zd-article-content {
    flex-basis:calc(100% - 320px - 32px);
  }
}
/************************************
 Sub Footer
************************************/
.article-footer-items {
	border-bottom: 1px solid #e6e6e6;
	flex: 0 100%;
	padding: 40px 0;
	width: 100%;
}
.article-footer-items:first-child {
	border-top: 1px solid #e6e6e6;
}
.article-footer-items .article-votes {
	border-width: 0;
	padding: 0;
}
.article-footer-heading {
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 32px;
	text-align: center;
}
.article-footer-header {
	color: #4ba73e;
	display: block;
	font-size: 0.9375rem;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 0.8;
	margin: 0;
	padding-bottom: 32px;
	text-transform: uppercase;
}
.article-footer-items .article-share .share {
	display: flex;
	height: 40px;
	justify-content: center;
	width: 100%;
}
.article-footer-items .article-share .share > li:nth-child(3) {
	margin-right: 0;
}
.article-footer-items .article-share .share > li:nth-child(4) {
	display: none;
}
.article-footer-items .article-share .share > li {
	margin-right: 25px;
}
.article-footer-items .article-share .share > li:last-child {
	margin-right: 0;
}
.article-footer-items .emailsubmission {
	position: relative;
	padding: 0 12px 0 0;
}
@media screen and (min-width: 960px) {
	.article-footer-items .emailsubmission {
		margin: 0 auto;
		width: 520px;
	}
}
.article-footer-items .emailsubmission:after {
	display: block;
}
.article-footer-items .emailsubmission .label {
	display: none;
}
.article-footer-items .emailsubmission .input {
	box-shadow: none;
	background-color: #f2f1f1;
	border: 0;
	border-radius: 4px 0 0 4px;
	color: #5e5c69;
	font-size: 0.875rem;
	font-weight: 400;
	height: 40px;
	line-height: 20px;
	outline: 0;
	padding: 0 4px 0 16px;
	width: calc(100% - 89.5px);
	float: left;
}
@media screen and (min-width: 768px) {
	.article-footer-items .emailsubmission .input {
		padding: 0 98px 0 16px;
		width: 100%;
	}
}

.article-footer-items .emailsubmission .btn-action {
	background-color: #4ba73e;
	border: 0;
	border-radius: 0 4px 4px 0;
	color: #fff;
	cursor: pointer;
	font-size: 0.9375rem;
	font-weight: 500;
	height: 40px;
	letter-spacing: 0.015625rem;
	line-height: 40px;
	margin-top: 0;
	outline: 0;
	padding: 0 16px;
	position: absolute;
	top: 0;
	transition: background-color 0.5s;
	right: 0;
}
.article-footer-items .emailsubmission .btn-action:hover,
.article-footer-items .emailsubmission .btn-action:hover {
	background-color: #30692c;
}
/****************************
 Custom Pagination 
****************************/
.custom-pagination a {
	color: #5e5c69;
	font-size: 0.9375rem;
	font-weight: 400;
	float: left;
	position: relative;
	line-height: 25px;
}
@media screen and (min-width: 375px) {
	.custom-pagination a {
		font-size: 1.125rem;
	}
}
.custom-pagination a:first-child {
	padding-left: 39px;
}
.custom-pagination a:first-child::before {
	content: "";
	display: inline-block;
	height: 24px;
	left: 0;
	position: absolute;
	top: 0.5px;
	width: 24px;
}
.custom-pagination a:last-child {
	padding-right: 39px;
	float: right;
}
.custom-pagination a:last-child::after {
	content: "";
	display: inline-block;
	height: 24px;
	position: absolute;
	right: 0;
	top: 0.5px;
	width: 24px;
}
.custom-pagination a[href="#"] {
	display: none;
	cursor: none;
}
div#custom-articles {
	display: none;
}
/****************************
 Custom Archor Links 
****************************/
.zd-article-sidebar-archor {
	margin-bottom: 16px;
}
.zd-article-sidebar-archor-items {
	margin-bottom: 4px;
}
.zd-article-sidebar-archor-link {
	border-radius: 4px;
	display: block;
	color: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 1.5;
	margin: 0;
	padding: 3.75px 5px;
}
.zd-article-sidebar-archor-link.active,
.zd-article-sidebar-archor-link.active:hover,
.zd-article-sidebar-archor-link.active:focus {
	background: #4ba73e;
	color: #ffffff;
	font-weight: 500;
}
.zd-article-sidebar-archor-link:hover,
.zd-article-sidebar-archor-link:focus {
	background: #f8f8f8;
	color: #4ba73e;
}
.tabs-wrap {
	display: block;
	margin-bottom: 32px;
}
ul.tabs-list {
	height: 53px;
	position: relative;
	width: fit-content;
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.tab {
	background: #fff;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	border-radius: 4px 4px 0px 0px;
	float: left;
	height: 37px;
	line-height: 16px;
	margin-right: 4px;
	padding: 5px 16px 4px 16px;
	position: relative;
	vertical-align: bottom;
	width: fit-content;
}
.tab-text {
	bottom: -5px;
	color: #373948;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	left: 0;
	letter-spacing: -0.25px;
	pointer-events: none;
	position: relative;
	text-align: center;
}
.tab-active {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-bottom-color: #fff;
}
.tab-active .tab-text {
	color: #4ba73e;
}
.tabs-panel {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 0px 4px 4px 4px;
	display: none;
	min-height: 300px;
	margin-top: -1px;
	padding: 30px;
	width: 100%;
}
.tabs-panel :where(h1, h2, h3, h4, h5, h6) {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 20px;
	margin-top: 20px;
	pointer-events: none;
}
.tabs-panel p {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 12px;
	margin-top: 0;
	max-height: 80%;
	overflow-x: hidden;
	overflow-wrap: break-word;
}
.tabs-panel ol,
.tabs-panel ul {
	list-style-type: none;
	padding-left: 0px;
}
.tabs-panel ol {
	counter-reset: list;
	list-style-type: decimal;
	padding-left: 0px;
}
.tabs-panel ul {
	list-style-type: disc;
	padding-left: 0px;
}
.tabs-panel ol li {
	/*   counter-increment: list; */
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 24px;
}
.tabs-panel ul li {
	text-indent: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}
/* .tabs-panel ul > li img {
    margin-left: 20px;
} */
/* .tabs-panel ol > li::before {
    background-clip: padding-box;
    background-color: @green-100-pct;
    border-radius: 13px;
    color: #FFFFFF;
    content: counter(list);
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
    margin-right: 15px;
    padding-left: 0px;
    text-indent: 8px;
    vertical-align: top;
    width: 24px;
} */
.tabs-panel ol li:nth-child(n + 10)::before {
	text-indent: 4px;
}
.tabs-panel ol li:nth-child(n + 20)::before {
	text-indent: 4.5px;
}
@media print {
	.tabs-panel ol li:before {
		background-color: none;
		border: 1px solid #ddd;
		color: #ccc;
	}
}
.tabs-panel img {
	margin-top: 0;
	margin-bottom: 12px;
}
.tabs-panel li img {
	margin-bottom: 0px;
	margin-top: 12px;
}
.tabs-panel hr {
	height: 1px;
	border: none;
	color: #e5e5e5;
	background-color: #e5e5e5;
	margin: 30px auto;
	width: 60%;
}
.panel-active {
	display: block;
}
.note-box {
	background: #ffffff;
	background-clip: padding-box;
	border-radius: 4px;
	display: block;
	margin: 18px 0;
	padding: 16px 32px 12px 72px;
	position: relative;
	width: 100%;
}

.note-box :is(ul) {
  margin-block: 0;
}

.note-box > ul > li:first-child {
	margin-top: 0;
}
.note-box::before {
	background-repeat: no-repeat;
	background-position: top left;
	content: "";
	position: absolute;
	top: 16px;
	left: 32px;
	width: 24px;
	height: 24px;
}
.note-box.error {
	background: #fef1ed;
	border: 1px solid #ee765c;
}
.note-box.error a {
	color: #e6362c;
}
.note-box.warning {
	background: #fef5e9;
	border: 1px solid #f8b14e;
}
.note-box.warning a {
	color: #f39600;
}
.note-box.warning a > strong {
	color: #f39600;
	font-weight: 500;
}
.note-box.information {
	background: #edf4fc;
	border: 1px solid #7eb8e5;
}
.note-box.information a {
	color: #43a4dc;
}
.note-box .article-summary {
	margin-top: -2px;
}
.note-box :where(h1, h2, h3, h4, h5, h6) {
	margin-top: 0;
}
.note-box h1::before,
.note-box h2::before,
.note-box h3::before,
.note-box h4::before,
.note-box h5::before,
.note-box h6::before {
	content: "";
	display: block;
	margin-top: -4px;
}
.note-box img {
	margin: 0 4px 0 0;
}
.article-body .anchor {
	border-bottom: 1px solid #e6e6e6;
	color: #373948;
	display: block;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.25rem;
	line-height: 28px;
	font-weight: 500;
	margin: 1rem 0;
	padding-bottom: 10px;
	position: relative;
}
.article-body .anchor-link {
	height: 2px;
	pointer-events: auto;
	position: absolute;
	top: -65px;
	width: 2px;
}


.icon {
	text-decoration: none;
}
.icon:focus {
	border: none;
}
.icon::before {
	content: "";
	display: inline-block;
	padding: 0;
}
.footer-navigation .icon::before {
	background-size: 550px 310px;
	height: 24px;
	margin-right: 8px;
	margin-top: -3px;
	width: 24px;
	vertical-align: middle;
}
.footer-left-isamslinks .footer-navigation .menu:nth-child(1) .icon::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -3px -3px;
	background-size: 550px 310px;
}
.footer-left-isamslinks .footer-navigation .menu:nth-child(1) .icon:hover::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -3px -29px;
	background-size: 550px 310px;
}
.footer-left-isamslinks .footer-navigation .menu:nth-child(2) .icon::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -133px -3px;
	background-size: 550px 310px;
}
.footer-left-isamslinks .footer-navigation .menu:nth-child(2) .icon:hover::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -133px -29px;
	background-size: 550px 310px;
}
.footer-left-isamslinks .footer-navigation .menu:nth-child(3) .icon::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -29px -3px;
	background-size: 550px 310px;
}
.footer-left-isamslinks .footer-navigation .menu:nth-child(3) .icon:hover::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -29px -29px;
	background-size: 550px 310px;
}
.footer-left-isamslinks .footer-navigation .menu:nth-child(4) .icon::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -55px -3px;
	background-size: 550px 310px;
}
.footer-left-isamslinks .footer-navigation .menu:nth-child(4) .icon:hover::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -55px -29px;
	background-size: 550px 310px;
}
.footer-left-isamslinks .footer-navigation .menu:nth-child(5) .icon::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -81px -3px;
	background-size: 550px 310px;
}
.footer-left-isamslinks .footer-navigation .menu:nth-child(5) .icon:hover::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -81px -29px;
	background-size: 550px 310px;
}
.footer-left-isamslinks .footer-navigation .menu:nth-child(6) .icon::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -107px -3px;
	background-size: 550px 310px;
}
.footer-left-isamslinks .footer-navigation .menu:nth-child(6) .icon:hover::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -107px -29px;
	background-size: 550px 310px;
}
.footer-left-sociallinks .footer-navigation .menu:nth-child(1) .icon::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -159px -3px;
	background-size: 550px 310px;
}
.footer-left-sociallinks .footer-navigation .menu:nth-child(1) .icon:hover::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -159px -29px;
	background-size: 550px 310px;
}
.footer-left-sociallinks .footer-navigation .menu:nth-child(2) .icon::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -185px -3px;
	background-size: 550px 310px;
}
.footer-left-sociallinks .footer-navigation .menu:nth-child(2) .icon:hover::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -185px -29px;
	background-size: 550px 310px;
}
.footer-left-sociallinks .footer-navigation .menu:nth-child(3) .icon::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -211px -3px;
	background-size: 550px 310px;
}
.footer-left-sociallinks .footer-navigation .menu:nth-child(3) .icon:hover::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -211px -29px;
	background-size: 550px 310px;
}
.footer-left-sociallinks .footer-navigation .menu:nth-child(4) .icon::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -237px -3px;
	background-size: 550px 310px;
}
.footer-left-sociallinks .footer-navigation .menu:nth-child(4) .icon:hover::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -237px -29px;
	background-size: 550px 310px;
}
.footer-left-sociallinks .footer-navigation .menu:nth-child(5) .icon::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -263px -3px;
	background-size: 550px 310px;
}
.footer-left-sociallinks .footer-navigation .menu:nth-child(5) .icon:hover::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -263px -29px;
	background-size: 550px 310px;
}
.footer-left-sociallinks .footer-navigation .menu:nth-child(6) .icon::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -289px -3px;
	background-size: 550px 310px;
}
.footer-left-sociallinks .footer-navigation .menu:nth-child(6) .icon:hover::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -289px -29px;
	background-size: 550px 310px;
}
.footer .container > .footer-right > .footer-right-insights .footer-insights-item.icon:before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -3px -239px;
	background-size: 550px 310px;
}
.footer .container > .footer-right > .footer-right-insights .footer-insights-item.icon:hover:before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -10px -239px;
	background-size: 550px 310px;
}
.custom-pagination a:first-child::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -133px -269px;
	background-size: 550px 310px;
}
.custom-pagination a:last-child::after {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -107px -269px;
	background-size: 550px 310px;
}
.note-box.error::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -211px -269px;
	background-size: 550px 310px;
}
.note-box.warning::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -184px -269px;
	background-size: 550px 310px;
}
.note-box.information::before {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -159px -269px;
	background-size: 550px 310px;
}

/* Network Navigation */

.network-nav {
  background-color: #1c1d23;
  top: 0;
  width: 100%;
  
  @media (width < 1025px) {
      min-height: 32px;
  		position: sticky;
      z-index:1001;
  }
}

.network-nav__container {
  display: block;
  height: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .network-nav__container {
    padding-right: 0 !important;
  }
}
.network-nav__fade {
  background: linear-gradient(90deg, rgba(28, 29, 35, 0), #1c1d23);
  height: 32px;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 24px;
  z-index: 2;
}
.network-nav *::-webkit-scrollbar {
  display: none;
}
.network-nav__list {
  flex: 0 100%;
  display: flex;
  flex-flow: row nowrap;
  gap: 0 24px;
  min-width: 100%;
  overflow-y: hidden;
  overflow-x: -moz-hidden-unscrollable;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -webkit-user-select: none;
  scrollbar-width: none;
}
.network-nav__item {
  padding-block: 10px;
   line-height:12px;
}
@media screen and (max-width: 767px) {
  .network-nav__item:last-child {
    padding-right: 24px;
  }
}
.network-nav__link {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: -0.25px;
 
}
.network-nav__link:is(:hover,:focus) {
  color: #fff;
  text-decoration: underline;
}
.network-nav__link:visited {
  color: #fff;
}
.network-nav__link--active {
  text-decoration: underline;
}

.header {
	background-color: #373948;
	box-shadow: 0 0 4px rgba(196, 196, 196, 0.14), 0 4px 4px rgba(0, 0, 0, 0.14);
	height: 80px;
	position: sticky;
	min-width: 320px;
	width: 100%;
	top:32px;
	z-index: 1000;
}
.header.open {
	background-color: #4ba73e;
	box-shadow: none;
	position: fixed;
	top: 32px;
	z-index: 1001;
}
:has(.header.open) .network-nav {
  position: fixed;
}

.header .logo {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -3px -189px;
	background-size: 550px 310px;
	display: block;
	float: left;
	height: 48px;
	margin-top: 16px;
	width: 81px;
}

.header .header-menu {
    background-color: #373948;
    border: 2px solid #ffffff;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 16px 0 16px 16px;
    padding: 13px 20px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-user-select: none;
    user-select: none;
  
     &:where(:hover,:focus-visible) {
        background-color: #ffffff;
        color: #373948;
        text-decoration: none;
        transition: background-color 0.5s;
    }
  
  
  	@media screen and (min-width: 1025px) {
        &,&.open {
          	display: none;
        }
  	}
}

.header-menu-item {
	display: block;
	line-height: 1;
	overflow: hidden;
}

.header .header-menu.open{
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -3px -269px;
	background-size: 550px 310px;
	background-clip: content-box;
	border-width: 0;
	display: block;
	height: 24px;
	margin: 28px 30px 0 0;
	padding: 0;
	transform: rotate(90deg);
	transition: transform 0.5s ease-out;
	width: 24px;
}
.header .header-menu.open > .header-menu-item{
	display: none;
}

.header-submit {
		@media screen and (max-width: 1024px) {
      	display: none;
    }
  	@media screen and (min-width: 1025px) {
        background-color: #373948;
        border: 2px solid #ffffff;
        border-radius: 3px;
        color: #ffffff;
        cursor: pointer;
        float: right;
        font-size: 1.125rem;
        font-weight: 500;
        margin: 16px 0 0 16px;
        line-height: 1;
        outline: 0;
        padding: 13px 20px;
        text-align: center;
        text-decoration: none;
        transition: background-color 0.5s ease-in-out;
        -webkit-user-select: none;
        user-select: none;
  	
        &:where(:hover,:focus-visible) {
            background-color: #ffffff;
            color: #373948;
        }
  	}
}

@media screen and (min-width: 540px) {
	.header .logo {
		background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -3px -139px;
		background-size: 550px 310px;
		width: 236px;
	}

}
@media screen and (min-width: 1025px) {
	.header {
		box-shadow: none;
		position: unset;
  }
}

.header-search {
  	@media screen and (max-width: 1024px) {
    	display:none;
    }
  
    @media screen and (min-width: 1025px) {
        float: right;
        margin: 16px 0;
        width: 300px;
    }
  
   	input[type="search"]:focus {
    		border: 1px solid #e6e6e6;
  	}
  
  
}

@keyframes animation {
	from {
		opacity: 0;
		transform: translate(0, 40px);
		transition: transform 2s, opacity 20s ease-out;
	}
	to {
		opacity: 1;
		transform: translate(0, 0);
	}
}

/* Navigation */
.navigation {
}
@media screen and (max-width: 1024px) {
	.navigation {
		display: none;
		visibility: hidden;
	}

	.navigation.open {
		background-color: #4ba73e;
		box-sizing: border-box;
		display: block;
		height: 100%;
		left: 0;
		padding: 112px 24px 32px 24px;
		position: fixed;
		transition: opacity 300ms ease;
		top: 32px;
		visibility: visible;
		min-width: 360px;
		width: 100%;
		z-index: 1000;
	}
}

@media screen and (min-width: 768px) {
	.navigation.open {
		padding-left: 32px;
		padding-right: 32px;
	}
}
@media screen and (min-width: 1025px) {
	.navigation {
		background-color: #5e5c69;
		box-shadow: 0 0 4px rgba(196, 196, 196, 0.14), 0 4px 4px rgba(0, 0, 0, 0.14);
		display: block;
		height: 56px;
		opacity: 1;
		position: relative;
		text-align: left;
		width: 100%;
		z-index: 1;
	}

	.navigation.sticky-navigation {
		position: sticky;
		opacity: 0.95;
		top: 0;
		left: 0;
		z-index: 1000;
	}
}

.navigation-search {
  	margin-bottom: 28px;
    width: 100%;
  
  	@media (width >= 560px){
			width: 50%;
		}
  
  @media screen and (min-width: 1025px) {
    display: none;
  }
  
  input:focus-visible {
    outline-color: #FFF;
  }
}

/* Navigation Container */
@media screen and (max-width: 1024px) {
	.navigation .container.open {
		animation-duration: 1s;
		animation-name: animation;
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		height: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
	.navigation .container.open {
		flex-flow: column wrap;
	}
}

/* Navigation Menu More */
@media screen and (max-width: 1024px) {
	.navigation .menu-more {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.navigation .menu-more {
		position: relative;
		margin-right: 16px;
	}
}

@media screen and (min-width: 1031px) {
	.navigation .menu-more {
		margin-right: 20px;
	}
}

/* Navigation Menu */
@media screen and (max-width: 1024px) {
	.navigation .menu {
		list-style: none;
		flex: 1 1 auto;
		max-height: 40px;
		min-height: 32px;
	}

	.navigation .menu-help-guides {
		display: none;
	}
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
	.navigation .menu:nth-of-type(-n + 7) {
		margin-right: 30px;
	}
}

@media screen and (min-width: 1025px) {
	.navigation .menu {
		display: block;
		float: left;
		line-height: 54px;
		list-style: none;
		margin-right: 20px;
	}

	.navigation .menu-add-discussion {
		display: none;
	}
}

/* Navigation Menu  Divider */
@media screen and (max-width: 1024px) {
	.navigation .menu.nav-divider {
		display: none;
		font-size: 0;
		border-bottom: 1px solid #fff;
		width: 15px;
		margin: 5px auto 18px auto;
		padding: 3px 0;
		height: 1px;
		max-height: initial;
		min-height: initial;
		flex: 0 auto;
	}
}
@media screen and (min-width: 1025px) {
	.navigation .nav-divider {
		border: none;
		color: #c2bfc5;
		cursor: pointer;
		display: block;
		font-size: 0.9375rem;
		font-weight: 400;
		height: 56px;
		letter-spacing: -0.25px;
		padding-bottom: 17px;
		text-decoration: none;
		text-transform: uppercase;
	}
}

/* Navigation Menu  Item */
@media screen and (max-width: 1024px) {
	.navigation .menu-item {
		color: #ffffff;
		display: block;
		font-family: "Roboto Slab", Arial, sans-serif;
		font-size: 1.25rem;
		font-weight: 400;
		/* padding-bottom: 18px; */
	}
}
@media screen and (min-width: 1025px) {
	.navigation .menu-item {
		border: none;
		color: #c1bfc5;
		display: block;
		font-size: 0.9375rem;
		font-weight: 400;
		height: 56px;
		letter-spacing: -0.25px;
		padding-bottom: 17px;
		text-decoration: none;
		text-transform: uppercase;
	}
}

/* Navigation Menu  Item - Non Uppercase */
@media screen and (min-width: 1025px) {
	.navigation .menu-item.non-uppercase {
		text-transform: none;
	}

	.navigation .menu-item > span {
		text-transform: none;
	}
}

/* Navigation Menu  Item More */
@media screen and (min-width: 1138px) {
	.navigation .menu-item-more {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.navigation .menu-item-more::after {
		padding-right: 15px;
		background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -39.5px -251px;
		background-size: 550px 310px;
		content: "";
		display: inline-block;
		font-size: 14px;
		height: 16px;
		margin: 0 0 0 10px;
		padding: 0;
		position: relative;
		top: 4px;
		width: 16px;
	}
}

/* Navigation Dropdown Last Item */
@media screen and (max-width: 1024px) {
	.navigation .menu:last-child > .menu-item {
		padding-bottom: 0;
	}
}

/* Navigation Menu Current Item */
@media screen and (max-width: 1024px) {
	.navigation .menu.menu-current-item > .menu-item {
		text-decoration: underline;
	}
}

@media screen and (min-width: 1025px) {
	.navigation .menu.menu-current-item {
		border-bottom: solid 2px #ffffff;
	}
}

@media screen and (min-width: 1025px) {
	.navigation .container > .menu > .menu-item.menu-item-more,
	.navigation .container > .menu > .menu-item.menu-item-more:hover,
	.navigation .container > .menu > .menu-item.menu-item-more:focus {
		border-bottom-width: 0 !important;
	}
}

/* Navigation Menu Item - Hover */
@media screen and (min-width: 1025px) {
	.navigation .menu > .menu-item:hover {
		border-bottom: solid 2px #ffffff;
		color: #ffffff;
		padding-bottom: 16px;
	}
}

@media screen and (min-width: 1025px) {
	.navigation .menu.menu-submit {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.navigation .menu.menu-current-item > .menu-item {
		color: #ffffff;
		margin-bottom: -2px;
	}
}

@media (hover: none) and (pointer: coarse) {
	.header .header-menu:not(.open),
	.header .header-menu:not(.open) {
		background-color: #373948;
		color: #ffffff;
		text-decoration: none;
		transition: background-color 0.5s;
	}
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
	.nav-wrapper {
		float: left !important;
		line-height: 28px !important;
		width: 100%;
	}
}
.nav-wrapper {
	float: right;
	line-height: 52px;
}
.nav-wrapper {
	float: right;
	line-height: 52px;
}
.nav-wrapper > .user-info {
	line-height: 28px;
}
.user-nav {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
}
@media (min-width: 768px) {
	.user-nav {
		position: relative;
	}
}
.user-nav[aria-expanded="true"] {
	background-color: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	border: solid 1px #ddd;
	right: 0;
	left: 0;
	top: 71px;
	z-index: 1;
}
.user-nav[aria-expanded="true"] > a {
	display: block;
	margin: 20px;
}
.nav-wrapper a {
	border: 0;
	color: #95358b;
	display: none;
	font-size: 14px;
	padding: 0 20px 0 0;
	width: auto;
}
@media (min-width: 768px) {
	.nav-wrapper a {
		display: inline-block;
	}
}
[dir="rtl"] .nav-wrapper a {
	padding: 0 0 0 20px;
}
.nav-wrapper a:hover,
.nav-wrapper a:focus,
.nav-wrapper a:active {
	background-color: transparent;
	color: #95358b;
	text-decoration: underline;
}
.nav-wrapper a.login {
	display: none;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.nav-wrapper a.login {
		font-family: "Roboto Slab", Arial, sans-serif;
		font-size: 1.25rem;
		font-weight: 400;
		line-height: 40px;
	}
}
@media screen and (min-width: 768px) {
	.nav-wrapper a.login {
		font-size: 0.9375rem;
		font-weight: 400;
		height: 56px;
		letter-spacing: -0.25px;
		padding-right: 0;
		text-transform: uppercase;
	}
}
.nav-wrapper .icon-menu {
	display: none;
	margin-right: 10px;
	color: #95358b;
}
@media screen and (min-width: 768px) {
	.nav-wrapper .icon-menu {
		display: none;
	}
}
[dir="rtl"] .nav-wrapper .icon-menu {
	margin-left: 10px;
	margin-right: 0;
}
#user-menu > a.my-activities {
	display: none !important;
}

.analytics_board {
	background-color: #101214;
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	padding: 56px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
@media screen and (min-width: 768px) {
	.analytics_board {
		padding: 64px 0;
	}
}
.analytics_board.open {
	display: block;
}
body.fixed {
	overflow: hidden;
}
.analytics_board_container {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0 24px 64px 24px;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.analytics_board_container {
		display: flex;
		flex-direction: row;
		margin: 0 auto;
		padding: 0;
		width: 482px;
	}
}
.analytics_board_header .container {
	position: relative;
}
@media screen and (min-width: 768px) {
	.analytics_board_header .cs_header_container {
		margin: 0 auto;
		padding: 0;
		max-width: 840px;
	}
}
.analytics_board_header h2 {
	color: #c4c4c4;
	flex-basis: 100%;
	font-family: "Roboto Slab", Arial, sans-serif;
	font-size: 1.5625rem;
	font-weight: 400;
	letter-spacing: -0.75px;
	line-height: 1;
	margin: 0 25px 35px 0;
}
@media screen and (min-width: 768px) {
	.analytics_board_header h2 {
		font-size: 2.5rem;
		margin-bottom: 48px;
	}
}
.analytics_board_menu {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") -55px -269px no-repeat;
	background-size: 550px 310px;
	background-clip: content-box;
	cursor: pointer;
	display: block;
	height: 24px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 24px;
}
.analytics_board_menu:hover {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") -81px -269px no-repeat;
	background-size: 550px 310px;
}
@media screen and (min-width: 768px) {
	.analytics_board_menu {
		right: 32px;
		top: 4px;
	}
}
@media screen and (min-width: 1280px) {
	.analytics_board_menu {
		right: 64px;
		top: 4px;
	}
}
.container {
	padding: 0 24px;
}
@media screen and (min-width: 768px) {
	.container {
		padding: 0 32px;
	}
}
@media screen and (min-width: 840px) {
	.container {
		padding: 0 32px;
	}
	.main {
		padding-top: 56px;
	}
}
@media screen and (min-width: 1280px) {
	.container {
		margin: 0 auto;
		padding: 0 64px;
		width: 1280px;
	}
}

.homepage {
	background: #f1f1f1;
}

.homeContent {
	background: transparent;
	border-radius: 0;
	border: 0px solid transparent;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	padding: 64px 0;
}

@media screen and (min-width: 768px) {
	.homeContent {
		flex-flow: row wrap;
	}
}

.homeContent__item {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
}

@media screen and (max-width: 767px) {
	.homeContent__item:not(:last-of-type) {
		padding-bottom: 32px;
	}
	.homeContent__item {
		padding-top: 0;
	}
}

@media screen and (min-width: 768px) {
	.homeContent__item {
		background-color: #ffffff;
		border: 1px solid #e6e6e6;
		border-radius: 4px;
		flex: 0 0 calc((100% - 30px) / 2);
		margin-right: 30px;
		padding: 30px;
	}

	.homeContent__item:nth-of-type(2n) {
		margin-right: 0;
	}

	.homeContent__item:nth-of-type(2n) {
		margin-right: 0;
	}

	.homeContent__item:nth-of-type(n + 3) {
		margin-top: 30px;
	}
}

.homeContent__header {
	margin-bottom: 23px;
}

.homeContent__title {
	color: #373948;
	font-family: "Roboto Slab", Arial, sans-serif;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 1.25;
}
@media screen and (min-width: 768px) {
	.homeContent__title {
		font-size: 1.5625rem;
	}
}

.homeContent__body {
	height: 100%;
	width: 100%;
}

.homeContent__list {
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
}

.homeContent__list-item {
	border-bottom: 1px solid #e6e6e6;
	display: block;
	padding: 17.5px 0;
	line-height: 1.4;
	width: 100%;
}

.homeContent__list-item:last-of-type {
	border-bottom-width: 0;
}

.homeContent__link,
.homeContent__link:any-link {
	color: #5e5c69;
	display: block;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: -0.25px;
	transition: color ease-in-out 0.3s;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	display: table;
	table-layout: fixed;
}

.homeContent__link span {
	display: table-cell;
	overflow: hidden;
	text-overflow: ellipsis;
}

.homeContent__link span::before {
	background: transparent url("/hc/theming_assets/01HZMARFHGTE31PZ018ARKY36E") no-repeat left bottom;
	background-size: auto;
	background-size: 16px 16px;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	left: 0;
	top: 2px;
	position: relative;
}

.homeContent__link:hover {
	color: #4ba73e;
}

.homeContent__footer {
	padding-top: 17.5px;
}

.homeContent__footnote {
	color: #4ba73e;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 1.4;
	text-transform: capitalize;
	transition: color ease-in-out 0.3s;
}

.homeContent__footnote:hover,
.homeContent__footnote:focus {
	color: #30692c;
}

/* Home Grid */

.home-content-one {
		background-color: #f8f8f8;
		padding: 64px 0 64px 0;
		width: 100%;
	}
.home-content-one .heading {
			position: relative;
			grid-column: 1/-1;
			isolation: isolate;

			color: #373948;
			font-size: 20px;
			font-weight: 500;
			line-height: 0.8;
			margin: 0;
}

.home-content-one .grid + .heading {
    margin-top: 48px;
  }

.home-content-one .heading::before {
    content: "";
    display: block;
    background-color: #e6e6e6;
    height: 1px;
    position: absolute;
    inset: 0;
    inset-block-start: 9.6px;
    width: 100%;
    z-index: -1;
  }

.home-content-one .heading h3 {
    background-color: #f8f8f8;
    color: #373948;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    line-height: 0.8;
    margin: 0;
    padding-right: 32px;
  	margin-bottom: 32px;
  }
		
.home-content-one .grid {
		--min-grid-width: 204px;
		display: grid;
		gap: 32px;
		grid-template-columns: repeat(auto-fill, minmax(var(--min-grid-width), 1fr));
}

/* Home Card */

.card-home {
	align-items: center;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: start;
	min-height: 152px;
	gap: 16px;
	padding: 16px 12px;
	text-align: center;
	transition: border-color 0.3s ease-in-out;
}

.card-home:is(:hover, :focus-visible) {
		border-color: #4ba73e;
		text-decoration: none !important;
}

.card-home:is(:hover, :focus-visible) h4 {
    color: #4ba73e;
  }
	

.card-home img {
 
		aspect-ratio: 1 / 1;
		width: 58px;
}

.card-home	h4 {
  color: #5e5c69;
  font-size: calc(15rem / 16);
  font-weight: 400;
  margin: 0;
  max-width: 16ch;
  text-wrap: balance;
}

/* request-list-page */
.request-list-page {
	background: #ffffff;
	padding: 56px 0 64px 0;
}

@media screen and (min-width: 768px) {
	.request-list-page {
		background: #f1f1f1;
		padding: 22px 0 64px 0;
	}
}
@media screen and (min-width: 1280px) {
	.request-list-page {
		background: #f1f1f1;
		padding: 16px 0 64px 0;
	}
}
.request-list-page .sub-nav {
	display: none;
}
@media screen and (min-width: 768px) {
	.request-list-page .sub-nav {
		display: block;
		margin-bottom: 23px;
	}
}
@media screen and (min-width: 1280px) {
	.request-list-page .sub-nav {
		margin-bottom: 16px;
	}
}
.request-list-page-header {
	color: #5e5c69;
	font-family: "Roboto Slab", Arial, sans-serif;
	font-size: 1.5625rem;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 1.4;
	margin: 0;
	padding-bottom: 42px;
}
@media screen and (min-width: 768px) {
	.request-list-page-header {
		font-size: 2.5rem;
		padding-bottom: 31px;
	}
}
@media screen and (min-width: 1280px) {
	.request-list-page-header {
		padding-bottom: 32px;
	}
}
.request-list-page-requests-container {
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	height: 48px;
	margin-bottom: 24px;
	padding: 0 24px;
	width: 100%;
}
.request-list-page-requests-bar {
	border: 0;
	display: flex;
	flex-direction: row;
	font-size: 0.9375rem;
	height: 100%;
	overflow: hidden;
}
.request-list-page-requests-bar li {
	color: #5e5c69;
	display: block;
	height: 100%;
	line-height: 16px;
	margin-right: 15px;
	order: 1;
}
@media screen and (min-width: 375px) {
	.request-list-page-requests-bar li {
		margin-right: 30px;
	}
}
.request-list-page-requests-bar li:last-child {
	margin-right: 0;
}
.request-list-page-requests-bar li:hover {
	border-bottom: 2px solid #4ba73e;
}
[dir="rtl"] .request-list-page-requests-bar li {
	margin-left: 15px;
	margin-right: 0;
}
@media screen and (min-width: 375px) {
	[dir="rtl"] .request-list-page-requests-bar li {
		margin-left: 30px;
		margin-right: 0;
	}
}
.request-list-page-requests-bar li a {
	color: #5e5c69;
	display: block;
	text-decoration: none;
	padding: 15px 0;
	letter-spacing: -0.5px;
}
.request-list-page-requests-bar li:hover a {
	color: #4ba73e;
	padding: 15px 0 11px 0;
	text-decoration: none;
}
.request-list-page-requests-bar li[aria-selected="true"] {
	border-bottom: 2px solid #4ba73e;
	color: #4ba73e;
	order: 1;
	padding: 15px 0 11px 0;
	position: relative;
}
.request-list-page-requests-bar li[aria-selected="true"]:focus {
	outline: none;
}
.request-list-page-requests-bar li[aria-selected="true"] a {
	color: #5e5c69;
}
.error-page-content {
	padding: 56px 0 52px 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.error-page-content {
		padding: 64px 0 64px 0;
		text-align: center;
	}
}
.error-page-content .image_illustration {
	background-size: contain;
	display: block;
	height: 191px;
	margin: 0 auto 25px auto;
	width: 191px;
}
@media screen and (min-width: 768px) {
	.error-page-content .image_illustration {
		background-size: contain;
		display: block;
		height: 307px;
		margin: 0 auto 24px auto;
		width: 307px;
	}
}
.error-page-content .image_illustration span {
	display: table;
	color: #5e5c69;
	font-size: 1.875rem;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	top: 102px;
	position: relative;
	left: 45px;
	width: 82px;
}
@media screen and (min-width: 768px) {
	.error-page-content .image_illustration span {
		font-size: 3rem;
		top: 164px;
		left: 73px;
		width: 130px;
	}
}
.error-page-content .image_illustration.illustration_404 {
	background: url("//p6.zdassets.com/hc/theme_assets/16631/200004208/404_307x307.svg?v=1.1") no-repeat center;
	background-size: 100%;
}
.error-page-content h1 {
	color: #5e5c69;
	font-family: "Roboto Slab", Arial, sans-serif;
	font-size: 1.5625rem;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 1;
	margin: 0;
	margin-bottom: 29px;
}
@media screen and (min-width: 768px) {
	.error-page-content h1 {
		font-size: 2.5rem;
		margin-bottom: 13px;
	}
}
.error-page-content h2 {
	color: #373948;
	font-size: 0.9375rem;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	letter-spacing: -0.00390625rem;
	line-height: 1;
	margin: 0 0 22px 0;
}
.error-page-content a.button-large {
	text-transform: capitalize;
	width: auto;
}
.footer {
	background-color: #3e3f4e;
	font-size: 0.9375rem;
	letter-spacing: -0.25px;
}
.footer .container {
	clear: both;
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: left;
}
.footer .container > .footer-colours {
	display: block;
	height: 4px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.footer .container > .footer-colours > .footer-colours-blue {
	background-color: #43a4dc;
	display: block;
	float: left;
	height: inherit;
	width: 25%;
}
.footer .container > .footer-colours > .footer-colours-purple {
	background-color: #95358b;
	display: block;
	float: left;
	height: inherit;
	width: 25%;
}
.footer .container > .footer-colours > .footer-colours-orange {
	background-color: #f39600;
	display: block;
	float: left;
	height: inherit;
	width: 25%;
}
.footer .container > .footer-colours > .footer-colours-green {
	background-color: #4ba73e;
	display: block;
	height: inherit;
	float: left;
	width: 25%;
}
.footer .container > .footer-left {
  float: left;
  order: 1;
  padding:64px 0 48px 0;
  width: 100%;
}

@media screen and (min-width: 34em) {
	.footer .container > .footer-left {
		padding: 64px 0 30px 0;
  }
}

.footer .container > .footer-left .logo {
	height: 32px;
	margin-bottom: 54px;
}
.footer .container > .footer-left .logo-link {
	background: transparent url("/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ?v=3.9.2") no-repeat -289px -139px;
	background-size: 550px 310px;
	border: none;
	display: block;
	float: left;
	height: 33px;
	width: 158px;
}
.footer .container > .footer-left > .footer-left-navigation,
.footer .container > .footer-left > .footer-left-isamslinks,
.footer .container > .footer-left > .footer-left-sociallinks {
	float: left;
	width: 33%;
}
.footer .container > .footer-left > .footer-left-navigation .footer-navigation,
.footer .container > .footer-left > .footer-left-isamslinks .footer-navigation,
.footer .container > .footer-left > .footer-left-sociallinks .footer-navigation {
	margin: 0;
	padding: 0;
}

.footer .container > .footer-left > :is(.footer-left-navigation, .footer-left-isamslinks, .footer-left-sociallinks) .menu {
	line-height: 0;
	list-style: none;

  	+ .menu  a{
        margin-top: 8px;
 	}
}
.footer .container > .footer-left > .footer-left-navigation .footer-navigation .menu .menu-item,
.footer .container > .footer-left > .footer-left-isamslinks .footer-navigation .menu .menu-item,
.footer .container > .footer-left > .footer-left-sociallinks .footer-navigation .menu .menu-item {
	border: none;
	color: #c1bfc5;
	display: block;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
}
.footer .container > .footer-left > .footer-left-navigation .footer-navigation .menu .menu-item:hover,
.footer .container > .footer-left > .footer-left-isamslinks .footer-navigation .menu .menu-item:hover,
.footer .container > .footer-left > .footer-left-sociallinks .footer-navigation .menu .menu-item:hover {
	color: #fff;
	text-decoration: none;
}
.footer .container > .footer-left > .footer-left-navigation .footer-navigation .menu .menu-item.disabled:hover,
.footer .container > .footer-left > .footer-left-isamslinks .footer-navigation .menu .menu-item.disabled:hover,
.footer .container > .footer-left > .footer-left-sociallinks .footer-navigation .menu .menu-item.disabled:hover {
	color: #8c8993;
}
.footer .container > .footer-left > .footer-left-navigation .footer-navigation .menu.menu-current-item a.menu-item,
.footer .container > .footer-left > .footer-left-isamslinks .footer-navigation .menu.menu-current-item a.menu-item,
.footer .container > .footer-left > .footer-left-sociallinks .footer-navigation .menu.menu-current-item a.menu-item {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 480px){
  .footer .container > .footer-left > .footer-left-sociallinks {
    display: none;
  }
}
.footer .container > .footer-left > .footer-left-navigation .menu-item-active {
	color: #fff;
}
.footer .container > .footer-left > .footer-left-isamslinks a,
.footer .container > .footer-left > .footer-left-sociallinks a {
	background-position: 0 4px;
	background-repeat: no-repeat;
	background-size: 24px;
}
.footer .container > .footer-left:after {
	content: '';
	clear: both;
	display: block;
}
.footer .container > .footer-right {
	float: left;
	order: 2;
	padding: 0;
	width: 100%;
}
@media screen and (min-width: 34em){
    .footer .container > .footer-right {
    	padding: 0 0 48px 0;
    }
}
.footer .container > .footer-right > .footer-right-insights,
.footer .container > .footer-right > .footer-right-newsletter {
	background-color: #373948;
	border-radius: 4px;
	padding: 12px 16px 6px 16px;
}
.footer .container > .footer-right > .footer-right-insights > h1,
.footer .container > .footer-right > .footer-right-newsletter > h1 {
	color: #fff;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: inherit;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0 0 14px 0;
}

.footer .container:after {
	clear: both;
	content: '';
	display: block;
}

/* Footer Insight */

.footer-insights {
	background-color: #373948;
	border-radius: 4px;
	padding: 16px 16px 16px 16px;
  margin-bottom: 16px;

	@media (width < 48em) {
		display: none;
	}

	h2 {
		color: #fff;
		font-family: var(--font-family);
		font-size: calc(15rem / 16);
		font-weight: 500;
		line-height: 1.2;
		margin-top: 0;
		margin-bottom: 14px;
		text-transform: uppercase;
	}

	ul {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 8px;
		padding: 0;
    margin:0;
	}

	li {
		display: contents;
	}

	a {
		background-color: #3e3f4e;
		border-radius: 4px;
		color: #8d8993;
		font-size: calc(12rem / 16);
		font-weight: 400;
		line-height: 1.5;
		padding: 11px 16px;
		transition: color 0.3s ease;

		@media (hover: hover) and (pointer: fine) {
			&:is(:hover, :focus-visible) {
				color: #fff;
			}
		}

		&:focus-visible {
			color: #fff;
		}
	}
}

/* Footer Associations */
.footer-associations {
		/* container: associations / inline-size; */
  	background-color: #373948;
    border-radius: 4px;
  	display: block;
  	padding: 14px 16px 32px 16px;
  
    @media (width < 34em) {
    	display: none;
    }
		
    h2 {
        color: #fff;
        font-family: var(--font-family);
        font-size: calc(15rem / 16);
        font-weight: 500;
        line-height: 1.2;
        margin-top: 0;
        margin-bottom: 24px;
        text-transform: uppercase;
    }

    ul {
        align-items: center;
        display: flex;
        justify-content: space-between;
        gap: 8px;
      	margin:0;
      padding:0;
    }

    li {
        display: contents;
        list-style: '';
    }

    img {
        object-fit: contain;
        max-height: 25px;
        min-width: 49px;
        width: unset;
    }
}

.footer .footnote {
	background-color: #373948;
}
.footer .footnote .container {
	display: block;
	line-height: 72px;
	font-weight: 400;
	text-align: left;
}
.footer .footnote .container > a {
	border: none;
	color: #8c8993;
	display: none;
	font-weight: 400;
	margin-right: 25px;
	text-decoration: none;
	text-transform: uppercase;
}
.footer .footnote .container > a.non-uppercase {
	text-transform: none;
}
.footer .footnote .container > a.last {
	margin-right: 0;
}
.footer .footnote .container > a:hover {
	color: #fff;
	text-decoration: none;
}
.footer .footnote .container > .footnote-content-copyright {
	border: none;
	display: block;
	color: #c1bfc5;
	float: left;
	text-transform: none;
}
.footer .footnote:after {
	clear: both;
	content: "";
	display: block;
}
@media screen and (min-width: 375px) {
	.footer .container > .footer-colours {
		right: 24px;
		width: 327px;
	}
}
@media  screen and (min-width: 768px) {
	.footer .container > .footer-colours {
		right: 32px;
	}
	.footer .container > .footer-left {
		order: 1;
		padding: 64px 0 0 0;
	}
	.footer .container > .footer-left .logo {
		margin-bottom: 54px;
	}
	.footer .container > .footer-left > .footer-left-navigation,
	.footer .container > .footer-left > .footer-left-isamslinks,
	.footer .container > .footer-left > .footer-left-sociallinks {
		width: 33.33333333%;
	}

	.footer .container > .footer-left > .footer-left-navigation {
		display: block;
	}
	.footer .container > .footer-left > .footer-left-isamslinks a,
	.footer .container > .footer-left > .footer-left-sociallinks a {
		padding-left: 50%;
	}
	.footer .container > .footer-left > .footer-left-isamslinks a {
		padding-left: 25%;
		padding-right: 25%;
	}
	.footer .container > .footer-left > .footer-left-sociallinks .footer-navigation .menu .menu-item {
		width: 96px;
		float: right;
		clear: both;
		padding-left: 0;
	}
	.footer .container > .footer-left:after {
		content: '';
		clear: both;
		display: block;
	}
	.footer .container > .footer-right {
		order: 2;
		padding: 43px 0 48px 0;
	}

	.footer .container > .footer-right > .footer-right-insights {
		display: block;
	}

	.footer .footnote .container > a {
		display: block;
		float: left;
	}
	.footer .footnote .container > .footnote-content-copyright {
		float: right;
	}
	.footer .footnote .container > .footnote-content-statuspage {
		display: none;
	}
}

@media  screen and (max-width: 480px) {
   .footer .container > .footer-left > :is(.footer-left-navigation,.footer-left-isamslinks, .footer-left-sociallinks) {
    width: 50%;
  }
}

@media  screen and (min-width: 960px) {
	.footer .footnote .container > a.footnote-content-statuspage.statuspage {
		color: #c1bfc5;
		display: block;
		text-transform: none;
		float: right;
	}
	.footer .footnote .container > a.footnote-content-statuspage.statuspage:hover {
		color: #ffffff;
	}
}
@media screen and (min-width: 1024px) {
	.footer .container {
		flex-direction: row;
	}
	.footer .container > .footer-colours {
		display: block;
		right: 32px;
	}
	.footer .container > .footer-left {
		padding: 64px 15px 48px 0;
		width: 50%;
	}
	.footer .container > .footer-left > .footer-left-isamslinks a,
	.footer .container > .footer-left > .footer-left-sociallinks a {
		padding-left: 0;
		padding-right: inherit;
	}
	.footer .container > .footer-left > .footer-left-sociallinks .footer-navigation .menu .menu-item {
		width: 100%;
		float: left;
	}
	.footer .container > .footer-right {
		padding: 64px 0 48px 15px;
		width: 50%;
	}
	.footer .container > .footer-right > .footer-right-insights .footer-insights-item {
		width: 33.33333333%;
	}
}
@media  screen and (min-width: 1280px) {
	.footer .container > .footer-colours {
		right: 64px;
	}
	.footer .container > .footer-right > .footer-right-insights .footer-insights-item {
		width: 25%;
	}
}

.release-note {
	background: #f8f8f8;
	padding: 64px 0;
}

.release-note.hide {
	display: none;
}
.release-note__heading {
	color: #5e5c69;
	font-family: "Roboto Slab", Arial, sans-serif;
	font-size: 1.5625rem;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 1.25;
	margin-top: -4px;
	margin-bottom: 0;
	padding-bottom: 30px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.release-note__heading {
		font-size: 2.5rem;
		margin-top: -5px;
		padding-bottom: 11px;
	}
}
.release-note__description {
	text-align: center;
	color: #8c8993;
	font-size: 0.9375rem;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	letter-spacing: -0.00390625rem;
	line-height: 1.5;
	margin: 0 0 50px 0;
	margin: 0 auto 54px auto;
	max-width: 480px;
}
.release-note__form {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	position: relative;
	margin: 0 auto;
	max-width: 600px;
}
.release-note__row {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
}
@media screen and (min-width: 678px) {
	.release-note__row {
		margin-bottom: 10px;
		flex-flow: row nowrap;
	}
}
.release-note__input {
	box-shadow: none;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	color: #5e5c69;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	height: 40px;
	letter-spacing: 0;
	line-height: 20px;
	outline: 0;
	padding: 0 14px 0 16px;
	width: 100%;
	float: left;
	transition: 0.3s border-color ease;
	text-decoration: none;
}
.release-note__input:active {
	text-decoration: none;
}
.release-note__input:hover {
	border: 1px solid #4ba73e;
	transition: 0.3s border-color ease-out;
}
@media screen and (max-width: 677px) {
	.release-note__input {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 678px) {
	.release-note__input:not(:last-of-type) {
		margin-right: 10px;
	}
}
.release-note__button {
	background-color: #4ba73e;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 500;
	height: 40px;
	letter-spacing: 0.015625rem;
	line-height: 40px;
	margin: 0;
	outline: none;
	padding: 0 16px;
	transition: background-color 0.5s;
	text-decoration: none;
}
.release-note__button:focus,
.release-note__button:hover {
	background-color: #30692c;
}
@media screen and (min-width: 678px) {
	.release-note__button {
		margin-left: 10px;
	}
}

.category__page.FAQ {
	padding: 72px 0;
}

.category-text {
  font-size: 1.25rem;
  font-weight:500;
  line-height: 1.4;
  margin-bottom: 48px;
  max-width: 80ch;
}


/* Accordion  */
@supports (interpolate-size: allow-keywords) {
    :root {
    		interpolate-size: allow-keywords;
    }
	
		details{
  			transition: height 0.3s ease;
       
      	@media (width >= 48em ) {
          min-height: 74px;
        }
		
        &[open] {
          height: auto;
          overflow: clip; 
          /* Clip off contents while animating */
        }
		}
}


details{
  	display:revert;
  	max-width: 864px;
  	
    + details {
		  	border-block-start: 1px solid #e3e3e3;
    }
  
		/* --- */
  	summary {
      	align-items: center;
        color: #373948;
      	cursor:pointer;
        font-family: "Roboto Slab", Arial, sans-serif;
        font-size: 1.125rem;
        line-height: 1.2;
      	list-style: none;
        padding-block: 25px;
      	gap: 16px;
      
        text-wrap: balance;
      
        /* Roll our own marker */
        display: grid;
      	grid-template-columns: 1fr 16px;
        
        @media (width >= 48em ) {
            font-size: calc(20rem / 16);
        }
      
        &::-webkit-details-marker,
				&::marker {
          	content:"";
				}
      
      	&::after {
						content: "";
            background: transparent url(/hc/theming_assets/01HZMARBPV2TBCQV98WJSD6GDQ) no-repeat -56.5px -251px;
          	background-size: 550px 310px;
            block-size: 16px;
            inline-size: 16px;
            display: block;
            transition: transform 0.5s ease;
            transform-origin: 50% 50%;
      	}
      
        [open] &::after {
            transform: rotate(180deg);
        }
    }
  
		/*  Content  */
    > div {
            max-width: 65ch;
            padding-block-end: 23px;
      
            h3 {
                    font-size: 1rem;
                    margin-block-end:0.5em;
            }
      
            :where(p){
                    margin-block:0 1em;
              			text-wrap: pretty;

                    &:last-child{
                      		margin:0;
                    }
          }
      
          img {
            				width: min(100%,50ch);
                    border: 1px solid #e6e6e6;
           					border-radius: 4px;
          }
    
          :where(p,li){
              	font-size:0.937rem;
          }
      
     li:has(h3)::marker {
       color: #373948;
        font-weight: 500;
      }
      
        :where(ol,ul){
          			margin-block:0.5em;
          
          			:where(ol,ul){
                  			margin-block:0.5em;
                }
          }
    }
}

/* Custom Page */

.custom-page {
  padding-block:72px;
}

/* Hero */
.hero {
  background: #373948 url("/hc/theming_assets/01HZMARJXYXASJHX0X1BV00HT6") no-repeat top center / cover;
  border-image: fill 0 linear-gradient(transparent 50%, rgb(55 57 72 / 90%));
  width: 100%;
  padding-bottom: 35px;
	min-height: 342px;
}


@media screen and (max-width: 767px) {
  .hero {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .hero {
      padding-bottom: 50px;
    	height:448px;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    padding-bottom: 50px;
  }
}
.hero__title {
  color: #FFF;
  font-family: "Roboto Slab", Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.25px;
  line-height: 1.32;
  margin: 0;
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 58px;
  	padding-top: 44px;
		padding-bottom: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .hero__title {
  	padding-top: 50px;
  }
}

.hero__form {
  margin-bottom: 40px;
  max-width: 604px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero__form {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .hero__form {
    margin-bottom: 50px;
  }
}
.hero__form:before {
  background-size: 16px 16px;
  background: transparent url("/hc/theming_assets/01HZMARHYHYCDEWTY0W7142AHP") no-repeat 0 0;
  height: 16px;
  content: "";
  display: inline-block;
  font-size: 18px;
  width: 16px;
  left: 23px;
  position: absolute;
  top: 51%;
  top: calc(50% - 8px);
  z-index: 1;
}
.hero__form > input {
  appearance: none;
  box-sizing: border-box;
  height: 64px;
  border-radius: 4px;
  background: hsla(0, 0%, 100%, 0.9);
  border: 1px solid #e6e6e6;
  color: #8d8993;
  display: block;
  font-size: 21px;
  font-weight: 400;
  width: 100%;
  line-height: 1.05;
  outline: none;
  letter-spacing: -0.25px;
  padding: 21px 20px 21px 58px;
  position: relative;
}
.hero__form > input:focus {
  border: 1px solid #ffffff;
  color: #5e5c69;
    letter-spacing:-0.25px;
  outline: none;
}
.hero__description {
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.25px;
  line-height: 1.47;
  margin: 0;
  max-width: 640px;
}
@media screen and (max-width: 767px) {
  .hero__description {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .hero__description {
    font-size: 24px;
    line-height: 1.5;
  }
}


.bar{
	background: #4ba73e;
}
.bar-container {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  padding-block: 24px;
  min-height: 134px;
}

@media screen and (max-width: 768px) {
  .bar-container {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .bar-container {
    flex-direction: row;
    justify-content: space-between;
    min-height: 72px;
    padding-block: 16px;
    gap:32px;
  }
}

.bar-text {
  color: #FFF;
  display: block;
  font-size: 16px;
  font-weight: 400;
    letter-spacing: -0.25px;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 767.999px) {
  .bar-text {
      text-wrap: balance;
  }
}

@media screen and (min-width: 768px) {
  .bar-text {
    font-size: 18px;
    line-height: 1.1;
    text-align: start;
     flex: 1 1 auto;
  }
}

@media screen and (max-width: 767px) {
  .bar-link{
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
  }
  
  .bar-link:is(:focus,:hover) {
     text-decoration: underline;
  }
}

@media screen and (min-width: 768px) {
  .bar-link{
    border-radius: 4px;
    border: solid 2px #FFF;
    color: #FFF;
    float: right;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    letter-spacing: -0.25px;
    line-height: 1;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
    flex: 0 0 110px;
    text-transform: capitalize;
  }

  .bar-link:where(:focus,:hover) {
    background: #FFF;
    border-color: #FFF;
    color: #4ba73e;
    outline: none;
  }
  
  bar-link:visited{
    background:transparent;
    border-color: #FFF;
    color: #FFF;
  }
}



/* System Notificaiton Banner */
.ns-bar {
	background: #fef1ed;
  border-bottom:1px solid #e6362c;
  color: #e6362c;
  font-size: 0.9375rem;
  left: 0;
  pointer-events: auto;
  position: relative;
  top: 0;
	width: 100%;
  z-index: 1000;
}

.ns-bar.open {
display:none;
}

.ns-bar-inner {
  align-items: start;
	display:grid;
  gap:24px;
  grid-template-columns: 24px 1fr 16px;
  padding: 14px 24px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .ns-bar-inner {
      padding-inline: 32px;
  }
}
@media screen and (min-width: 840px) {
	.ns-bar-inner {
		padding-inline: 32px;
	}
}
@media screen and (min-width: 1280px) {
	.ns-bar-inner {
		margin: 0 auto;
		padding-inline: 64px;
		max-width: 1280px;
	}
}

/* Icon */
.ns-bar .alert-icon {
  align-self: start;
}

.ns-bar .alert-icon::before {
  content:'';
  background: url(/hc/theming_assets/01J355KRHN3VD6M0W6XVQKNKGM) no-repeat left top / contain;
  display:block;
  height: 22px;
  width: 22px;
}

.ns-bar p {
  margin: 0;
  color: #5e5c69 !important;
  font-size: 0.9375rem;
  text-wrap: balance;
}

.ns-close {
  mask: url(/hc/theming_assets/01J35789DNB3CRDCPC34ZTRX3D) no-repeat left top / contain;
  background-color: #e6362c;
  display: block;
  height: 16px;
  width: 16px;
	cursor: pointer;
}



/* .alert {
  display: flex;
  padding: .5rem 2rem;
  background-color: #f6faff;
  border-left: 4px solid #61a5ff;
}

.alert-content {
  overflow: hidden;
}

.hidden {
  display: none;
} */

abbr[title] {
  border-bottom: unset;
}

/* Search autocomplete */
.zd-autocomplete-multibrand {
  	border-color: #e6e6e6;
  	color: #5E5C69;
    font-family: "Roboto", system-ui, sans-serif;
  	padding: 16px;
  
    &[aria-selected=true] {
        background-color: #f8f8f8;
    }
  
    zd-autocomplete-breadcrumbs-multibrand {
      color: #5E5C69;
    }

    zd-autocomplete-title-multibrand {
      color:#4ba73e;
    }

    	em {
      color: #373948 !important;
      font-weight:500 !important;
    }
}


#widget-edtech-impact {
    > div > div {
       padding: 0; 
    }

		a {
    		text-decoration: none !important; /*CSS Specificity 1 0 0 0 require !important to override */
  	}
}