@charset "UTF-8";

/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@font-face {
	font-family: _Circular_Std;
	src: local('Circular Std Medium'), local('Circular-Std-Medium'),
		url('//theme.zdassets.com/theme_assets/1504508/b46ee78576d65c229e6a2b2ba10c3cea94540af9.eot') format('eot'),
		url('//theme.zdassets.com/theme_assets/1504508/bed5c5a30c36304d6ff74db5239f01fad114af60.woff2') format('woff2'),
		url('//theme.zdassets.com/theme_assets/1504508/855cf11b409bfc81e6cdfd8b2472e0b17d1d4ee4.woff') format('woff'),
		url('//theme.zdassets.com/theme_assets/1504508/41c6ce9d98143129b26c2660e4a7fe8695b64df3.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: _Circular_Std_Book;
	src: url('//theme.zdassets.com/theme_assets/1504508/275c8279fecf5f73aa945ca21348b3f93b344420.woff2') format('woff2'),
		url('//theme.zdassets.com/theme_assets/1504508/1cd598861e10ee1b9205caa1aa4f546e78a2ea42.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: _Circular_Std_Bold;
	src: url('//theme.zdassets.com/theme_assets/1504508/9ade5b5a721db9a902cfae95569d94180866734d.woff2') format('woff2'),
		url('//theme.zdassets.com/theme_assets/1504508/1ea01f8d400fa97478a0543d7f380b9e283c6409.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: _Circular_Regular;
	src: url('//theme.zdassets.com/theme_assets/1504508/42f7cdd6f5d5b97fa7d6e6e765eae5e76ba68cbe.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

/* CircularXX-Regular */

@font-face {
	font-family: _Circular_XX_Regular;
	src: url('//theme.zdassets.com/theme_assets/1504508/f7867d8a695411ea751d9b4ca4e82fc07e11e49a.woff2') format('woff2'),
		url('//theme.zdassets.com/theme_assets/1504508/5db2ecf1f79e695eb5812b7e412c28bd14d7bb5a.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {

	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/***** Base *****/
* {
	box-sizing: border-box;
}

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: _Circular_Std;
	/*font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif,*/
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;*/
	font-family: _Circular_Std;
	font-weight: 400;
	margin-top: 0;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 22px;
}

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

h4 {
	font-size: 16px;
}

a {
	color: #5159f5;
	text-decoration: none;
}

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

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

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

input:not([type="checkbox"]) {
	outline: none;
}

input:not([type="checkbox"]):focus {
	border: 1px solid #0072EF;
}

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

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
	background-position: right 10px center;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px 30px 8px 10px;
	outline: none;
	color: #555;
	width: 100%;
}

select:focus {
	border: 1px solid #0072EF;
}

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

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

textarea:focus {
	border: 1px solid #0072EF;
}

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

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

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

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

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

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

.visibility-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

/***** Buttons *****/
.button,
.split-button button,
.section-subscribe button,
.article-subscribe button,
.community-follow button,
.requests-table-toolbar .organization-subscribe button,
.subscriptions-subscribe button,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link {
	background-color: transparent;
	border: 1px solid #0072EF;
	border-radius: 4px;
	color: #0072EF;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	line-height: 2.34;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	-webkit-touch-callout: none;
}

/* Customize the clear icon in the search input */
input[type="search"]::-webkit-search-cancel-button {
	appearance: none;
	display: inline-block;
	width: 16px;
	/* Set the width of the clear icon */
	height: 16px;
	/* Set the height of the clear icon */
	background: url(//theme.zdassets.com/theme_assets/1504508/55e647d0260b16d277ce09640cbfd5f77ed36375.svg) center/contain no-repeat;
	/* Use your custom clear icon image */
	cursor: pointer;
	/* Show pointer cursor on hover */
}

@media (min-width: 768px) {

	.button,
	.split-button button,
	.section-subscribe button,
	.article-subscribe button,
	.community-follow button,
	.requests-table-toolbar .organization-subscribe button,
	.subscriptions-subscribe button,
	.pagination-next-link,
	.pagination-prev-link,
	.pagination-first-link,
	.pagination-last-link {
		width: auto;
	}
}

.button:hover,
.split-button button:hover,
.section-subscribe button:hover,
.article-subscribe button:hover,
.community-follow button:hover,
.requests-table-toolbar .organization-subscribe button:hover,
.subscriptions-subscribe button:hover,
.pagination-next-link:hover,
.pagination-prev-link:hover,
.pagination-first-link:hover,
.pagination-last-link:hover,
.button:active,
.split-button button:active,
.section-subscribe button:active,
.article-subscribe button:active,
.community-follow button:active,
.requests-table-toolbar .organization-subscribe button:active,
.subscriptions-subscribe button:active,
.pagination-next-link:active,
.pagination-prev-link:active,
.pagination-first-link:active,
.pagination-last-link:active,
.button:focus,
.split-button button:focus,
.section-subscribe button:focus,
.article-subscribe button:focus,
.community-follow button:focus,
.requests-table-toolbar .organization-subscribe button:focus,
.subscriptions-subscribe button:focus,
.pagination-next-link:focus,
.pagination-prev-link:focus,
.pagination-first-link:focus,
.pagination-last-link:focus,
.button.button-primary,
.split-button button.button-primary,
.section-subscribe button.button-primary,
.section-subscribe button[data-selected="true"],
.article-subscribe button.button-primary,
.article-subscribe button[data-selected="true"],
.community-follow button.button-primary,
.requests-table-toolbar .organization-subscribe button.button-primary,
.requests-table-toolbar .organization-subscribe button[data-selected="true"],
.subscriptions-subscribe button.button-primary,
.subscriptions-subscribe button[data-selected="true"],
.button-primary.pagination-next-link,
.button-primary.pagination-prev-link,
.button-primary.pagination-first-link,
.button-primary.pagination-last-link {
	background-color: #0072EF;
	color: #FFFFFF;
	text-decoration: none;
}

.button.button-primary:hover,
.split-button button:hover,
.section-subscribe button.button-primary:hover,
.section-subscribe button:hover[data-selected="true"],
.article-subscribe button.button-primary:hover,
.article-subscribe button:hover[data-selected="true"],
.community-follow button.button-primary:hover,
.requests-table-toolbar .organization-subscribe button.button-primary:hover,
.requests-table-toolbar .organization-subscribe button:hover[data-selected="true"],
.subscriptions-subscribe button.button-primary:hover,
.subscriptions-subscribe button:hover[data-selected="true"],
.button-primary.pagination-next-link:hover,
.button-primary.pagination-prev-link:hover,
.button-primary.pagination-first-link:hover,
.button-primary.pagination-last-link:hover,
.button.button-primary:focus,
.split-button button.button-primary:focus,
.section-subscribe button.button-primary:focus,
.section-subscribe button:focus[data-selected="true"],
.article-subscribe button.button-primary:focus,
.article-subscribe button:focus[data-selected="true"],
.community-follow button.button-primary:focus,
.requests-table-toolbar .organization-subscribe button.button-primary:focus,
.requests-table-toolbar .organization-subscribe button:focus[data-selected="true"],
.subscriptions-subscribe button.button-primary:focus,
.subscriptions-subscribe button:focus[data-selected="true"],
.button-primary.pagination-next-link:focus,
.button-primary.pagination-prev-link:focus,
.button-primary.pagination-first-link:focus,
.button-primary.pagination-last-link:focus,
.button.button-primary:active,
.split-button button.button-primary:active,
.section-subscribe button.button-primary:active,
.section-subscribe button:active[data-selected="true"],
.article-subscribe button.button-primary:active,
.article-subscribe button:active[data-selected="true"],
.community-follow button.button-primary:active,
.requests-table-toolbar .organization-subscribe button.button-primary:active,
.requests-table-toolbar .organization-subscribe button:active[data-selected="true"],
.subscriptions-subscribe button.button-primary:active,
.subscriptions-subscribe button:active[data-selected="true"],
.button-primary.pagination-next-link:active,
.button-primary.pagination-prev-link:active,
.button-primary.pagination-first-link:active,
.button-primary.pagination-last-link:active {
	background-color: #004189;
	border-color: #004189;
}

.button[data-disabled],
.split-button button[data-disabled],
.section-subscribe button[data-disabled],
.article-subscribe button[data-disabled],
.community-follow button[data-disabled],
.requests-table-toolbar .organization-subscribe button[data-disabled],
.subscriptions-subscribe button[data-disabled],
.pagination-next-link[data-disabled],
.pagination-prev-link[data-disabled],
.pagination-first-link[data-disabled],
.pagination-last-link[data-disabled] {
	cursor: default;
}

.button-large,
input[type="submit"] {
	cursor: pointer;
	background-color: #0072EF;
	border: 0;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 2.72;
	min-width: 190px;
	padding: 0 1.9286em;
	width: 100%;
}

@media (min-width: 768px) {

	.button-large,
	input[type="submit"] {
		width: auto;
	}
}

.button-large:hover,
.button-large:active,
.button-large:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: #004189;
}

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

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

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
	color: #333333;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
}

/***** Split button *****/
.split-button {
	display: flex;
}

.split-button button {
	background-color: #0072EF;
	border: 0;
	color: #FFFFFF;
	height: 32px;
	line-height: 16px;
	outline-color: #0072EF;
}

[dir="rtl"] .split-button button:not(:only-child):first-child {
	border-left: 1px solid #FFFFFF;
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):first-child {
	border-right: 1px solid #FFFFFF;
	border-top-right-radius: unset;
	border-bottom-right-radius: unset;
}

.split-button button:not(:only-child):last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	min-width: 26px;
	max-width: 26px;
	padding: 0;
}

[dir="rtl"] .split-button button:not(:only-child):last-child {
	border-top-right-radius: unset;
	border-bottom-right-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):last-child {
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
}

/***** Tables *****/
.table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}

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

.table th,
.table th a {
	color: #666;
	font-size: 13px;
	font-weight: 300;
	text-align: left;
}

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

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

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

.table td {
	display: block;
}

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

@media (min-width: 1024px) {

	.table td,
	.table th {
		padding: 20px 30px;
	}
}

@media (min-width: 768px) {

	.table td,
	.table th {
		padding: 10px 20px;
		height: 60px;
	}
}

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

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

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

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

.form-field input:focus {
	border: 1px solid #0072EF;
}

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

.form-field input[type="text"]:focus {
	border: 1px solid #0072EF;
}

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

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

.form-field .nesty-input:focus {
	border: 1px solid #0072EF;
	text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
	outline: none;
	border: 1px solid #0072EF;
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #1F73B7;
	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: #1F73B7;
	text-decoration: underline;
}


.nav-wrapper a.sign-in {
	display: inline-block;
	visibility: hidden;
}

@media (max-width: 768px) {
	.nav-wrapper .hide-on-mobile {
		border: 0;
		clip: rect(0 0 0 0);
		-webkit-clip-path: inset(50%);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
		white-space: nowrap;
	}
}

.nav-wrapper .menu-button {
	background: none;
	border: 0;
	color: #1F73B7;
	display: inline-block;
	margin-right: 10px;
	padding: 0;
	width: auto;
}

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

.nav-wrapper .menu-button .icon-menu {
	vertical-align: middle;
	width: 13px;
	height: 13px;
}

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

.nav-wrapper .menu-button:hover,
.nav-wrapper .menu-button:focus,
.nav-wrapper .menu-button:active {
	background-color: transparent;
	color: #1F73B7;
}

.skip-navigation {
	align-items: center;
	background-color: black;
	color: white;
	display: flex;
	font-size: 14px;
	justify-content: center;
	left: -999px;
	margin: 20px;
	padding: 20px;
	overflow: hidden;
	position: absolute;
	top: auto;
	z-index: -999;
}

[dir="rtl"] .skip-navigation {
	left: initial;
	right: -999px;
}

.skip-navigation:focus,
.skip-navigation:active {
	left: auto;
	overflow: auto;
	text-align: center;
	text-decoration: none;
	top: auto;
	z-index: 999;
}

[dir="rtl"] .skip-navigation:focus,
[dir="rtl"] .skip-navigation:active {
	left: initial;
	right: auto;
}

/***** 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 > button {
	border: 0;
	color: #1F73B7;
	min-width: 0;
	padding: 0;
	white-space: nowrap;
}

.user-info > button:hover,
.user-info > button:focus {
	color: #1F73B7;
	background-color: transparent;
}

.user-info > button::after {
	color: #1F73B7;
	padding-right: 15px;
}

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

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

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

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

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

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

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

.avatar .icon-agent {
	color: #0072EF;
	border: 2px solid #fff;
	border-radius: 50%;
	bottom: -4px;
	background-color: #FFFFFF;
	font-size: 17px;
	height: 17px;
	line-height: 17px;
	position: absolute;
	right: -2px;
	text-align: center;
	width: 17px;
}

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

.footer a {
	color: #666;
}

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

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

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

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

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

.breadcrumbs li {
	color: #666;
	display: inline;
	font-weight: 300;
	font-size: 13px;
	max-width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

.breadcrumbs li a:visited {
	color: #5159f5;
}

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

.search input[type="search"] {
	border: 1px solid #ddd;
	border-radius: unset;
	box-sizing: border-box;
	color: #666;
	height: 39px;
	padding-left: 37px;
	padding-right: 10px;
	-webkit-appearance: none;
	width: 100%;
}

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

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

.search-full input[type="search"] {
	/*	border: 1px solid transparent;*/
	border: none !important;
	background: transparent;
}

.search-icon {
	position: relative;
	/*top: 50%;
	transform: translateY(-50%);*/
	top:9px;
	position: absolute;
	left: 15px;

	width: 18px;
	height: 18px;
	/*fill: #5159f5;*/
}

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

.search-container {
	position: relative;
}

/***** Hero component *****/
.hero {
	background-image: url(//theme.zdassets.com/theme_assets/1504508/5c36513d42e6f8b90a87c9e05ff98b6fb5d219fd.svg);
	background-position: 169% 23%;
	background-size: 77%;
	height: 305px;
	padding: 0;
	text-align: center;
	max-width: 1163px;
	background-repeat: no-repeat;
	margin: auto;
}

.hero-inner {
	/*transform: translateY(50%);*/
	max-width: 610px;
	padding: 5px 15px;
	background: #f2f5fa;
	border-radius: 5px;
}

.page-header {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 0;
}

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

.page-header .section-subscribe {
	flex-shrink: 0;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.page-header .section-subscribe {
		margin-bottom: 0;
	}
}

.page-header h1 {
	flex-grow: 1;
	margin-bottom: 10px;
}

.page-header-description {
	font-style: italic;
	font-weight: 300;
	margin: 0 0 30px 0;
	word-break: break-word;
}

@media (min-width: 1024px) {
	.page-header-description {
		flex-basis: 100%;
	}
}

.page-header .icon-lock {
	height: 20px;
	width: 20px;
	position: relative;
	left: -5px;
	vertical-align: baseline;
}

.sub-nav {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 30px;
	min-height: 50px;
	padding-bottom: 15px;
}

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

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

.sub-nav input[type="search"]::after {
	font-size: 15px;
}
.header-container{
  padding-right: 50px;
}
.marquee-container {
    position: relative;
    width: 100%;
    height: 27px; /* Set a height for the container */
    overflow: hidden;
    display: flex; /* Use flexbox for centering */
    align-items: center; /* Center vertically */
}
.marquee {
    white-space: nowrap;
    animation: scroll 30s linear infinite;
    padding-left: 100%; /* Start from the right edge */
   -webkit-font-smoothing: antialiased;
}
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/***** 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 #0072EF;
	border-radius: 4px;
	box-sizing: border-box;
	color: #0072EF;
	display: flex;
	flex: 1 0 340px;
	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: #0072EF;
}

.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 {
	height: 15px;
	width: 15px;
	bottom: 5px;
	position: relative;
}

.blocks-item-internal a {
	color: #333333;
}

.blocks-item-link {
	color: #0072EF;
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: start;
	border-radius: inherit;
}

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

.blocks-item-link:focus {
	outline: 0;
	box-shadow: 0 0 0 3px #0072EF;
	text-decoration: none;
}

.blocks-item-title {
	margin-bottom: 0;
	font-size: 16px;
}

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

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

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

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

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

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

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

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

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

	[dir="rtl"] .promoted-articles-item {
		padding: 0 0 0 30px;
	}
}

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

.promoted-articles-item a {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	color: #333333;
}

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

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

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

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

.community-image {
	min-height: 300px;
	background-image: url(//theme.zdassets.com/theme_assets/1504508/e58c5e8c3ebf94cbbc4d3669def0adbd7d0ff479.svg);
	background-position: center;
	background-repeat: no-repeat;
	max-width: 100%;
}

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

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

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

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

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

.recent-activity-item-parent,
.recent-activity-item-link {
	margin: 6px 0;
	color: #333333;
	display: inline-block;
	width: 100%;
}

@media (min-width: 768px) {

	.recent-activity-item-parent,
	.recent-activity-item-link {
		width: 70%;
		margin: 0;
	}
}

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

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

@media (min-width: 768px) {
	.recent-activity-item-meta {
		margin: 0;
		float: right;
	}

	[dir="rtl"] .recent-activity-item-meta {
		float: left;
	}
}

.recent-activity-item-time,
.recent-activity-item-comment {
	color: #666;
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
}

.recent-activity-item-comment {
	padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
	padding: 0 5px 0 0;
}

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

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

.recent-activity-accessibility-label {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

.recent-activity-comment-icon svg {
	vertical-align: middle;
	color: #0072EF;
	width: 16px;
	height: 16px;
}

.recent-activity-comment-icon:after {
	content: attr(data-comment-count);
	margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
	margin-left: 0;
	margin-right: 3px;
}

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

.category-content {
	flex: 1;
}

.article-list {
	margin-bottom: 40px;
}

.article-list .article-list-item {
	border-bottom: 1px solid #e4e4e4;
}

.category-content .article-list {
	margin-bottom: 15px;
}

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

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

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

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

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

.section-tree-title {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	font-family: _Circular_Std_Bold
}

.section-tree-title a {
	color: #1c283b;
}

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

.article-list-item {
	font-size: 16px;
	padding: 15px 0;
}

.article-list-item a {
	color: #1c283b;
}

.icon-star {
	color: #0072EF;
	font-size: 18px;
}

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

.section-content {
	flex: 1;
}

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

.section-list {
	margin: 40px 0;
}

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

.section-list-item:first-child {
	border-top: 1px solid #ddd;
}

.section-list-item a {
	align-items: center;
	color: #333333;
	display: flex;
	justify-content: space-between;
}

.see-all-sections-trigger {
	cursor: pointer;
	display: block;
	padding: 15px;
	text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
	display: none;
}

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

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

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

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

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

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

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

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

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

.article-title .icon-lock {
	position: relative;
	left: -5px;
	vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-comment-count-icon {
	vertical-align: middle;
	color: #0072EF;
	width: 18px;
	height: 18px;
}

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

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

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

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

.article-relatives > * {
	flex: 1 0 50%;
	min-width: 50%;
	overflow-wrap: break-word;
	margin-right: 0;
}

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

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

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

.article-vote {
	margin: 10px 5px;
	min-width: 90px;
	width: auto;
}

.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: #333333;
	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 {
	transform: rotate(0.5turn);
}

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

.sidenav-item {
	border-radius: 4px;
	color: #333333;
	display: block;
	font-weight: 300;
	margin-bottom: 10px;
	padding: 10px;
}

.sidenav-item.current-article,
.sidenav-item:hover {
	background-color: #0072EF;
	color: #FFFFFF;
	text-decoration: none;
}

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

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

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

.attachments .attachment-item .attachment-icon {
	color: #333333;
	left: 0;
	position: absolute;
	top: 5px;
}

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

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

.upload-dropzone span {
	color: #666;
}

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

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

.share li {
	height: 25px;
	width: 25px;
}

.share a {
	color: #666;
}

.share a:hover {
	text-decoration: none;
	color: #0072EF;
}

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

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

.comment-heading,
.recent-articles-title,
.related-articles-title {
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 18px;
	font-weight: 600;
}

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

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

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

.comment-callout a {
	color: #0072EF;
}

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

.comment-sorter .dropdown-toggle {
	color: #666;
	font-weight: 300;
	font-size: 13px;
}

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

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

.comment-wrapper.comment-official {
	border: 1px solid #0072EF;
	padding: 40px 20px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-container {
	width: 100%;
}

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

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

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

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

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

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

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

.comment-ccs {
	display: none;
}

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

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

.comment-attachments a {
	color: #0072EF;
}

.comment-body {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	word-break: break-word;
	word-wrap: break-word;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
	line-height: 1.6;
	overflow-x: auto;
}

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

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

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

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

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

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

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

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

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

.comment-mark-as-solved {
	display: inline-block;
}

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

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

.vote-sum {
	color: #666;
	display: block;
	margin: 3px 0;
}

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

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

.vote-up:hover,
.vote-down:hover {
	color: #0072EF;
}

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

.vote-voted {
	color: #0072EF;
}

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

/***** 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 button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	min-height: 35px;
	min-width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/***** Community *****/
.community-hero {
	background-image: url(//theme.zdassets.com/theme_assets/1504508/ea0fc49e94c74884940bd530924916ea87035a5f.svg);
	margin-bottom: 10px;
}

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

.community-footer-title {
	font-size: 16px;
	margin-bottom: 20px;
}

.community-featured-posts .title {
	font-size: 18px;
	font-weight: 600;
}

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

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

.community-header .title {
	margin-bottom: 0;
	font-size: 16px;
}

.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 button {
	line-height: 30px;
	padding: 0 10px 0 15px;
	position: relative;
	width: 100%;
}

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

.community-follow button:hover {
	background-color: #0072EF;
}

.community-follow button:hover::after,
.community-follow button:focus::after {
	border-color: #FFFFFF;
	color: #FFFFFF;
}

.community-follow button[data-selected="true"] {
	background-color: #0072EF;
	color: #FFFFFF;
}

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

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

.community-follow button::after {
	border-left: 1px solid #0072EF;
	content: attr(data-follower-count);
	color: #0072EF;
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
	margin-left: 15px;
	padding-left: 10px;
	position: absolute;
	right: 10px;
}

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

[dir="rtl"] .community-follow button::after {
	border-left: 0;
	border-right: 1px solid #0072EF;
	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: #1F73B7;
	margin-bottom: 10px;
	margin-right: 5px;
}

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

.striped-list-title:visited {
	color: #103c60;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
	.striped-list-number {
		color: #333333;
		display: block;
		font-weight: 400;
	}
}

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

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

.status-label-pinned,
.status-label-featured,
.status-label-official {
	background-color: #0072EF;
}

.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-not-planned,
.status-label-closed {
	background-color: #e9ebed;
	color: #666;
}

.status-label-pending,
.status-label-pending-moderation {
	background-color: #1f73b7;
	text-align: center;
}

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

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

.status-label-new {
	background-color: #ffb648;
	color: #703b15;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-content {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
	line-height: 1.6;
	word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-comment-count .icon-comments {
	color: #0072EF;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 5px;
	vertical-align: middle;
}

.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-title {
	font-size: 18px;
	font-weight: 600;
}

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

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

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-titles {
	background-color: #04444d;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 2px 8px;
	vertical-align: middle;
	white-space: nowrap;
	display: inline-flex;
	line-height: 20px;
	margin: 0 2px;
}

.community-badge-container-achievements {
	padding-top: 5px;
}

.community-badge-achievements {
	display: inline-block;
	margin: 0 3px 0 0;
}

[dir="rtl"] .community-badge-achievements {
	margin: 0 0 0 3px;
}

.community-badge-achievements img {
	width: 22px;
	height: 22px;
}

.community-badge-titles img {
	width: 20px;
	height: 20px;
}

.profile-info .community-badge-achievements img {
	width: 40px;
	height: 40px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
	flex-direction: column;
	font-size: 14px;
	position: relative;
}

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

.collapsible-nav-border {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
	.collapsible-nav-border {
		border-top: 0;
	}
}

.collapsible-nav-toggle {
	top: calc(45px / 2);
	transform: translateY(-50%);
	position: absolute;
	right: 0;
	padding: 0;
	border: 0;
	background: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

@media (min-width: 768px) {
	.collapsible-nav-toggle {
		display: none;
	}
}

[dir="rtl"] .collapsible-nav-toggle {
	left: 0;
	right: auto;
}

.collapsible-nav-toggle-icon {
	display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
	display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
	display: inline-block;
}

.collapsible-nav-toggle:focus {
	outline: none;
	border: 1px solid #0072EF;
}

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

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

.collapsible-nav-list li {
	color: #333333;
	line-height: 45px;
	order: 1;
}

@media (min-width: 768px) {
	.collapsible-nav-list li {
		line-height: normal;
		margin-right: 30px;
	}

	[dir="rtl"] .collapsible-nav-list li {
		margin-left: 30px;
		margin-right: 0;
	}

	.collapsible-nav-list li a {
		text-decoration: none;
		padding: 15px 0;
	}
}

.collapsible-nav-list li a {
	color: #333333;
	display: block;
}

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

	.collapsible-nav-list li:hover a:not([aria-current="page"]) {
		padding: 15px 0 11px 0;
		text-decoration: none;
	}
}

.collapsible-nav-list li:not([aria-selected="true"]),
.collapsible-nav-list li:not(.current) {
	display: none;
}

@media (min-width: 768px) {

	.collapsible-nav-list li:not([aria-selected="true"]),
	.collapsible-nav-list li:not(.current) {
		display: block;
	}
}

@media (min-width: 768px) {
	.collapsible-nav-list li[aria-selected="true"] {
		padding: 15px 0 11px 0;
	}
}

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

@media (min-width: 768px) {

	.collapsible-nav-list li[aria-selected="true"],
	.collapsible-nav-list li.current {
		border-bottom: 4px solid #0072EF;
		order: 1;
	}
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
	color: #333333;
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
	display: block;
}

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

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

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

.collapsible-sidebar-toggle {
	position: absolute;
	top: calc(45px / 2);
	transform: translateY(-50%);
	right: 0;
	padding: 0;
	border: 0;
	background: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

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

[dir="rtl"] .collapsible-sidebar-toggle {
	left: 0;
	right: auto;
}

.collapsible-sidebar-toggle-icon {
	display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
	display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
	display: inline-block;
}

.collapsible-sidebar-toggle:focus {
	outline: none;
	border: 1px solid #0072EF;
}

.collapsible-sidebar-body {
	display: none;
}

@media (min-width: 1024px) {
	.collapsible-sidebar-body {
		display: block;
	}
}

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

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
	display: block;
}

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

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

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

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

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

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

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

@media (min-width: 1024px) {

	.my-activities-table th:first-child,
	.my-activities-table td:first-child {
		width: 500px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

	[dir="rtl"] .requests-table-toolbar .request-filter {
		margin: 0 30px 0 0;
	}
}

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

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

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

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

@media (min-width: 768px) {
	.requests-table-toolbar .organization-subscribe {
		margin-left: 10px;
	}

	[dir="rtl"] .requests-table-toolbar .organization-subscribe {
		margin: 0 10px 0 0;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Following table */
@media (min-width: 768px) {
	.subscriptions-subscribe button {
		width: auto;
	}
}

.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: #666;
	font-size: 13px;
	font-weight: 300;
}

@media (min-width: 768px) {
	.contributions-table td:last-child {
		color: inherit;
		font-size: inherit;
		font-weight: inherit;
	}
}

.no-activities {
	color: #666;
}

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

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

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

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

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

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

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

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

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

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

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

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

.request-main .comment-show-container {
	border-radius: 2px;
	border: 1px solid #ddd;
	color: #666;
	text-align: inherit;
	padding: 8px 25px;
	width: 100%;
}

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

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

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
	border: 1px solid #0072EF;
}

.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 #0072EF;
}

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

.request-title {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination-next,
.pagination-prev,
.pagination-first,
.pagination-last {
	display: inline-block;
}

.pagination-first-link,
.pagination-last-link {
	padding: 0 10px;
}

.pagination-first-text,
.pagination-last-text {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

.pagination-next-link {
	padding-right: 10px;
}

.pagination-next-text {
	margin-right: 10px;
}

[dir="rtl"] .pagination-next-link {
	padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
	margin-left: 10px;
}

.pagination-prev-link {
	padding-left: 10px;
}

.pagination-prev-text {
	margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
	padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
	margin-right: 10px;
}

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

.meta-group-opposite {
	float: right;
}

[dir="rtl"] .meta-group-opposite {
	float: left;
}

.meta-group * {
	display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

.profile-header .basic-info .name {
	margin: 0;
	line-height: 25px;
}

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

@media (min-width: 768px) {
	.profile-header .options {
		flex-wrap: nowrap;
		flex-basis: auto;
		margin-top: 0;
		margin-left: 10px;
	}

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

	.profile-header .options > :not(:last-child) {
		margin-bottom: 0;
		margin-right: 10px;
	}

	[dir="rtl"] .profile-header .options > :not(:last-child) {
		margin-left: 10px;
		margin-right: 0;
	}
}

.user-profile-actions {
	width: 100%;
	margin-bottom: 15px;
}

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

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

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

.profile-stats .stat-label {
	color: #666;
	font-weight: 300;
	flex: 0 0 100px;
	margin-right: 10px;
}

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

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

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

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

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

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

@media (min-width: 768px) {
	.profile-stats-activity .stat:not(:last-child) {
		margin-right: 40px;
	}

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

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

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

@media (min-width: 768px) {
	.profile-stats-counters {
		flex: 0 0 200px;
		border-bottom: 0;
		margin-left: 40px;
	}

	[dir="rtl"] .profile-stats-counters {
		margin-left: 0;
		margin-right: 40px;
	}
}

@media (min-width: 1024px) {
	.profile-stats-counters {
		flex: 0 0 270px;
		margin-left: 60px;
	}

	[dir="rtl"] .profile-stats-counters {
		margin-right: 60px;
		margin-left: 0;
	}
}

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

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

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

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

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

.profile-private-badge {
	flex-basis: 100%;
	border: solid 1px #0072EF;
	border-radius: 4px;
	color: #0072EF;
	padding: 5px 20px;
	font-size: 12px;
	text-align: center;
}

.profile-private-badge .profile-private-icon {
	margin-left: 5px;
	line-height: 15px;
}

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

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

.profile-section {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
	.profile-section-sorter {
		flex: 0 1 auto;
		padding-top: 0;
		border-top: 0;
		margin-left: 20px;
	}

	[dir="rtl"] .profile-section-sorter {
		margin-left: 0;
		margin-right: 20px;
	}
}

.profile-badges-items {
	margin-top: 25px;
}

.profile-badges-item {
	border-top: 1px solid #ddd;
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: flex-start;
	padding: 27px 12px;
}

.profile-badges-item > div {
	padding-right: 12px;
	padding-left: 12px;
}

.profile-badges-item-image {
	height: 40px;
	width: 40px;
	margin-right: 12px;
}

.profile-badges-item-image img {
	max-height: 40px;
}

[dir="rtl"] .profile-badges-item-image {
	margin-left: 12px;
	margin-right: 0;
}

.profile-badges-item-title,
.profile-badges-item-metadata-title {
	font-size: 15px;
	margin-bottom: 10px;
}

.profile-badges-item-title {
	font-weight: 600;
}

.profile-badges-item-description,
.profile-badges-item-metadata-description {
	color: #666;
	font-size: 13px;
	margin: 0;
}

.profile-badges-item-metadata {
	margin-left: auto;
	text-align: right;
}

[dir="rtl"] .profile-badges-item-metadata {
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}

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

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

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

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

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

@media (min-width: 768px) {
	.profile-contribution-list > .profile-contribution {
		padding-left: 30px;
	}

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

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

.profile-contribution-icon {
	left: 0;
	position: absolute;
	color: #ccc;
	line-height: 25px;
}

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

.profile-contribution-icon svg {
	vertical-align: middle;
}

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

.private-activity-icon {
	margin-right: 10px;
}

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

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

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

@media (min-width: 768px) {
	.profile-activity {
		padding-left: 20px;
	}

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

@media (min-width: 768px) {
	.profile-activity:not(:last-child) {
		border-left: 1px solid #ddd;
	}

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

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

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

@media (min-width: 768px) {
	.profile-activity-header {
		margin-left: 0;
	}

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

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

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

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

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

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

@media (min-width: 768px) {
	.profile-activity-contribution {
		margin-top: 0;
		margin-left: 50px;
	}

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

.profile-activity-icon {
	position: absolute;
	left: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 50% 50%;
	text-align: center;
	color: #ccc;
}

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

@media (min-width: 768px) {
	.profile-activity-icon {
		left: -14px;
	}

	[dir="rtl"] .profile-activity-icon {
		right: -14px;
	}
}

.profile-activity-icon svg {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
	margin: auto;
}

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

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

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

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

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

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

.search-results-sidebar .sidenav-item:hover,
.search-results-sidebar .sidenav-item.current {
	background-color: #e9ebed;
	color: inherit;
	text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
	unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
	margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
	display: none;
}

@media (min-width: 1024px) {
	.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
		display: block;
	}
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
	display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
	color: #666;
}

.search-results-sidebar .see-all-filters {
	background: none;
	border: none;
	cursor: pointer;
	display: block;
	padding: 10px;
	color: #1F73B7;
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
	display: none;
}

.search-results-sidebar .see-all-filters:hover {
	text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
	content: ' \2304';
	font-weight: bold;
}

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

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

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

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

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

.search-results .meta-group {
	display: block;
	align-items: center;
	clear: both;
	color: #666;
}

@media (min-width: 1024px) {
	.search-results .meta-group {
		display: flex;
	}
}

.search-results .meta-group > li {
	display: block;
}

@media (min-width: 1024px) {
	.search-results .meta-group > li {
		display: inline;
	}
}

@media (min-width: 1024px) {
	.search-results .meta-group li:first-child {
		flex: 1;
	}
}

.search-results .meta-group .meta-data {
	color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
	margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
	margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
	content: none;
}

.search-results-description {
	margin-top: 10px;
	word-break: break-word;
}

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

[dir="ltr"] .search-result-icons {
	float: right;
}

[dir="rtl"] .search-result-icons {
	float: left;
}

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

.search-result-votes-icon,
.search-result-meta-count-icon {
	color: #0072EF;
	vertical-align: middle;
	width: 13px;
	height: 13px;
}

[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 .meta-group {
	align-items: center;
}

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

@media (min-width: 1024px) {
	.search-result-breadcrumbs {
		display: table-row;
	}
}

@media (min-width: 1024px) {
	.search-result-breadcrumbs li {
		display: table-cell;
	}
}

.search-result-breadcrumbs li,
.search-result-breadcrumbs li a,
.search-result-breadcrumbs li a:visited {
	color: inherit;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
	font-style: normal;
	font-weight: bold;
}

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

/***** Notifications *****/
.notification {
	border: 1px solid;
	display: table;
	font-family: sans-serif;
	font-size: 12px;
	padding: 13px 15px;
	transition: height .2s;
	width: 100%;
	color: #555;
}

.notification a {
	color: #158ec2;
}

.notification-inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 980px;
}

.notification-icon,
.notification-text,
.notification-dismiss {
	display: table-cell;
	vertical-align: middle;
}

.notification-text {
	padding: 0 15px;
	width: 100%;
}

.notification + .notification {
	margin-bottom: -1px;
	position: relative;
	top: -1px;
}

/* Error */
.notification-error {
	background: #ffeded;
	border-color: #f7cbcb;
}

.notification-error .notification-icon::before,
.notification-error .notification-inline.notification-error::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
	background: #dbf3ff;
	border-color: #b5e0f5;
}

.notification-notice .notification-icon::before,
.notification-notice .notification-inline.notification-error::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
	color: #ad5e18;
	background: #fff8ed;
	border-color: #fcdba9;
}

.notification-alert .notification-icon::before,
.notification-alert .notification-inline.notification-error::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before,
.notification-inline.notification-error::before {
	background-size: cover;
	content: "";
	display: inline-block;
	height: 14px;
	width: 14px;
	vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss,
a.notification-dismiss {
	color: #555;
	cursor: pointer;
	opacity: .6;
	transition: opacity 100ms ease;
	text-decoration: none !important;
}

.notification-dismiss:hover {
	opacity: 1;
}

/* Inline notifications */
.notification-inline {
	border-radius: 4px;
	line-height: 14px;
	margin-top: 5px;
	padding: 5px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

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

.notification-inline[aria-hidden="true"] {
	display: none;
}

.notification-inline.notification-error::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
	margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
	margin: 0 0 0 5px;
}

.notification-inline.notification-error {
	background-color: #fff0f1;
	border: 1px solid #e35b66;
	color: #cc3340;
}

.notification-inline.notification-large {
	padding: 13px 15px;
	margin-bottom: 25px;
}

.notification-left-aligned {
	text-align: left;
	padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
	text-align: right;
	padding-left: auto;
	padding-right: 0;
}

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

.dropdown-toggle {
	cursor: pointer;
	background: none;
	border: 0;
	display: inline-block;
	padding: 0;
	text-align: initial;
	vertical-align: middle;
}

.dropdown-toggle:hover {
	text-decoration: none;
}

.dropdown-toggle > * {
	display: inline-block;
}

.dropdown-menu {
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	display: none;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	left: 0;
	margin-top: 1px;
	min-width: 170px;
	padding: 10px 0;
	position: absolute;
	text-align: left;
	z-index: 1000;
}

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

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

.dropdown-menu [role="separator"] {
	border-bottom: 1px solid #d8d8d8;
	color: #969696;
	display: block;
	font-weight: normal;
	font-size: 11px;
	padding: 5px 0;
	margin: 5px 20px 10px 20px;
}

.dropdown-menu [role="menuitem"] {
	color: #333;
	cursor: pointer;
	display: block;
	padding: 7px 40px 7px 20px;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	text-align: start;
	line-height: inherit;
	width: 100%;
}

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

.dropdown-menu [role="menuitem"]:hover,
.dropdown-menu [role="menuitem"]:focus {
	background: #f3f3f3;
	text-decoration: none;
	color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
	cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
	display: inline-block;
	height: 12px;
	margin-left: 10px;
	width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
	margin-left: 0;
	margin-right: 10px;
	float: left;
}

.dropdown-menu [role="menuitem"][hidden],
.dropdown-menu [role="menuitem"][aria-hidden="true"] {
	display: none !important;
}

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

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

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

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

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

/***** Homepage *****/
/***** Hero component *****/
/*Customized Hero Content From-24/12/2020*/
/* Get certified **/
.hero-certified {
	font-family: _Circular_Std_Book;
	display: block;
	background: transparent;
	border: 1px solid #1181fc !important;
	border-radius: 3px;
	padding: 6px 11px !important;
	text-align: center;
	font-size: 15px !important;
	color: #5159f5 !important;
	text-decoration: none !important;
	margin-right: 20px;
	transition: all 0.5s ease;
}

.hero-certified:hover {
	background: #1181fc !important;
	color: #ffffff !important;
}

/** Everthin-content **/
.hero {
	padding: 0 0px;
	margin-bottom: 0px;
}

.hero-home-content {
	max-width: 694px;
	text-align: left;
	padding-top: 15px;
}

.hero-p-content {
	font-family: _Circular_Std_Bold;
	font-size: 30px;
	color: #1c283b;
	margin: 0;
	line-height: 1.33;
	padding-left: 5px;
}

/**SEARCH-BOX Input & Cross-icon **/
.search input[type="search"]::placeholder {
	font-size: 16px;
	line-height: 38px;
	color: #8f9db3;

}

.search input[type="search"]::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 38px;
	color: #8f9db3;
}

.search input[type="search"]:-ms-input-placeholder {
	font-size: 16px;
	line-height: 38px;
	color: #8f9db3;
}

/** SERACH Home-Page **/
.search-box .home-search {
	left: 24px;
}

.close-icon {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	right: 20px;
	z-index: 1;
	width: 14px;
	height: 18px;
	fill: #adb9d1;
}

.category-new-main {
	background: #f2f5fa;
	padding: 80px 0px;
}

.category-new-main p.brief {
	font-family: _Circular_Std_Book;
	font-size: 22px;
	color: #1c283b;
	margin: 0px 0 35px;
}

.category-new-main .blocks-item {
	flex: 0 0 auto;
	width: 25%;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0 15px;
	border: 0px;
	background: none !important;
}

.category-new-main .blocks-item a {
	border-radius: 4px;
	background: #ffffff;
	box-shadow: none;
	padding: 40px 30px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.category-new-main .category-id-360000177376 {
	background: url(//theme.zdassets.com/theme_assets/1504508/a814a2c5a8c428e4836460f3c32983413fd408a9.svg) no-repeat 50% 50%;
	width: 58px;
	height: 58px;
	display: inline-block;
	margin: 0 auto 30px;
}

.category-new-main .category-id-360000177396 {
	background: url(//theme.zdassets.com/theme_assets/1504508/e1df996a6c0894c2bdbc84276608ea9f9f762f1f.svg) no-repeat 50% 50%;
	width: 57px;
	height: 57px;
	display: inline-block;
	margin: 0 auto 30px;
}

.category-new-main .category-id-360000177495 {
	background: url(//theme.zdassets.com/theme_assets/1504508/19ac7a8fba4862188de6a87fd4e4b4d33a167d93.svg) no-repeat 50% 50%;
	width: 63px;
	height: 59px;
	display: inline-block;
	margin: 0 auto 30px;
}

.category-new-main .category-id-360000177475 {
	background: url(//theme.zdassets.com/theme_assets/1504508/8985c0677b6c2648dda5391b39b4739c7f6a44ea.svg) no-repeat 50% 50%;
	width: 54px;
	height: 53px;
	display: inline-block;
	margin: 0 auto 30px;
}

.category-new-main .blocks-item .blocks-item-title {
	font-family: _Circular_Std_Bold;
	color: #1c283b;
	font-size: 22px;
	line-height: 32px;
}

.category-new-main .blocks-item .blocks-item-description {
	font-family: _Circular_Std_Book;
	color: #8f9db3;
	font-size: 16px;
	line-height: 1.33;
}

.home-section {
	padding: 105px 0px;
	border-bottom: 0px solid #eaeaea;
}

.home-section:after {
	clear: both;
	content: '';
	display: table;
}

.home-section .activity {
	width: 50%;
	float: left;
	border: 0px;
	padding: 0 68px 0 52px;
}

.home-section .activity .recent-activity-header,
.home-section .popular .recent-activity-header {
	font-family: _Circular_Std_Bold;
	font-size: 22px;
	color: #1c283b;
	text-align: left;
	margin-bottom: 30px;
}

.home-section .activity .recent-activity .recent-activity-header {
	display: none;
}

.home-section .activity .recent-activity-item-link {
	display: none;
}

.home-section .activity .recent-activity-item-meta {
	display: none;
}

.home-section .recent-activity-item,
.home-section .promoted-articles-item {
	border: 0px;
	padding: 11px 0px;
	font-family: _Circular_Std_Book;
	border-bottom: 1px solid #e4e4e4;
}

.home-section .promoted-articles-item {
	width: 100%;
}

.home-section .recent-activity-item-parent,
.home-section .promoted-articles-item a {
	font-family: _Circular_Std_Book;
	color: #5159f5;
	font-size: 17px;
	margin-bottom: 7px;
	border: 0px;
}

.home-section .promoted-articles-item a {
	padding: 0px;
}

.home-section .promoted-articles-item a:hover {
	text-decoration: underline;
}

.home-section .popular {
	width: 50%;
	float: right;
	padding: 0 52px 0 68px;
}

.how-displayr-section {
	padding: 45px 0 105px;
	display: none;
}

.how-displayr-section .inner {
	max-width: 633px;
	border: 1px solid #eaeaea;
	margin: 0 auto;
	padding: 80px 75px;
}

.how-displayr-section .inner h2 {
	font-family: _Circular_Std;
	font-size: 30px;
	color: #1c283b;
	line-height: 1.33;
	letter-spacing: -0.012em;
}

.how-displayr-section .inner p {
	font-family: _Circular_Std_Book;
	line-height: 24px;
	color: #4d525a;
	font-size: 15px;
	margin-bottom: 30px;
}

.hided-content {
	display: none;
}

.how-displayr-section .inner a {
	color: #5159f5;
	font-family: _Circular_Std;
	font-size: 15px;
}

.how-displayr-section .inner a img {
	display: inline-block;
	max-width: 23px;
	vertical-align: middle;
	margin-left: 5px;
}

.home-section.community {
	display: none;
}

footer.footer {
	background: url(//theme.zdassets.com/theme_assets/1504508/c2a27e5d6ae03503cfcc5c44507a57ee77a8e80d.png) no-repeat top center / cover;
	padding: 0px 0 !important;
	margin-top: 50px;
}

footer .footer-wrap {
	padding: 15px 0 !important;
	display: block;
	text-decoration: none;
}

footer.footer .footer-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	max-width: 924px;
}

footer.footer .footer-inner p {
	font-family: _Circular_Std;
	margin-left: 38px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
}

footer.footer .footer-inner .btn {
	font-family: _Circular_Std_Book;
	width: 149px;
	height: 49px;
	border-radius: 5px;
	background: #ffffff;
	color: #1c283b;
	font-size: 18px;
	text-align: center;
	padding: 10px 12px;
	margin-left: auto;
	transition: all 0.5s ease;
}

footer.footer .footer-inner .btn:hover {
	text-decoration: none;
	background: #1c283b;
	color: #ffffff;
}

.powered-by-zendesk {
	display: none;
}

@media (max-width:1023px) {
	.category-new-main .blocks-item {
		width: 50%;
	}

	footer.footer .footer-inner {
		flex-wrap: wrap;
		justify-content: center;
	}

	footer.footer .footer-inner .btn {
		margin-left: 0px;
	}
}

@media (max-width:767px) {
	.home-section .activity {
		width: 100%;
		margin-bottom: 50px;
	}


	.hero {
		padding-top: 47px !important;
	}

	.home-banner-hero-wrap .hero-p-content {
		margin-bottom: 0 !important;
	}

	.hero-popular-tag {
		margin-top: 46px !important;
	}

	.hero-inner.search-box {
		margin-top: -2px;
	}

	.home-section .popular {
		width: 100%;
	}

	.how-displayr-section .inner {
		padding: 30px 20px;
	}

	footer.footer .footer-inner p {
		text-align: center;
		margin-left: 0px;
	}

	.home-section {
		padding: 70px 0px;
	}

	.logo {
		max-width: 200px;
	}

	.logo img {
		max-width: 100%;
	}

	.category-new-main {
		padding: 60px 0px;
	}

	.how-displayr-section {
		padding: 20px 0 60px;
	}
}

@media (max-width:580px) {
	.category-new-main .blocks-item {
		width: 100%;
		padding: 0px;
	}

}

/** Call-out **/
.callout.callout--warning .callout__title {
	color: #ffb631;
}

.callout.callout--warning {
	border-color: #ffb631;
}

/** Home-section **/
@media (max-width: 500px) {
	.hero {
		background-position: -39% 130%;
		background-size: 115%;
		padding: 0 20px 70px;
		height: auto !important;
	}

	.hero-home-content {
		text-align: center;
	}

	.category-new-main p.brief {
		text-align: center;
	}
}

@media (min-width: 768px) {
	.hero {
		padding: 0 5%;
		padding-top: 55px;
	}
}

@media (min-width: 1024px) {
	.hero {
		padding-top: 20px;
	}
}

@media (min-width: 1200px) {
	.hero {
		padding: 0;
		padding-top: 20px;
	}
}

/** Category-Section **/
.sub_nav-bar .breadcrumbs li {
	font-family: _Circular_Std_Book;
	font-size: 14px;
	font-weight: 500;
	color: #1c283b;
}

.sub_nav-bar .breadcrumbs li a:visited {
	color: #5159f5;
}

.heading-section h1 {
	font-family: _Circular_Std_Book;
	font-weight: 500;
	padding-bottom: 25px;
	color: #1c283b;
}

.search_box-left {
	display: none;
}

.artical-list-left li {
	font-family: _Circular_Std;
	font-size: 18px;
	border-bottom: 1px solid #e4e4e4;
}

.all_aarticles {
	font-family: _Circular_Std_Book;
	color: #5159f5;
	font-size: 18px;
}

.artical-list-left li {
	font-family: _Circular_XX_Regular;
}

@media (max-width:768px) {
	.heading-section h1 {
		padding-bottom: 15px;
	}
}

/** Article Sections **/
.article-section {
	color: #1c283b;
}

.article-sub_nav-bar .breadcrumbs li {
	font-family: _Circular_Std_Book;
	font-size: 14px;
	font-weight: 400;
}

.article-sub_nav-bar .breadcrumbs li a:visited,
.breadcrumbs li a {
	color: #5159f5;
}

.search-box .search input[type="search"] {
	border-radius: 50px;
}

.left-side .sidenav-title {
	font-family: _Circular_Std_Bold;
	font-size: 16px;
	display: inline-block;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #1c283b;
	font-weight: normal !important;
}

.left-side-bar ul li {
	font-family: _Circular_XX_Regular;
	font-size: 16px;
}

.left-side-bar ul li a {
	color: #1c283b;
}

.left-side-bar ul li .sidenav-item.current-article,
.sidenav-item:hover {
	background-color: #5159f5;
}

.article-body.article_body-section a {
	color: #5159f5;
}

.artical-head h1 {
	/*font-family : _Circular_Std_Book;*/
	font-family: _Circular_XX_Regular;
	font-size: 34px;
	color: #1c283b;
	margin-bottom: 8px;
}

.raw-data-h1 {
	padding-top: 12px;
}

.analysis-h1 {
	padding-bottom: 8px;
}

.meta-data-h1 {
	padding-top: 28px;
}

.artical-head .article-author,
.artical-head .article-subscribe {
	display: none;
}

.article_body-section table tbody tr td {
	font-family: _Circular_XX_Regular;
	font-size: 16px;
	line-height: 26px;
}

.article_body-section h1 {
	font-family: _Circular_XX_Regular;
	font-size: 34px;
	line-height: 31px;
	color: #1c283b;
	padding-top: 15px;
}

.article_body-section h2 {
	font-size: 25px;
	font-family: _Circular_XX_Regular;
}

.article_body-section p,
.article_body-section ul li,
.article_body-section ol li {
	font-family: _Circular_XX_Regular;
	font-size: 16px;
	line-height: 26px;
}

/** Raw-Data iframe section **/
.article_body-section .raw-data-iframe {
	margin-left: -14px;
	padding-bottom: 60px;
	margin-bottom: 8px;
}

/** artical-section Metadata-tabel **/

.article_body-section .table_design-metadata {
	border: none;
}

.article_body-section .table_design-metadata tbody tr {
	border-color: #dddedf;
}

.article_body-section .table_design-metadata tbody .table-heading td {
	border-color: #bbd5fc;
	background-color: #ecf4fe;
	font-weight: bold;
}

.article_body-section .table_design-metadata tbody tr:nth-of-type(odd) {
	background-color: #fcfcfc;
}

.article_body-section .table_design-metadata tbody tr td {
	width: 25%;
	max-width: 25%;
	vertical-align: top;
	padding: 10px 13px;
}

.article_body-section .table_design-metadata tbody tr td p {
	margin: 0;
}

@media (max-width :500px) {
	.article-section {
		overflow: scroll;
	}
}

/** artical-section relatives, comments, footer **/
.artical-section .article-relatives,
.artical-section .article-comments,
.artical-section footer,
.recent-activity-controls {
	display: none !important;
}

/** Info-vedio section top **/
@media (max-width:500px) {
	.vedio_info tbody tr {
		display: grid;
		gap: 25px;
		justify-content: center;
		align-content: center;
	}

	.vedio_info tbody tr td {
		max-width: 100%;
		text-align: center;
	}
}

}

/** TABS **/
.tab-section .menu-tab .tab-title {
	padding: 8px 25px !important;
	font-family: _Circular_Std;
	font-size: 16px !important;
	color: #1c283b !important;
}

.tab-title {
	font-weight: normal !important;
}

.tab-title .fa-star {
	margin-left: 5px !important;
	font-size: 13px !important;
}

.tab-title:hover {
	color: #5159f5 !important;
}

.tab-section .tab-content {
	font-family: _Circular_XX_Regular;
	border-bottom-left-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}

.tab-section .tab-content p {
	font-size: 16px;
	line-height: 26px;
	color: #1c283b !important;
	font-family: _Circular_XX_Regular;
	margin: 0;
}

.tab-section .tab-content p a,
.tab-section .tab-content a {
	font-size: 16px;
	font-family: _Circular_XX_Regular;
	color: #5159f5
}

.next-head {
	padding-top: 40px;
}

.tabs {
	padding-top: 25px;
}

@media (min-width: 768px) {
	.tab-section .tab-content {
		border-top-left-radius: 8px !important;
		border-top-right-radius: 8px !important;
	}

	.tabs-link.is-active {
		border-bottom: 1px solid #fff;
		color: #5159f5 !important;
		border-top-left-radius: 8px !important;
		border-top-right-radius: 8px !important;
	}

	.tab-section .tab-content:nth-child(2) {
		border-top-left-radius: 0 !important;
	}
}

@media (max-width:500px) {
	.vedio_info tbody tr td {
		width: 100% !important;
		text-align: center;
	}

	.raw-data-h1 {
		padding-top: 0;
	}

	.article_body-section .raw-data-iframe {
		padding-bottom: 30px;
	}

	.meta-data-h1,
	.tabs {
		padding-top: 15px;
	}
}

.get-certified-left {
	width: 100%;
	padding: 30px 20px 10px;
	background: #1c283b;
	border-radius: 6px;
	margin-top: 38px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.33;
	font-family: _Circular_XX_Regular;
}

.get-certified-left:after {
	clear: both;
	content: '';
	display: table;
}

.get-certified-left h2 {
	line-height: 1.02;
	font-size: 26px;
	font-family: _Circular_Std_Book;
}

.get-certified-left .btn {
	width: 163px;
	height: 53px;
	text-align: center;
	background: #ffffff;
	color: #5159f5;
	font-size: 16px;
	border-radius: 4px;
	display: block;
	padding: 17px 0;
	transition: all 0.5s ease;
	border: 0px;
	margin-top: 30px;
}

.get-certified-left .btn:hover {
	text-decoration: none;
	color: #ffffff;
	background: #5159f5;
}

.get-certified-left img {
	margin-top: 17px;
	float: right;
}

/** Callouts **/
/** Deep Dive-callouts **/
.deep-dive {
	border-left: 5px solid #345e8c !important;
	border-color: #345e8c !important;
	margin-bottom: 35px !important;
	padding: 10px 0px 15px 27px !important;
}

.callout-title {
	font-family: _Circular_Std_Bold;
	font-size: 16px;
	color: #1c283b !important;
	font-weight: normal !important;
}

.callout-content {
	font-family: _Circular_XX_Regular;
	font-size: 16px !important;
	line-height: 26px !important;
	color: #1c283b !important;
	margin: 0;
}

/** Tip-callouts **/
.tip {
	border-left: 5px solid #04b5ac !important;
	border-color: #04b5ac !important;
	margin-bottom: 35px !important;
	padding: 10px 0px 15px 27px !important;
}

@media (min-width: 768px) {
	.tab-section .menu-tab .tab-title {
		padding: 8px 21px !important;
	}
}

@media (max-width: 1024px) {
	.tab-section .menu-tab .tab-title {
		padding: 8px 8px !important;
	}
}

@media (min-width: 1200px) {
	.tab-section .menu-tab .tab-title {
		padding: 8px 25px !important;
	}
}

/* 2022 */
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
	min-height: 90px;
}

/*.hero {
max-width:100%;
background:url(//theme.zdassets.com/theme_assets/1504508/f3fdd3f9f5ba5b5cc20a00201af62cf2f850e724.jpg) no-repeat 0 0 / cover;
background:url(//theme.zdassets.com/theme_assets/1504508/a15462f99f92c76f4f360fcee1787681fde8d3d2.png) no-repeat 0 0 / cover;
background:url(//theme.zdassets.com/theme_assets/1504508/578d37200c46591dcd39789508339b1b97c2cba7.png) no-repeat 0 0 / cover;
height:305px;
padding-top:70px;
margin-top:-80px;
background-position: top right;
}*/


.home-banner-hero-wrap {
	max-width: 1255px;
	margin: 0 auto;
}

.hero-inner {
	background: #fff;
}

.user-nav a.hero-certified {
	background-color: #5159f5;
	color: #ffffff !important;
	padding: 10px 15px 9px !important;
	font-size: 14px !important;
}

.user-nav a.hero-certified i {
	background: url(//theme.zdassets.com/theme_assets/1504508/f8d7e9e3c8065abe0c51af5cd29002bad0e81021.png) no-repeat 0 0;
	width: 21px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.search input[type="search"] {
	color: #1d283b;
}

.search input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #1d283b;
	opacity: 1;
}

.search input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #1d283b;
	opacity: 1;
}

.search input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #1d283b;
	opacity: 1;
}

.search input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #1d283b;
	opacity: 1 !important;
}

.blocks-item:hover,
.blocks-item:focus,
.blocks-item:active {
	background-color: #fff;
}

.blocks-item-link:focus {
	box-shadow: 0 0 0 0px #0072EF;
}

main {
	padding-top: 80px;
}

.category-content {
	flex: 0 0 100%;
}

/* Category */
.home-section .recent-activity-item-parent,
.home-section .promoted-articles-item a {
	font-size: 16px;
	color: #5159f5;
}

.category-360000686636,
.category-360000686616,
.category-360000709435 {
	border-left: none;
}

.categories-main-block {
	padding: 60px 0px;
	border-bottom: 1px solid #eaeaea;
}

.categories-main-block .blocks-item-link i {
	display: block;
	width: 18px;
	height: 17px;
	min-height: 22px;
	background: url(/hc/theming_assets/01HZGYRARTBM6T55N7TDHP13SN) no-repeat 0 0;
	background-size: contain;
	background-position: center;
}

.categories-main-block .blocks-item-link .category-id-4552090197903 {
	display: block;
	width: 21px;
	height: 21px;
	background: url(/hc/theming_assets/01HZGYRA8EKNG5TXTVEYZDJF9A) no-repeat 0 0;
	background-size: 21px 21px;
	background-position: center;
}

.categories-main-block .blocks-item-link .category-id-4474785664015 {
	display: block;
	width: 31px;
	height: 20px;
	background: url(//theme.zdassets.com/theme_assets/1504508/918e29fb713b3fd3b4eb55d800ba8de86cdc5d9e.svg) no-repeat 0 0;
	background-size: 31px 20px;
	background-position: center;
}

.categories-main-block .blocks-item-link .category-id-4579323139727 {
	display: block;
	width: 18px;
	height: 17px;
	background: url(/hc/theming_assets/01HZGYRB8XYCJJBC8G1YXPE2N7) no-repeat 0 0;
	background-size: 18px 17px;
	background-position: center;
}

.categories-main-block .blocks-item-link .category-id-4467910633615 {
	display: block;
	width: 21px;
	height: 21px;
	background: url(/hc/theming_assets/01HZGYRAMXBT9KPCH9HRS3X4VS) no-repeat 0 0;
	background-size: 21px 21px;
	background-position: center;
}

.categories-main-block .blocks-item-link .category-id-4467942950031 {
	display: block;
	width: 21px;
	height: 21px;
	background: url(/hc/theming_assets/01HZGYRAGJT8A0HY7C7EHGWJH8) no-repeat 0 0;
	background-size: 21px 21px;
	background-position: center;
}

.categories-main-block .blocks-item-link .category-id-360000418136 {
	display: block;
	width: 24px;
	height: 27px;
	background: url(//theme.zdassets.com/theme_assets/1504508/872e88fb2ab98ff4f476bc19674469ff0d8da806.png) no-repeat 0 0;
	background-size: 24px 27px;
	background-position: center;
}

.categories-main-block .blocks-item-link .category-id-4413835819023 {
	display: block;
	width: 18px;
	height: 17px;
	background: url(/hc/theming_assets/01HZGYRB50P4RAWQ3N5E8KPJP0) no-repeat;
	background-size: 17px 17px;
	background-position: center;
}

.categories-main-block .blocks-item-link .category-id-360000177495 {
	display: block;
	width: 21px;
	height: 21px;
	background: url(/hc/theming_assets/01HZGYRA4ZE6PX4RWC82T466SG) no-repeat;
	background-size: 21px 21px;
	background-position: left;
}

.categories-main-block .blocks-item-link .category-id-360000690676 {
	display: block;
	width: 18px;
	height: 17px;
	background: url(/hc/theming_assets/01HZGYRB0VCT6QAJEY1A88QEWG) no-repeat;
	background-size: 18px 17px;
	background-position: center;
}

.categories-main-block .blocks-item-link .category-id-4413885560335 {
	display: block;
	width: 20px;
	height: 20px;
	background: url(/hc/theming_assets/01HZGYRACB00P3TCA90QSZ32QG) no-repeat;
	background-size: 20px 20px;
	background-position: center;
}

.categories-main-block .blocks-item-link .category-id-360000375615 {
	display: block;
	width: 21px;
	height: 22px;
	background: url(/hc/theming_assets/01HZGYRAWQ3T16CX76RYVYYVZV) no-repeat;
	background-size: 21px 22px;
	background-position: center;
}

.categories-main-block .category-blocks-item h4 {
	font-size: 20px;
	font-family: _Circular_Std_Bold;
	color: #1c283b;
	text-align: left;
	padding-top: 8px
}

.categories-main-block .category-blocks-item p {
	font-size: 15px;
	color: #1c283b;
	font-family: _Circular_XX_Regular;
	text-align: left;
	padding: 6px 0px;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 54px;
}

.categories-main-block ul {
	/*display: grid;
grid-template-columns: auto auto auto auto;
grid-gap: 0px;
padding: 0px;*/
	margin: 0px;
	display: flex;
	justify-content: flex-start;
}

.category-blocks-item {
	flex: 1 0 22%;
	border-radius: 0;
	border-color: #e5e8ee;
	margin: 0;



	/*border-radius: 0px;
border-color:#e5e8ee;
max-width: 295px;
margin: 0;*/
}

.category-blocks-item a {
	padding: 40px 30px;
}

.category-blocks-item:hover {
	background-color: #e5e8ee;
}

.category-blocks-item:first-child,
.category-blocks-item:last-child {
	border: 1px solid #e5e8ee;
}

.category-blocks-item:nth-child(n+5) {
	border-top: none;
}

.category-blocks-item:nth-child(n+2) {
	border-left: none;
}

.category-blocks-item:nth-child(4n+5) {
	border-left: 1px solid #e5e8ee;
}
}

@media(max-width:1600px) {

	.category-blocks-item:first-child,
	.category-blocks-item:last-child {
		border: 1px solid #e5e8ee;
	}

	.category-blocks-item:nth-child(n+5) {
		border-top: none;
	}

	.category-blocks-item:nth-child(n+2) {
		border-left: none;
	}

	.category-blocks-item:nth-child(4n+5) {
		border-left: 1px solid #e5e8ee;
	}
}

@media(max-width:1441px) {

	.category-blocks-item:first-child,
	.category-blocks-item:last-child {
		border: 1px solid #e5e8ee;
	}

	.category-blocks-item:nth-child(n+5) {
		border-top: none;
	}

	.category-blocks-item:nth-child(n+2) {
		border-left: none;
	}

	.category-blocks-item:nth-child(4n+5) {
		border-left: 1px solid #e5e8ee;
	}
}

@media(max-width:1100px) {

	.category-blocks-item {
		flex: 1 0 33%;
		border: 1px solid #e5e8ee;
		margin-bottom: 0px;
	}

	.category-blocks-item:first-child,
	.category-blocks-item:last-child {
		border: 1px solid #e5e8ee;
	}

	.category-blocks-item:nth-child(n+4) {

		border-top: none;
	}

	.category-blocks-item:nth-child(3n+4),
	.category-blocks-item:nth-child(3n+3) {
		border-left: 1px solid #e5e8ee;
	}

	.category-blocks-item:nth-child(3n+2) {
		border-left: none;
		border-right: none;
	}

}

@media screen and (max-width:1023px) {
	.hero-banner-section .hero-inner {
		padding: 0px 3%;
	}
}

@media(max-width:900px) {

	.category-blocks-item {
		flex: 1 0 50%;
		border-left: 1px solid #e5e8ee;
	}

	.category-blocks-item:first-child,
	.category-blocks-item:last-child,
	.category-blocks-item:nth-child(2n+1) {
		border: 1px solid #e5e8ee;
	}

	.category-blocks-item:nth-child(2n+2) {
		border-left: none;
		border-right: 1px solid #e5e8ee;
	}

	.category-blocks-item:nth-child(n+3) {
		border-top: none;
	}

	.category-blocks-item:first-child {
		justify-content: flex-start;
	}
}

@media(max-width:767px) {
	.category-blocks-item {
		max-width: 100%;
		border: 1px solid #e5e8ee !important;
		flex: 1 0 100%;
		margin-bottom: 20px;
	}
}

@media(max-width:767px) {

	.category-blocks-item i,
	.category-blocks-item h4,
	.category-blocks-item p {
		text-align: center !important;
		margin: auto;
	}
}

.section-tree {
	display: block;
}

.article-boxs-category .section-block-list {
	padding-top: 36px;
	max-width: 1106px;
}

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

.section-block-list .section {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	max-width: 100%;
	border-bottom: 1px solid #666666;
	cursor: pointer;
	transition: 0.5s;
}

.section-tree .article-list h3 {
	font-size: 16px;
	text-align: left;
	width: 100%;
}

.section-tree .article-list a {
	text-decoration: none;
	padding: 16px 0px 16px 4px;
	color: #427ccc;
	font-weight: 400;
	transition: 0.4s ease;
	font-family: _Circular_XX_Regular;
	font-size: 16px;
}

.section-tree .article-list .article-list-item {
	transition: 0.4s ease;
}

.section-tree .article-list .article-list-item:hover {
	padding-left: 15px;
}

.article-list .article-list-item {
	border-bottom: 1px solid #666666;
}

/*.section-tree-title {
display:none;
}*/
.category-content .section {
	margin-bottom: 0px;
}

.category-content .article-list {
	margin-bottom: 0;
}

.category-content {
	margin-bottom: 100px;
	max-width: 100%;
}

.header {
	max-width: 100% !important;
	width: 100% !important;
	transition: all 0.4s ease;
}

.header .logo {
	width: 191px;
}

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

.fixed-header {
	background: #ffffff !important;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}

.header .container {
	max-width: 1468px;
	align-items: center;
	display: flex;
	min-height: 90px;
	justify-content: space-between;
}

.sub-nav li a,
.sub-nav-list-breadcrumbs li {
	font-size: 14px;
	line-height: 26px;
	color: #5159f5 !important;
	font-family: _Circular_XX_Regular;
}

.sub_nav-bar .breadcrumbs li {
	color: #5159f5 !important;
}

.breadcrumbs li + li::before {
	color: #666666;
}

.section-tree .article-list h2 {
	font-size: 16px;
	font-family: _Circular_XX_Regular;
	text-align: left;
	width: 100%;
}

.category-content .article-list {
	display: none;
}

.section-tree .section {
	border-bottom: 1px solid #666666;
}

.section-tree h2 a {
	text-decoration: none;
	padding: 16px 0px 16px 4px;
	display: block;
	font-family: _Circular_XX_Regular;
	color: #5159f5;
	font-weight: 400;
	transition: 0.4s ease;
}

.section-tree h2:hover a {
	padding-left: 15px;
}

.section-tree-title {
	font-size: 16px;
}

.section-tree .article-list a {
	text-decoration: none;
	padding: 16px 0px 16px 4px;
	color: #5159f5;
	font-weight: 400;
	transition: 0.4s ease;
	font-family: _Circular_XX_Regular;
	font-size: 16px;
}

.section-tree .article-list .article-list-item {
	transition: 0.4s ease;
}

.section-tree .article-list .article-list-item:hover {
	padding-left: 15px;
}

.article-list .article-list-item,
.section-list .section-list-item {
	border-bottom: 1px solid #666666;
}

.section-list .section-list-item {
	border-color: #eef1f5;
}

.section-list .section-list-item {
	padding: 0px;
}

.section-content .article-list-item,
.section-list .section-list-item {
	transition: 0.4s ease;
}

.section-content .article-list-item a,
.section-list .section-list-item a {
	padding: 16px 0px 16px 4px;
	color: #5159f5;
	font-weight: 400;
	transition: 0.4s ease;
	font-family: _Circular_XX_Regular;
	font-size: 16px;
}

.section-content .article-list-item:hover,
.section-list .section-list-item:hover {
	padding-left: 15px;
}

.page-header-description {
	font-style: normal;
	font-family: _Circular_XX_Regular;
}

.section-content {
	flex: 0 0 100%;
	max-width: 1100px;
	margin-bottom: 100px;
}

.sub-nav input[type="search"] {
	min-width: 300px;
	border-radius: 50px;
	padding-left: 15px;
	font-family: _Circular_Std_Book;
}

.search-container .search-icon {
	left: auto;
	right: 15px;
}

.page-header h1 {
	font-family: _Circular_XX_Regular;
}

.get-certified-left-wrap {
	text-decoration: none !important;
}

.left-side-bar ul li a {
	color: #666;
}

@media (max-width:767px) {
	.home-banner-hero-wrap {
		padding: 0 30px;
	}

	.hero-home-content {
		padding-top: 10px;
	}

	.hero-p-content {
		padding-left: 0px;
		font-size: 30px;
	}
}

@media (max-width:500px) {
	.home-banner-hero-wrap {
		padding: 0px;
	}
}

/* All Content */
.all-section-content .page-header {
	padding-bottom: 35px;
}

.all-section-content .section-tree-sections section {
	flex: 0 0 30%;
	margin: 0 1.6% 65px;
}

@media(max-width:1200px) {
	.all-section-content .section-tree-sections section {
		flex: 0 0 46%;
		margin: 0 2% 40px;
	}
}

@media(max-width:1023px) {
	.all-section-content .section-tree-sections section {
		flex: 0 0 46%;
		margin: 0 2% 30px;
	}
}

.all-section-content .section-tree-sections {
	padding-top: 35px;
	margin: 0 -17px;
}

@media(max-width: 767px) {
	.all-section-content .page-header {
		padding-bottom: 15px;
	}

	.all-section-content .section-tree-sections {
		padding-top: 15px;
	}
}

.all-section-content {
	flex: 0 0 100%;
	padding: 36px 0px 0 0px;
	max-width: 100%;
}

.all-section-content header .section-subscribe {
	display: none;
}

.section-tree-sections {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.section-tree .see-all-articles {
	display: none;
}

@media(max-width: 1200px) {
	.all-section-content {
		flex: 0 0 100%;
		padding: 36px 15px 0 15px;
	}
}

@media(max-width:1023px) {
	.all-section-content {
		flex: 0 0 100%;
		padding: 36px 0px 0 0px;
	}
}

@media(max-width:767px) {
	.all-section-content {
		padding: 15px 0px 0 0px;
	}

	.section-tree-sections {
		flex-direction: column;
	}

	.section-tree-sections .section {
		width: 100%;
	}
}

.section-tree-sections .section .section-tree-title {
	padding-bottom: 14px;
}

.section-tree-sections .section .section-tree-title a span,
.section-tree-sections .section .section-tree-title a {
	text-decoration: none;
	font-size: 20px;
	letter-spacing: 0px;
	color: #1c283b;
	font-family: _Circular_Std_Bold;
}

.section-tree-sections .section .section-tree-title a .open-link {
	display: inline-block;
	background: url('//theme.zdassets.com/theme_assets/1504508/bc4d0a1834254b2c3112770fedc428cc6c66434b.png') no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 9px;
	width: 17px;
	height: 17px;
}

@media (max-width: 767px) {

	.section-tree-sections .section .section-tree-title a span,
	.section-tree-sections .section .section-tree-title a {
		font-size: 17px;
	}

	.section-tree-sections .section .section-tree-title a .open-link {
		width: 15px;
		height: 15px;
	}
}

.section-tree-sections .section .article-list li,
.all-section-content .article-section-list li {
	border-bottom: 1px solid #eef1f5;
	width: 100%;
	padding: 0;
}

.section-tree-sections .section .article-list li a,
.all-section-content .article-section-list li a {
	padding: 15px 0px;
	display: block;
}

.section-tree-sections .section .article-list li a {
	padding: 11px 0px;
}

.all-section-content .article-section-list li {
	border-bottom: 1px solid #eef1f5;
}

.all-section-content .article-section-list li.article-promoted {
	display: flex;
	align-items: center;
}

.all-section-content .article-section-list li.article-promoted span {
	display: flex;
	margin-right: 10px;
}

.all-section-content .article-section-list li.article-promoted a .link-title,
.all-section-content .article-section-list li a .link-title {
	border-bottom: 1px solid transparent;
	transition: 0.4s ease;
}

.all-section-content .article-section-list li.article-promoted a:hover .link-title,
.all-section-content .article-section-list li a:hover .link-title {
	border-color: #5159f5;
}

.section-tree-sections .section .article-list li a,
.all-section-content .article-section-list li a {
	font-size: 16px;
	color: #5159f5;
	font-family: _Circular_XX_Regular;
}

.all-section-content .article-section-list li a:hover {
	text-decoration: underline;
}

.section-tree-sections .section .article-list li a {
	text-decoration: none;
}

.section-tree-sections .section .article-list li a span {
	border-bottom: 1px solid transparent;
	transition-property: all;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(0.16, 1, 0.29, 0.99);
}

.section-tree-sections .section .article-list li a:hover span {
	border-bottom: 1px solid #3e7dcc;
}

.all-section-content .article-section-list li a {
	transition: 0.4s ease;
}

.all-section-content .article-section-list li a:hover {
	padding-left: 15px;
	text-decoration: none;
}

.section-tree-sections .section .article-list li.article-promoted {
	display: flex;
	align-items: center;
}

.section-tree-sections .section .article-list li.article-promoted span {
	display: flex;
	margin-right: 10px;
}

/* Table Styles */
.article_body-section table {
	border: none;
	border-collapse: collapse;
}

.article_body-section th {
	border-color: #bbd5fc;
	background-color: #ecf4fe;
	font-weight: bold;
	padding: 10px 13px;
}

.article_body-section td {
	padding: 10px 13px;
	border-color: #bbd5fc;
	vertical-align: top;
}

.article_body-section table tr {
	background-color: #fcfcfc;
}

.article_body-section table tr:nth-of-type(even) {
	background-color: #fff;
}

@media (max-width: 767px) {

	.section-tree-sections .section .article-list li a,
	.all-section-content .article-section-list li a {
		font-size: 14px;
	}

	.hero {
		background-position: 72%;
	}

	.header .container {
		width: 100%;
	}
}

@media (min-width:1980px) {
	.hero {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding-bottom: 80px;
		height: 580px;
	}

	.home-banner-hero-wrap {
		width: 100%;
	}

	.hero-home-content {
		padding-top: 0;
		width: 100%;
	}
}

.get-certified-left-wrap,
.footer-wrap,
.user-nav a.hero-certified {
	display: none !important;
}

@media (max-width:1159px) {
	.header {
		padding: 0px;
	}

	.header .container {
		width: 100%;
	}

	.nav-wrapper .menu-button {
		float: right;
		margin-right: 0px !important;
	}

	.nav-wrapper .menu-button .icon-menu {
		width: 20px !important;
		height: 20px !important;
		cursor: pointer;
	}
}

.footerwrap .custom-dflex {
	display: flex;
	flex-wrap: wrap;
}

.footerwrap {
	position: relative;
	padding: 40px 0 60px;
	border: 1px solid #f2f5fa !important;
}

.footerwrap .custom-col-6 {
	width: 50%;
	max-width: 50%;
	padding: 0 15px;
}

.footerwrap .custom-col-6 p,
.footerwrap .custom-col-6 p a {
	font-family: _Circular_XX_Regular;
	font-size: 16px;
	color: #1c283b;
	padding: 0;
	margin: 0;
}

.footerwrap .custom-col-6 p a:hover {
	text-decoration: underline;
}

.home-section .recent-activity-item h3 {
	margin: 0 !important;
	font-family: _Circular_Std_Book !important;
	font-weight: inherit !important;
	font-size: inherit !important;
	font-size: 16px !important;
	color: #5159f5 !important;
}

.intro-text-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 100px 50px 30px;
}

.intro-text-wrap p {
	font-family: _Circular_XX_Regular;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	max-width: 780px;
	margin: 0 auto;
	color: #1c283b;
}



@media(min-width:1440px) {}

@media(max-width:767px) {
	.intro-text-wrap {
		padding: 60px 0 20px !important;
	}

	.intro-text-wrap p {
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}

	.footerwrap .custom-col-6 p,
	.footerwrap .custom-col-6 p a {
		font-size: 12px;
	}

	.footerwrap .custom-container {
		padding: 0 15px 0 15px;
	}
}



/* edit theme design 11-10-2023*/
.main-top-header {
	background-color: #2e45b9;
	padding: 6px 0 6px;
	position: relative;
	margin: 0 auto;
}

.main-top-header p {
	text-align: center;
	color: #fff;
	margin: 0;
	font-size: 15px;
	line-height: 26px;
	font-family: _Circular_XX_Regular;
}

.main-top-header p span.top-text-highlight {
	font-family: _Circular_Std_Bold;
}

.header .container {
	justify-content: initial !important;
}

.right-nav-link a.custom_navbar_link_ {
	font-size: 15px;
	color: #1c283b;
	font-family: _Circular_XX_Regular;
	text-align: right;
	text-transform: capitalize;
	text-decoration: none;
	padding: 8px 0px;
	margin-left: 50px;
	position: relative;
}

.right-nav-link a.custom_navbar_link_ {
	font-size: 16px;
	line-height: 26px;
	color: #1c283b;
	font-family: _Circular_XX_Regular;
	text-align: right;
	text-transform: capitalize;
}

.demo-btn {
	width: 214px !important;
	height: 36px;
	border-radius: 4px;
	background-color: #5159f5;
	font-size: 16px !important;
	line-height: 26px;
	color: #ffffff !important;
	font-family: _Circular_XX_Regular;
	text-align: center;
	padding-right: 0px !important;
	padding: 5px 0px !important;
	text-decoration: none !important;
	border-radius: 4px;
	background-color: #5159f5;
	border: none;
	outline: none;
	margin-right: 0;
	margin-left: 0;
}

.user-info.dropdown {
	margin-left: 18px;
}

.demo-btn:hover{
	background-color: #7478ed !important;
	color: #ffffff !important;
}
.demo-btn:active, .demo-btn:focus
{
	background-color: #5159f5 !important;
	color: #ffffff !important;
}

.right-nav-link a.custom_navbar_link_::after {
	display: block !important;
	width: 0;
	content: "";
	height: 3px;
	background: #1c283b;
	margin: 0 auto;
	position: absolute;
	bottom: 0%;
	left: 0;
	right: 0;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
}

.header .nav-wrapper {
	width: 100%;
}

.header {
	filter: drop-shadow(-7.794px 4.5px 8px rgba(0, 0, 0, 0.09));
	background-color: #ffffff;
	top: 0px !important;
	min-height: 78px !important;
	position: relative !important;
}

header.main-header {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}

.header .container {
	max-width: 1280px;
}

.home-banner-hero-wrap .hero-p-content {
	font-size: 47px;
	line-height: 51px;
	color: #1c283b;
	font-family: _Circular_Std_Bold;
	padding-right: 0;
	max-width: 705px;
	padding-left: 0;
	margin-bottom: 10px;
}

.top-banner-image {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url('//theme.zdassets.com/theme_assets/1504508/578d37200c46591dcd39789508339b1b97c2cba7.png');
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
}

main {
	padding-top: 0 !important;
}

.close-icon-new {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	right: 20px;
	z-index: 1;
	fill: #8f9db3;
	stroke-width: 0px;
	width: 14px;
	height: 18px;
	display: none;
}

.hero {
	height: 477px !important;
	padding-top: 77px !important;
}

.hero {
	max-width: 100%;
	width: 100%;
	position: relative;
	position: relative;
	background: none !important;
	background-position: inherit !important;
}

.home-banner-hero-wrap {
	padding-left: 25px;
}

.hero-popular-tag {
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 62px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	max-width: 680px;
}

.popular-tag-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.popular-topic-heading {
	padding: 0;
	margin: 0;
	padding-right: 7px !important;
	font-size: 15px;
	color: #1c283b;
	font-weight: 500;
	white-space: nowrap;
}

.popular-tag-list li a:hover,
.popular-tag-list li a:focus,
.popular-tag-list li a:active {
	text-decoration: none !important;
}

.popular-tag-list li {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-right: 4px;
	margin-bottom: 8px;
}

.popular-tag-list li::lastchild {
	margin-right: 0;
}

.popular-tag-list li a {
	font-size: 15px;
	color: #5159f5;
	font-weight: 500;
	border-bottom: 1px solid #5159f5;
	font-family: _Circular_XX_Regular;
}

.popular-tag-list li a:hover {
	border-bottom: 1px solid #5159f5;
}

.category-blocks-item:hover {
	background-color: #eeeffd !important;
}

.home-section .recent-activity-item,
.home-section .promoted-articles-item {
	border-bottom: 1px solid #eef0f5;
	padding: 11px 0px 8px;
}

.home-section .recent-activity-item-parent,
.home-section .promoted-articles-item a {
	color: #5159f5;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	font-family: _Circular_XX_Regular;

}

.footer-menu li {
	display: inline-block;
	margin-right: 38px;
}

.footer-menu li:last-child {
	margin-right: 0;
}

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

.footerwrap {
	background-color: #2347ad;
	padding: 79px 0 115px;
	border: none !important;
}

.footer-menu li a {
	font-size: 16px;
	color: #ffffff;
	font-family: _Circular_XX_Regular;
}

.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-menu li a:active {
	text-decoration: underline;
}

.footerwrap .footer-left-logo {
	color: transparent;
	background: url('//theme.zdassets.com/theme_assets/1504508/6525d375126e927e56db4d90909e6c3fe0f05955.svg') no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: contain;
	background-position: center;
	padding: 0px 23px;
	height: 32px;
	width: 194px;
	position: relative;
	display: block;
}

.footerwrap .custom-dflex {
	align-items: center;
}

.register-form-wrapper {
	position: relative;
	padding: 112px 0 88px;
	margin: 0 auto;
	width: 100%;
	background: url('//theme.zdassets.com/theme_assets/1504508/55fd816ddfacb0490a11aeee2be4c2ca32dace5e.png');
	background-size: cover;
	background-position: bottom center;
	text-align: center;
	border-top: 1px solid #d2d8e1;
}

.register-form-wrapper .register-heading .heading-highlight {
	display: block;
	color: #2e45b9;
}

.form-inner-wrap {
	position: relative;
}

.form-inner-wrap::before {
	content: '';
	position: absolute;
	top: 30px;
	left: -145px;
	width: 378px;
	height: 393px;
	background: url(//theme.zdassets.com/theme_assets/1504508/ad957d1925e86a3c5a29df47abc4e32c9e1962ad.png) no-repeat;
	background-size: cover;
}

.header .logo {
	width: 194px;
	min-width: 194px !important;
	margin-left: 40px;
	padding-top: 4px;
}

.section.home-section .container {
	max-width: 1160px;
}

.reg-form-area {
	max-width: 856px;
	height: 640px;
	margin: 0 auto;
	border-radius: 15px;
	filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.13));
	background-color: #ffffff;
	padding: 65px 65px 59px;
}

.term-text {
	max-width: 740px;
	margin: 0 auto;
	margin-top: 24px;
}

.term-text p {
	font-size: 15px;
	color: #000000;
	font-family: _Circular_XX_Regular;
	text-align: center;
}

.register-form-wrapper .register-heading {
	font-size: 40px;
	letter-spacing: 0px;
	line-height: 50px;
	color: #1c283b;
	font-family: _Circular_Std_Bold;
	margin: 0;
	margin-bottom: 56px;

}

.search-box input[type="search"],
.search-box input[type="search"]::placeholder {
	font-size: 16px;
	line-height: 30px;
	color: #1d283b;
	font-family: _Circular_XX_Regular;
}

.search-box input[type="search"]::placeholder {
	opacity: 0.8;
}

/*.search-icon {
	fill: #1d283b !important;
}
*/
.hero-inner.search-box .close-icon {
	display: none !important;
}

.term-underline:hover {
	text-decoration: none;
}

.term-underline {
	font-size: 15px;
	color: #000000;
	font-family: _Circular_XX_Regular;
	border-bottom: 1px solid #000000;
}

.main-top-header p a,
.main-top-header p a:hover {
	color: #fff;
	text-decoration: none;
}

.hero-inner {
	padding: 3px 15px 2px !important;
	border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #2e45b9;
	max-width: 520px;
}

.hero-inner .search-box input[type="search"]::placeholder {
	color: #1c283b;
	opacity;
	1;
}

.home-section .activity .recent-activity-header,
.home-section .popular .recent-activity-header {
	margin-bottom: 23px !important;
}

.categories-main-block {
	padding: 60px 0px;
	border-bottom: none;
}

.section.home-section {
	padding-top: 75px !important;
	padding-bottom: 108px !important;
}

.intro-text-wrap {
	padding: 85px 50px 43px;
}

header .sign-in {
	font-size: 14px;
	color: #222;
	white-space: nowrap;
	padding-left: 15px;
}

.footerwrap .custom-col-6 {
	padding: 0 25px;
}

.footerwrap .container {
	max-width: 1255px;
}

/* learn growth */
.growth-content-rightwrap h2 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	color: #1c283b;
	font-weight: inherit;
	margin-bottom: 31px;
	font-family: _Circular_Std_Bold;
}

.growth-content-rightwrap {
	padding-left: 30px;
}

.growth-content-rightwrap p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
	color: #1c283b;
	margin-bottom: 18px;
	font-family: _Circular_XX_Regular;
}

.h-learnmore-btn:hover,
.h-learnmore-btn:focus {
	color: #7478ed;
	text-decoration: underline;
}

.h-learnmore-btn {
	font-size: 18px;
	color: #5159f5;
	text-decoration: underline;
	font-family: _Circular_XX_Regular;
}

.home-section-growth-wrap {
	position: relative;
	background-color: ;
	padding: 62px 0 90px;
	width: 100%;
	font-family: "circularxx-regular";
	margin: auto;
	background-color: #eeeffd;
}

.align-items-center {
	align-items: center;
}

.growth-img-leftwrap .growimg {
	max-width: 100%;
	height: auto;
}

.custom-container {
	max-width: 1301px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.align-items-center {
	align-items: center;
}

.row {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -0.5rem;
	margin-left: -0.5rem;
}

.col-sm-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	padding-right: .5rem;
	padding-left: .5rem;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.certified-course-wrap .np-course-group {
	position: relative;
	margin-bottom: 25px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}

.certified-course-wrap .np-course-title h3 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	letter-spacing: 3px;
	line-height: 25px;
	text-transform: uppercase;
	color: #1c283b;
	font-family: _Circular_Std_Bold;
	font-weight: inherit;
}

.certified-course-wrap .h-explore-btn:hover,
.np-card-content-footer .np-button.np-button-wide:hover {
	color: #7478ed;
}

.certified-course-wrap .h-explore-btn {
	font-size: 18px;
	color: #5159f5;
	text-decoration: underline;
	font-family: _Circular_XX_Regular;
}

.clearfix {
	clear: both;
}

.certified-course-wrap .row-with-thumbnails {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

/*
.certified-course-wrap .col-lg-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
*/

.certified-course-wrap .row .np-stretch-content {
	display: flex;
	padding-left: 0;
	padding-right: 0;
}

.certified-course-wrap .row .np-card {
	padding: 0 16px 0 !important;
	margin: 0;
	min-height: 100%;
	min-width: 100%;
}

.certified-course-wrap .np-card .np-card-container {
	border-radius: 0 !important;
	box-shadow: none !important;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	position: relative;
	z-index: 30;
}

.certified-course-wrap .np-card-ribbon {
	padding: 0 5px 1px 5px;
	background: #10a957 !important;
	font-family: _Circular_Std_Bold;
	font-weight: inherit;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	position: absolute;
	right: 8px;
	text-transform: uppercase;
	top: 8px;
}

.certified-course-wrap .np-card .np-card-container .np-card-image {
	border-radius: 8px !important;
	min-height: 200px;
	max-height: 200px;
	object-fit: cover;
	display: block;
	height: auto;
	width: 100%;
	border-style: none;

}

.certified-course-wrap .np-card .np-card-container .np-card-padding {
	padding: 20px 5px 0;
	align-items: normal;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1;
}

.certified-course-wrap .np-card-content {
	flex: 1 1;
}


.certified-course-wrap .np-card-content-vertical {
	align-items: normal;
	flex-direction: column;
	justify-content: space-between;
}

.certified-course-wrap .np-card-content {
	display: flex;
	width: 100%;
}

.certified-course-wrap .np-card-content-title {
	margin-top: 6px;
	margin-bottom: 9px;
	color: #1c283b;
	font-family: _Circular_Std_Bold;
	font-weight: inherit;
	font-size: 22px;
	line-height: 1.15;
}

.certified-course-wrap {
	position: relative;
	padding: 135px 0 114px;
	margin: 0 auto;
	width: 100%;
}

.xs-mobile-visible {
	display: none !important;
}

.certified-course-wrap .row .np-stretch-content .np-card-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	height: 3em;
	color: #1c283b;
	line-height: 28px;
	margin-top: 6px;
	font-size: 18px;
	-webkit-box-orient: vertical;
}

.certified-course-wrap .row .np-stretch-content .np-card-content-footer {
	flex-flow: row-reverse;
	align-items: center;
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
}

.certified-course-wrap .np-button-wide {
	padding-left: 32px;
	padding-right: 32px;
	height: 40px;
	font-family: _Circular_XX_Regular;
	font-weight: inherit;
	font-size: 15px !important;
}

.certified-course-wrap .row .np-stretch-content .np-card-text P {
	font-family: _Circular_XX_Regular;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	color: #1c283b;
}

.signup-free-center-btn {
	position: relative;
	margin: 0 auto;
	margin-top: 90px !important;
	text-align: center;
}

.signup-free-button:hover {
	background-color: #7478ed;
}

.signup-free-button img {
	max-width: 19px;
	margin-left: 5px;
}

.signup-free-button {
	font-size: 18px;
	line-height: 25px;
	color: #ffffff;
	text-align: center;
	border-radius: 3px;
	background-color: #5159f5;
	max-width: 284px;
	display: inline-block;
	padding: 13px 17px 14px;
	text-decoration: none !important;
	position: relative;
	white-space: nowrap;
	min-width: 284px;
	font-family: _Circular_XX_Regular;
}

.np-card-content-footer .np-button.np-button-wide {
	font-family: _Circular_XX_Regular;
	font-weight: inherit;
	font-size: 18px !important;
	line-height: 26px;
	text-decoration: underline;
	color: #5159f5;
	height: auto;
	padding: 0 !important;
	/* font-size: 15px !important;
background-color: #5159f5;
height: 40px;
border: 0;
line-height: normal;
margin: 0;
overflow: visible;
width: auto;
align-items: center;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: flex;
justify-content: center;
min-height: 32px;
padding: 8px 32px;
text-decoration: none;
white-space: nowrap; */
}

.custom-faq-section .accordion-content p .d-block {
	display: block;
}

.custom-faq-section .accordion-content a {
	color: #5159f5;
}

.certified-course-heading h2 {
	font-size: 36px;
	color: #1c283b;
	margin: 0;
	font-weight: inherit;
	text-align: center;
	font-family: _Circular_Std_Bold;
	margin-bottom: 18px;
	line-height: normal;
}

.certified-course-heading {
	margin-bottom: 67px;
	text-align: center;
	max-width: 965px;
	margin-left: auto;
	margin-right: auto;
}

.certified-course-heading .guide-badge-img {
	max-width: 131px;
	margin-bottom: 35px;
}

.certified-course-heading p {
	font-family: _Circular_XX_Regular;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	text-align: center;
}

/*end*/
.bg-grediant-image {
	border-radius: 8px;
	background-image: linear-gradient(90deg, #5159f5 0%, #ff8676 100%);
	border: none;
	background: url(//theme.zdassets.com/theme_assets/1504508/52dee9a7abde27ea829f389bf9b20eb23605792e.png) no-repeat;
	background-size: 100% 100%;
	padding: 75px 70px 51px;
	margin-bottom: 0;
	position: relative;
}

.bg-grediant-image::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 34px;
	width: 539px;
	height: 283px;
	background: url(/hc/theming_assets/01HZGYR5SHD6FKH90YR8VFB3J3) no-repeat;
	background-size: 100%;
	z-index: 1;
}

.resource-section-full h5 {
	font-weight: inherit;
	z-index: 2;
	position: relative;
	margin-bottom: 12px;
}

.resource-section-full h5 a {
	margin-top: 0;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	font-weight: inherit;
	font-family: _Circular_Std_Bold;
	text-transform: capitalize;
	margin-bottom: 1px;
	text-decoration: none;
	z-index: 2;
	position: relative;
}

.resource-section-full p {
	margin: 0;
	font-size: 20px;
	z-index: 2;
	position: relative;
	color: #fff;
	max-width: 685px;
	font-family: _Circular_XX_Regular;
	margin-bottom: 29px;
}

.resource-section-full .toparrow {
	display: inline-block;
	width: 38px;
	position: absolute;
	bottom: 23px;
	right: 31px;
	z-index: 2;
}

.resource-section-full h5 a:hover {
	text-decoration: none;
}

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

.col-md-12 {
	width: 100%;
	max-width: 100%;
}

.resource-wrapper {
	position: relative;
	padding-bottom: 128px;
}

.view-course-btn {
	border-radius: 4px;
	background-color: transparent;
	border: 1px solid #ffffff;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	display: inline-block;
	padding: 8px 28px;
	font-family: _Circular_XX_Regular;
	text-decoration: none !important;
}

.view-course-btn:hover {
	border: 1px solid #c7c9f8;
	color: #c7c9f8;
}

.custom-col-4 {
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	max-width: 33.33333333%;
}

.custom-col-8 {
	-ms-flex-preferred-size: 66.66666667%;
	flex-basis: 66.66666667%;   
	max-width: 66.66666667%;
}

.np-footer-social-links-link img {
	max-width: 19px;
}
  
.np-footer-social-links-list {
	text-align: right;
}

.np-footer-bottom {
	position: relative;
	padding-top: 15px;
}

.menu-right ul li {
	position: relative;
	display: inline-block;
	padding: 0 0 0 6px;
}

.home-section-growth-wrap .row {
	justify-content: space-between;
}

.nav-wrapper .menu-right {
	transform: translateY(0%);
	padding: 0;
	border-radius: 0;
	background-color: #ffffff;
	border: none;
	max-width: 100%;
}

.nav-wrapper .menu-right .search-icon {
	right: 12px;
	left: auto;
	cursor: pointer;
}

.nav-wrapper .menu-right .search-box .search input[type="search"] {
	align-items: center;
	border: 2px solid transparent !important;
	border-radius: 4px;
	color: #1d283b;
	cursor: pointer;
	display: flex;
	height: 36px;
	justify-content: center;
	opacity: 0;
	padding: 0;
	page-break-after: auto;
	width: 44px;
}

.nav-wrapper .menu-right .hero-inner.search-box {
	padding: 0;
	border-radius: 0;
	background-color: #ffffff;
	border: 0;
	/*	transform: translateY(0%);*/
	max-width: 100%;
	position: relative;
	padding: 0 !important;
	right: 0;
}


.nav-wrapper .menu-right .search {
	position: relative;

}

.nav-wrapper .menu-right .search-box .search input:focus {
	background: #fff;
/* 	border: 2px solid #bac4ca; */
  border: 1px solid #2e45b9 !important;
	border-radius: 4px;
	color: #486776;
	font-size: 15px;
	opacity: 1;
	outline: none;
	padding: 0 56px 0 20px;
	width: 100%;
}

.close-badge {
	position: absolute;
	right: 25px;
	top: 9px;
	cursor: pointer;
}

.col-sm-7,
.col-md-12,
.col-sm-5,
.col-sm-6,
.col-sm-4,
.col-sm-8,
.col-lg-3 {
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	flex-basis: auto;
	padding-right: .5rem;
	padding-left: .5rem;
}

/*about page*/
.about-intro-text-wrap {
	background: url(//theme.zdassets.com/theme_assets/1504508/ac4dba4cc3dc399f7591f645c39f32a939a32bbb.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: cover;
	background-position: top left;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 89px 0 88px;
}

.about-intro-text-wrap h3 {
	font-size: 40px;
	color: #1c283b;
	font-weight: inherit;
	font-family: _Circular_Std_Bold;
	text-align: center;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 31px;
}

.about-intro-text-wrap p {
	font-size: 18px;
	line-height: 28px;
	color: #1c283b;
	font-family: _Circular_XX_Regular;
	text-align: center;
	max-width: 885px;
	margin: 0 auto;
	margin-bottom: 28px;
}

.aboutguide-content-rightwrap {
	max-width: 625px;
	padding-left: 20px;
}

.aboutguide-content-rightwrap h2 {
	font-size: 36px;
	color: #1c283b;
	font-weight: inherit;
	margin: 0;
	font-family: _Circular_Std_Bold;
	line-height: normal;
	margin-bottom: 27px;
}

.aboutguide-content-rightwrap p {
	font-size: 18px;
	line-height: 28px;
	color: #1c283b;
	font-family: _Circular_XX_Regular;
	margin: 0;
	margin-bottom: 27px;
}

.aboutguide-img-leftwrap .growimg {
	max-width: 100%;
	height: auto;
}

.collaborator-heading h2 {
	font-size: 36px;
	color: #1c283b;
	font-weight: inherit;
	text-align: center;
	margin: 0;
	font-family: _Circular_Std_Bold;
	margin-bottom: 16px;
}

.collaborator-heading p {
	font-size: 18px;
	line-height: 28px;
	color: #1c283b;
	font-family: _Circular_XX_Regular;
	margin: 0;
	text-align: center;
}

.collaborator-info-sec h5 {
	font-size: 18px;
	color: #1c283b;
	font-weight: inherit;
	text-align: center;
	margin: 0;
	line-height: 1.2;
	font-family: _Circular_Std_Bold;
}

.collaborator-info-sec p {
	font-size: 18px;
	color: #1c283b;
	font-weight: inherit;
	text-align: center;
	margin: 0;
	line-height: 1.3;
	font-family: _Circular_XX_Regular;
}

.collaborator-info-sec p {
	position: relative;
	max-width: 156px;
	margin: auto;
}

.collaborator-info-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #eeeffd;
	padding: 110px 0 130px;
}

.collaborator-info-wrap .container {
	max-width: 991px;
}

.collaborator-info-img {
	margin-bottom: 20px;
}

.collaborator-info-sec {
	position: relative;
	text-align: center;
	border-radius: 4px;
	padding: 44px 15px;
	background-color: #ffffff;
	border: 1px solid #2e45b9;
	min-height: 308px;
}

.collaborator-heading {
	position: relative;
	margin-bottom: 45px;
}

/* FAQ*/

.custom-faq-section .accordion-container .accordion-title {
	position: relative;
	margin: 0;
	border: none;
	font-size: 24px;
	color: #1c283b !important;
	font-family: _Circular_XX_Regular;
	background-color: #fff;
	box-shadow: none !important;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	text-align: left;
	padding: 48px 4px 48px;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.custom-faq-section .accordion-item {
	margin-bottom: 0;
	border-radius: 0;
	border: none;
	border-top: 1px solid #2845ad;
}

.custom-faq-section .accordion-title.open {
	color: #ffffff;
	background: #fff;
	padding: 48px 4px 12px;
}

.custom-faq-section .accordion-container .accordion-title::after {
	content: "";
	position: absolute;
	top: 25px;
	right: 42px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: #222;
}

.custom-faq-section .accordion-container .accordion-title.open::after {
	position: absolute;
	top: auto;
	border: none;
	background-color: #222;
	width: 16px;
	height: 2px;
}

.custom-faq-section .accordion-container .accordion-title.open::before {
	content: '';
	position: absolute;
	top: auto;
	border: none;
	background-color: transparent;
	width: 16px;
	height: 2px;
	right: 42px;
	transform: rotate(90deg);
}

.custom-faq-section .accordion-container .accordion-title::after {
	content: "";
	position: absolute;
	top: 64px;
	right: 42px;
	width: 16px;
	height: 2px;
	border: none;
	background-color: #222;
}

.custom-faq-section .accordion-container .accordion-title::before {
	content: '';
	position: absolute;
	top: 64px;
	border: none;
	background-color: #222;
	width: 16px;
	height: 2px;
	right: 42px;
	transform: rotate(90deg);
}

.custom-faq-section .accordion-content {
	border: none;
	background: #ffffff;
	box-shadow: none;
	border-radius: 0;
	padding: 0 4px;
}

.custom-faq-section .accordion-content p {
	padding: 0;
	margin-bottom: 46px;
	color: #1c283b;
	font-size: 18px;
	max-width: 946px;
	font-family: _Circular_XX_Regular;
}

.custom-faq-section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
}

.custom-faq-section .accordion-container {
	max-width: 1100px;
	margin: 0 auto;
}

.faq-heading h2 {
	font-size: 36px;
	color: #1c283b;
	font-weight: inherit;
	text-align: center;
	margin: 0;
	margin-bottom: 0px;
	font-family: _Circular_Std_Bold;
	margin-bottom: 55px;
}

.faq-padding {
	padding-left: 75px;
	padding-right: 36px;
}

.custom-faq-section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding: 100px 0 128px;
}

.aboutguide-wrap .row {
	/* border: 1px solid #5358f4; */
	padding: 0;
	/* 	margin: 0; */
}

.aboutguide-wrap.about-new .custom-container {
	max-width: 1331px;
}

.aboutguide-wrap {
	position: relative;
	padding: 132px 0 172px;
	width: 100%;
	margin: 0 auto;
}

.home-top-banner {
	background: url(//theme.zdassets.com/theme_assets/1504508/ac4dba4cc3dc399f7591f645c39f32a939a32bbb.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: cover;
	background-position: top left;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 70px 0 145px;
}

.certified-center {
	max-width: 970px;
	margin: 0 auto;
	position: relative;
}

.certified-center h1 {
	margin: 0;
	padding: 0;
	font-size: 40px;
	color: #1c283b;
	font-weight: inherit;

	font-family: _Circular_Std_Bold;
	text-align: center;
}

.certified-center p {
	max-width: 606px;
	font-size: 18px;
	line-height: 28px;
	color: #1c283b;
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 18px;
	font-family: _Circular_XX_Regular;
}

.subscribe-form {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	margin-top: -105px;
	margin-bottom: 115px
}

.subscribe-form .reg-form-area {
	max-width: 856px;
	height: auto;
	margin: 0 auto;
	border-radius: 15px;
	filter: none;
	background-color: #ffffff;
	padding: 45px 30px 30px;
	border-radius: 3px;
	background-color: #ffffff;
	border: 1px solid #2e45b9;
}

.subscribe-form .reg-form-area iframe {
	height: 530px;
}


.px-75 {
	padding-left: 75px;
	padding-right: 75px;
}

.learn-section h4 {
	font-size: 24px;
	color: #1c283b;
	font-weight: inherit;
	font-family: _Circular_Std_Bold;
	margin: 0;
	padding: 0;
	max-width: 315px;
	margin-bottom: 15px;
}

.learn-section p {
	font-size: 18px;
	color: #1c283b;
	margin: 0;
	max-width: 315px;
	font-family: _Circular_XX_Regular;
}

.learing-wrapper h2 {

	font-size: 36px;
	color: #1c283b;
	font-weight: inherit;
	font-family: _Circular_Std_Bold;
	text-align: center;
	margin: 0;
	margin-bottom: 100px;
	margin-top: 54px;
}

.data-logo {
	text-align: center;
}

.data-logo img {
	max-height: 54px;
	margin: 0 auto;
	width: auto;
}

.learing-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding: 52px 0 168px;
	border-bottom: 1px solid #eeeffd;
}

.home-section-growth-wrap.bg-white .growimg {
	max-width: 668px;
}

.growth-top-sec .growth-img-leftwrap .growimg {
	max-width: 608px;
}

.learing-wrapper.about-learning-wrap {
	padding: 110px 0 174px;
}

.growth-middle .growth-img-leftwrap .growimg {
	max-width: 684px;
}

.growth-middle .growth-content-rightwrap {
	padding-left: 62px;
}

.home-section-growth-wrap.bg-white {
	background-color: #fff !important;
}

.home-section-growth-wrap.growth-index {
	padding: 102px 0 90px;
}

.footerwrap.academyfooter .footer-left-logo {
	color: transparent;
	background: url(//theme.zdassets.com/theme_assets/1504508/08fb6f0975df89d36ec2c1faa77fcada01b77d3e.svg) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: contain;
	background-position: center;
	padding: 0px 23px;
	height: 44px;
	width: 232px;
	position: relative;
	display: block;
}

.demo-btn.signup-btn {
	width: 116px !important
}

.home-top-banner.academy-banner {
	padding: 66px 0 93px;
}

.home-top-banner.academy-banner .certified-center p {
	margin-top: 11px !important;
	max-width: 696px !important;
}

.home-section-growth-wrap.growth-top-sec {
	padding: 70px 0 40px;
}

.home-section-growth-wrap.growth-top-sec .growth-content-rightwrap {
	padding-left: 2px;
	padding-right: 60px;
}

.growth-middle .growth-img-leftwrap {
	text-align: right;
}

.home-section-growth-wrap.growth-middle {
	padding: 35px 0 40px;
}

.home-section-growth-wrap.growth-bottom-sec {
	padding: 35px 0 162px;
}

.home-section-growth-wrap.growth-bottom-sec .growth-content-rightwrap {
	padding-left: 25px;
	padding-right: 20px;
}

.home-section-growth-wrap.growth-bottom-sec .growimg {
	max-width: 678px;
}

.instructor-section.collaborator-info-wrap {
	padding: 92px 0 123px;
}

.instructor-section .collaborator-info-img {
	margin-bottom: 24px;
}

.instructor-section .collaborator-heading {
	position: relative;
	margin-bottom: 36px;
}

.learing-wrapper.about-learning-wrap .learing-wrapper h2 {
	margin-bottom: 89px;
	margin-top: 47px;
}

.ad-displayr-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #1c283b;
	padding: 148px 0 130px;
}

.ad-displayr-wrap h5 a {
	margin-top: 0;
	color: #fff;
	font-size: 42px;
	line-height: 47px;
	font-weight: inherit;
	font-family: _Circular_Std_Bold;
	text-transform: capitalize;
	margin-bottom: 1px;
	text-decoration: none;
	z-index: 2;
	position: relative;
}

.ad-displayr-wrap h5 a:hover {
	text-decoration: none !important;
}

.ad-displayr-wrap p {
	margin: 0;
	margin-bottom: 0px;
	font-size: 17px;
	z-index: 2;
	position: relative;
	color: #fff;
	max-width: 685px;
	font-family: _Circular_XX_Regular;
	margin-bottom: 29px;
}

.ad-displayr-wrap .display-logo-btn {
	margin-left: 74px;
}

.ad-displayr-wrap .display-logo-btn img {
	max-width: 136px;
}

.try-btn:hover {
	border: 1px solid #c7c9f8;
	color: #c7c9f8;
}

.try-btn {
	border-radius: 4px;
	background-color: transparent;
	border: 1px solid #ffffff;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	display: inline-block;
	padding: 8px 28px;
	font-family: _Circular_XX_Regular;
	text-decoration: none !important;
}

.ad-displayr-wrap .bg--image {
	border-radius: 8px;
	background-image: linear-gradient(90deg, #5159f5 0%, #ff8676 100%);
	border: none;
	background: url(//theme.zdassets.com/theme_assets/1504508/5a7f29b54b27bed7796c3ab1d83896fcc57ba5cb.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	padding: 75px 70px 51px;
	margin-bottom: 0;
	position: relative;
}

.ad-displayr-wrap .resource-section-full h5 {
	max-width: 508px;
}

.home-section-growth-wrap.growth-index .growth-img-leftwrap .growimg {
	max-width: 100%;
}

.home-section-growth-wrap.growth-index .growth-img-leftwrap {
	margin-left: 0;
}

.home-section-growth-wrap.growth-index .growth-content-rightwrap {
	padding-left: 50px;
}



.home-banner-hero-wrap form.search::before {
	content: "";
	display: block;
	background: url('/hc/theming_assets/01HZGYRA11JBY0F8KVE3FSAT98') no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	width: 26px;
	height: 25px;
	background-position: center;
	background-size: 26px;
	position: absolute;
	top: 7px;
	left: 0px !important;
}

.newdata-story-content-wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 112px 0 102px;
	text-align: center;
	border-top: 1px solid #d2d8e1;
}

.newdata-story-content-wrapper h4 {
	font-size: 36px;
	color: #1c283b;
	font-family: _Circular_Std_Bold;
	text-align: center;
	margin: 0;
	margin-bottom: 22px;
}

.newdata-story-content-wrapper p {
	font-size: 18px;
	font-family: _Circular_XX_Regular;
	color: #1c283b;
	line-height: 28px;
	text-align: center;
	margin: 0 auto;
	max-width: 975px;
	margin-bottom: 27px;
}

.aboutguide-img-leftwrap {
	max-width: 580px;
}

.custom-faq-section .accordion-content ul li {
	color: #1c283b;
	font-size: 18px;
	line-height: 28px;
	font-family: _Circular_XX_Regular;
	margin-bottom: 12px;
}

.custom-faq-section .accordion-item:last-child {
	border-bottom: 1px solid #2845ad;
}

.custom-faq-section .accordion-content ul li .d-block {
	display: block;
}

.custom-faq-section .accordion-content ul {
	padding-left: 20px;
	list-style: disc;
	margin-bottom: 46px;
}

.home-banner-hero-wrap .search input[type="search"]::placeholder {
	/* 	  color: #1d283b !important; */
	opacity: 1 !important;

	background: -webkit-linear-gradient(360deg, #1d283b 30%, #a3afc1 6%);
	background: -moz-linear-gradient(360deg, #1d283b 32%, #a3afc1 6%);
	/*	background: linear-gradient(360deg, #1d283b 30%, #a3afc1 6%);*/
	background-clip: border-box;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
}

.home-banner-hero-wrap .search input[type="search"] {
	padding-left: 34px !important;
}


/*responsive*/
@media(min-width:1380px) {
	.growth-middle .custom-container {
		max-width: 1368px;
	}
}

@media (min-width: 1280px) {
	.home-section-growth-wrap.growth-index {
		padding: 102px 30px 90px;
	}

	.certified-course-wrap .custom-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ad-displayr-wrap .custom-container,
	.footerwrap .custom-container {
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media(min-width: 1349px) {
	.growth-middle .custom-container {
		max-width: 1301px;
	}

	.home-section-growth-wrap.growth-index .growth-img-leftwrap .growimg {
		max-width: 610px;
	}

	.home-section-growth-wrap.growth-index .growth-img-leftwrap {
		margin-left: 93px;
	}

	.home-section-growth-wrap.growth-index .growth-content-rightwrap {
		padding-left: 50px;
	}
}

@media(min-width: 1349px) and (max-width:1366px) {
	.footerwrap .custom-col-6 {
		padding: 0;
	}

	.home-banner-hero-wrap {
		padding-left: 0;
	}

	.header .logo {
		margin-left: 0;
	}
}


@media (min-width: 1440px) {}

@media(min-width:1980px) {
	.hero {
		background-position-x: 25px;
	}
}

@media(max-width:1440px) {
	.form-inner-wrap::before {
		left: -85px;
		width: 308px;
		height: 343px;
		background-size: contain;
	}

	.hero {
		background-position-x: 50%;
	}
}

@media(max-width:1360px) {
	.header .logo {
		margin-left: 0;
	}

	.home-banner-hero-wrap {
		padding-left: 0;
	}

	.footerwrap .footer-left-logo {
		background-position: left center;
	}

	.footerwrap .custom-col-6 {
		padding: 0px;
	}
}

@media (max-width: 1280px) {
	.form-inner-wrap::before {
		left: -15px;
		width: 240px;
		height: 320px;
		background-size: contain;
	}
	.home-banner-hero-wrap .hero-p-content
	{
		font-size: 42px;
		max-width: 645px;
	}
	.hero {
		background-position: top center;
	}

	.right-nav-link a.custom_navbar_link_ {
		font-size: 15px;
	}
}

@media(max-width:1199px) {
	.home-banner-hero-wrap {
		padding-left: 0;
		margin-left: 0;
	}

	.custom-container {
		padding: 0 30px;
	}

	.home-section-growth-wrap.bg-white .growimg {
		max-width: 90%;
	}
}

@media(max-width:1100px) {
	.home-banner-hero-wrap .hero-p-content {
		font-size: 36px;
		line-height: 46px;
		max-width: 520px;
	}

	.hero-inner {
		max-width: 480px;
	}

	.ad-displayr-wrap .bg--image {
		background-size: cover;
		background-position: center;
	}

}

@media(min-width:1024px) and (max-width:1100px) {
	.growth-content-rightwrap {
		padding-left: 50px;
		padding-right: 30px;
	}

}

@media(max-width:1080px) {
	.home-banner-hero-wrap .search input[type="search"]::placeholder {
		font-size: 14px !important;

		background: -webkit-linear-gradient(360deg, #1d283b 36%, #a3afc1 6%);
		background: -moz-linear-gradient(360deg, #1d283b 38%, #a3afc1 6%);
		/*	background: linear-gradient(360deg, #1d283b 30%, #a3afc1 6%);*/
		background-clip: border-box;
		-webkit-background-clip: text;
		-moz-background-clip: text;
		-webkit-text-fill-color: transparent;
		-moz-text-fill-color: transparent;
	}
}

@media(max-width:1024px) {
	.form-inner-wrap::before {
		top: 50px;
	}
	  .nav-wrapper .menu-right .search-box .search input:focus {
  height: 36px;
  }

	.home-banner-hero-wrap .search input[type="search"]::placeholder {

		background: -webkit-linear-gradient(360deg, #1d283b 36%, #a3afc1 6%);
		background: -moz-linear-gradient(360deg, #1d283b 40%, #a3afc1 6%);
		/*	background: linear-gradient(360deg, #1d283b 30%, #a3afc1 6%);*/
		background-clip: border-box;
		-webkit-background-clip: text;
		-moz-background-clip: text;
		-webkit-text-fill-color: transparent;
		-moz-text-fill-color: transparent;
	}

	.custom-faq-section .accordion-container .accordion-title {
		font-size: 21px;
	}

	.section.home-section {
		padding-left: 0px;
	}

}

@media (max-width: 983px) {
	.right-nav-link a.custom_navbar_link_ {
		padding: 8px 0px;
		font-size: 12px;
		margin-left: 20px;
	}
}

@media(max-width:991px) {
	.home-banner-hero-wrap .search input[type="search"] {
		padding-left: 34px !important;
	}
	.header .logo
{
  width: 124px;
  min-width: 130px !important;
  }
  .nav-wrapper .menu-right .search-box .search input:focus {
  height: 36px;
  }
  .header .container {
    padding: 0 20px;
  }
  .logo img
{
  max-height: 24px;
}

	.home-banner-hero-wrap .search-box input[type="search"],
	.home-banner-hero-wrap .search-box input[type="search"]::placeholder {
		font-size: 14px;
	}

	.home-banner-hero-wrap form.search::after {
		font-size: 14px;
		left: 8px;
		width: 148px;

	}

	.register-form-wrapper .register-heading {
		font-size: 32px;
		letter-spacing: 0px;
		line-height: 46px;
	}

	.ad-displayr-wrap .display-logo-btn {
		margin-left: 24px;
	}

	.ad-displayr-wrap .resource-section-full p {
		max-width: 325px;
	}

	.ad-displayr-wrap .bg--image {
		background-size: cover;
		background-position: center;
	}

	.resource-section-full p {
		max-width: 485px;
	}

	.learing-wrapper.about-learning-wrap {
		padding: 80px 0 124px;
	}

	.collaborator-info-sec h5,
	.collaborator-info-sec p {
		font-size: 16px;
	}

	.learn-section {
		padding: 0 10px;
	}

	.footerwrap .footer-left-logo {
		height: 28px;
	}

	.footer-menu li a {
		font-size: 14px;
	}

	.reg-form-area {
		max-width: 620px;
	}

	.form-inner-wrap::before {
		width: 220px;
		height: 280px;
		background-size: contain;
		top: 50px;
	}

	.footerwrap {
		padding: 60px 0 60px;
	}

	.home-banner-hero-wrap .hero-p-content {
		max-width: 460px;
		font-size: 32px;
		line-height: 38px;
	}

	.hero-inner {
		max-width: 400px;
	}

	.section.home-section {
		padding-left: 0;
	}

	.footer-menu li {
		margin-right: 30px;
	}
}

@media (min-width: 768px) and (max-width:1080px) {
	.right-nav-link a.custom_navbar_link_ {
		padding: 0px;
		font-size: 14px;
    margin-left: 16px;
	}

	.ad-displayr-wrap p {
		max-width: 445px;
	}

	.home-section-growth-wrap.bg-white .growimg {
		max-width: 100%;
	}

	.aboutguide-wrap .row {
		margin: 0 10px;
	}

	.aboutguide-content-rightwrap {
		max-width: 100%;
		padding-left: 15px;
	}

	.footer-menu li a {
		font-size: 14px;
	}

	.resource-section-full .toparrow img {
		width: 36px;
	}

	.nav-wrapper .menu-right .search-box .search input:focus {
		width: auto;
		max-width: 185px;
	}

	.bg-grediant-image::after {
		width: 439px;
		height: 225px;

	}

	.row .course-grid-item .np-card {
		padding: 0 16px 64px !important;
	}

	.hero-inner {
		max-width: 400px;
	}

	.home-banner-hero-wrap .hero-p-content {
		max-width: 460px;
		font-size: 30px;
		line-height: 34px;
	}

	.demo-btn {
		width: auto !important;
		font-size: 14px !important;
		padding: 10px !important;
		margin-left: 0;
		margin-right: 0;
		line-height: 18px;
	}

	.footer-menu li {
		margin-right: 12px;
	}

	.home-section .activity {
		padding: 0 30px 0 0px;
	}

	.home-section .popular {
		padding: 0 0px 0 30px;
	}

	.section.home-section {
		padding-top: 25px !important;
		padding-bottom: 38px !important;
	}

	.home-section-growth-wrap.growth-index .growth-content-rightwrap {
		padding-left: 0;
	}

	.custom-container {
		padding: 0 20px;
	}

	.growth-content-rightwrap {
		padding-left: 0;
	}

	.growth-middle .growth-content-rightwrap {
		padding-left: 0;
		padding-right: 20px;
	}

	.home-section-growth-wrap.growth-top-sec .growth-content-rightwrap {
		padding-left: 0;
		padding-right: 0;
	}

	.home-section-growth-wrap.growth-bottom-sec .growth-content-rightwrap {
		padding-left: 0;
		padding-right: 0;
	}

	.growth-img-leftwrap {
		position: relative;
		padding-right: 40px;
		margin-left: 0 !important;
	}

	.home-section-growth-wrap.growth-index .growth-img-leftwrap .growimg {
		max-width: 100%;
	}

	.growth-content-rightwrap h2 {
		font-size: 32px;

	}

	.home-section-growth-wrap .col-sm-7,
	.home-section-growth-wrap .col-sm-5 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {

	.header .nav-wrapper .user-nav {
		/*visibility: visible !important;*/
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media(max-width:768px) {
	.nav-wrapper .menu-right .search-box .search input:focus {
		width: auto;
		max-width: 145px;
	}

}

@media(max-width:767px) {
	.home-banner-hero-wrap .search input[type="search"]::placeholder {

		background: -webkit-linear-gradient(360deg, #1d283b 36%, #a3afc1 6%);
		background: -moz-linear-gradient(360deg, #1d283b 38%, #a3afc1 6%);
		/*	background: linear-gradient(360deg, #1d283b 30%, #a3afc1 6%);*/
		background-clip: border-box;
		-webkit-background-clip: text;
		-moz-background-clip: text;
		-webkit-text-fill-color: transparent;
		-moz-text-fill-color: transparent;
	}
.header .logo
{
    width: 194px;
    min-width: 194px !important;
  } 
  .logo img
{
    max-height: 44px;
  }

	.newdata-story-content-wrapper p,
	.newdata-story-content-wrapper h4 {
		text-align: left !important;
	}

	.home-banner-hero-wrap .search input[type="search"] {
		padding-left: 32px !important;
		font-size: 12px !important;
	}

	.home-banner-hero-wrap .search-box input[type="search"],
	.home-banner-hero-wrap .search-box input[type="search"]::placeholder {
		font-size: 12px;
	}

	.home-banner-hero-wrap form.search::after {
		font-size: 12px;
		left: 18px;
		width: 114px;

	}

	.nav-wrapper .menu-button {
		color: #1c283b !important;
		top: 4px;
		position: relative;
		display: block;
	}

	.growth-middle .growth-content-rightwrap {
		padding-right: 0;
	}

	.growth-middle .growth-content-rightwrap {
		padding-left: 0;
	}

	.home-section-growth-wrap.growth-bottom-sec .growth-content-rightwrap {
		padding-left: 0;
		padding-right: 0;
	}

	.home-section-growth-wrap.growth-index .growth-content-rightwrap {
		padding-left: 0 !important;
	}

	.growth-img-leftwrap {
		margin-left: 0 !important;
	}

	.signup-free-center-btn {
		margin-top: 30px !important;
	}

	.certified-course-heading p,
	.certified-course-heading h2,
	.certified-course-heading,
	.signup-free-center-btn {
		text-align: left;
	}

	.ad-displayr-wrap .display-logo-btn {
		margin-left: 0;
		display: block;
		margin-top: 22px;
	}

	.ad-displayr-wrap .bg--image {
		background-size: cover;
		padding: 75px 30px 51px;
		background-position: center;
	}

	.term-content-wrap {
		padding: 0 0 40px;
	}

	.about-intro-text-wrap p {
		max-width: 100%;
		margin: 0;
		text-align: left;
	}

	.resource-section-full p {
		max-width: 100%;
	}

	.collaborator-info-sec h5,
	.collaborator-info-sec p {
		font-size: 18px;
	}

	.learn-section {
		padding: 0;
	}

	.home-section-growth-wrap.bg-white .row {
		flex-flow: column-reverse;
	}

	.home-section-growth-wrap.bg-white.center .row {
		flex-flow: column !important;
	}

	.home-section-growth-wrap.bg-white {
		padding: 40px 0 40px;
	}

	.home-section-growth-wrap.bg-white .growth-img-leftwrap {
		margin-top: 40px;
		margin-bottom: 0;
	}

	.certified-center p {
		text-align: left;
	}

	.home-section-growth-wrap.bg-white .growimg {
		max-width: 100%;
	}

	.learn-section {
		margin-bottom: 40px
	}

	.learing-wrapper h2 {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 60px;
		text-align: left;
	}

	.data-logo,
	.collaborator-heading h2,
	.collaborator-heading p {
		text-align: left;
	}

	.learing-wrapper.about-learning-wrap {
		padding: 80px 0 84px;
	}

	.learn-section h4,
	.learn-section p {
		max-width: 100%;
	}

	.certified-center h1 {
		font-size: 30px;
		line-height: 1.3;
		text-align: left;
	}

	.home-top-banner.academy-banner .certified-center p {
		text-align: left;
	}

	.home-section-growth-wrap.growth-bottom-sec {
		padding: 40px 0 70px !important;
	}

	.about-intro-text-wrap h3 {
		font-size: 30px;
		text-align: left;
	}

	.aboutguide-content-rightwrap {
		max-width: 100%;
		padding-top: 60px;
		padding-left: 0 !important;
	}

	.faq-padding {
		padding-left: 20px;
		padding-right: 20px;
	}

	.custom-faq-section .accordion-container .accordion-title {
		padding-right: 50px;
	}


	.custom-faq-section {
		padding: 80px 0 80px;
	}

	.collaborator-info-wrap {
		padding: 60px 0 40px;
	}

	.collaborator-info-sec {
		margin-bottom: 40px;
	}

	.collaborator-info-wrap .col-lg-3 {
		width: 100%;
	}

	.aboutguide-content-rightwrap h2 {
		font-size: 30px;
	}

	.aboutguide-wrap .row {
		/* 		border: 1px solid #5358f4;
		padding: 54px 20px 12px;
		margin: 0; */
	}


	.custom-faq-section .accordion-container .accordion-title::after,
	.custom-faq-section .accordion-container .accordion-title::before,
	.custom-faq-section .accordion-container .accordion-title.open::before,
	.custom-faq-section .accordion-container .accordion-title.open::after {
		right: 20px;
	}


	.custom-faq-section .accordion-container .accordion-title {
		padding-right: 50px;
	}

	.col-xs-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.user-nav[aria-expanded="true"] .xs-mobile-visible.demo-btn {
		margin: 20px !important;
	}

	.user-nav[aria-expanded="true"] .xs-mobile-visible {
		display: block !important;
	}
  .header-container{
  padding-right: 35px;
}
	.close-badge {
		right: 15px !important;
	}

	.menu-left .search input[type="search"]::placeholder {
		font-size: 14px;
	}

	.menu-left .hero-inner.search-box {
		max-width: 100%;
		transform: translateY(0%);
		margin: 20px 20px 20px 20px;
	}

	.np-footer-social-links-list {
		text-align: center;
	}

	.resource-section-full h5 a {
		font-size: 30px;
		line-height: 1.2;
	}

	.bg-grediant-image::after {
		width: 90%;
		height: 155px;
	}

	.home-section .activity,
	.home-section .popular {
		padding: 0 15px;
	}

	.view-course-btn {
		z-index: 2;
		position: relative;
	}

	.resource-section-full h5 {
		margin-bottom: 18px;
	}

	.custom-col-8 .text-right {
		text-align: center;
	}

	.growth-content-rightwrap h2,
	.certified-course-heading h2 {
		font-size: 30px;
	}

	.certified-course-heading h2 {
		line-height: 1.3;
		margin-bottom: 18px;
	}

	.footer-menu li {
		margin-right: 0;
		width: 50%;
	}

	.custom-col-4,
	.custom-col-8 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.bg-grediant-image {
		padding: 75px 30px 51px;
	}

	.certified-course-wrap .row .np-card {
		padding: 0 16px 40px !important;
	}

	.certified-course-wrap {
		padding: 65px 0 65px;
	}

	.growth-content-rightwrap {
		padding-left: 0;
	}

	.growth-img-leftwrap {
		padding: 0 30px;
		margin-bottom: 40px;
	}

	.custom-container {
		padding: 0 20px;
	}

	.section.home-section {
		padding-top: 5px !important;
		padding-bottom: 28px !important;
	}

	.nav-wrapper .menu-right {
		display: none;
	}

	.user-nav[aria-expanded="true"] {
		display: block;
	}

	.form-inner-wrap::before {
		display: none !important;
	}

	.home-banner-hero-wrap.container {
		padding: 0 5%;
	}

	.top-banner-image {
		background-position: left;
	}

	.hero {
		background-position: top left;
	}

	.home-banner-hero-wrap .hero-p-content {
		font-size: 30px;
		padding-bottom: 0px;
		line-height: 32px;
		text-align: left;
		padding: 0;
		max-width: 420px;
		margin-bottom: 10px;
	}

	.hero-popular-tag {
		flex-wrap: wrap;
	}

	.popular-topic-heading {
		margin-bottom: 5px;
		width: 100%;
		padding-right: 0;
	}

	.popular-tag-list li {
		margin-right: 8px;
		margin-bottom: 10px;
	}

	.popular-tag-list li a {
		font-size: 13px;
	}

	.register-form-wrapper .register-heading {
		font-size: 26px;
		line-height: 36px;
	}

	.reg-form-area {
		max-width: 540px;
	}

	.footerwrap .footer-left-logo {
		height: 26px;
		margin-bottom: 20px;
	}

	.footerwrap {
		padding: 33px 0 32px;
	}

	.footerwrap .custom-dflex {
		flex-flow: column;
	}

	.footer-menu li a {
		font-size: 14px;
	}

	.footerwrap .custom-col-6 {
		width: 100%;
		max-width: 100%;
		padding: 0 15px;
		justify-content: center;
		text-align: center;
		align-items: center;
		display: flex;
	}

	.user-nav.right-nav-link[aria-expanded="true"] .menu-left a.custom_navbar_link_ {
		display: block !important;
	}

	.user-nav.right-nav-link[aria-expanded="true"] .menu-right a.custom_navbar_link_btn {
		font-size: 11px !important;
		padding: 10px !important;
		width: auto !important;
		margin: 20px !important;
		display: inline-block !important;
		line-height: 18px;
		margin-top: 0 !important;
	}

	.right-nav-link a.custom_navbar_link_ {
		padding: 10px;
		padding-left: 10px;
		font-size: 14px;
		text-align: left;
		margin: 0;
		margin-bottom: 0px;
		margin-bottom: 15px;
		padding-left: 21px;
	}

	.hero {
		height: 417px !important;
	}
}

@media(max-width:540px) {
	.home-banner-hero-wrap .hero-p-content {
		font-size: 30px;
		max-width: 420px;
	}

	.hero-inner {
		max-width: 360px;
	}

	/* .home-banner-hero-wrap.container {
padding: 0;
} */
	.home-banner-hero-wrap .search input[type="search"]::placeholder {
		background: -webkit-linear-gradient(360deg, #1d283b 42%, #a3afc1 6%);
		background: -moz-linear-gradient(360deg, #1d283b 44%, #a3afc1 6%);
		/*	background: linear-gradient(360deg, #1d283b 30%, #a3afc1 6%);*/
		background-clip: border-box;
		-webkit-background-clip: text;
		-moz-background-clip: text;
		-webkit-text-fill-color: transparent; 
		-moz-text-fill-color: transparent;
	}
} 

@media(max-width:480px) {
	.register-form-wrapper {
		padding: 60px 0;
	}
   .home-banner-hero-wrap .hero-inner.search-box
  {
    padding: 3px 5px 2px 8px !important; 
  }
.home-banner-hero-wrap .search input[type="search"]::placeholder {
		background: -webkit-linear-gradient(360deg, #1d283b 39%, #a3afc1 6%);
		background: -moz-linear-gradient(360deg, #1d283b 41%, #a3afc1 6%);
		/*	background: linear-gradient(360deg, #1d283b 30%, #a3afc1 6%);*/
		background-clip: border-box;
		-webkit-background-clip: text;
		-moz-background-clip: text;
		-webkit-text-fill-color: transparent;
		-moz-text-fill-color: transparent;
	}
    .home-banner-hero-wrap .search input[type="search"] {
    padding-left: 30px !important;
    font-size: 12px !important; 
  }
.home-banner-hero-wrap .search input[type="search"]
  {
    padding-right:5px !important;
  }
	.header .nav-wrapper {
		margin-left: 18px;
	}

	.home-banner-hero-wrap .hero-p-content {
		font-size: 26px;
		max-width: 100%; 
		margin-bottom: 0;
	}

	.home-banner-hero-wrap.container {
		padding: 0;
	}

	.reg-form-area {
		max-width: 380px;
	}

	.form-inner-wrap::before {
		top: 130px;
		left: 0;
	}

	.reg-form-area {
		padding: 35px 25px 29px;
	}

	.register-form-wrapper .register-heading {
		font-size: 30px;
		letter-spacing: 0px;
		line-height: 36px;
	}

	.footer-menu li {
		margin-right: 0;
		margin-bottom: 12px;
	}
}
@media(max-width:390px){
  .home-banner-hero-wrap .search input[type="search"]
  {
    padding-right:6px !important;
  }
}
@media (max-width: 375px) {
	.home-banner-hero-wrap .hero-p-content {
		font-size: 24px !important;
		line-height: 30px;
	}

	.home-banner-hero-wrap .search input[type="search"]::placeholder {
		background: -webkit-linear-gradient(360deg, #1d283b 38%, #a3afc1 6%);
		background: -moz-linear-gradient(360deg, #1d283b 40%, #a3afc1 6%);
		/*	background: linear-gradient(360deg, #1d283b 30%, #a3afc1 6%);*/
		background-clip: border-box;
		-webkit-background-clip: text;
		-moz-background-clip: text;
		-webkit-text-fill-color: transparent;
		-moz-text-fill-color: transparent;
		font-size: 12px !important;
	}
}

@media (max-width: 360px) {
	.form-inner-wrap::before {
		top: 160px;
		left: 0;
	}
 
	.home-banner-hero-wrap .search input[type="search"]::placeholder {
		background: -webkit-linear-gradient(360deg, #1d283b 40%, #a3afc1 6%);
		background: -moz-linear-gradient(360deg, #1d283b 42%, #a3afc1 6%);
		/*	background: linear-gradient(360deg, #1d283b 30%, #a3afc1 6%);*/
		background-clip: border-box;
		-webkit-background-clip: text;
		-moz-background-clip: text;
		-webkit-text-fill-color: transparent;
		-moz-text-fill-color: transparent;

	}

	.home-banner-hero-wrap .hero-p-content {
		font-size: 23px !important;
		line-height: 30px;
	}

	.register-form-wrapper .register-heading {
		font-size: 26px;
	}

	.footer-menu li a {
		font-size: 13px;
	}

	.footer-menu li {
		margin-right: 5px;
	}

	.footer-menu li a {
		font-size: 12px;
	}

	.form-inner-wrap::before {
		top: 160px;
		left: 0;
	}
}

@media (max-width: 320px) {
	.home-banner-hero-wrap .hero-p-content {
		font-size: 20px !important;
		line-height: 27px;     
	} 

	.home-banner-hero-wrap .search input[type="search"]::placeholder {
		background: -webkit-linear-gradient(360deg, #1d283b 48%, #a3afc1 6%);
		background: -moz-linear-gradient(360deg, #1d283b 50%, #a3afc1 6%);
		/*	background: linear-gradient(360deg, #1d283b 30%, #a3afc1 6%);*/
		background-clip: border-box;
		-webkit-background-clip: text;
		-moz-background-clip: text;
		-webkit-text-fill-color: transparent;
		-moz-text-fill-color: transparent;

	}

}

/* .search-box .search input:focus ~ .close-icon-new
{
display:block !important;
} */


@media only screen and (min-width: 768px) {
	.col-sm-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-sm-7 {
		-ms-flex-preferred-size: 57.33333333%;
		flex-basis: 57.33333333%;
		max-width: 57.33333333%;
	}

	.collaborator-info-wrap .col-lg-3 {
		flex-basis: 25%;
		max-width: 25%;
		width: 25%;
		padding: 0 11px;
	}

	.col-sm-5 {
		-ms-flex-preferred-size: 42.66666667%;
		flex-basis: 42.66666667%;
		max-width: 42.66666667%;
	}

	.col-sm-6 {
		-ms-flex-preferred-size: 50% !important;
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media only screen and (min-width: 1200px) {
	.col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
		width: 25%;
	}

}


.data-story-academy-about .main-header.academy-header,
.data-story-academy-about .footerwrap.academyfooter {
	display: block;
}

.data-story-academy-about .main-header,
.footerwrap.academyfooter,
.main-header.academy-header,
.data-story-academy-about .footerwrap {
	display: none;
}

#main-content.form {
	margin-bottom: 100px !important;
}


.term-content-inner h2 {
	font-size: 28px;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 18px;
	font-weight: normal;
	color: #1c283b;
	font-family: _Circular_Std_Bold;
}

.term-content-inner h3 {
	font-size: 24px;
	margin: 20px 0px 22px;
	line-height: 1.2;
	color: #1c283b;
	font-weight: normal;
	font-family: _Circular_Std_Bold;
}

.term-content-inner ul,
.term-content-inner ol {
	padding-left: 0px;
	margin: 10px 0px 42px !important;
	font-family: _Circular_XX_Regular;
}

.term-content-inner ul[class^="a-list"] > li:nth-child(1)::before {
	content: "A.1.";
}

.term-content-inner ol > li::before,
.term-content-inner ul[class^="a-list"] > li::before,
.term-content-inner ul[class^="b-list"] > li::before,
.term-content-inner ul[class^="c-list"] > li::before,
.term-content-inner ul[class^="d-list"] > li::before,
.term-content-inner ul[class^="e-list"] > li::before,
.term-content-inner ul[class^="f-list"] > li::before,
.term-content-inner ul[class^="g-list"] > li::before,
.term-content-inner ul[class^="numeric"] > li::before,
.term-content-inner ul[class^="alpha"] > li::before,
.term-content-inner ul[class^="roman"] > li::before,
.term-content-inner ul[class^="no1"] > li::before,
.term-content-inner ul[class^="no2"] > li::before,
.term-content-inner ul[class^="no3"] > li::before,
.term-content-inner ul[class^="no4"] > li::before,
.term-content-inner ul[class^="no5"] > li::before,
.term-content-inner ul[class^="no6"] > li::before,
.term-content-inner ul[class^="no7"] > li::before,
.term-content-inner ul[class^="no8"] > li::before,
.term-content-inner ul[class^="no9"] > li::before,
.term-content-inner ul[class^="no10"] > li::before,
.term-content-inner ul[class^="no11"] > li::before,
.term-content-inner ul[class^="no12"] > li::before,
.term-content-inner ul[class^="no13"] > li::before,
.term-content-inner ul[class^="no14"] > li::before {
	font-family: _Circular_Std_Bold;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	color: #1c283b;
	line-height: 1.35;
}

.term-content-inner ul > li,
.term-content-inner ol > li {
	position: relative;
	padding-left: 35px;
}

.term-content-inner li {
	margin-bottom: 7px;
	line-height: 1.55;
	list-style: none;
	font-family: _Circular_XX_Regular;
}

.term-content-inner p,
.term-content-inner li {
	color: #1c283b;
	font-size: 16px;
	margin: 0;
	font-family: _Circular_XX_Regular;
}

.term-content-inner ol > li:nth-child(1):before {
	content: "1.";
}

.term-content-inner ol > li:nth-child(2):before {
	content: "2.";
}

.term-content-inner ol > li:nth-child(3):before {
	content: "3.";
}

.term-content-inner ol > li:nth-child(4):before {
	content: "4.";
}

.term-content-inner ol > li:nth-child(5):before {
	content: "5.";
}

.term-content-inner ol > li:nth-child(6):before {
	content: "6.";
}

.term-content-inner ol > li:nth-child(7):before {
	content: "7.";
}

.term-content-inner ol > li:nth-child(8):before {
	content: "8.";
}

.term-content-inner ol > li:nth-child(9):before {
	content: "9.";
}


.term-content-inner ul[class^="a-list"] > li:nth-child(1):before {
	content: "A.1.";
}

.term-content-inner ul[class^="b-list"] > li:nth-child(1):before {
	content: "B.1.";
}

.term-content-inner ul[class^="b-list"] > li:nth-child(2):before {
	content: "B.2.";
}

.term-content-inner ul[class^="b-list"] > li:nth-child(3):before {
	content: "B.3.";
}

.term-content-inner ul[class^="b-list"] > li:nth-child(4):before {
	content: "B.4.";
}

.term-content-inner ul[class^="b-list"] > li:nth-child(5):before {
	content: "B.5.";
}

.term-content-inner ul[class^="c-list"] > li:nth-child(1):before {
	content: "C.1.";
}

.term-content-inner ul[class^="c-list"] > li:nth-child(2):before {
	content: "C.2.";
}

.term-content-inner ul[class^="c-list"] > li:nth-child(3):before {
	content: "C.3.";
}

.term-content-inner ul[class^="c-list"] > li:nth-child(4):before {
	content: "C.4.";
}

.term-content-inner ul[class^="c-list"] > li:nth-child(5):before {
	content: "C.5.";
}

.term-content-inner ul[class^="d-list"] > li:nth-child(1):before {
	content: "D.1.";
}

.term-content-inner ul[class^="d-list"] > li:nth-child(2):before {
	content: "D.2.";
}

.term-content-inner ul[class^="d-list"] > li:nth-child(3):before {
	content: "D.3.";
}

.term-content-inner ul[class^="d-list"] > li:nth-child(4):before {
	content: "D.4.";
}

.term-content-inner ul[class^="d-list"] > li:nth-child(5):before {
	content: "D.5.";
}

.term-content-inner ul[class^="d-list"] > li:nth-child(6):before {
	content: "D.6.";
}

.term-content-inner ul[class^="d-list"] > li:nth-child(7):before {
	content: "D.7.";
}

.term-content-inner ul[class^="d-list"] > li:nth-child(8):before {
	content: "D.8.";
}

.term-content-inner ul[class^="d-list"] > li:nth-child(9):before {
	content: "D.9.";
}

.term-content-inner ul[class^="d-list"] > li:nth-child(10):before {
	content: "D.10.";
}

.term-content-inner ul[class^="d-list"] > li:nth-child(11):before {
	content: "D.11.";
}

.term-content-inner ul[class^="e-list"] > li:nth-child(1):before {
	content: "E.1.";
}

.term-content-inner ul[class^="e-list"] > li:nth-child(2):before {
	content: "E.2.";
}

.term-content-inner ul[class^="e-list"] > li:nth-child(3):before {
	content: "E.3.";
}

.term-content-inner ul[class^="e-list"] > li:nth-child(4):before {
	content: "E.4.";
}

.term-content-inner ul[class^="e-list"] > li:nth-child(5):before {
	content: "E.5.";
}

.term-content-inner ul[class^="f-list"] > li:nth-child(1):before {
	content: "F.1.";
}

.term-content-inner ul[class^="f-list"] > li:nth-child(2):before {
	content: "F.2.";
}

.term-content-inner ul[class^="f-list"] > li:nth-child(3):before {
	content: "F.3.";
}

.term-content-inner ul[class^="f-list"] > li:nth-child(4):before {
	content: "F.4.";
}

.term-content-inner ul[class^="f-list"] > li:nth-child(5):before {
	content: "F.5.";
}

.term-content-inner ul[class^="g-list"] > li:nth-child(1):before {
	content: "G.1.";
}


.term-content-inner ul[class^="numeric"] > li:nth-child(1):before {
	content: "1.";
}

.term-content-inner ul[class^="numeric"] > li:nth-child(2):before {
	content: "2.";
}

.term-content-inner ul[class^="numeric"] > li:nth-child(3):before {
	content: "3.";
}

.term-content-inner ul[class^="numeric"] > li:nth-child(4):before {
	content: "4.";
}

.term-content-inner ul[class^="numeric"] > li:nth-child(5):before {
	content: "5.";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(1):before {
	content: "(a)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(2):before {
	content: "(b)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(3):before {
	content: "(c)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(4):before {
	content: "(d)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(5):before {
	content: "(e)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(6):before {
	content: "(f)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(7):before {
	content: "(g)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(8):before {
	content: "(h)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(9):before {
	content: "(i)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(10):before {
	content: "(j)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(11):before {
	content: "(k)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(12):before {
	content: "(l)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(13):before {
	content: "(m)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(14):before {
	content: "(n)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(15):before {
	content: "(o)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(16):before {
	content: "(p)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(17):before {
	content: "(q)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(18):before {
	content: "(r)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(19):before {
	content: "(s)";
}

.term-content-inner ul[class^="alpha"] > li:nth-child(20):before {
	content: "(t)";
}

.term-content-inner ul[class^="roman"] > li:nth-child(1):before {
	content: "i.";
}

.term-content-inner ul[class^="roman"] > li:nth-child(2):before {
	content: "ii.";
}

.term-content-inner ul[class^="roman"] > li:nth-child(3):before {
	content: "iii.";
}

.term-content-inner ul[class^="roman"] > li:nth-child(4):before {
	content: "iv.";
}

.term-content-inner ul[class^="roman"] > li:nth-child(5):before {
	content: "v.";
}

.term-content-inner ul[class^="roman"] > li:nth-child(6):before {
	content: "vi.";
}

.term-content-inner ul[class^="roman"] > li:nth-child(7):before {
	content: "vii.";
}

.term-content-inner ul[class^="no1"] > li:nth-child(1):before {
	content: "1.1";
}

.term-content-inner ul[class^="no1"] > li:nth-child(2):before {
	content: "1.2";
}

.term-content-inner ul[class^="no1"] > li:nth-child(3):before {
	content: "1.3";
}

.term-content-inner ul[class^="no1"] > li:nth-child(4):before {
	content: "1.4";
}

.term-content-inner ul[class^="no1"] > li:nth-child(5):before {
	content: "1.5";
}

.term-content-inner ul[class^="no2"] > li:nth-child(1):before {
	content: "2.1";
}

.term-content-inner ul[class^="no2"] > li:nth-child(2):before {
	content: "2.2";
}

.term-content-inner ul[class^="no2"] > li:nth-child(3):before {
	content: "2.3";
}

.term-content-inner ul[class^="no2"] > li:nth-child(4):before {
	content: "2.4";
}

.term-content-inner ul[class^="no2"] > li:nth-child(5):before {
	content: "2.5";
}

.term-content-inner ul[class^="no3"] > li:nth-child(1):before {
	content: "3.1";
}

.term-content-inner ul[class^="no3"] > li:nth-child(2):before {
	content: "3.2";
}

.term-content-inner ul[class^="no3"] > li:nth-child(3):before {
	content: "3.3";
}

.term-content-inner ul[class^="no3"] > li:nth-child(4):before {
	content: "3.4";
}

.term-content-inner ul[class^="no3"] > li:nth-child(5):before {
	content: "3.5";
}

.term-content-inner ul[class^="no4"] > li:nth-child(1):before {
	content: "4.1";
}

.term-content-inner ul[class^="no4"] > li:nth-child(2):before {
	content: "4.2";
}

.term-content-inner ul[class^="no4"] > li:nth-child(3):before {
	content: "4.3";
}

.term-content-inner ul[class^="no4"] > li:nth-child(4):before {
	content: "4.4";
}

.term-content-inner ul[class^="no4"] > li:nth-child(5):before {
	content: "4.5";
}

.term-content-inner ul[class^="no5"] > li:nth-child(1):before {
	content: "5.1";
}

.term-content-inner ul[class^="no5"] > li:nth-child(2):before {
	content: "5.2";
}

.term-content-inner ul[class^="no5"] > li:nth-child(3):before {
	content: "5.3";
}

.term-content-inner ul[class^="no5"] > li:nth-child(4):before {
	content: "5.4";
}

.term-content-inner ul[class^="no5"] > li:nth-child(5):before {
	content: "5.5";
}

.term-content-inner ul[class^="no6"] > li:nth-child(1):before {
	content: "6.1";
}

.term-content-inner ul[class^="no6"] > li:nth-child(2):before {
	content: "6.2";
}

.term-content-inner ul[class^="no6"] > li:nth-child(3):before {
	content: "6.3";
}

.term-content-inner ul[class^="no6"] > li:nth-child(4):before {
	content: "6.4";
}

.term-content-inner ul[class^="no6"] > li:nth-child(5):before {
	content: "6.5";
}

.term-content-inner ul[class^="no7"] > li:nth-child(1):before {
	content: "7.1";
}

.term-content-inner ul[class^="no7"] > li:nth-child(2):before {
	content: "7.2";
}

.term-content-inner ul[class^="no7"] > li:nth-child(3):before {
	content: "7.3";
}

.term-content-inner ul[class^="no7"] > li:nth-child(4):before {
	content: "7.4";
}

.term-content-inner ul[class^="no7"] > li:nth-child(5):before {
	content: "7.5";
}

.term-content-inner ul[class^="no8"] > li:nth-child(1):before {
	content: "8.1";
}

.term-content-inner ul[class^="no8"] > li:nth-child(2):before {
	content: "8.2";
}

.term-content-inner ul[class^="no8"] > li:nth-child(3):before {
	content: "8.3";
}

.term-content-inner ul[class^="no8"] > li:nth-child(4):before {
	content: "8.4";
}

.term-content-inner ul[class^="no8"] > li:nth-child(5):before {
	content: "8.5";
}

.term-content-inner ul[class^="no8"] > li:nth-child(6):before {
	content: "8.6";
}

.term-content-inner ul[class^="no8"] > li:nth-child(7):before {
	content: "8.7";
}

.term-content-inner ul[class^="no8"] > li:nth-child(8):before {
	content: "8.8";
}

.term-content-inner ul[class^="no8"] > li:nth-child(9):before {
	content: "8.9";
}


.term-content-inner ul[class^="no9"] > li:nth-child(1):before {
	content: "9.1";
}

.term-content-inner ul[class^="no9"] > li:nth-child(2):before {
	content: "9.2";
}

.term-content-inner ul[class^="no9"] > li:nth-child(3):before {
	content: "9.3";
}

.term-content-inner ul[class^="no9"] > li:nth-child(4):before {
	content: "9.4";
}

.term-content-inner ul[class^="no9"] > li:nth-child(5):before {
	content: "9.5";
}

.term-content-inner ul[class^="no10"] > li:nth-child(1):before {
	content: "10.1";
}

.term-content-inner ul[class^="no10"] > li:nth-child(2):before {
	content: "10.2";
}

.term-content-inner ul[class^="no10"] > li:nth-child(3):before {
	content: "10.3";
}

.term-content-inner ul[class^="no10"] > li:nth-child(4):before {
	content: "10.4";
}

.term-content-inner ul[class^="no10"] > li:nth-child(5):before {
	content: "10.5";
}

.term-content-inner ul[class^="no11"] > li:nth-child(1):before {
	content: "11.1";
}

.term-content-inner ul[class^="no11"] > li:nth-child(2):before {
	content: "11.2";
}

.term-content-inner ul[class^="no11"] > li:nth-child(3):before {
	content: "11.3";
}

.term-content-inner ul[class^="no11"] > li:nth-child(4):before {
	content: "11.4";
}

.term-content-inner ul[class^="no11"] > li:nth-child(5):before {
	content: "11.5";
}

.term-content-inner ul[class^="no12"] > li:nth-child(1):before {
	content: "12.1";
}

.term-content-inner ul[class^="no12"] > li:nth-child(2):before {
	content: "12.2";
}

.term-content-inner ul[class^="no12"] > li:nth-child(3):before {
	content: "12.3";
}

.term-content-inner ul[class^="no12"] > li:nth-child(4):before {
	content: "12.4";
}

.term-content-inner ul[class^="no12"] > li:nth-child(5):before {
	content: "12.5";
}

.term-content-inner ul[class^="no13"] > li:nth-child(1):before {
	content: "13.1";
}

.term-content-inner ul[class^="no13"] > li:nth-child(2):before {
	content: "13.2";
}

.term-content-inner ul[class^="no13"] > li:nth-child(3):before {
	content: "13.3";
}

.term-content-inner ul[class^="no13"] > li:nth-child(4):before {
	content: "13.4";
}

.term-content-inner ul[class^="no13"] > li:nth-child(5):before {
	content: "13.5";
}

.term-content-inner ul[class^="no14"] > li:nth-child(1):before {
	content: "14.1";
}

.term-content-inner ul[class^="no14"] > li:nth-child(2):before {
	content: "14.2";
}

.term-content-inner ul[class^="no14"] > li:nth-child(3):before {
	content: "14.3";
}

.term-content-inner ul[class^="no14"] > li:nth-child(4):before {
	content: "14.4";
}

.term-content-inner ul[class^="no14"] > li:nth-child(5):before {
	content: "14.5";
}

.term-content-inner ul[class^="no15"] > li:nth-child(1):before {
	content: "15.1";
}

.term-content-inner ul[class^="no15"] > li:nth-child(2):before {
	content: "15.2";
}

.term-content-inner ul[class^="no15"] > li:nth-child(3):before {
	content: "15.3";
}

.term-content-inner ul[class^="no15"] > li:nth-child(4):before {
	content: "15.4";
}

.term-content-inner ul[class^="no15"] > li:nth-child(5):before {
	content: "15.5";
}

.term-content-inner ul[class^="no16"] > li:nth-child(1):before {
	content: "16.1";
}

.term-content-inner ul[class^="no16"] > li:nth-child(2):before {
	content: "16.2";
}

.term-content-inner ul[class^="no16"] > li:nth-child(3):before {
	content: "16.3";
}

.term-content-inner ul[class^="no16"] > li:nth-child(4):before {
	content: "16.4";
}

.term-content-inner ul[class^="no16"] > li:nth-child(5):before {
	content: "16.5";
}

.term-content-inner ul[class^="no17"] > li:nth-child(1):before {
	content: "17.1";
}

.term-content-inner ul[class^="no17"] > li:nth-child(2):before {
	content: "17.2";
}

.term-content-inner ul[class^="no17"] > li:nth-child(3):before {
	content: "17.3";
}

.term-content-inner ul[class^="no17"] > li:nth-child(4):before {
	content: "17.4";
}

.term-content-inner ul[class^="no17"] > li:nth-child(5):before {
	content: "17.5";
}

.term-content-inner ul[class^="no18"] > li:nth-child(1):before {
	content: "18.1";
}

.term-content-inner ul[class^="no18"] > li:nth-child(2):before {
	content: "18.2";
}

.term-content-inner ul[class^="no18"] > li:nth-child(3):before {
	content: "18.3";
}

.term-content-inner ul[class^="no18"] > li:nth-child(4):before {
	content: "18.4";
}

.term-content-inner ul[class^="no18"] > li:nth-child(5):before {
	content: "18.5";
}

.term-content-inner ul[class^="no19"] > li:nth-child(1):before {
	content: "19.1";
}

.term-content-inner ul[class^="no19"] > li:nth-child(2):before {
	content: "19.2";
}

.term-content-inner ul[class^="no19"] > li:nth-child(3):before {
	content: "19.3";
}

.term-content-inner ul[class^="no19"] > li:nth-child(4):before {
	content: "19.4";
}

.term-content-inner ul[class^="no19"] > li:nth-child(5):before {
	content: "19.5";
}

.term-content-inner ul[class^="no20"] > li:nth-child(1):before {
	content: "20.1";
}

.term-content-inner ul[class^="no20"] > li:nth-child(2):before {
	content: "20.2";
}

.term-content-inner ul[class^="no20"] > li:nth-child(3):before {
	content: "20.3";
}

.term-content-inner ul[class^="no20"] > li:nth-child(4):before {
	content: "20.4";
}

.term-content-inner ul[class^="no20"] > li:nth-child(5):before {
	content: "20.5";
}

.term-content-inner ul[class^="no21"] > li:nth-child(1):before {
	content: "21.1";
}

.term-content-inner ul[class^="no21"] > li:nth-child(2):before {
	content: "21.2";
}

.term-content-inner ul[class^="no21"] > li:nth-child(3):before {
	content: "21.3";
}

.term-content-inner ul[class^="no21"] > li:nth-child(4):before {
	content: "21.4";
}

.term-content-inner ul[class^="no21"] > li:nth-child(5):before {
	content: "21.5";
}

.term-content-inner ul[class^="no21"] > li:nth-child(6):before {
	content: "21.6";
}

.term-content-inner ul[class^="no21"] > li:nth-child(7):before {
	content: "21.7";
}

.term-content-inner ul[class^="no21"] > li:nth-child(8):before {
	content: "21.8";
}

.term-content-inner ul[class^="no21"] > li:nth-child(8):before {
	content: "21.8";
}

.term-content-inner ul[class^="no21"] > li:nth-child(9):before {
	content: "21.9"; 
}

.term-content-inner {
	max-width: 920px;
	margin: 0 auto;
}

.term-content-wrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 70px 0 140px;
}

.term-content-inner ul[class^="alpha"] > li::before {

	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 1.35;
}

.term-content-inner ul > li > ul > li,
.term-content-inner > ul > li {
	margin: 0.65em 0;
}

body.terms .main-header .nav-wrapper {
	display: none !important;
}

.home-section .recent-activity .recent-activity-item-link, .home-section .recent-activity .recent-activity-item-meta, .home-section .recent-activity .recent-activity-header{
	display: none;  
}

/* Instant Demos */
.instant-demo-wrap{
  position: fixed;
  bottom: -100%; 
  right: 20px;
  height: 380px;
  max-width: 90%;	
  z-index: 999999;
  transition: bottom 0.3s ease-in-out, height 0.3s ease-in-out, width 0.3s ease-in-out;
}	
.instant-demo-wrap.visible {
  bottom: 15px;
}
.instant-demo {
  width: 100%;
  height: 380px;
  max-width: 373px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  padding: 0px 34px 30px;
  overflow: auto;
	
}
.instant-demo h4{
	padding-top: 45%;
	font-size: 28px;
	line-height: 32px;
	font-family: _Circular_Std_Bold;
	font-weight: normal;
	color: #1c283b;
  margin-bottom: 25px;
}
.instant-demo h4 span{
	background: #eeeffd;
	border: solid 1px #5159f5;
	border-radius: 4px;
	padding: 0 4px;
}
.instant-demo img.chat-exec{
    margin-top: -108px;
    position: absolute;
    margin-left: -34px;
	max-width: 100%;
	height: auto;
}
.instant-demo .demo-btn{
	border-radius: 3px;
  background: #5159f5;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 25px;
  display: block;
  padding: 15px !important;
  text-align: center;
  margin-top: 14px;
  width: 100% !important;
  height: 53px !important;
}
.instant-demo .demo-btn:hover{
	background: #7478ed;
	text-decoration: none;
}
.instant-demo #close{
	position: absolute;
	top: 14px;
	right: 14px;
	cursor: pointer;
}
@media only screen and (max-width: 400px) {
	.instant-demo-wrap, .instant-demo{
		height: 350px;
	}
	.instant-demo{
		padding: 0px 24px 30px;
	}
  .instant-demo img.chat-exec {
    margin-top: -29%;
	margin-left: -24px;  
  }
	.instant-demo h4{
		font-size: 24px;
		line-height: 28px;
	}	
}	

/* Hubspot Form */
.hs-form-field {
    margin-bottom: 15px;
}
.hbspt-form {
  padding: 10px 40px 30px;
}
.hbspt-form fieldset {
  max-width: 100% !important;
}
.hbspt-form fieldset .input {
    margin-right: 0px !important;
    margin-top: 3px;
}
.hbspt-form .form-columns-2{
    display: flex;
    gap: 16px;
}
.hs-form-field label{
    color: #1c283b;
    font-size: 15px;
    line-height: 19.5px;
    font-family: _Circular_XX_Regular;
}
.hs-form-required{
    display: none;
}
.hs-form-field input[type="text"],.hs-form-field input[type="tel"], .hs-form-field input[type="email"], .hs-form-field select{
    border: solid 1px #D2D8E1; 
    width: 100% !important; 
    margin-bottom: 5px;    
    height: 45px;
    padding: 10px 20px !important;
    font-size: 15px;
    line-height: 19.5px;
    color: #1c283b;
    font-family: _Circular_XX_Regular;
}
.inputs-list ul{
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.hs-form-checkbox {
    display: inline-block;
    list-style: none;
    align-items: center;
    transition: background-color 0.3s ease;
    margin: 0 10px 10px 0;
}
.hs-form-checkbox span {
    border: 1px solid #f2f4fa;
    border-radius: 2px;
    background: #f2f4fa;
    padding: 5px 8px;
    color: #8c9db5;
    font-size: 15px;
    line-height: 2em;
    font-family: _Circular_XX_Regular;
  cursor: pointer !important;
}
.hs-form-checkbox-display {
    display: flex;
    align-items: center;
    width: 100%;
}
.hs-form-checkbox-display input[type="checkbox"] {
    display: none;
}
.hs-form-checkbox-display input[type="checkbox"]:checked + span {
    border: 1px solid #5159f5;
    color: #5159f5;
}
.hs-button{
    border-radius: 3px !important;
    background-color: #5159f5 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 18px !important;
    padding: 23px !important;
    border: none !important;
    -webkit-appearance: none;
    cursor: pointer !important;
    width: 100% !important;
    font-family: _Circular_XX_Regular;
  max-width: 208px;
}
.error {
    display: block !important;
    margin-left: 0px !important;
}
ul.hs-error-msgs{
    margin-bottom: 0 !important;
}
.hs-error-msgs li{
    list-style: none;
}
.hs-error-msg{
    color: #F24F1E !important;
    font-size: 13px !important;
    font-family: _Circular_XX_Regular;
}
.hs_error_rollup{
    display: none;
}
.redirectpage{
    color: #F24F1E; 
}