@charset "utf-8";

/*Page Load classes*/

:root {
	font-size:var( --mod-font-size);
  }

.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f8fa;
	z-index: 9998;
	text-align: center;
}

.plane-container {
	position: absolute;
	top: 50%;
	left: 50%;
}

/*Template Customized Classes*/

.paper-nav-toggle {
	padding: 0.375rem 0 0 0; /* 6px */
	height: 2.5rem; /* 40px */
	width: 2.5rem; /* 40px */
	-webkit-appearance: none !important;
	background: #e1e1e1;
}

.lSAction > .lSPrev {
	left: 1.25rem; /* 20px */
}

@media (max-width: 65.4375rem /* 1047px */) {
	/*Changed from default 1031*/
	.paper-nav-toggle {
		position: absolute;
		display: block !important;
	}
	.mainnav {
		padding: 0.9375rem /* 15px */ !important;
	}
}

.xv-menuwrapper .dl-menu > li > a {
	padding: 0 1.25rem; /* 20px */
	margin-left: 0.625rem; /* 10px */
}

.xv-menuwrapper .dl-menu > li.parent > a {
	padding-right: 1.125rem; /* 18px */
}

.xv-menuwrapper .dl-menu a i {
	padding-right: 0.625rem; /* 10px */
}

.xv-menuwrapper .dl-menu > li.active > a span {
	/* border: 1px solid #03a9f4; */
	padding: 0.3125rem; /* 5px */
	border-radius: 0.125rem; /* 2px */
}

@media (max-width: 36rem /* 576px */) {
	.container-xs {
		padding-left: 1.875rem; /* 30px */
		padding-right: 1.875rem; /* 30px */
	}
}

@media only screen and (max-width: 75rem /* 1200px */) and (min-width: 65.5rem /* 1048px */) {
	.layout-fluid .xv-menuwrapper .dl-menu > li > a:not(.nav-btn) {
		padding: 0 0.625rem 0rem 0.625rem /* 10px 0px 10px */ !important;
		margin-left: 0.3125rem; /* 5px */
	}
}

@media (min-width: 36rem /* 576px */) {
	.container {
		max-width: 95%;
	}
	.layout-fluid .container {
		max-width: 100% !important;
	}
}

@media (min-width: 48rem /* 768px */) {
	.container {
		max-width: 95%;
	}
	.layout-fluid .container {
		max-width: 100% !important;
	}
}

@media (min-width: 62rem /* 992px */) {
	/* .container {
		max-width: 60%;
	} */
	.layout-fluid .container {
		max-width: 100% !important;
	}
	.btn-subscribe {
		padding: 0.8125rem 0.3125rem /* 13px 5px */ !important;
	}
}

@media (min-width: 65.5rem /* 1048px */) {
	.container {
		max-width: calc(100% - 10rem );
	}
	.layout-fluid .container {
		max-width: 100% !important;
	}
}

@media (min-width: 100.25rem /* 1604px */) {
	.container {
		max-width: calc(100.25rem - 20px);
	}
	.layout-fluid .container {
		max-width: 100% !important;
	}
}

.main-sidebar {
	width: 16.875rem /* 270px */ !important;
}

.breadcrumbs-cat ol {
	padding-top: 0.3125rem; /* 5px */
}

.masthead form {
	margin-top: 0rem; /* 0px */
	margin-bottom: 0.3125rem; /* 5px */
}

.masthead form button {
	right: 2%;
	top: 50%;
	transform: translate(0, -43%);
}
.masthead .search_12 a {
	color: #2c2c2e;
}
.pd-0 {
	padding: 0 !important;
}

.col-lg-12.icons_parent {
	max-width: 48.625rem; /* 778px */
	position: relative;
	padding-bottom: 3.625rem; /* 58px */
	padding-right: 1.875rem; /* 30px */
	padding-left: 1.875rem; /* 30px */
}

img.iconH.icon1 {
	position: absolute;
	left: -29.625rem; /* -474px */
	bottom: 0;
	width: 29.625rem; /* 474px */
}

@media (max-width: 65.5rem /* 1048px */) {
	.masthead h1 {
		font-size: 2.5rem; /* 40px */
	}
}

@media (max-width: 48rem /* 768px */) {
	.masthead h1 {
		font-size: 2.5rem; /* 40px */
	}
}

@media (max-width: 36rem /* 576px */) {
	.masthead h1 {
		font-size: 2.1875rem; /* 35px */
	}
}

@media (max-width: 25rem /* 400px */) {
	.masthead h1 {
		font-size: 1.5625rem; /* 25px */
	}
}

.single-masthead-category {
	padding: 0rem; /* 0px */
}

.single-masthead-category .search-field {
	padding: 0rem 1.25rem; /* 0px 20px */
	margin-top: 1.5625rem; /* 25px */
	height: 3.125rem; /* 50px */
}

.dl-menuwrapper li a.nav-btn {
	color: #fff;
}

.dl-menuwrapper li a.nav-btn:hover {
	color: #fff;
}

.breadcrumbs ol li {
	font-size: 1.1875rem /* 19px */ !important;
	font-weight: 400;
	color: #3f414b;
}
.cat-sort select {
	font-size: 1.1875rem /* 19px */ !important;
	color: #3f414b;
}

.breadcrumbs ol li::after {
	padding: 0 0.3125rem; /* 5px */
}

.breadcrumbs ol li.active-cat::after {
	content: "";
}

span.float-right.pointer {
	float: none !important;
	margin-left: 0.625rem; /* 10px */
}

.float-right-left {
	float: right;
}

@media (max-width: 47.9375rem /* 767px */) {
	.float-right-left {
		float: none;
		margin-top: 0.5rem; /* 8px */
	}
	.social-icons {
		padding-left: 40%;
	}
	.sm-ml-minus10 {
		margin-left: -0.625rem; /* -10px */
	}
	/* .breadcrumbbar {
	display: none;
	}  */
}

/*General CSS */

.p10 {
	padding: 0.625rem /* 10px */ !important;
}

.s-14 {
	font-size: 0.875rem /* 14px */ !important;
}

.s-16 {
	font-size: 1rem /* 16px */ !important;
}

.fs-15 {
	font-size: 0.9375rem; /* 15px */
}

.fs-18 {
	font-size: 1.75rem; /* 28px */
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100% !important;
}

.list-nostyle {
	list-style: none !important;
}

.mb-20 {
	margin-bottom: 1.25rem /* 20px */ !important;
}

.asterisk {
	color: #e70000;
}

.bg-login {
	background: #f3f5f8;
	height: 100vh;
	overflow: auto;
}

.layout-fluid .pr-fluid {
	padding-right: 0.9375rem /* 15px */ !important;
}

.layout-fluid .pl-fluid {
	padding-left: 0.9375rem /* 15px */ !important;
}

.align-tp {
	vertical-align: text-top !important;
}

.btn-phpkb {
	font-size: 0.875rem; /* 14px */
}

.auto-height {
	min-height: auto;
}

.table > thead > tr > th {
	padding: 0.75rem;
}

.icon-fs14 {
	font-size: 1.5625rem; /* 25px */
	vertical-align: middle;
	line-height: 1.125rem; /* 18px */
}

.bb-light {
	border-bottom: 0.0625rem /* 1px */ solid #eee;
}

.pointer {
	cursor: pointer;
}

.error-text,
.red-text {
	color: #f00;
}

.paging-desc {
	text-align: right;
	padding-top: 0.625rem; /* 10px */
}

.form-horizontal .form-group.has-icon i {
	font-size: 0.875rem; /* 14px */
	position: absolute;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 1.25rem; /* 20px */
}

.form-horizontal .form-group.has-icon label.error {
	margin-top: auto;
}

.form-horizontal .form-group.has-icon label.error:empty {
	margin-top: 0.625rem; /* 10px */
}

.sidebar-accounts i {
	padding-right: 1.25rem /* 20px */ !important;
}

form .label-error {
	margin-top: 0rem /* 0px */ !important;
}

.form-control-subscribe {
	height: 3.375rem; /* 54px */
}

.newsletter form .icon-btn {
	top: 2.375rem; /* 38px */
}

.text-center-browsers {
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -ms-center;
}

.loader-contact {
	background: transparent url("../images/loader.gif") 99% 50% no-repeat;
	padding-right: 1.875rem; /* 30px */
}

@media (max-width: 65.4375rem /* 1047px */) {
	.layout-fluid .pr-fluid {
		padding-left: 0.9375rem /* 15px */ !important;
	}
	.d-none-1047 {
		display: none !important;
	}
}

.small-text {
	font-size: 0.8125rem; /* 13px */
	background: transparent;
	font-weight: 400;
	color: #a4a8b1;
	margin-top: 0.25rem; /* 4px */
}

.icon-approved:before {
	font-family: phpkbIcons;
	content: "\e992";
	font-style: normal;
}

.icon-featured:before {
	font-family: phpkbIcons;
	content: "\e9b6";
	font-style: normal;
}

.icon-locked:before {
	font-family: phpkbIcons;
	content: "\e9ba";
	font-style: normal;
}

/*Home categories CSS*/

.col-dis-cell {
	flex: 1 1 auto;
}

.service-block {
	height: 22rem; /* 352px */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.approved-icon {
	color: #888a85;
}

.featured-icon {
	color: #ffb606;
}

.flex-item {
	flex: 1 1 auto;
}

.block-locked::before {
	font-family: phpkbIcons;
	content: "\ea12";
	right: -1.875rem; /* -30px */
	top: -2.3125rem; /* -37px */
	position: relative;
	font-size: 1.875rem; /* 30px */
	float: right;
}

.badge-locked {
	padding: 0.1875rem 0.3125rem 0.1875rem 0.125rem; /* 3px 5px 3px 2px */
	font-weight: 300;
	border-radius: 0.125rem; /* 2px */
	position: relative;
	font-size: 0.75rem; /* 12px */
	vertical-align: middle;
	margin-left: 0.625rem; /* 10px */
	background: #606676;
	color: #fff;
}

.layout-fluid .cat-theme2 {
	padding-left: 0.9375rem; /* 15px */
	padding-right: 0.9375rem; /* 15px */
}

.cat-theme2 .block-locked::before {
	right: 0.3125rem; /* 5px */
	top: 0rem; /* 0px */
	position: absolute;
}

.cat-theme3 .block-locked::before {
	right: 0.3125rem; /* 5px */
	top: 0rem; /* 0px */
	position: absolute;
	color: #e1e8ee;
}

.cat-theme2 .cat-theme2-row .col-md-12 {
	border: 0.0625rem /* 1px */ solid #e3eaf1;
	padding: 0.625rem; /* 10px */
}

.cat-theme2 .cat-theme2-row .col-md-12 {
	border: 0.0625rem /* 1px */ solid #e3eaf1;
	padding: 0.625rem; /* 10px */
}

.cat-theme2 .cat-theme2-row .col-md-4,
.cat-theme2 .cat-theme2-row .col-md-3 {
	border-right: 0.0625rem /* 1px */ solid #e3eaf1;
	padding: 0.625rem; /* 10px */
	border-bottom: 0.0625rem /* 1px */ solid #e3eaf1;
}

.cat-theme2 .cat-theme2-row .col-md-4:nth-child(3n+1),

/* 3 columns */

.cat-theme2 .cat-theme2-row .col-md-3:nth-child(4n+1)
/* 4 columns */ {
	border-left: 0.0625rem /* 1px */ solid #e3eaf1;
}

.cat-theme2 .cat-theme2-row .col-md-4:nth-child(-n + 3),
.cat-theme2 .cat-theme2-row .col-md-3:nth-child(-n + 4) {
	border-top: 0.0625rem /* 1px */ solid #e3eaf1;
}

/* IMPORTANT CLASS TO SELECT LAST ROW OF GRID WITH UNEQUAL NUMBER OF COLUMNS
.cat-theme2 .cat-theme2-row .col-dis-cell:nth-child(3n+1):nth-last-child(-n+3) ,
.cat-theme2 .cat-theme2-row .col-dis-cell:nth-child(3n+1):nth-last-child(-n+3) ~ .col-dis-cell
{
	border-bottom:1px solid #e3eaf1;
}*/

/*Related to category theme 4 */

.product-articles {
	margin-bottom: 0.625rem; /* 10px */
}

.product-articles .product-articles-title {
	margin-bottom: 1.125rem; /* 18px */
	font-size: 1.5rem; /* 24px */
	font-weight: 300;
}

.product-articles .product-articles-title a {
	color: #606676;
}

.product-articles .product-articles-title a:hover {
	color: #0066FF;
}

.product-articles ul {
	padding-left: 1.875rem; /* 30px */
}

.product-articles ul li {
	padding-bottom: 0.625rem; /* 10px */
	list-style: disc;
}

.product-articles ul li a {
	font-size: 0.875rem; /* 14px */
}

.product-articles:nth-child(2n + 3) {
	clear: left;
}

.topics {
	padding: 0;
	/* Theme 3 */
}

.icon-theme2 {
	height: 4.375rem; /* 70px */
	line-height: 4.375rem; /* 70px */
	text-align: center;
	width: 4.375rem; /* 70px */
	font-size: 3.875rem; /* 62px */
}

.link-theme2 {
	color: #606676;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	font-size: 1.75rem;
}

.link-theme2:hover {
	color: #606676;
}

.home-card .card-icon {
	padding-top: 0rem /* 0px */ !important;
	padding-left: 0.9375rem; /* 15px */
}

.home-card h1 a,
.home-card h1 a:hover {
	color: #616777;
}

.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}

.row.display-flex > [class*="col-"] {
	display: flex;
	flex-direction: column;
}

.hc-thm1-nvicon {
	height: 3.125rem; /* 50px */
	margin-top: 0.625rem; /* 10px */
	margin-bottom: 0.625rem; /* 10px */
	line-height: 4.375rem; /* 70px */
	width: 3.125rem; /* 50px */
}

.hc-thm4-nvicon {
	height: 1.5rem; /* 24px */
	width: 1.5rem; /* 24px */
	line-height: 1.5rem; /* 24px */
	margin-top: -0.3125rem; /* -5px */
	margin-right: 0.0625rem; /* 1px */
}

.hc-thm2-nvicon {
	height: 3.4375rem; /* 55px */
	margin-top: -0.9375rem; /* -15px */
	width: 3.4375rem; /* 55px */
}

.hc-thm3-nvicon {
	height: 1.5rem; /* 24px */
	width: 1.5rem; /* 24px */
	margin-right: 0.9375rem; /* 15px */
}

.service-blocks .service-block .service-content .service-heading .fs-small {
	font-size: 1rem; /* 16px */
}

.cat-theme2-row .fs-small {
	font-size: 1.5rem /* 24px */ !important;
}

.topics .topics-heading .fs-small {
	font-size: 1rem /* 16px */ !important;
}

.product-articles .product-articles-title .fs-small {
	font-size: 1.25rem /* 20px */ !important;
}

/* Home Articles/News CSS*/

.media-col-content {
	float: left;
	font-weight: 300;
}

.media-col-content .media-col-title {
	margin-top: 0;
	font-weight: 400;
	margin-bottom: -0.0625rem; /* -1px */
}
.media-col-title a {
	line-height: 0 !important;
	margin-top: 0rem /* 0px */ !important;
	padding: 0 !important;
}
h2.media-col-title {
	margin: 0;
}

.media-col-content .media-col-title a {
	color: #3d3f47;
	font-weight: 500;
	font-size: 1.25rem; /* 20px */
}

.media-col-content .media-col-title a:hover {
	color: #03a9f4;
}

.media-col-icon {
	float: left;
	border-right: 0.25rem /* 4px */ solid #d8dbe0;
	width: 2.125rem; /* 34px */
	height: inherit;
	margin-right: 1rem; /* 16px */
	margin-left: 0.3125rem; /* 5px */
	color: #03a9f4;
}
.tree-col > *[class*="icon"],
.treeNode a > *[class*="icon"] {
	display: none;
}

.article.row.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: normal;
}

/* Home page news CSS*/

.modern .home-news {
	padding-left: 0.9375rem; /* 15px */
	padding-right: 0.9375rem; /* 15px */
}

.news .media-col-icon:before {
	font-family: phpkbIcons;
	content: "\f1ea";
	left: 0.75rem; /* 12px */
	top: 0.5625rem; /* 9px */
	position: relative;
	font-size: 1.375rem; /* 22px */
}

.home-tabs .nav-link:hover {
	border-color: #ddd #ddd #ddd;
}
*/ .home-tabs-content {
	/*border: 1px solid #e1e8ee !important;*/
	/* border-bottom: 1px solid #e1e8ee; */
	border-top: none !important;
	padding: 1.25rem;
}

@media only screen and (max-width: 47.9375rem /* 767px */) {
	/* Hack 1047 + 10 */
	.nav-link {
		padding: 0.5rem 0.7rem;
	}
}

.rss-link {
	z-index: 9999;
}

.rss-icon {
	font-size: 1.25rem; /* 20px */
	color: #fb8c00;
	z-index: 9999;
}

.article,
.private-article,
.featured,
.private-featured {
	margin-bottom: 1.375rem; /* 22px */
	padding: 0.75rem 0.3125rem; /* 12px 5px */
}

/* .featured.row.media:hover{
	background-color: #d2e4f3;
}

//pg//


.article:hover {
	background-color: #d2e4f3;
} */

.article .media-col-icon:before {
	font-family: "Roboto";
	content: counter(section);
	left: 0.25rem; /* 4px */
	top: -0.375rem; /* -6px */
	position: relative;
	counter-increment: section;
	font-weight: 400;
	font-size: 1.625rem; /* 26px */
	color: #d8dbe0;
}

.tab-pane {
	counter-reset: section;
}

.featured .media-col-icon:before {
	font-family: "Roboto";
	content: counter(section);
	left: 0.8125rem; /* 13px */
	top: 0.3125rem; /* 5px */
	position: relative;
	font-size: 1.375rem; /* 22px */
	counter-increment: section;
	font-weight: 400;
}

.private-featured .media-col-icon:before {
	font-family: phpkbIcons;
	content: "\e9ba";
	left: 0.8125rem; /* 13px */
	top: 0.3125rem; /* 5px */
	position: relative;
	font-size: 1.625rem; /* 26px */
}

.home-articles .section-title {
	color: #606676;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	font-size: 1.375rem; /* 22px */
	margin-top: 0.9375rem; /* 15px */
	margin-bottom: 1.25rem; /* 20px */
	padding-bottom: 0.4375rem; /* 7px */
	border-bottom: 0.0625rem /* 1px */ solid #e1e8ee;
}

.home-articles .section-title .rss-icon {
	margin-top: 0.75rem; /* 12px */
}

.newsletter {
	background: url(../images/fan.png) no-repeat scroll center bottom;
	background-color: #f5f8fa;
}

/* Tree View CSS - Starts */

.background-sidebar {

	padding: 0rem; /* 0px */

	border-radius: 0rem /* 0px */ !important;
}
.background-sidebar  .form-group {
    border-top: 0.0625rem /* 1px */ solid #ddd;
    padding-left: 0.625rem; /* 10px */
    padding-right: 0.625rem; /* 10px */
}

label.control-label {
    font-weight: bold;
}


.right-sidebar-fluid {
	padding-right: 0;
}

.left-sidebar-fluid {
	padding-left: 0rem; /* 0px */
}

.left-sidebar {
	padding-left: 0rem; /* 0px */
	padding-right: 0rem; /* 0px */
}

.layout-fluid .left-sidebar .bordered-tree {
	margin-left: 0.9375rem; /* 15px */
}

.main-sidebar .bordered-tree .widget {
	border: none;
}

/*Logged in pages*/

.left-sidebar .sidebar-members {
	border-right: 0.0625rem /* 1px */ solid #e1e8ee;
}

.right-sidebar .sidebar-members {
	border-left: 0.0625rem /* 1px */ solid #e1e8ee;
}

.phpkb-tree {
	padding: 0rem 0rem 0.3125rem 0.3125rem; /* 0px 0px 5px 5px */
}

.treeNode {
	line-height: 1.25rem; /* 20px */
	height: auto;
	white-space: normal;
	padding: 0.1875rem 0.125rem; /* 3px 2px */
}

.phpkb-tree img {
	border: 0rem; /* 0px */
	vertical-align: middle;
}

.phpkb-tree a {
	text-decoration: none;
}

.phpkb-tree .tree-col {
	display: table-cell;
	padding-left: 0.125rem; /* 2px */
}

.tree-col:hover {
	background: transparent;
}

.phpkb-tree a.node,
.phpkb-tree a.nodeSel {
	padding: 0.0625rem 0.3125rem 0.0625rem 0.125rem; /* 1px 5px 1px 2px */
	white-space: normal;
	font-size: 1.125rem; /* 18px */
	font-weight: 500;
}
.phpkb-tree a.node{
	color: #000;

}

.phpkb-tree a.node:hover {
	background: transparent;
	text-decoration: none;
	color: #0066FF;
}

.phpkb-tree a.articleNode {
	font-size: 0.875rem; /* 14px */
}

.articleNode:hover {
	background: transparent;
}

.phpkb-tree a.nodeSel {
	font-weight: bold;
	color: #0066FF;
}

.phpkb-tree .badge {
	top: -0.125rem; /* -2px */
	position: relative;
	border-radius: 0.1875rem; /* 3px */
	font-size: 80%;
}

.sidebar-widgets .widget {
	padding: 0.625rem 0.9375rem; /* 10px 15px */
}

.bordered-tree .sidebar-widgets .widget-search .phpkbh3 {
	font-size: 0.875rem; /* 14px */
	font-weight: 400;
	line-height: 1.5625rem; /* 25px */
	padding: 0rem; /* 0px */
}

.bordered-tree .sidebar-widgets .widget-search .phpkbh3:after {
	background: #1bb1f5;
	content: "";
	display: block;
	height: 0.1875rem; /* 3px */
	margin-top: 0.5625rem; /* 9px */
	width: 3.75rem; /* 60px */
}

.bordered-tree .phpkb-tree {
	padding: 0rem; /* 0px */
}

.bordered-tree .phpkbh3 {
	font-size: 1.625rem; /* 26px */
	font-weight: 500;
	line-height: 1;
	padding-top: 0.4375rem; /* 7px */
	margin-bottom: 0rem; /* 0px */
	padding-bottom: 2.0625rem; /* 33px */
}

.bordered-tree .phpkbh3::after {
	background: none;
	height: 0rem; /* 0px */
	margin-top: 0rem; /* 0px */
}

.bordered-tree .phpkbh3 a {
	color: #60667a;
}

/*
//pg//

.bordered-tree .phpkbh3 a:hover {
	color: #0066FF;
} */

.bordered-tree .treeNode {
	border-bottom: 0.0625rem /* 1px */ solid #ddd;
	padding: 1rem 0.5rem; /* 23px 8px */
	position: relative;
	cursor: pointer;
}


.bordered-tree .treeNode > div {
	display: flex;
	align-items: center;
}

.background-tree .widget {
	border: 0rem; /* 0px */
	border-radius: 0rem; /* 0px */
	margin-bottom: 0rem; /* 0px */
}

.icon-approved:before {
	font-family: phpkbIcons;
	content: "\e992";
	font-style: normal;
}

.icon-featured:before {
	font-family: phpkbIcons;
	content: "\e9b6";
	font-style: normal;
}

.icon-locked:before {
	font-family: phpkbIcons;
	content: "\e9ba";
	font-style: normal;
}

.expand-category,
.collapse-category,
.tree-loader {
	font-family: phpkbIcons;
	font-size: 0;
	font-style: normal;
	margin-right: 0;
	margin-top: 0;
	position: inherit;
	top: 0;
}

.tree-loader::before {
	content: "\f110";
}

.expand-category::before {
	content: "";
	background: url(../images/fi-sr-angle-small-down.svg) no-repeat;
	width: 1.75rem; /* 28px */
	height: 100%;
	display: block;
	position: absolute;
	right: 1.4375rem; /* 23px */
	top: 0;
	bottom: 0;
	background-position: center center;
}

.collapse-category::before {
	content: "";
	background: url(../images/fi-sr-angle-small-up.svg) no-repeat;
	width: 1.75rem; /* 28px */
	height: 100%;
	display: block;
	position: absolute;
	right: 1.4375rem; /* 23px */
	top: 0;
	bottom: 0;
	background-position: center center;
}
i.icon-folder6 {
	display: none;
}
.tree-col span.badge.badge-pill.badge-primary {
	display: none;
}

.sidebar-slide {
	z-index: 90000000 !important;
}

.sidebar-slide .bordered-tree {
	border: 0rem; /* 0px */
}

/* Tree View CSS - Ends */

/*Left Toggle for tree*/

.sidebar-slide-toggle {
	position: fixed;
	height: 2.5rem; /* 40px */
	width: 2.5rem; /* 40px */
	line-height: 2.5rem; /* 40px */
	left: 0rem; /* 0px */
	top: 1.5625rem; /* 25px */
	z-index: 2001;
	border-bottom: none !important;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	background: #03a9f4;
	color: #fff;
	font-size: 1.5rem; /* 24px */
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: none;
	border-bottom-right-radius: 0.4375rem; /* 7px */
	border-top-right-radius: 0.4375rem; /* 7px */
}

.sidebar-slide-toggle i::after {
	font-family: phpkbIcons;
	content: "\e315";
	color: #fff;
	font-style: normal;
}

.sidebar-open .sidebar-slide-toggle {
	left: 16.875rem; /* 270px */
	color: #fff;
}

.sidebar-open .sidebar-slide-toggle i::after {
	font-family: phpkbIcons;
	content: "\e314";
	color: #fff;
}

.sidebar-open .sidebar-slide-toggle:hover,
.sidebar-open .sidebar-slide-toggle a:hover,
.sidebar-slide-toggle:hover,
.sidebar-slide-toggle a:hover,
.sidebar-slide-toggle a i:hover {
	color: #fff;
}

.widget-others a:hover {
	color: #0066FF;
}

/* Adjust Content Container with sidebar slide*/

.container-content {
	margin-bottom: 1.25rem; /* 20px */
}

@media only screen and (max-width: 65.4375rem /* 1047px */) {
	/* Hack 1047 + 10 */
	.container-content {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.sidebar-slide-toggle {
		display: block !important;
	}
}

@media only screen and (max-width: 65.4375rem /* 1047px */) {
	.navbar-brand {
		margin-left: 2.8125rem; /* 45px */
	}
}

.form-control-file {
	height: auto !important;
}

/*Recently Viewed Articles*/

.recentview .recentview-content {
	margin-bottom: 0.9375rem; /* 15px */
}

.recentview-title {
	font-size: 0.875rem; /* 14px */
	font-weight: 400;
	line-height: 1.5625rem; /* 25px */
}

.recentview-title::after {
	background: #1bb1f5;
	content: "";
	display: block;
	height: 0.1875rem; /* 3px */
	margin-top: 0.5625rem; /* 9px */
	width: 3.75rem; /* 60px */
	margin-bottom: 0.625rem; /* 10px */
}

/*contact us section*/

.section-content {
	padding: 0rem; /* 0px */
	margin: 0rem 0.9375rem; /* 0px 15px */
}

/* Live Search CSS -STARTS */

#jquery-live-search .livesearch {
	background: #fff;
	padding: 0rem; /* 0px */
	max-height: 25rem; /* 400px */
	margin-left: 1.25rem; /* 20px */
	margin-right: 1.25rem; /* 20px */
	overflow: auto;
	position: relative;
	z-index: 99;
	border: 0.125rem /* 2px */ solid #e1e8ee;
	-webkit-box-shadow: 0rem 0.3125rem 0.3125rem -0.125rem /* 0px 5px 5px -2px */ rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0rem 0.3125rem 0.3125rem -0.125rem /* 0px 5px 5px -2px */ rgba(0, 0, 0, 0.3);
	box-shadow: 0rem 0.3125rem 0.3125rem -0.125rem /* 0px 5px 5px -2px */ rgba(0, 0, 0, 0.3);
	border-radius: 0.125rem; /* 2px */
	scrollbar-color: rgba(134, 147, 158, 0.5) rgba(134, 147, 158, 0.1);
}

#jquery-live-search .livesearch::-webkit-scrollbar {
	width: 0.5rem; /* 8px */
	/* for vertical scrollbars */
	height: 0.75rem; /* 12px */
	/* for horizontal scrollbars */
	border-radius: 0.3125rem; /* 5px */
}

#jquery-live-search .livesearch::-webkit-scrollbar-track {
	background: rgba(134, 147, 158, 0.1);
	border-radius: 0.3125rem; /* 5px */
}

#jquery-live-search .livesearch::-webkit-scrollbar-thumb {
	background: rgba(134, 147, 158, 0.5);
	border-radius: 0.3125rem; /* 5px */
}

ul#live-search-result,
ul#live-search-result li {
	margin: 0;
	padding: 0;
}

#live-search-result {
	position: relative;
	background: #fff;
	list-style: none;
	top: 0;
	left: -0.0625rem; /* -1px */
	margin: 0;
	/*border: 1px solid #d7d7d7;*/
	z-index: 9999;
	border-top: none;
	-webkit-border-bottom-right-radius: 0.3125rem; /* 5px */
	-webkit-border-bottom-left-radius: 0.3125rem; /* 5px */
	-moz-border-radius-bottomright: 0.3125rem; /* 5px */
	-moz-border-radius-bottomleft: 0.3125rem; /* 5px */
	border-bottom-right-radius: 0.3125rem; /* 5px */
	border-bottom-left-radius: 0.3125rem; /* 5px */
	/*width: 100%;*/
}

#live-search-result li {
	margin: 0;
	border-bottom: 0.0625rem /* 1px */ solid #f4f4f4;
}

#live-search-result li:last-child {
	margin: 0;
	border-bottom: none;
}

#live-search-result li.no-results {
	display: block;
	color: #3f414b;
	padding: 0.9375rem 0.9375rem 1.25rem 0.3125rem; /* 15px 15px 20px 5px */
	border: none;
}

#live-search-result a {
	display: block;
	color: #3f414b;
	padding: 0.9375rem 0.9375rem 0.9375rem 0.625rem; /* 15px 15px 15px 10px */
	font-size: 0.875rem; /* 14px */
	border: none;
}

#live-search-result,
#live-search-result a {
	line-height: 1.125rem /* 18px */ !important;
}

#live-search-result li.noimg {
	display: inline-block;
	background-image: url("../images/info-red.png");
	background-repeat: no-repeat;
	padding-left: 1.375rem; /* 22px */
	background-position: 0rem 0rem; /* 0px 0px */
	line-height: 1.1875rem; /* 19px */
	margin: 0.9375rem; /* 15px */
}

/*#live-search-result a i,*/

#live-search-result li span.no-results {
	margin-right: 0.625rem; /* 10px */
	text-align: center;
	width: 0.9375rem; /* 15px */
	color: #888;
}

#live-search-result a:hover {
	text-decoration: none;
	color: #0066FF;
	border: none;
}

#live-search-result img {
	vertical-align: middle;
	margin: 0 0.625rem 0 0; /* 10px */
}

#live-search-result .nothing-here {
	padding: 0 0.3125rem; /* 5px */
}

/*Category Page CSS starts */

.cat-title {
	padding-top: 1.875rem /* 30px */ !important;
	padding-bottom: 1.875rem /* 30px */ !important;
	padding-left: 0.9375rem /* 15px */ !important;
	font-size: 1.75rem; /* 28px */
}

@media (max-width: 47.9375rem /* 767px */) {
	/*Changed fron default 1031*/
	.cat-title,
	.subscribe-category {
		text-align: center !important;
	}
}
.subscribe-category form {
	display: flex;
	justify-content: center;
	align-items: center;
}

.subscribe-category .btn-catsubscribe {
	font-size: 0.875rem; /* 14px */
	border-radius: 0.1875rem; /* 3px */
}

.subscribe-category .btn-catsubscribe .icon {
	padding-right: 0.3125rem; /* 5px */
}

.cat-sort {
	position: relative;
	/*Don't really need this just for demo styling*/

	display: inline-flex;
	margin-left: 0.25rem; /* 4px */
}
select#sort-options {
	text-align: end;
}

.cat-sort:after {
	content: "\e313";
	font-family: phpkbIcons;
	color: #bfc8ce;
	font-size: 1.5rem; /* 24px */
	right: 0.3125rem; /* 5px */
	top: 0.1875rem; /* 3px */
	height: 2.125rem; /* 34px */
	line-height: 2.125rem; /* 34px */
	position: absolute;
	pointer-events: none;
}

.sort-descending::before,
.sort-ascending::before {
	font-size: 1.25rem; /* 20px */
}

.sort-ascending::after {
	content: "\f0de";
	font-family: phpkbIcons;
	color: #03a9f4;
	font-size: 1.25rem; /* 20px */
	left: -1.25rem; /* -20px */
	margin-left: -0.75rem; /* -12px */
}

.sort-descending::after {
	content: "\f0dd";
	font-family: phpkbIcons;
	color: #03a9f4;
	font-size: 1.25rem; /* 20px */
	left: -1.25rem; /* -20px */
	margin-left: -0.75rem; /* -12px */
}

/* IE11 hide native button (thanks Matt!) */

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

.cat-sort select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	float: right;
	color: #4c4c4c;
	border: none;
	-ms-word-break: normal;
	word-break: normal;
	background: transparent;
	border-radius: 0.1875rem; /* 3px */
	box-shadow: none;
	height: 2.25rem; /* 36px */
	padding: 0 0.3125rem 0 0.625rem; /* 5px 10px */
	padding-right: 2.0625rem; /* 33px */
	border: 0;
	outline: none;
}

.cat-sort select option {
	background: #fff;
	border: none !important;
}

.cat-sort select:focus {
	outline: none;
}

/* .category-articles {
	padding: 10px;
} */

.article-meta > span {
	vertical-align: top !important;
}

/*Article Page CSS*/

.highlight-terms {
	background-color: #cbfe65;
	padding: 0.125rem 0; /* 2px */
}

.article-meta-new > span {
	display: inline !important;
}

.article-meta-new .info-cats a {
	color: #000;
}
.widget a {
	font-weight: 500;
}
.container-flex .row {
	margin-right: 0rem; /* 0px */
	margin-left: 0rem; /* 0px */
}

.stMainServices,
.stHBubble,
.stButton_gradient {
	min-height: 1.5625rem; /* 25px */
}

.favorite-fixed {
	position: fixed;
	top: 16.375rem; /* 262px */
	right: 0;
	border: 0.0625rem /* 1px */ solid #1eaafa;
	border-right: none;
	padding: 0rem 0.3125rem 0.3125rem 0.3125rem; /* 0px 5px 5px 5px */
	background-color: #26adfb;
	border-top-left-radius: 0.375rem; /* 6px */
	border-bottom-left-radius: 0.375rem; /* 6px */
	z-index: 5;
	-moz-outline-radius-topleft: 0.375rem; /* 6px */
	-moz-outline-radius-bottomleft: 0.375rem; /* 6px */
}

.favorite-fixed .icon {
	margin: 0.3125rem 0rem 0rem 0rem; /* 5px 0px 0px 0px */
	font-size: 1.5rem; /* 24px */
	line-height: 1.625rem; /* 26px */
	color: #fff;
	padding: 0rem; /* 0px */
}

.unfavorite {
	border-right: none;
	background-color: #d0292d;
	border-radius: 0.3125rem; /* 5px */
}

.article-options {
	display: table;
	width: 100%;
}

.article-options .rating-bar {
	padding: 0.4375rem 0.625rem; /* 7px 10px */
	display: table-cell;
}

.article-options .options {
	display: table-cell;
}

.article-options .subscribe {
	text-align: right;
	padding-right: 0.9375rem; /* 15px */
}

@media (max-width: 47.9375rem /* 767px */) {
	/*Changed from default 1031*/
	.article-options {
		text-align: center;
	}
	.article-options .rating-bar {
		display: table-row;
	}
	.article-options .options {
		display: table-row;
	}
	.article-options .subscribe {
		display: table-row;
		text-align: center;
	}
}

.comment-icon-outer {
	border: 0.0625rem /* 1px */ solid #eeeeee;
	background-color: transparent;
	border-radius: 50%;
	padding: 0.4375rem; /* 7px */
	margin-left: -1.75rem; /* -28px */
	margin-top: 0.5rem; /* 8px */
}

.comment-icon {
	background-color: #f0f4f7;
	border-radius: 50%;
	width: 2.5rem; /* 40px */
	height: 2.5rem; /* 40px */
	line-height: 2.5rem; /* 40px */
	/*margin-right: 10px;
    margin-left: 5px;*/
	color: #ff5e47;
}

.comment-icon i {
	margin-left: 0.625rem; /* 10px */
	font-size: 1.5rem; /* 24px */
	position: relative;
	margin-top: 0.625rem /* 10px */ !important;
	line-height: inherit;
}

/* TAGS Start */

.tags {
	padding: 0.3125rem 0; /* 5px */
}

.tags .heading {
	font-size: 0.875rem; /* 14px */
	font-weight: bold;
	padding: 0.125rem 0.3125rem 0.125rem 0rem; /* 2px 5px 2px 0px */
	color: #7a7f87;
}

.tags a {
	font-size: 0.6875rem; /* 11px */
}

a.tag {
	background: #bac4d3;
	display: inline-block;
	color: #fff;
	position: relative;
	padding: 0.3125rem 0.625rem; /* 5px 10px */
	border-top-left-radius: 0.25rem; /* 4px */
	border-bottom-left-radius: 0.25rem; /* 4px */
	border-bottom-right-radius: 0.125rem; /* 2px */
	margin: 0 1.5625rem 0 0; /* 25px */
	text-decoration: none;
}

a.tag:hover {
	background-color: crimson;
}

a.tag:before {
	background: #fff;
	width: 0.5rem; /* 8px */
	height: 0.5rem; /* 8px */
	content: "";
	display: inline-block;
	border-radius: 0.5rem; /* 8px */
	margin: 0 0.3125rem 0 0; /* 5px */
}

a.tag:after {
	display: inline-block;
	border: 0.8125rem /* 13px */ solid;
	border-color: transparent transparent transparent #bac4d3;
	height: 0;
	width: 0;
	position: absolute;
	right: -1.625rem; /* -26px */
	top: 0rem; /* 0px */
	content: "";
	display: inline-block;
}

a.tag:hover:after {
	border-color: transparent transparent transparent crimson;
}

/* TAGS End */

.a2a_svg,
.a2a_count {
	border-radius: 0 !important;
}

.a2a_kit_size_24 .a2a_svg {
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	height: 1.5rem; /* 24px */
	line-height: 1.5rem; /* 24px */
	padding: 0;
	width: 1.5rem; /* 24px */
}

.article-meta-new .social {
	list-style: none;
	padding: 0.3125rem 0; /* 5px */
}

.print {
	background: #86939e;
}

.pdf {
	background: #f16261;
}

.word {
	background: #507cbe;
}

.email {
	background: #90cadd;
}

.article-meta-new .btn .icon {
	padding-right: 0.3125rem; /* 5px */
}

/*TOC classes*/

.mce-toc li {
	list-style-type: inherit !important;
}

.mce-toc ol {
	counter-reset: item !important;
}

.mce-toc ol > li {
	counter-increment: item !important;
}

.mce-toc ol ol > li {
	display: block !important;
}

.mce-toc ol ol > li:before {
	content: counters(item, ".") ". " !important;
	margin-left: -1.25rem /* -20px */ !important;
}

.mce-toc-right {
	float: right;
	padding: 0.625rem; /* 10px */
	margin-left: 0.625rem; /* 10px */
	margin-bottom: 0.625rem; /* 10px */
	/*font-size:12px;*/
	border: 0.0625rem /* 1px */ solid #e1e8ee;
}
.mce-toc-left {
	float: left;
	padding: 0.625rem; /* 10px */
	margin-right: 0.625rem; /* 10px */
	margin-bottom: 0.625rem; /* 10px */
	/*font-size:12px;*/
	border: 0.0625rem /* 1px */ solid #e1e8ee;
}


/*TOC classes - Ends*/

/*Article Info categories*/

.display-inline-table > span {
	display: inline-table;
}

.info-cats {
	max-width: 53%;
}

.info-tags {
	display: inline-block !important;
	max-width: 53%;
}

@media only screen and (max-width: 75rem /* 1200px */) and (min-width: 65.5rem /* 1048px */) {
	.info-cats,
	.info-tags {
		max-width: 45%;
	}
}

@media only screen and (max-width: 65.4375rem /* 1047px */) and (min-width: 62rem /* 992px */) {
	.info-cats,
	.info-tags {
		max-width: 53%;
	}
}

@media only screen and (max-width: 61.9375rem /* 991px */) and (min-width: 48rem /* 768px */) {
	.info-cats,
	.info-tags {
		max-width: 40%;
	}
}

@media only screen and (max-width: 47.9375rem /* 767px */) and (min-width: 0.0625rem /* 1px */) {
	.article-meta-new > span.info-cats,
	.info-tags {
		display: none !important;
	}
}

/*Hacks for displaying article content accurately*/

#tinymce {
	padding: 0.9375rem; /* 15px */
}

#tinymce ol,
.article-content ol,
#tinymce ul,
.article-content ul {
	padding: 0.5rem 1rem; /* 8px 16px */
	margin-left: 1rem; /* 16px */
}
.article-content h1,
.article-content h2,
.article-content h3 {
	font-size: 1.5625rem /* 25px */ !important;
	font-weight: 500 !important;
	margin-top: 1.125rem /* 18px */ !important;
	margin-bottom: 1.125rem /* 18px */ !important;
}
.article-content a,.article-content p{
	font-size:1rem !important;
} 
div#articleContent article  a {
    color: #0066FF !important;
    font-weight:400 !important;
}

#tinymce ol,
.article-content ol,
#tinymce ol li,
.article-content ol li {
	list-style: decimal;
	list-style-type: decimal;
	text-indent: 0rem /* 0px */ !important;
}

#tinymce ul,
.article-content ul,
#tinymce ul li,
.article-content ul li {
	list-style: disc;
	list-style-type: disc;
	text-indent: 0rem /* 0px */ !important;
}

#tinymce ul[style*="square"] li,
.article-content ul[style*="square"] li {
	list-style: square;
	list-style-type: square;
	text-indent: 0rem /* 0px */ !important;
}

#tinymce ul[style*="circle"] li,
.article-content ul[style*="circle"] li {
	list-style: circle;
	list-style-type: circle;
	text-indent: 0rem /* 0px */ !important;
}

#tinymce ol[style*="lower-alpha"] li,
.article-content ol[style*="lower-alpha"] li {
	list-style: lower-alpha;
	list-style-type: lower-alpha;
	text-indent: 0rem /* 0px */ !important;
}

#tinymce ol[style*="lower-greek"] li,
.article-content ol[style*="lower-greek"] li {
	list-style: lower-greek;
	list-style-type: lower-greek;
	text-indent: 0rem /* 0px */ !important;
}

#tinymce ol[style*="lower-roman"] li,
.article-content ol[style*="lower-roman"] li {
	list-style: lower-roman;
	list-style-type: lower-roman;
	text-indent: 0rem /* 0px */ !important;
}

#tinymce ol[style*="upper-alpha"] li,
.article-content ol[style*="upper-alpha"] li {
	list-style: upper-alpha;
	list-style-type: upper-alpha;
	text-indent: 0rem /* 0px */ !important;
}

#tinymce ol[style*="upper-roman"] li,
.article-content ol[style*="upper-roman"] li {
	list-style: upper-roman;
	list-style-type: upper-roman;
	text-indent: 0rem /* 0px */ !important;
}

/* Table Cells and Headings */

.article-content,
#tinymce {
	letter-spacing: 0.0125rem; /* 0.2px */
	line-height: 1.5625rem; /* 25px */
}

.article-content table,
#tinymce table {
	margin-bottom: 1rem; /* 16px */
}

.article-content th,
.article-content td,
#tinymce th,
#tinymce td {
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem; /* 14px */
	padding: 0.5em 1em;
}

.article-content h1,
#tinymce h1,
.article-content h2,
#tinymce h2,
.article-content h3,
#tinymce h3,
.article-content h4,
#tinymce h4,
.article-content h5,
#tinymce h5,
.article-content h6,
#tinymce h6 {
	margin-top: 1.125rem; /* 18px */
	margin-bottom: 1.125rem; /* 18px */
}

.single .post .article-content h1 {
	font-size: 2.5rem; /* 40px */
}

.article-content code,
#tinymce code {
	font-size: 90%;
	color: #c7254e !important;
	background: none !important;
	padding: 0rem; /* 0px */
	font-weight: normal;
}

/*Responsive youtube css */

#tinymce .embed-responsive .mce-object-iframe {
	position: unset !important;
}

#tinymce pre {
	background-color: transparent !important;
	border-radius: 0rem; /* 0px */
	color: #666c7b;
}

/*Article Page - Ends*/

/*captcha classes */

.captcha-refresh {
	font-weight: bold;
	line-height: 3.4375rem; /* 55px */
	font-size: 1.875rem; /* 30px */
	border: 0;
}

.text-muted {
	color: #6b7177 !important;
}

/*Starts - Tickets CSS*/

.ticket-attributes .grey-text {
	color: #666 !important;
}

.status-open {
	background-color: #358609;
	color: #ffffff;
	border-radius: 0.3125rem; /* 5px */
	-moz-border-radius: 0.3125rem; /* 5px */
	-webkit-border-radius: 0.3125rem; /* 5px */
	padding: 0.125rem 0.4375rem; /* 2px 7px */
	text-align: center;
}

.status-closed {
	background-color: #e91300;
	color: #ffffff;
	border-radius: 0.3125rem; /* 5px */
	-moz-border-radius: 0.3125rem; /* 5px */
	-webkit-border-radius: 0.3125rem; /* 5px */
	padding: 0.125rem 0.4375rem; /* 2px 7px */
}

.ticket-odd {
	background-color: #efefef;
	padding: 0.3125rem 0.625rem; /* 5px 10px */
	margin-bottom: 0.625rem; /* 10px */
}

.ticket-even {
	padding: 0.625rem 0.625rem 0rem 0.625rem; /* 10px 10px 0px 10px */
	margin-bottom: 0.625rem; /* 10px */
}

.priority-Low {
	color: #669900;
}

.priority-Medium {
	color: #cc9900;
}

.priority-High {
	color: #cc6600;
}

.priority-Urgent {
	color: #cc3300;
}

.ticket-attributes {
	background-color: #efefef;
	padding: 0.3125rem; /* 5px */
	border-top: 0.0625rem /* 1px */ solid #dddddd;
	border-bottom: 0.0625rem /* 1px */ solid #dddddd;
	margin-bottom: 0.625rem; /* 10px */
}

.pb-60 {
	padding-bottom: 3.75rem /* 60px */ !important;
}

.ticket-attributes .btn-warning {
	background-color: #826005;
}

.card-header .nav-link {
	color: #026fbf;
}

/*Ends - Tickets CSS*/

/*Glossary*/

.glossary a {
	font: normal 0.8125rem; /* 13px */
	border: solid 0.0625rem /* 1px */ #0baaf4;
	color: #0baaf4;
	text-align: center;
	text-decoration: none;
	padding: 0.1875rem 0.4375rem; /* 3px 7px */
	margin-right: 0.0625rem; /* 1px */
	margin-bottom: 0.1875rem; /* 3px */
	line-height: 2.1875rem; /* 35px */
}

.glossary a:hover,
.glossary a.current,
.glossary a.current:hover {
	background: #35baf6;
	border: solid 0.0625rem /* 1px */ #0baaf4;
	color: #ffffff;
}

.gl-term {
	margin: 0 0 1.25rem 0rem; /* 20px 0px */
}

.acronym {
	cursor: help;
	font-size: 0.9375rem; /* 15px */
	font-weight: bold;
	text-decoration: none;
}

.gl-definition {
	padding: 0.3125rem 0rem; /* 5px 0px */
}

.gl-related {
	font-size: 0.75rem; /* 12px */
	margin-right: 0.625rem; /* 10px */
	margin-top: 0.5rem; /* 8px */
	margin-bottom: 0.625rem; /* 10px */
}

/* Downloads */

.badge-radius {
	border-radius: 0.125rem; /* 2px */
}

.badge-doc {
	color: #fff;
	background-color: #006fc4;
}

.badge-xls {
	color: #fff;
	background-color: #159f5d;
}

.badge-ppt {
	color: #fff;
	background-color: #d14524;
}

.badge-pdf {
	color: #fff;
	background-color: #cf4933;
}

.badge-zip {
	color: #fff;
	background-color: #8e5e02;
}

.badge-file {
	color: #fff;
	background-color: #86939e;
}

.text-doc {
	color: #006fc4;
}

.text-xls {
	color: #159f5d;
}

.text-ppt {
	color: #d14524;
}

.text-pdf {
	color: #cf4933;
}

.text-zip {
	color: #8e5e02;
}

.text-file {
	color: #86939e;
}

.thumbnail-quick-access {
	border: 0.0625rem /* 1px */ solid #e1e8ee;
	border-radius: 0.5rem; /* 8px */
	padding: 0rem; /* 0px */
}

.icon-quick-access {
	font-size: 3.75rem; /* 60px */
	text-align: center;
	padding: 1.875rem; /* 30px */
	border-bottom: 0.0625rem /* 1px */ solid #e1e8ee;
}

.thumbnail-quick-access .caption {
	padding: 0.625rem 1.25rem; /* 10px 20px */
	word-break: break-all;
}

.thumbnail-quick-access .caption span i {
	margin-right: 0.4375rem; /* 7px */
}

/* Disabled, down-for-maintenace, file access denied*/
.error-page .content-area {
	background-image: none;
}
.content-area-404 {
	height: 100vh;
	background-image: none !important;
	background-color: #f5f8fa;
	overflow: auto;
}

.heading-404 {
	font-size: 3.75rem /* 60px */ !important;
	line-height: 4.125rem;
}

/********
* pulse *
*********/

@-webkit-keyframes pulse {
	0% /* 66px */ {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.pulse.go {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0.2);
	}
	100% /* 0px */ {
		box-shadow: 0 0 0 2.1875rem /* 35px */ rgba(0, 0, 0, 0);
	}
}

.pulse-icon {
	/*animation: shadow-pulse 1s infinite;*/
	box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
	animation: pulse 2s infinite;
}

.sidebar-menu .sel-link {
	font-weight: 700;
	color: #0066FF;
}

/*search.php*/

.advsearch label {
	font-size: 0.875rem; /* 14px */
}

/* Hacks for dynamic loading of javascript*/

@media all and (min-width: 65.5rem /* 1048px */) {
	body:after {
		content: "widescreen";
		display: none;
	}
}

.single .post .article-content h1 {
	font-size: 2.5rem; /* 40px */
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: 0;
}

.focus-visible {
	/*outline: #35BAF6 solid 1px!important;*/
	outline: #0066FF solid 0.125rem /* 2px */ !important;
}

.nav-absolute .focus-visible {
	outline: #ffffff solid 0.125rem /* 2px */ !important;
}

.masthead a.focus-visible {
	/*outline: #35BAF6 solid 1px!important;*/
	outline: #ffffff solid 0.125rem /* 2px */ !important;
}

.search-field.focus-visible {
	/*outline: #FFFFFF solid 2px!important;*/
	border-radius: 1.875rem; /* 30px */
}

a.focus-visible {
	outline-offset: 0.3125rem; /* 5px */
}

input[type="text"].focus-visible,
input[type="email"].focus-visible {
	outline: 0 !important;
}

input[type="radio"].focus-visible,
input[type="checkbox"].focus-visible,
select.focus-visible,
textarea.focus-visible {
	outline-color: #03a9f4 !important;
}

/*screenreader-Header Top Link*/

.screenreader-htl {
	left: -62.4375rem; /* -999px */
	position: absolute;
	top: auto;
	width: 0.0625rem; /* 1px */
	height: 0.0625rem; /* 1px */
	overflow: hidden;
	z-index: -999;
}

.screenreader-htl:focus {
	visibility: visible;
	left: auto;
	z-index: 999;
	cursor: pointer;
	border-radius: 1.25rem; /* 20px */
	width: auto;
	height: auto;
	padding: 0.375rem 0.8125rem; /* 6px 13px */
	font-size: 0.8125rem; /* 13px */
	top: 0.375rem; /* 6px */
	right: 2.5rem; /* 40px */
	background-color: #33b9f5;
	color: #fff !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	box-shadow: 0 0.125rem 0.25rem 0 /* 2px 4px */ rgba(0, 0, 0, 0.24);
	outline: none !important;
}

body {
	color: #3f414b !important;
}

.badge {
	border-radius: 0;
	padding: 0.25rem 0.6875rem; /* 4px 11px */
	font-weight: 400;
}

.badge-primary {
	border: 0.0625rem /* 1px */ solid #0066FF;
	background: transparent;
	color: black;
}

.xv-menuwrapper .dl-menu > li > a {
	color: #0066FF;
	font-size: 1.125rem /* 18px */ !important;
}

.xv-menuwrapper .dl-menu > li > a:hover {
	color: #0066FF;
}

.xv-menuwrapper .dl-menu > li.active > a {
	color: #0066FF;
}

.xv-menuwrapper .dl-menu > li.active > a:hover {
	color: #0066FF;
}

/* .xv-menuwrapper .dl-menu>li.active>a span {
	border: 1px solid #0066FF;
} */


/* .xv-menuwrapper .dl-menu>li>a.focus-visible {
	outline-offset: 0px!important;
} */

/*.nav-absolute .xv-menuwrapper .dl-menu>li.active>a span {
	border: 1px solid #505aff;;
}*/

.nav-absolute .xv-menuwrapper .dl-menu > li > a {
	color: #ffffff;
}

.nav-absolute .xv-menuwrapper .dl-menu > li > a:hover {
	color: white;
	opacity: .85;


}

.nav-absolute .xv-menuwrapper .dl-menu > li.active > a {
	color: #ffffff;
}

.nav-absolute .xv-menuwrapper .dl-menu > li.active > a:hover {
	color: white;
}

/* .nav-absolute .xv-menuwrapper .dl-menu>li.active>a span {
	border: 1px solid #ffffff;
} */

.masthead h1 {
	font-weight: unset;
	color: #2c2c2e;
	padding-top: 2.6875rem; /* 43px */
	font-size: 2.0625rem; /* 33px */
	font-weight: 500;
}

.search-section {
	/*background-color: #526e84;*/
	background-color: #f1f2f4;
}

.search-field {
	border-color: #0263ff;
}

.masthead a {
	color: #ffffff;
}

.masthead a:hover {
	color: #505aff;;
}

.media-col-icon {
	color: #3c3950;
}

a,
.breadcrumbs ol li a,
.site-main .masthead a:not(.btn) {
	color: #3f414b;
}
.breadcrumbs ol li.active-cat a {
	color: #505aff;
}
.breadcrumbs ol li:last-of-type a,
.breadcrumbs ol li:last-of-type {
	color: #505aff !important;
}

a:hover,
.breadcrumbs ol li a:hover,
.site-main .masthead a:not(.btn):hover {
	color: #0066FF;
}
.site-main .masthead .go-back:hover a.btn {
	color: #fff;
}
.text-primary {
	color: #0066FF !important;
}

.btn-primary {
	background-color: #0066FF;
}

.btn-success {
	background-color: #358609;
}

.btn-success:hover {
	background-color: #42a70c;
}

.page-item.active .page-link {
	z-index: 2;
	background-color: #0066FF;
	border-color: #0066FF;
}

.page-link {
	color: #0066FF !important;
}

.page-item.active .page-link {
	color: #fff !important;
}

.widget a,
 a {
	color: #3f414b;
}

.widget a:hover,
.bordered-tree .phpkbh3 a:hover {
	color: #0066FF;
}

.media-col-content .media-col-title a {
	background-color: transparent;
	color: #000;
}

.media-col-content .media-col-title a:hover {
	background-color: transparent;
	color: #0066FF;
}

p.meta-text {
	font-size: 1rem; /* 16px */
	margin-top: 0.15rem; /* 9px */
	margin-bottom: 0;
	font-weight: 300;
	color: #000;
	line-height: 1.2;
	letter-spacing: normal;
}

.tab-pane {
	padding-top: 1rem; /* 48px */
}

.cat-title {
	color: #ffffff;
	font-size: 1.9375rem; /* 31px */
}

.glossary a {
	color: #0066FF;
	border: solid 0.0625rem /* 1px */ #0059d2;
}

.glossary a:hover {
	background-color: #0066FF;
	border: solid 0.0625rem /* 1px */ #0059d2;
}

.glossary a.current {
	background-color: #0066FF;
	border: solid 0.0625rem /* 1px */ #0059d2;
}

/*
.dl-menuwrapper ul li a {
	color: #3f414b;
}

.dl-menuwrapper ul li a:hover {
	color: #0066FF;
}*/

/*app.min*/

.phpkbh1,
.phpkbh2,
.phpkbh3,
.phpkbh4,
.phpkbh5,
.phpkbh6 {
	color: #3f414b;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	line-height: 1.1;
}

.phpkbh1 {
	font-size: 2.25rem;
}

.phpkbh2 {
	font-size: 2rem;
}

.phpkbh3 {
	font-size: 1.75rem;
}

.phpkbh4 {
	font-size: 1.5rem;
}

.phpkbh5 {
	font-size: 1.25rem;
}

.phpkbh6 {
	font-size: 1rem;
}

@media only screen and (max-width: 65.4375rem /* 1047px */) {
	.call-to-action .btn-action {
		float: none;
	}
}

.xv-menuwrapper .dl-menu .lg-menu li a {
	color: #3f414b;
}

.xv-menuwrapper .dl-menu .lg-menu li a:hover {
	color: #0066FF;
}

.nav-absolute .xv-menuwrapper .dl-menu > li.parent > a:after {
	color: #ffffff;
}

.nav-fixed .xv-menuwrapper .dl-menu > li.parent > a:after {
	color: #0066FF;
}

.nav-absolute .xv-menuwrapper .dl-menu > li .btn {
	color: #0066FF !important;
	background: #fff !important;
}

.nav-absolute .xv-menuwrapper .dl-menu {
	background-color: #0066ff;
	margin-top: 0.0625rem; /* 1px */
}

.theme2-heading {
	font-size: 1.75rem;
	color: #3f414b;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	line-height: 1.1;
}

.subscribe-title,
.phpkbh2 {
	color: #3f414b;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	font-size: 2rem;
}

.page-title,
.phpkbh3 {
	font-size: 1.625rem; /* 26px */
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0rem; /* 0px */
	padding-bottom: 0.625rem; /* 10px */
	padding-top: 0.9375rem; /* 15px */
}

.btn-secondary {
	background-color: #5f666d;
	border: 0.0625rem /* 1px */ solid #9299a0;
}

.btn-secondary:hover {
	background-color: #9299a0;
}

.span-label {
	margin-bottom: 0.3125rem; /* 5px */
	margin-top: 0.625rem; /* 10px */
	font-size: 0.75rem; /* 12px */
	font-weight: 400;
	display: inline-block;
}

/*WCAG Contrast Adjustments*/

.bordered-tree .treeNode .articleNode {
	background: transparent;
	color: #3f414b;
	font-weight: 500;
}

/* //pg
.treeNode:hover{
		background-color: #deecf8;
} */

.bordered-tree .nodeHeading {
	background: #ffffff;
	color: #3f414b;
}

.media-col-title a {
	background: #ffffff;
	color: #3f414b;
}

.contrast-text {
	background: #ffffff;
	color: #3f414b;
}

/*WCAG Contrast Adjustments*/

.dot {
	height: 0.3125rem; /* 5px */
	width: 0.3125rem; /* 5px */
	background-color: #029cdf;
	border-radius: 50%;
	display: inline-block;
}

.flag {
	margin-right: 0.375rem; /* 6px */
}
.videoWrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.dropdown-item.active,
.dropdown-item:active {
	color: inherit;
	text-decoration: none;
	background-color: inherit;
}

/* #mainDiv{
	border-bottom: 1px solid #e1e8ee ;
  } */

  article {
	padding: 0.625rem; /* 10px */
	margin-bottom: 1.1rem; /* 30px */
	margin-top: 0.9375rem; /* 15px */
  }

/*

/pg//
.mb-1:hover {
	background-color: #deecf8;
} */

a.btn_custom {
	margin-top: 0.125rem; /* 2px */
	font-weight: 500;
	background: #0066FF;
	padding: 0.5rem 0.8125rem; /* 8px 13px */
	border-radius: 1.375rem; /* 22px */
	color: white;
	display: inline-block;
}

a.btn_custom:after {
	content: " →";
}

.mb-1 {
	margin-bottom: 0rem !important;
	border-bottom: 0.0625rem /* 1px */ solid black;
	padding-top: 2.5rem; /* 40px */
}

.bordered-tree .phpkb-tree > .treeNode {
	height: 0;
	padding: 0%;
	margin: 0%;
	background: transparent;
}
.tree-col img {
    display: none;
}

.row.bread {
	justify-content: space-between;
}

.phpkb-tree .clip > .treeNode + .clip > .treeNode a.node {
	font-weight: 300;
}


.phpkb-tree .clip > .treeNode + .clip > .treeNode {
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
  }
  .phpkb-tree .clip > .treeNode + .clip > .treeNode:last-of-type {
	border-bottom: 0.0625rem  solid #ddd;
	padding-bottom: 1rem;
}
.phpkb-tree .clip > .treeNode + .clip > .treeNode:first-of-type {
	padding-top: 1rem;
}



.clip > .treeNode + .clip > .treeNode {
	border-bottom: 0;
}
.phpkb-tree .clip > .treeNode + .clip > .treeNode a.nodeSel {
	font-weight: 500;
}

@media screen and (min-width: 65.5rem /* 1048px */) {
	.pl-3,
	.px-3 {
		padding-left: 5rem !important;
	}

	.container-content {
		padding-left: 5rem !important;
	}
	.nav {
		padding-left: 2.2rem;
	}
}


.text_white{
	margin-bottom: 2rem !important;
}


/* .phpkbh3{
	border-bottom: 0px solid #ddd
} */

.meta-text {
	cursor: pointer;
}


.article.row.media:hover .media-col-icon:before{
	color: #0066FF;
}

.article.row.media:hover .media-col-icon{
border-color:#0066FF;
}

.article.row.media:hover .media-col-content .media-col-title a {
	background-color: transparent;
	color: #0066FF;
}


article:hover .article-title h2 a {
	color: #0066ff;
}


.offer-img{

	width:100%

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