/*!
 * Name: Wellable Support
 * Version: Version: 4.0.2
 * Author: Customer Support Theme
 * Website: https://customersupporttheme.com
 * License: You must have a valid license purchased only from customersupporttheme.com in order to legally use the theme for your project.
 * Copyright: © 2016 - 2020 Customer Support Theme
*/


/*==========================================*/
/*   Base Starts
/*==========================================*/

html {
	font-size: 100%;
}

body.helpcenter-enable {
	height: 100%;
	font-family: 'Palanquin', sans-serif;
	font-size: 1.55rem;
	color: #707070;
	line-height: 1.5;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

header {
	background-color: #fff;
	-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

main {
	flex: 1 0 auto;
}

body img,
body iframe {
	max-width: 100%;
}

body a,
body a:hover,
body a:focus {
	outline: 0;
	text-decoration: none;
	color: rgba(244, 121, 32, 1);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

p:empty {
	display: none;
}

body ul,
body ol {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

body pre {
	white-space: normal;
}

table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body th {
	border-width: 1px 0;
	white-space: nowrap;
}

body td,
body th {
	padding: 12px;
	border: 1px solid #ddd;
	font-weight: 300;
}

body h1,
body h2,
body h3 {
	font-weight: 300;
}

.hero-unit ::-webkit-input-placeholder {
	color: #a1a8b1;
}

.hero-unit ::-moz-placeholder {
	color: #a1a8b1;
}

.hero-unit :-ms-input-placeholder {
	color: #a1a8b1;
}

.hero-unit :-moz-placeholder {
	color: #a1a8b1;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	background: rgba(244, 121, 32, 1);
}


/*==========================================*/
/*   Base End
/*==========================================*/


/*==========================================*/
/*   Header Start
/*==========================================*/

.header-inner {
	padding-top: 20px;
	padding-bottom: 20px;
}

.logo .hc_logo {
	max-width: 140px;
	margin-top: 5px;
}

body .btn {
	background: rgba(244, 121, 32, 1);
	color: #fff;
	font-weight: 300;
}

body .btn:hover,
body .btn:focus {
	color: #fff;
}

body .btn:after {
	content: "\e87a";
	font-family: 'Linearicons-Free';
	padding-left: 5px;
	transition: all 0.1s linear;
}

.post-to-community .btn {
	width: 150px;
}

body .btn-lg:after {
	position: relative;
	top: 3px;
}

body .general-list .btn:after {
	display: none;
}

.general-list .btn a {
	color: #fff;
}

body .section-template .btn:after {
	top: 0;
}

body .btn:hover:after {
	padding-left: 15px;
	transition: all 0.1s linear;
}

.hero-unit .text-uppercase {
	font-weight: 900;
	margin-bottom: 30px;
	font-size: 3em;
}

body .default-btn:hover,
body .default-btn:focus,
.default-btn:after {
	color: #fff;
}

header .nav>li>a:focus,
header .nav>li>a:hover {
	background: transparent;
}

ul.primary-menu-list-wrap > li > a {
	border-radius: 100px;
	color: #707070;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	transition: all 100ms;
}

ul.primary-menu-list-wrap > li > a.submit-a-request {
	padding-left: 20px;
}

ul.primary-menu-list-wrap>li>a.login {
	box-shadow: inset 0 0 0 2px rgba(244, 121, 32, 1);
	margin-left: 10px;
}

ul.primary-menu-list-wrap>li>a.login:hover {
	color: #fff;
	box-shadow: inset 0 0 0 2px transparent;
	transition-duration: 200ms;
	background: rgba(244, 121, 32, 1);
}

.hero-unit {
	background: rgba(244, 244, 244, 1);
	position: relative;
}

.hero-show {
	background: url(/hc/theming_assets/01HZGZ8HGX9SHYYB6FEVGQMWTC) no-repeat scroll center bottom;
	background-size: 75%;
	background-color: #f4f4f4;
}

.hero-unit .fa-caret-down,
.quick_articles .fa-caret-down {
	position: absolute;
	bottom: -30px;
	font-size: 50px;
	color: rgba(244, 244, 244, 1);
}

.hero-unit .fa-caret-down {
	color: #ff7564;
	margin-bottom: 2px;
}

.quick_articles .fa-caret-down {
	left: 0;
	right: 0;
}


/*==========================================*/
/*   Header End
/*==========================================*/


/*==========================================*/
/*   Home Start
/*==========================================*/

.category-tree-with-article li.category,
.category-tree-with-article li.category>h2 {
	display: none;
}

.proxy_user_block .category-tree-with-article li.category:first-child {
	display: block;
}

.proxy_administrator_block .category-tree-with-article li.category:nth-child(2) {
	display: block;
}

.proxy_installer_block .category-tree-with-article li.category:nth-child(3) {
	display: block;
}

.section-kb {
	background: #F2F5F6;
	padding: 50px 0;
	margin-bottom: -50px;
}

.section-kb ul.article-list {
	display: flex;
	flex-wrap: wrap;
}

.section-kb ul.article-list li {
	display: flex;
	flex: 1 0 300px;
	justify-content: flex-start;
	font-size: 1.2rem;
	padding-bottom: 10px;
}

.section-kb li.section>h3 {
	font-weight: 500;
	font-size: 1.6em;
	margin-bottom: 20px;
	margin-top: 30px;
}

.cat_active:before {
	content: "\f0d7";
	font-family: 'FontAwesome';
	position: absolute;
	bottom: 0;
	font-size: 50px;
	margin-bottom: -40px;
	color: #fff;
	cursor: auto;
}

ul.category-list li span {
	box-shadow: 0px 8px 10px -8px #555;
	color: rgba(244, 121, 32, 1);
	display: inline-block;
	font-size: 40px;
	line-height: 110px;
	position: relative;
	border: none;
	background: #f2f5f6;
	width: 110px;
	height: 112px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

ul.category-list li:hover {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

ul.category-list li:hover span,
ul.category-list li .cat_active span,
ul.category-list .active span {
	background: rgba(244, 121, 32, 1);
	color: #fff;
	font-size: 30px;
	box-shadow: 0 0 0 6px #fff, 0px 0px 0px 7px rgba(244, 121, 32, 1) !important;
}

ul.category-list li:hover span:after {
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}

ul.category-list li h3 {
	font-size: 1.3em;
	font-weight: 500;
	color: #707070;
	display: block;
	vertical-align: middle;
	padding-bottom: 15px;
	position: relative;
	margin-top: 25px;
}

ul.category-list .cat_description {
	color: #71777f;
	font-size: 1.2em;
}

ul.category-list li h3:before,
.quick-article-block h3:after,
.register-block h3:after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	width: 0;
	height: 3px;
	background: rgba(244, 121, 32, 1);
}

.quick-article-block h3:after,
.register-block h3:after {
	background: rgba(244, 121, 32, 1);
	position: inherit;
	width: 50px;
	margin: 10px 0;
}

.quick-article-block>li {
	width: 100%;
}

.register-block h3:after {
	background: #7e7e7e;
	left: -35px;
	margin: 15px 0;
}

ul.category-list li h3:before {
	width: 30px;
}

ul.category-list li:hover h3:before {
	width: 50px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

ul.category-list li {
	position: relative;
}

.quick_articles>h1 {
	background: rgba(244, 244, 244, 1);
	color: #333333;
	padding: 25px 0;
	font-weight: 100;
	position: relative;
}

/* h1.help-center-name {
	font-size: 3em;
	font-weight: 600;
	color: rgba(244, 121, 32, 1);
	margin-bottom: 35px;
    text-transform: uppercase;
} */

.category-unit h1.help-center-name {
	margin-bottom: 0;
	line-height: initial;
}

.category-unit .cat_description {
	color: #707070;
	font-weight: 300;
}

.hero-unit>.container {
	padding: 80px 0 200px 0;
}

.hc_search {
	padding: 0 10px;
}

.search-results {
	margin-bottom: 20px;
}

.search-results-column p {
	padding: 20px 10px;
}

.search-results-column p a {
	text-transform: capitalize;
}

.hero-unit .search::before {
	content: "\1F50D";
	font-family: "copenhagen-icons";
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
}

.hero-unit form {
	margin: 15px auto;
	max-width: 500px;
	position: relative;
	vertical-align: middle;
	width: 100%;
}

.search input[type="search"] {
	border: 0;
	border-radius: 5px;
	height: 50px;
	padding: 5px 5px 5px 40px;
	width: 100%;
	background: #ffffff;
	color: #707070;
	font-size: 1.6rem;
	outline: none;
	box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.1);
}

form.search input[type="submit"] {
	border: medium none;
	height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	background: #7e7e7e;
	padding: 0 20px;
	border-radius: 2px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
}

ul.category-list,
ul.quick-article-block,
.register-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

ul.category-list li,
.register-block li {
	display: flex;
	flex: 1 0 180px;
	justify-content: center;
	padding: 20px;
}

.home-category-blocks {
	padding-top: 50px;
	padding-bottom: 30px;
}

.heading-main {
	font-size: 1.6em;
	color: #595959;
}

.question-controls,
.answer-controls {
	float: right;
	font-weight: 300;
}

.question-controls a,
.answer-controls a {
	font-size: 12px;
}

.recent-activity ul li>a:before {
	content: "\f0e5";
}

.recent-activity-item-link {
	color: rgba(244, 121, 32, 1);
}

.quick-article-block ul>li a,
.article-sidebar ul li a,
.searchbox-suggestions ul li a {
	color: #71777f;
}

.quick-article-block ul {
	padding-left: 20px;
}

.quick-article-block ul>li {
	padding: 5px 30px 5px 0px;
	font-size: 1.2em;
	list-style-type: disc;
	color: #363638;
}

.quick_articles {
	padding: 0;
}

.quick-article-block h3,
.register-block h3 {
	color: #121d2a;
	font-size: 2em;
	font-weight: 500;
}

.register-block h3 {
	padding-left: 35px;
	position: relative;
}

.language-selector .dropdown-toggle:after {
	color: #fff;
}

.article-sidebar section:first-child h3 {
	margin-top: 0;
}

section.article-sidebar {
	margin-bottom: 25px;
}

.__latest_articles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: baseline;
	margin-top: 20px;
}

.__latest_articles section {
	flex: 0 0 49%;
	vertical-align: top;
}

.article-wrapper {
	margin-top: 15px;
}

.article-wrapper .hc_title {
	font-weight: 600;
	line-height: 1.3;
}

.article-sidebar section h3,
.__head {
	font-weight: 600;
	font-size: 1.3em;
}

.article-sidebar .current-article,
.article-sidebar li a:hover {
	color: rgba(244, 121, 32, 1);
}

.register_section {
	background: #F2F5F6;
	padding-bottom: 20px;
	margin-bottom: -20px;
}

.register_section p {
	line-height: 1.6;
	margin-bottom: 15px;
}

.register_section span.lnr {
	position: absolute;
	left: 0;
}


/*==========================================*/
/*   Home Ends
/*==========================================*/


/*==========================================*/
/*   Breadcrumb Start
/*==========================================*/

section.breadcrumb {
	padding: inherit;
	background-color: transparent;
	border-bottom: 1px solid #ddd;
}

section.__art {
	padding-top: 20px;
	border-bottom: 0;
	margin-bottom: 0;
}

ol.breadcrumbs {
	padding: 15px 5px;
}

.profile-section .breadcrumbs {
	padding: 0;
}

ol.breadcrumbs li:first-child a:before {
	content: "\f015";
	padding-right: 3px;
	font-family: 'FontAwesome';
}

.breadcrumbs>li,
.pagination li {
	display: inline-block;
	text-transform: capitalize;
	/* 	font-weight: 300; */
}

.breadcrumbs li+li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	padding: 0 5px;
	color: rgba(244, 121, 32, 1);
}

.breadcrumbs>li a {
	color: #757575;
}

.breadcrumbs>li:last-child a {
	color: #757575;
}

.pagination .pagination-first a,
.pagination .pagination-prev a,
.pagination .pagination-next a,
.pagination .pagination-last a {
	position: relative;
	top: -2px;
}


/*==========================================*/
/*   Breadcrumb End
/*==========================================*/


/*==========================================*/
/*   Footer Start
/*==========================================*/

footer.hc_footer {
	background-color: #313a46;
	color: #fff;
	border-top: 1px solid #ebeaeb;
	font-size: 0.9em;
	line-height: 2.2em;
	margin-top: 50px;
}

.hc_footer .footer_logo {
	margin: 10px 0 20px 0;
	max-width: 80px;
}

.hc_footer h4 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Palanquin', sans-serif;
}

.well_info {
	max-width: 400px;
}

.footer_bottom {
	background: #FFFFFF;
}

._rel {
	position: relative;
}


/* .footer_bottom_area {
	position: absolute;
	bottom: 55px;
} */

.foooter_bottom_area a {
	color: rgba(244, 121, 32, 1);
}

.copyright-text,
.copyright-text a {
	color: #707070;
	margin-top: 10px;
	margin-bottom: 0;
}

.hc_footer ul li {
	padding: 3px 0;
	font-weight: 300;
}

.hc_footer ul.social li {
	margin-right: 5px;
}

.hc_footer ul li a {
	color: #fff;
}

.hc_footer ul li a:hover,
.hc_footer ul li a:focus {
	color: #71777f;
}

.footer_legal {
	padding: 70px 0 50px 0;
}

.hc_footer .address_info li {
	position: relative;
	padding-left: 22px;
	word-wrap: break-word;
}

.hc_footer .address_info li i {
	position: absolute;
	left: 0;
	top: 8px;
}

.hc_footer .social {
	margin-left: 0;
}

.social li i {
	height: 23px;
	width: 23px;
	background: #9ca3b3;
	color: #fff;
	border-radius: 100%;
	line-height: 23px;
	text-align: center;
}

.social li:hover i {
	background: rgba(244, 121, 32, 1);
}

body .Top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	color: #000;
	font-size: 2.5em;
}

.Top:hover,
.Top:focus {
	color: #000;
}

.wellable-footer {
	position: relative;
}

.wellable-footer .align-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
}

.wellable-footer .align-bottom-right p {
	margin-bottom: 0;
}


/*==========================================*/
/*   Footer End
/*==========================================*/


/*==========================================*/
/*   Categort , Secction , Article Starts
/*==========================================*/

h2.hc_title:after {
	display: block;
	content: "";
	height: 2px;
	width: 70px;
	background: rgba(244, 121, 32, 1);
	margin: 10px 3px;
	position: relative;
}

.category_view .section {
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e3e3e3;
}

.category_view .section:last-child {
	border-bottom: 0;
}

.category_view .section ul.article-list>li {
	float: none;
	display: inline-block;
	margin: -2px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
}

#user img {
	width: 17px;
	border-radius: 100%;
}

.btn.dropdown-toggle:after {
	color: #fff;
}

.section-template .hc_title {
	color: #707070;
	display: table-cell;
	width: 100%;
	font-weight: 600;
}

.section-template .hc-subscribe {
	display: table-cell;
}

ul.article-list>li,
.article-sidebar section>ul>li,
.searchbox-suggestions ul li {
	padding: 6px 22px;
	position: relative;
	font-weight: 400;
}

.article-sidebar section>ul>li {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 0;
}

.article-sidebar section>ul>li:last-child {
	margin-bottom: 20px;
}

.searchbox-suggestions ul li {
	padding-left: 20px;
}

ul.article-list>li:before,
.article-sidebar section>ul>li:before,
.searchbox-suggestions ul li a:before {
	content: "\f0f6";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	color: rgba(244, 121, 32, 1);
}

.description,
ul.article-list>li a {
	color: #71777f;
}

.category_view .section-tree h1 {
	margin-top: 0;
	margin-bottom: 40px;
}

.section-tree h1 a {
	color: #707070;
}

li.article-promoted span {
	color: #ffca4c;
}

a.see-all-articles {
	margin-top: 15px;
	display: inline-block;
}

.comment-form-controls {
	text-align: right;
	margin-top: 20px;
}

.body-color {
	background-color: #f2f5f6;
	padding: 1px 30px;
}

.hero-unit.body-color {
	margin-bottom: 40px;
}

ul.attachments li:first-child {
	padding-top: 15px;
}


/* ul.attachments li,
body ul,
body ol,
body li {
	font-weight: 300;
} */

.accordion-toggle {
	overflow: hidden;
	display: inline-block;
}

.comment-body,
.answer-text,
.question-body p {
	word-wrap: break-word;
	word-break: break-word;
}

.article-voting {
	border-top: 1px solid #ddd;
	padding: 25px 10px;
	margin-top: 20px;
}

.article-vote {
	display: inline-block;
}

.article-sidebar section>ul {
	padding-left: 0;
}

.article-user-info img {
	width: 50px;
	width: 50px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
	margin-bottom: 5px;
}

.article-user-info {
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

a.article-subscribe,
a.article-unsubscribe,
a.question-unsubscribe,
a.question-subscribe {
	float: right;
	background: #757575;
	color: #fff !important;
	padding: 6px 10px;
	border-radius: 4px;
}

.article-user-info a {
	color: #000;
	text-transform: uppercase;
}

span.created-date {
	padding-left: 3px;
}

section.article-comments.users-comment {
	padding: 20px 0;
}

.article-comments>h2 {
	margin-top: 0;
	font-weight: 600;
	font-size: 1.5em;
}

.search-result-votes {
	background: rgba(244, 121, 32, 1);
	border-radius: 2px;
	color: #FFF;
	display: inline-block;
	line-height: 1;
	margin-left: 5px;
	padding: 4px 5px;
	position: relative;
	top: -2px;
}

.dropdown-menu[aria-expanded=true] {
	left: auto;
	right: 0;
	bottom: inherit;
	font-weight: 300;
}

.dm.dropdown-menu[aria-expanded=true],
.dm .dropdown-menu[aria-expanded=true] {
	left: inherit;
	right: inherit;
}

.search-result-votes:before {
	content: "\1F44D";
	font-family: "entypo";
	margin-right: 3px;
}

ul.attachment-list li:before,
ul.attachments li:before {
	content: "\1F4CE";
	font-family: entypo;
	margin-right: 2px;
}

.article-body ul,
.comment-body ul,
.answer-text ul,
.question-text ul {
	list-style-type: disc;
	padding-left: 20px;
}

.article-body ol,
.comment-body ol,
.answer-text ol,
.question-text ol {
	list-style-type: decimal;
	padding-left: 20px;
}

.article-body img {
	border: 1px solid #efefef;
	padding: 4px;
}

#user {
	display: inline-block;
	padding: 8px 12px;
	background: rgba(244, 121, 32, 1);
	border-radius: 100px;
	color: #fff;
}

#user .dropdown-toggle:after {
	color: #fff;
}

.comment-actions {
	float: right;
}

.comment-actions .dropdown-toggle:before,
.community-post .dropdown-toggle:before {
	content: "\2699";
	font-size: 11px;
	font-family: "entypo";
	color: rgba(244, 121, 32, 1);
}

.community-post .question-controls .dropdown-toggle:before {
	padding-right: 5px;
}

nav.pagination li {
	background: #757575;
	box-shadow: 4px 5px 4px 2px #efefef;
	display: inline-block;
	color: #fff;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
}

nav.pagination li.pagination-current {
	background: rgba(244, 121, 32, 1);
}

nav.pagination li a,
nav.pagination li a:hover {
	color: #ffffff;
}

nav.pagination li:hover nav.pagination li.pagination-current {
	background: rgba(244, 121, 32, 1);
}

nav.pagination li a nav.pagination li:hover a,
nav.pagination li.pagination-current span {
	color: #fff;
}

ul.topic-list {
	padding-left: 0;
}

.clearfix.container>h1 {
	padding: 0px 0px 15px 0px;
}

.request-page label {
	padding: 10px 0 5px 0px;
}

.article-comments-inner .pagination ul {
	padding-left: 0;
	margin-bottom: 30px;
}

.article-comments-inner .pagination ul li a {
	color: #fff !important;
}

.visibility-internal-icon:before {
	content: "\1F512";
	display: inline-block;
	text-align: center;
}

.category_view .hc_title,
.answer-official-heading {
	color: #333333;
	margin-top: 0;
	font-weight: 600;
}

.category_view .section-tree .section,
.hc_footer .col-md-3 {
	float: none;
	display: inline-block;
	margin: -2px;
	vertical-align: top;
}

.cat_sec_list h3 {
	color: #000;
	font-size: 1em;
	margin: 0;
	line-height: 1.3;
	background-color: rgba(244, 244, 244, 1);
}

.cat_sec_list h3:hover {
	background: #ffffff;
}

.cat_sec_list h3:hover a {
	background: transparent;
	border: 1px solid rgba(244, 121, 32, 1);
	color: #707070;
}

.cat_sec_list h3.selected,
.cat_sec_list h3.selected:hover,
.cat_sec_list .fa-angle-down h3,
.cat_sec_list .fa-angle-down h3:hover {
	background: #fff;
	color: #707070;
}

.cat_sec_list h3.selected a,
.cat_sec_list .fa-angle-down h3 a {
	background: transparent;
	border: 1px solid rgba(244, 121, 32, 1);
	color: #707070;
	letter-spacing: 1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.cat_sec_list h3 a {
	background: rgba(244, 121, 32, 1);
	border: 1px solid rgba(244, 121, 32, 1);
	color: #fff;
	border-radius: 3px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	display: block;
	padding: 10px 20px;
	font-family: 'Palanquin', sans-serif;
	margin-right: 2px;
}

.cat_sec_list i:before {
	display: none;
}

body .__list {
	position: absolute;
	bottom: 0;
	max-width: 1170px;
	width: 100%;
}

.__list li .btn:after {
	display: none;
}

.__list li .btn {
	padding: 10px 20px;
	position: relative;
	z-index: 99;
}

section.cat_sec_list {
	display: inline-block;
}

.hc_sections {
	background: #fff;
	padding: 15px 0;
	display: none !important;
	position: absolute;
	z-index: 999;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.14);
}

.cat_sec_list:hover .hc_sections {
	display: block !important;
}

.for__user:hover .category-section-list,
.for__admin:hover .category-section-list {
	display: block;
}

.hc_sections li a {
	color: #707070;
	display: block;
	padding: 5px 18px;
	font-weight: 300;
	font-size: 0.95em;
}

.hc_sections li:hover {
	background: rgba(255, 58, 108, 0.07);
}

.hc_sections li.selected {
	border-left: 3px solid rgba(244, 121, 32, 1);
}

.category-unit>.container {
	padding: 50px 15px 100px 15px;
}

.inner-unit>.container {
	padding: 50px 15px 50px 15px;
}

.inner-unit h1 {
	margin-bottom: 0;
}

.section-template {
	padding-top: 20px;
}

.category-container .category-empty {
	margin-top: 20px;
	display: block;
}

.remove_user a.Test_User_Category360002937112,
.remove_user a.Getting.Started360002772472,
.remove_user .category-section-list h3>a {
	display: none;
}

.remove_user a.General360000780712,
.remove_user a.Analytics360000387772,
.remove_user a.Challenges360000392411,
.remove_user a.Users360000392431,
.remove_user a.Communications360000392451,
.remove_user a.Rewards360002695552,
.remove_user a.Other.Programs360005408971 {
	display: block !important;
}

.remove_admin a.General360000780712,
.remove_admin a.Analytics360000387772,
.remove_admin a.Challenges360000392411,
.remove_admin a.Users360000392431,
.remove_admin a.Communications360000392451,
.remove_admin a.Rewards360002695552,
.remove_admin a.Other.Programs360005408971 {
	display: none;
}

/*==========================================*/


/*   Categort , Secction , Article Ends
/*==========================================*/


/*==========================================*/


/*   Countribution starts
/*==========================================*/

main .general-list ul li.active {
	background: rgba(244, 121, 32, 1);
	font-weight: 800;
}

.my-activities-header {
	margin-bottom: 25px;
}

.my-activities-nav {
	margin-bottom: 10px;
	display: inline-block;
}

element.style {
	float: right;
	margin-right: 80px;
}

.nav li,
.nav-bordered li,
.nav-spaced li {
	display: inline-block;
}

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

.searchbox-suggestions {
	border: 1px solid #efefef;
	min-height: 50px;
	padding: 10px 10px 0px 10px;
	border-radius: 3px;
	background: #fff;
}

.my-activities-table>p {
	padding: 15px 0;
}

.my-activities-table thead th {
	background: rgba(244, 121, 32, 1);
	color: #fff;
}

.my-activities-table tbody tr:nth-child(2n+1) {
	background: #eef3f6;
}


/*==========================================*/


/*   Countribution end
/*==========================================*/

.request-table-toolbar {
	background: #f1f1f1;
	display: table;
	padding: 10px;
	width: 100%;
}

.request-table-toolbar input {
	border: 1px solid #ABA6A6;
}

.requests-search {
	border-radius: 20px;
	outline: medium none;
	padding: 6px 15px;
}

.request-table-filters {
	display: table-cell;
	text-align: right;
}

.request-table-filters label::before {
	content: " ";
	display: inline-block;
	width: 25px;
}

.request-filter {
	padding: 6px;
	border-radius: 40px;
	outline: 0;
}


/*==========================================*/
/*   Request Start
/*==========================================*/

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
	line-height: 0;
}

.clearfix::after {
	clear: both;
}

.main-column {
	width: 100%;
	float: left;
}

.main-column>p {
	margin-top: 20px;
}

.comment-list {
	margin-bottom: 25px;
	padding-left: 0;
}

.comment-list>*:first-child {
	border-top: 1px solid #ddd;
}

.comment,
.comment-form {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.comment-list>* {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}

.comment-avatar {
	position: relative;
	width: 55px;
}

.comment>*,
.comment-form>* {
	display: table-cell;
	vertical-align: top;
}

.comment-avatar img {
	height: 38px;
	width: 38px;
	border-radius: 100%;
}

.comment>*,
.comment-form>* {
	display: table-cell;
	vertical-align: top;
}

.comment-published,
.comment-pending,
.comment-official {
	float: right;
	font-size: 11px;
}

.request-details {
	background: #f2f5f6;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	font-size: 12px;
	margin: 0 0 15px;
	padding: 15px 20px;
}

.request-details dt {
	font-weight: 300;
}

.request-details dd {
	margin: 2px 0 0;
	word-wrap: break-word;
}

.request-details dt~dt {
	margin-top: 15px;
}

span.request-status {
	background: rgba(244, 121, 32, 1);
	color: #fff;
	padding: 2px 10px;
	border-radius: 30px;
}

.req-page button,
.req-page [role="button"],
.req-page [type="button"],
.req-page [type="submit"],
.req-page #user .dropdown-toggle {
	background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 50%, #ededed 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 3px;
}

.req-page button,
.req-page [role="button"],
.req-page [type="button"],
.req-page [type="submit"] {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0.17);
	border-radius: 2px;
	box-shadow: 0 -2px rgba(0, 0, 0, 0.03) inset;
	color: #252525;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	height: 33px;
	line-height: 31px;
	padding: 0 10px;
	position: relative;
	transition: opacity 300ms ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}

.comment,
.comment-form {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.comment,
.comment-form {
	padding-bottom: 15px;
	position: relative;
}

.comment-form textarea {
	border: 1px solid #ddd;
	width: 100%;
}

.comment-attachments {
	border: 1px solid #dddddd;
	margin-top: -1px;
	padding: 10px;
}

.upload-dropzone {
	background: #fff;
	border: 2px dashed #ddd;
}

.upload-dropzone span::before {
	content: "";
	font-family: "entypo";
	font-size: 30px;
}

section.form-column {
	width: 100%;
}

.form {
	background: #f2f5f6;
	padding: 25px 35px;
	margin-top: 10px;
}

body textarea,
input[type="text"] {
	width: 100%;
	border-color: #ddd;
}

textarea {
	min-height: 100px;
}

.form footer {
	padding-top: 30px;
	text-align: right;
}

.form-field {
	margin-top: 15px;
}

a.nesty-input {
	min-height: 35px;
	line-height: 35px;
}

a.nesty-input:hover,
a.nesty-input:focus {
	color: #707070;
}

section.main-column h1 {
	font-weight: 100;
}

h1.request-page {
	margin-top: 0;
}


/*==========================================*/


/*   Request End
/*==========================================*/


/*==========================================*/


/*   Search Result Starts
/*==========================================*/

.search-results-subheading {
	font-size: 1.3em;
	padding: 16px 14px;
	background-color: #f2f5f6;
	margin-top: 0;
	font-weight: 600;
	text-transform: capitalize;
}

.search-results-list,
.support-resources ul {
	padding: 0;
}

.search-result {
	border-bottom: 1px solid #ececec;
	padding: 20px 10px;
}

.search-result-link,
.search-result-link:hover {
	color: #444444;
	font-size: 1.2em;
	font-weight: 500;
}

.search-result-meta {
	font-size: 0.9em;
	padding-bottom: 10px;
	padding-top: 10px;
}

.search-result-description {
	padding: 0 50px 0 0;
	color: #959595;
}

.search-result-description em {
	background: rgba(255, 58, 108, 0.07);
	color: #707070;
}

.articles .glyphicon {
	padding-left: 4px;
}


/*==========================================*/
/*   Search Result Ends
/*==========================================*/


/*==========================================*/
/*   Community Starts
/*==========================================*/

.post-to-community a::before {
	content: "✎";
	font-family: "entypo";
	font-size: 14px;
	margin-right: 10px;
	vertical-align: middle;
}

.page-header>* {
	display: table-cell;
	vertical-align: middle;
}

.page-header>*:first-child,
.topic-filters,
h3.question-heading {
	width: 100%;
}

.topic-header,
.question-header {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.topic-filters>* {
	margin-right: 20px;
}

.topic-header>*,
.question-header>* {
	display: table-cell;
	vertical-align: middle;
}

.topic-header .topic-meta,
.question-header .question-meta {
	padding: 0 15px;
	white-space: nowrap;
}

.post-actions .dropdown-toggle:before {
	margin-right: 5px;
}

.comment-avatar-agent:after,
.question-avatar-agent::after,
.answer-avatar-agent::after {
	background-color: transparent;
	background-image: url("/hc/assets/agent-marker.png");
	background-image: url("/hc/assets/agent-marker.svg");
	background-repeat: no-repeat;
	background-size: 15px;
	content: " ";
	height: 15px;
	left: 30px;
	position: absolute;
	top: 20px;
	width: 15px;
}

.question-meta,
.answer-meta,
.topic-meta {
	font-weight: 300;
}

.question,
.answer {
	border-bottom: 1px solid #eeeeee;
	padding: 20px 0;
	position: relative;
}

.question-topic-list {
	margin: 0px 0 25px;
}

.question-topic-list li {
	display: inline-block;
	margin: 10px 10px 0 0;
}

.question-topic-list a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
	border-radius: 5px;
	color: #cccccc;
	display: inline-block;
	font-size: 11px;
	padding: 7px 15px;
}

.vote {
	display: table-cell;
	margin-left: 15px;
	margin-right: 10px;
	min-width: 95px;
	vertical-align: top;
	text-align: center;
}

.vote-sum {
	min-width: 60px;
	text-align: center;
	min-height: 35px;
	width: 92%;
}

.vote-sum,
.vote-controls {
	display: inline-block;
	vertical-align: middle;
}

.vote-controls {
	border-radius: 5px;
}

.article-vote-controls {
	display: inline-block;
}

.article-voting ul.share {
	float: none;
	margin-top: 5px;
	margin-left: 5px;
	display: inline-block;
}

.article-vote-controls a {
	color: #707070;
	padding: 4px 6px;
	border-radius: 3px;
}

.article-vote-controls a.article-vote-up.article-voted {
	color: #78A300;
}

.article-vote-controls a.article-vote-down.article-voted {
	color: #dd4a3a;
}

.article-vote-controls a:hover {
	color: rgba(244, 121, 32, 1);
}

a.article-vote-up.article-voted {
	color: #78A300;
}

a.article-vote-down.article-voted {
	color: #DD4A3A;
}

a.article-vote-up:before,
.vote-up::before {
	content: "\1f44d";
	font-family: "entypo";
}

a.article-vote-down:before,
.vote-down::before {
	content: "\1f44e";
	font-family: "entypo";
}

.vote-controls:hover a {
	background: none repeat scroll 0 0 #ffffff;
	border-color: #a6a6a6;
	color: #bbbbbb;
}

.question-avatar,
.answer-avatar {
	display: table-cell;
	margin-right: 10px;
	min-width: 50px;
	position: relative;
	vertical-align: top;
}

.question-avatar img,
.answer-avatar img {
	max-height: 38px;
	max-width: 38px;
	border-radius: 100%;
}

.question-body,
.answer-body,
.answer-official-body {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.question-title,
.topic-title {
	font-weight: 500;
}

.community-post .question-title,
.community-post .topic-title {
	margin-top: 0;
	font-size: 1.8em;
}

.question-title>a,
.topic-title>a {
	color: #707070;
}

.markdown {
	line-height: 1.7;
	word-wrap: break-word;
}

.question-body .question-meta,
.answer-body .answer-meta,
.answer-official-body .answer-meta {
	float: left;
}

.topic-meta span+span::before,
.question-meta span+span::before,
.answer-meta span+span::before {
	content: "•";
	font-size: 10px;
	margin: 0 10px;
}

.answer-form {
	margin: 30px 0 0 95px;
}

.answer-form-controls {
	margin-top: 10px;
	text-align: right;
}

.answer-form-controls .pull-left {
	float: left;
}

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

ul.share {
	display: inline;
}

.topic-meta span+span::before,
.question-meta span+span::before,
.answer-meta span+span::before {
	content: "•";
	font-size: 10px;
	margin: 0 10px;
}

.question-share,
.answer-share {
	position: relative;
}

.share-label {
	cursor: pointer;
}

.share-label+.share::before {
	border-bottom: 7px solid #cccccc;
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid rgba(0, 0, 0, 0);
	margin-left: -6px;
	top: -7px;
}

.share-label+.share::before,
.share-label+.share::after {
	content: "";
	display: inline-block;
	left: 50%;
	position: absolute;
}

.share-label+.share::after {
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	margin-left: -5px;
	top: -6px;
}

.share-label+.share::before,
.share-label+.share::after {
	content: "";
	display: inline-block;
	left: 50%;
	position: absolute;
}

.share-label[aria-selected="false"]+.share {
	display: none;
}

.share-label+.share {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #dddddd;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	left: 50%;
	line-height: 70px;
	margin: 10px 0 0 -75px;
	position: absolute;
	text-align: center;
	top: 100%;
	white-space: nowrap;
	width: 175px;
	z-index: 1;
	padding: 0;
}

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

.share a::before {
	border-radius: 2px;
	color: #ffffff;
	display: inline-block;
	font-family: "entypo";
	text-align: center;
	width: 100%;
}

.share-facebook::before {
	content: "";
	background: #3b5998;
}

.share-twitter::before {
	content: "";
	background: #00ACED;
}

.share-linkedin::before {
	content: "";
	background: #007BB6;
}

.share-googleplus::before {
	content: "";
	background: #DD4A3A;
}

.share a {
	height: 30px;
	line-height: 29px;
	overflow: hidden;
	vertical-align: middle;
	width: 30px;
}

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

input[type="checkbox"]+label {
	display: inline-block;
	margin-left: 5px;
}

lable {
	font-size: 12px;
}

.community-sub-nav {
	position: relative;
	width: 100%;
}

.topic-list .topic {
	display: inline-block;
	padding: 20px 30px 20px 0;
	vertical-align: top;
	float: none;
	margin: -3px;
}

.community-post .question-meta,
.community-post .answer-meta {
	margin-top: 10px;
}

#new_question {
	padding: 30px 10px;
}

#new_question input {
	margin-bottom: 2px;
}

#new_question textarea {
	border-color: #efefef;
	margin-bottom: 15px;
}

h2.request-heading {
	font-size: 1.7em;
	text-transform: capitalize;
}

section.related-questions {
	background: rgba(239, 239, 239, 0.25);
	padding: 10px 2px 27px 25px;
	line-height: 1.8em;
}

section.related-questions ul,
.community-sub-nav ul,
ul.question-list {
	padding-left: 0;
}

textarea#answer_body {
	height: 100px;
	padding: 12px;
	border: 1px solid #efefef;
}

.error-page a {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 40px;
}

.tag {
	font-size: 8em;
	font-weight: 100;
	color: rgba(244, 121, 32, 1);
	text-shadow: 2px 1px #d6d6d6;
}

.form-column>h1,
h1.search-results-heading {
	margin-top: 10px;
	padding-bottom: 15px;
	font-weight: 600;
}

.community-nav>ul,
.community-sub-nav>ul {
	border-bottom: 1px solid #ddd;
	padding: 0px 0 20px 0;
}

.community-sub-nav>ul.inner-navigation {
	margin-left: 0;
}

form#new_question .form-field input,
form#new_question .form-field textarea {
	border: 1px solid #ddd;
	margin-bottom: 5px;
	min-height: 35px;
}

form#new_question .form-field input,
.form-field input {
	border: 1px solid #ddd;
	margin-bottom: 5px;
	min-height: 35px;
	border-radius: 3px;
	padding: 0 10px;
}

textarea#question_details,
#request_description {
	min-height: 120px;
	border: 1px solid #ddd;
	padding: 10px;
}

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

.form label {
	margin-bottom: 10px;
}

body .community-header {
	margin-top: 10px;
	border-color: #ddd;
}

.new-req-page .hc_title,
._cp .hc_title {
	font-weight: 600;
	margin-bottom: 30px;
}


/*==========================================*/
/*   Community Ends
/*==========================================*/


/*==========================================*/
/*   User Profiles Start
/*==========================================*/

.profile-contribution .comment-link {
	margin-right: 5px;
}

.profile-header {
	padding: 30px 0;
	background-color: #f8f8f8;
}

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

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

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

.profile-avatar .user-avatar {
	width: 65px;
	height: 65px;
	border-radius: 100%;
}

.profile-header .basic-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1 1 0;
}

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

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

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

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

.profile-header .description {
	margin: 15px 0;
	flex-basis: 100%;
	word-break: break-all;
	word-break: break-word;
}

.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 {
	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;
	}
	ul.category-list {
		max-width: 700px;
		margin: 0 auto;
	}
}

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

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

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

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

.profile-private-badge::after {
	content: "\1f512";
	margin-left: 5px;
	font-family: "copenhagen-icons";
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
}

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

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

.profile-section {
	width: 100%;
}

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

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

.profile-section-description {
	flex-basis: 100%;
	padding: 10px 0;
	font-size: 13px;
}

@media (min-width: 768px) {
	.profile-section-description {
		flex: 1 0 auto;
		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;
	}
}

.profile-contribution {
	padding: 20px 0;
	word-wrap: break-word;
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.profile-section .no-activity {
	margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

.profile-activity-header .user-avatar {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 100%;
}

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

.profile-activity-description {
	margin: 0;
}

.profile-activity-description span:first-child {
	display: block;
}

@media (min-width: 768px) {
	.profile-activity-description span:first-child {
		display: inline;
	}
}

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

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

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

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

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

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

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

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

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

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

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

.collapsible-nav-list li {
	line-height: normal;
	margin-right: 30px;
	display: inline-block;
}

.meta-group {
	display: flex;
	flex-wrap: wrap;
}

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

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


/*==========================================*/
/*   User Profiles Ends
/*==========================================*/


/*==========================================*/
/*   Responsive CSS Starts
/*==========================================*/

@media all and (max-width: 767px) {
	.navbar-header .navbar-toggle {
		border-color: rgba(244, 121, 32, 1);
		margin-top: -40px;
		position: relative;
		top: 5px;
	}
	.navbar-toggle span {
		background-color: rgba(244, 121, 32, 1);
	}
	ul.primary-menu-list-wrap li+li:before {
		content: "";
	}
	.header nav.user-nav {
		float: none;
		display: block;
	}
	.main-menu {
		width: 100%;
	}
	body h2 {
		font-size: 1.8em;
	}
	.header .mobile-user-info {
		display: inline-block !important;
		float: right;
		margin-right: 70px;
	}
	.header .mobile-user-info a.login {
		color: #707070;
		position: relative;
		top: 10px;
		font-weight: 600;
	}
	#user #user-name {
		display: none;
	}
	body .btn-lg,
	.quick-article-block ul>li,
	.cat_sec_list>h3 {
		font-size: 1em;
	}
	.social li i {
		font-size: 1.2em;
	}
	.article-sidebar {
		margin-top: 25px;
	}
	body h1 {
		font-size: 25px;
	}
	h1.help-center-name {
		font-size: 2em;
	}
	ul.category-list li,
	ul.quick-article-block>li,
	.register-block li {
		padding: 10px;
	}
	.section-with-article-block {
		margin-bottom: 0;
	}
	.article-voting ul.share {
		margin-left: 0;
	}
	.quick_articles {
		padding: 0;
	}
	.footer_bottom_area {
		bottom: 20px;
	}
	.__toc {
		display: none!important;
	}
	body .article-body h1 {
		font-size: 1.1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.article-sidebar section>ul>li,
	.cat_sec_list>h3 {
		font-size: 1em
	}
	body h3,
	.quick-article-block h3,
	.register-block h3 {
		font-size: 1.4em;
	}
	.article-sidebar {
		margin-top: 25px;
	}
}

@media all and (max-width: 480px) {
	.general-list li,
	#quick-search {
		width: 100%;
		margin-bottom: 2px;
	}
	.my-activities-nav {
		display: block;
	}
	.my-activities-following-header {
		margin-bottom: 10px;
	}
	.request-table-toolbar .request-table-filters {
		display: block;
		text-align: left;
		margin-top: 8px;
	}
	.hc_footer h4 {
		font-size: 1.1em;
	}
	.cat_sec_list h3 a {
		padding: 15px 5px;
		font-size: 0.8em;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
	body .__toc {
		width: 20%;
		right: -150px;
		padding-left: 10px;
	}
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
	body .__toc {
		width: 33%;
		padding-left: 0;
	}
}


/*==========================================*/
/*   Responsive CSS Ends
/*==========================================*/


/* =========================================== */
/*  Shortcodes    
/* =========================================== */

body .alert {
	border-width: 2px;
}

body .__with_fa {
	border: 2px solid rgba(245, 166, 35, 1);
	background: rgba(245, 166, 35, 0.66);
	position: relative;
	font-size: 1.2em;
	line-height: 1.4;
	padding: 30px 15px 15px 15px;
}

body .__with_fa .fa {
	position: absolute;
	top: 0;
	background: #fff;
	margin-top: -25px;
	border-radius: 100%;
	border: 2px solid rgba(245, 166, 35, 1);
	left: 15px;
	height: 45px;
	width: 45px;
	display: block;
	text-align: center;
	line-height: 45px;
}

body .__with_fa .fa:before {
	margin-left: 5px;
}

body .__with_fa {
	margin-top: 40px;
}

body .alert-download {
	border: 2px solid #9adeec;
	background: #bce8f1;
}

body .alert-quote {
	border: 2px solid rgba(103, 77, 68, 0.26);
	background: rgba(121, 85, 72, 0.26);
}

body .alert-pdf {
	border: 2px solid rgba(229, 65, 94, 1);
	background: rgb(229, 65, 94);
	color: #fff;
}

body .alert-download .fa {
	border: 2px solid #9adeec;
}

body .alert-quote .fa {
	border: 2px solid rgb(186, 174, 168);
}

body .alert-pdf .fa {
	border: 2px solid rgba(229, 65, 94, 1);
	color: rgba(229, 65, 94, 1);
}

.accordion {
	margin-bottom: 30px;
}

.accordion_title {
	background: #ffffff;
	border: 2px solid #dddddd;
	color: #707070;
	cursor: pointer;
	padding: 15px 45px 15px 15px;
	margin-bottom: 2px;
	position: relative;
}

.colored_accordion .accordion_title {
	background: #ddd;
	border-color: #ddd;
}

.colored_accordion ._active {
	background: #ffb110;
	border-color: #ffb110;
	color: #fff;
}

.default_accordion ._active {
	background: #444;
	border-color: #444;
	color: #ffffff;
}

.accordion_content {
	display: none;
	padding: 10px;
}

.accordion_title::after {
	font-family: "entypo";
	content: "\E764";
	position: absolute;
	right: 15px;
	top: 0;
	margin-top: 15px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

._active::after {
	transform: rotate(-180deg);
}

body .table {
	background: #fff;
}

.table>thead>tr>th {
	color: #707070;
	font-weight: 500;
	padding: 14px;
}

body .table>thead>tr>th {
	border-bottom: 3px solid #ddd;
}

body .table>tbody>tr>td {
	border-top: 1px solid #ddd;
	padding: 14px;
	font-size: 0.9em;
}

body .table.header-color>thead>tr>th {
	border-color: #444;
	background: #444;
	color: #fff;
	padding: 10px;
}

body .dark-table {
	background: #444;
	color: #fff;
}

body .dark-table>thead>tr>th {
	border-bottom: 2px solid #fff;
}

body .dark-table>tbody>tr>td {
	border-color: #fff;
}

.dark-table>thead>tr>th {
	color: #fff;
}

body .colored-list ul,
body .colored-list ol {
	margin: 15px 0 0 0px;
}

body .colored-list {
	list-style-type: none;
	padding: 0;
	counter-reset: li-counter;
}

body .colored-list>li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 35px;
	min-height: 0;
}

body .colored-list>li:before {
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 12px;
	color: #fff;
	content: counter(li-counter);
	counter-increment: li-counter;
	background-color: #276FD0;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
}

body .list-black>li:before {
	background-color: #a59898;
}

.check-list-bullet li {
	list-style-type: none;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

body .check-list-bullet li:before {
	content: "\f058";
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
	font-size: 25px;
	color: #276FD0;
	margin-top: -6px;
}

.article-body pre {
	margin-top: 15px;
}

.article-body {
	line-height: 1.8;
	font-size: 1.2em;
}

.article-body h1 {
	font-size: 1.5em;
	font-weight: 600;
}

.__toc {
	width: 25%;
	position: absolute;
	right: -195px;
	top: 0;
	padding-left: 55px;
	max-height: 500px !important;
}

.category_view .__toc {
	width: 185px;
	position: relative !important;
	right: 0;
	top: 0;
	padding-left: 0;
	float: right;
	margin-top: 50px;
}

ul.__toc__list.is-fixed {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.__toc {
		width: 100%;
		padding-left: 0;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		position: relative
	}
	.category-unit .hc_search {
		padding: 0;
	}
	.category-unit form {
		max-width: 100%;
	}
}

.__toc__list {
	list-style: none;
	padding-left: 0;
}

.__toc__list.is-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	width: 100% !important;
	position: relative;
}

.__toc__list.is-mobile.is-fixed {
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	z-index: 2;
}

.__toc__list.is-mobile.is-fixed .__toc__link {
	border-color: transparent !important;
	border-bottom: 1px solid #e8e8e8 !important;
}

.__toc__list.is-mobile.is-fixed.is-opened {
	background-color: #fff;
}

.__toc__list.is-mobile.is-fixed.is-opened .__toc__item {
	display: block !important;
}

.__toc__list.is-mobile.is-fixed.is-opened:after {
	content: "\f068";
}

.__toc__list.is-mobile .__toc__item {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	display: none;
}

.__toc__list.is-mobile .__toc__item.is-active {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	display: block;
}

.__toc__list.is-mobile .__toc__item .__toc__link {
	border-radius: 0;
	color: #107cd5 !important;
	/** Here is the primary color of the theme **/
	background-color: #fff;
	border-color: #e8e8e8;
}

.__toc__list.is-mobile:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f067";
	font-weight: 900;
	position: absolute;
	top: 8px;
	right: 15px;
	z-index: 4;
	pointer-events: none;
}

.__toc__toggle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	cursor: pointer;
}

.__toc__toggle.is-hidden {
	display: none !important;
}

@media (min-width: 768px) {
	.__toc__toggle {
		display: none !important
	}
}

.__toc__item:not(.is-active),
.__toc__item:not(.is-active)>.__toc__link {
	/*      background-color: transparent !important;*/
	color: #707070;
}

li.__toc__item {
	margin-bottom: 5px;
}

.__toc__link {
	display: block;
	padding: calc(16px * 1.5 / 4) calc(16px * 1.5 / 2);
	border: 1px solid transparent;
	border-radius: 4px;
}

.__toc__link:hover {
	background: rgba(255, 58, 108, 0.07);
}

.is-active .__toc__link {
	background: rgba(244, 121, 32, 1);
	color: #fff;
}

.section-kb ul.cat__list li h3 {
	margin: 0;
	font-size: 1.8rem;
	font-weight: 500;
}

.section-kb ul.cat__list li {
	margin-bottom: 5px;
	transition: all 0.3s linear;
}

.section-kb ul.cat__list li a {
	background: #fff;
	border: 1.5px solid rgba(244, 121, 32, 1);
	display: block;
	padding: 20px 20px;
	border-radius: 5px;
	position: relative;
}

.section-kb ul.cat__list li a:hover {
	background: rgba(244, 121, 32, 1);
	color: #fff;
	transition: all 0.3s linear;
}

.section-kb ul.cat__list li a:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 25px;
	font-size: 1.9rem;
	margin-top: -4px;
	transition: all 0.3s linear;
}

.section-kb ul.cat__list li:hover a:before {
	right: 35px;
	transition: all 0.3s linear;
}

.user_block .cat__list li {
	display: none;
}