/*
Theme Name:     KnowAll Child Theme
Theme URI: 	http://herothemes.com/
Description:    Child theme for KnowAll 
Author: 	HeroThemes
Author URI: 	http://herothemes.com
Template:       knowall
Version:        1.0.0
*/

/* ------- Insert custom styles below this line ------- */
body {
	font-family: 'Open Sans', sans-serif;
}
button, input, optgroup, select, textarea {
	font-family: 'Open Sans', sans-serif;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #3393d1;
}
.walkme-icon-image-div {
	color: #fff;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
}
#loginForm{
	width: 380px;
	margin: 50px auto;
}
.save_pdf {
	margin: -43px 12px 12px 230px;
	position: absolute;
}
.save_pdf img {
	max-width: 20px!important;
}
.save_pdf a {
	width: 150px;
	display: inline-block;
}
.save_pdf a:after {
	position: absolute;
	content: "Download as PDF";
	right: 0;
	width: 120px;
	height: 20px;
	font-size: 14px;
	color: #999999;
}
.site-footer a {
	color: #698794;
}
.site-header {
	background-image: none;
	background-color: transparent;
	min-height: 124px;
}
body.admin-bar:not(.home) .site-header {
	min-height: 80px;
}
.site-header .site-header__search {
	background-image: url(img/new_home_banner2.png);	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 25px 0 75px !important;
	margin-top: 124px;
	min-height: 300px;
}
body.admin-bar .site-header .site-header__search {
	margin-top: 92px;
}
.site-header .site-header__title {
	text-transform: none;
	font-size: 40px;
	color: rgb(21, 21, 21) !important;
	margin: 10px auto 26px;
	text-align: center;
	font-weight: 100;
}
.site-header .site-header__banner {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 47px 0 26px 0;
	background: rgba(255,255,255,0.2);
	transition: all 0.5s ease;
	z-index: 999;
}
body:not(.home) .site-header .site-header__banner {
    padding: 46px 0 15px 0;
}
.site-header__banner.active {
	/*background-color: #141414;*/
}
.s_alert {
	background-image: url(img/degradation1.png);
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	display: inline-block;
	padding-right: 16px;
}
.s_warning {
	background-image: url(img/maintenance1.png);
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	display: inline-block;
	padding-right: 16px;
}
.s_success {
	background-image: url(img/operational1.png);
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	display: inline-block;
	padding-right: 16px;
	margin-left: 20px;
	vertical-align: top;
}
.site-logo {
	top: 1px;
	position: relative;
}
.site-header .site-logo img {
    max-width: 100%;
    height: auto;    
}
.site-logo a {
    display: inline-block;
    line-height: inherit;
}
.site-header.fixed:not(.active) .site-header__banner {
	background-color: #ffffff;
}
.ht-pageheader {
	background-color: rgb(239, 241, 243);
	padding: 22px 0;
}
.hkb-breadcrumbs a,
.hkb-breadcrumbs span {
	color: rgb(59, 59, 59);
	font-size: 16px;
	text-decoration: none;
}
.hkb-breadcrumbs .hkb-breadcrumbs__icon, 
.hkb-breadcrumbs_wrap .hkb-breadcrumbs__icon {
	width: 15px;
	height: 10px;
	padding: 0 4px;
	fill: rgb(59, 59, 59);
	top: 0;
}
/*.ht-sitecontainer {
	background: #fff;
}*/
.ht-container {
	position: relative;
}
header.site-header__banner .ht-container {
	max-width: 100%;
    padding: 0 30px;
}
.nav-header > ul.nav-header__menuwrapper {
	width: 100%;
}
.nav-header > ul.nav-header__menuwrapper li:last-child {
	float: right;
}
/*.nav-header .nav-header__mtoggle {
	padding: 0px 35px 16px 0;
	margin: -5px 0 0 20px;
}*/
.site-header .site-header__title, .nav-header ul li a {
	color: rgb(0, 0, 0) !important;
}
#login-btn {
	display: inline-block;
	background-color: rgb(234, 80, 19);
	border-radius: 20px;
	font-size: 14.468px;
	color: rgb(255, 255, 255) !important;
	width: 108px;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	-moz-transform: matrix( 1.00588140823416,0,0,1.01119022677762,0,0);
	-webkit-transform: matrix( 1.00588140823416,0,0,1.01119022677762,0,0);
	-ms-transform: matrix( 1.00588140823416,0,0,1.01119022677762,0,0);	
}
#login-btn:hover {
	background-color: rgb(189, 54, 1) !important;
}
#logged-in {
	display: block;
	text-align: left;
	position: relative;
	width: auto;
	color: #a4d0ed;
	font-size: 13px;
	padding: 11px 20px 11px 0px;
	text-decoration: none;
	margin-top: -4px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

#logged-in:after {
	position: absolute;
	content: "\276f";
	top: 9px;
	right: 2px;
	transform: rotate(90deg);
	font-size: 17px;
	transition: all 0.5s ease;
	cursor: pointer;
}
/*#logged-in.open:after{
  transform: rotate(90deg);
}*/
#logged_panel {
	background: #ffffff;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
	padding: 0 10px;
	position: absolute;
	min-width: 90px;
	width: 100%;
	top: 35px;
	transition: all 0.5s ease;
	height: 0;
	overflow: hidden;
}
#logged_panel a {
	text-transform: capitalize;
	color: #000000 !important;
	font-size: 13px;
	text-align: left;
	padding: 10px 0 0 0;
	transition: all 0.3s ease;
}
#logged_panel a#myTickets {
	/*    display:none; */
}
#logged_panel a:hover {
	padding: 10px 0 0 3px;
}
#logout {
	text-transform: capitalize;
	color: #a4d0ed;
}

/*Main Menu*/
.nav-header {
	vertical-align: middle;
	display: table-cell;
	position: relative;
}
.nav-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-header ul li {
	display: block;
	position: relative;
}
.nav-header > ul > li:hover {
	background-color: none;
}
.nav-header ul li a {
	display: block;
	text-decoration: none;
	color: rgb(0, 0, 0);
	text-transform: capitalize;
}
.nav-header > ul > li:hover > a {
	background: transparent !important;
	color: #583adf !important;
}
.nav-header .nav-header__mtoggle {
	display: block;
	float: right;
	border: 0;
	text-indent: -99999px;
	background: none;
	outline: none;
	cursor: pointer;
	padding: 10px 35px 16px 0;
	margin: -9px 0 0 20px;
}
.nav-header .nav-header__mtoggle.active span {
	background-color: transparent;
}
.nav-header .nav-header__mtoggle.active span::before, .nav-header .nav-header__mtoggle.active span::after {
	top: 0;
}
.nav-header .nav-header__mtoggle.active span::before {
	transform: none;
}
.nav-header .nav-header__mtoggle.active span::after {
	transform: none;
}
.nav-header .nav-header__mtoggle span, .nav-header .nav-header__mtoggle span::before, .nav-header .nav-header__mtoggle span::after {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	height: 3px;
	width: 40px;
	background-color: rgb(70, 70, 70) !important;
	position: absolute;
	display: block;
	content: '';
	border-radius: 0px;
	right: 0;
}
.nav-header .nav-header__mtoggle span::before {
	top: -11px !important;
}
.nav-header .nav-header__mtoggle span::after {
	bottom: -11px;
	top: 11px !important;
}
.nav-header .nav-header__mtoggle.active + .nav-header__menuwrapper {
	opacity: 1;
	max-height: 90vh;/*max-height: 999px;*/
	visibility: visible;
	position: fixed;
	background-color: #ffffff;
	z-index: 6;
	height: 200vh;
	right: 0;
	width: 72%;
}
.nav-header > ul li.lang-menu-item {
	display: none;
}
.nav-header .mobile-hamburger-icon {
	display: none;
	position: absolute;
}
.nav-header .mobile-hamburger-icon span, .nav-header .mobile-hamburger-icon span::before, .nav-header .mobile-hamburger-icon span::after {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	height: 3px;
	width: 40px;
	background-color: rgb(70, 70, 70) !important;
	position: absolute;
	display: block;
	content: '';
	border-radius: 0px;
}
.nav-header .mobile-hamburger-icon span::before {
	top: -11px;
}
.nav-header .mobile-hamburger-icon span::after {
	bottom: -11px;
	top: 11px;
}
/*End Main Menu*/



.hkb-site-search {
	position: relative;
	max-width: 530px;
	margin: 0 auto;
}
.home .hkb-site-search .hkb-site-search__field {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	display: block;
	padding: 29px 20px 29px 50px;
	border: 0;
	outline: none;
	box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
	font-weight: 300;
}

body:not(.home) .ht-pageheader .hkb-site-search .hkb-site-search__field {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 13px 20px 12px 55px;
	border: 0;
	outline: none;
	box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
	background: #fff;
	font-weight: 100;
}

.home .hkb-site-search .hkb-site-search__field {
	background: rgba(255, 255, 255);
	color: rgb(121, 119, 128) !important;
	font-size: 18px;
}
.home .hkb-site-search .hkb-site-search__field::-webkit-input-placeholder {
	color: rgb(121, 119, 128) !important;
}
.home .hkb-site-search .hkb-site-search__field:-moz-placeholder {
	color: rgb(121, 119, 128) !important;
}

.home input::-webkit-input-placeholder,
.home textarea::-webkit-input-placeholder {
	color: #fff;
	font-size: 17px;
}

.home input:-moz-placeholder,
.home textarea:-moz-placeholder {
	color: #fff!important;
	font-size: 18px;
}

.hkb-site-search::after {
	position: absolute;
	display: block;
	content: '';
	background-size: 17px;
	height: 20px;
	width: 20px;
	top: 50%;
	left: 20px;
	margin-top: -10px;
	opacity: 1;
}
.home .hkb-site-search::after {
	background: url(img/search-icon-home.png) no-repeat center center;
}
div#home-sidepar-wrapper, div#category-sidepar-wrapper {
	background: #f7f8f9;
}
.hkb-archive__title {
	font-size: 30px;
	margin: 0 0 34px;
	padding: 0;
	border-bottom: 0;
}
.hkb-category .hkb-category__title {
	width: 100%;
	font-size: 20px;
	line-height: 1.25;
	color: #1c1c1c;
	margin: 0;
}
.hkb-category.hkb-category--style7:not(.hkb-category--witharticles) .hkb-category__title {
	font-size: 18px;
	color: rgb(28, 28, 28);
	font-weight: 500;
}
#home-sidepar-wrapper {
    /*height: 470px;*/;
}
#home-sidepar-wrapper section.hkb_widget_articles {
	display: inline-block;
	width: 35%;
	vertical-align: text-top;
    padding: 0;
}
#home-sidepar-wrapper section.hkb_widget_exit {
	display: inline-block;
	width: 300px;
	text-align: center;
	background: #ffffff;
	position: absolute;
	right: 0;
	top: 130px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.widget.hkb_widget_exit .widget__title {
	font-size: 17px;
	color: rgb(20, 20, 20);
}
.hkb_widget_exit .hkb_widget_exit__content {
	padding: 0 50px;
	margin: 25px auto 0;
	line-height: 1.6;
	color: #464646;
	font-size: 18px;
	font-weight: 500;	
}
#ht-kb-articles-widget-4 .hkb_widget_exit .hkb_widget_exit__content {
	font-size: 15px;
	color: rgb(116, 116, 116);
	text-align: center;
	margin: 0 auto;
	width: 180px;
}
.hkb_widget_exit .hkb_widget_exit__btn,
footer .hkb_widget_exit__btn {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
	padding: 15px 25px;
	line-height: 1;
	border-radius: 99px;
	transition: background .3s ease-in-out;
	background: #224f77;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
        width:auto;
}
.hkb_widget_exit .hkb_widget_exit__btn {
	background-color: rgb(10, 10, 63);
	width: auto;
	padding: 14px 32px;
	font-size: 15px;
	color: rgb(255, 255, 255);
	margin: 33px 0 43px 0;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
}
footer .hkb_widget_exit__btn {
	padding: 15px 30px;
}
.hkb_widget_exit .hkb_widget_exit__btn:hover,
footer .hkb_widget_exit__btn:hover {
	background: #3393d1;
	color: #fff;
}
.widget {
	background: transparent;
	padding: 15px 0 0;
}

.widget .widget__title {
	margin: 40px 0 15px 0;
	font-size: 30px;
	font-weight: 100;
	line-height: 1.3;
	font-weight: 100;
}
.widget.hkb_widget_toc .widget__title {
	margin: 0 0px 15px 15px;
}
.hkb_widget_articles ul {
	list-style: none;
	margin: 45px 40px 0;
	padding: 0;
}

.hkb_widget_articles a {
	padding: 0 25px 0 0;
	color: #424242;
	font-size: 15px;
	font-weight: bold;
}
.hkb_widget_articles .hkb-widget__entry-desc a {
    color: #45A9FB;
    font-weight: 400;
}
span.hkb-widget__entry-desc {
	padding: 10px 25px 0 0;
	color: #424242;
	font-size: 15px;
	font-weight: 100;
	display: block;
}

.hkb-widget-article__format-standard {
	position: relative;
}

.hkb-widget-article__format-standard:before {
	content: "";
	position: absolute;
	top: 3px;
	left: -38px;
	height: 25px;
	width: 20px;
	background: url(img/file.png) no-repeat;
}

.hkb_widget_articles ul li {
	margin: 0 0 25px;
	line-height: 1.3;
	position: relative;
}

body.home .ht-page.ht-page--sidebarright .ht-container,
body.archive  .ht-page.ht-page--sidebarright .ht-container,
#home-sidepar-wrapper .ht-container,
#category-sidepar-wrapper .ht-container,
footer.site-footer .ht-container,
.ht-pageheader .ht-container {
	position: relative;
	max-width: 100%;
	margin: 0 10%;
}

body:not(.home):not(.archive) .ht-page .ht-container {
	position: relative;
	max-width: 100%;
	margin-left: 12%;
	padding: 0;
}

/* Categories Page Start */
body.archive .ht-page {
	padding: 20px 0 40px 0;
}
body.archive .ht-page ul.hkb-subcats {
	margin-top: 0;
	margin-bottom: 0;
}
body.archive .ht-page ul.hkb-subcats > li {
	margin-top: 30px;
}
/* Categories Page End */

.ht-pageheader .ht-container {
	margin-right: 2.5%;
}

body:not(.home):not(.archive) .ht-page.ht-page--sidebaroff .ht-page__content {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

section.widget.hkb_widget_toc {
	background: #f4f5f5;
	margin-top: 50px;
}

.hkb_widget_toc ol li.active ol li.active > a {
	color: #4886b8;
	background: transparent;
}

.sidebar__innercontainer.sidebar__innercontainer--affix affix {
	max-width: 30%;
}
.ht-container .sidebar{
	min-height: 0px;
}
.sidebar .sidebar__innercontainer {
	
}

body .sidebar .sidebar__innercontainer.affix-top,
body .sidebar .sidebar__innercontainer.affix-bottom,
body .sidebar .search-wrapper.affix-top,
body .sidebar .search-wrapper.affix {
	/*position: fixed;*/
	transition: all 0.3s ease;
}

body .ht-container .sidebar .search-wrapper.affix {
	top: 130px;
}

body .ht-container .sidebar .sidebar__innercontainer.affix {
	top: 130px;
}

.ht-page__content {
	padding-right: 20px;
}
.hkb_widget_toc ol li > a {
	padding-left: 20px;
}

.hkb_widget_toc ol li.active > a {
	background: #ececec;
	color: #424242;
	font-weight: bold;
}
.hkb-article__content ul {
    list-style-type: circle;
    margin: 0 0 40px;
    padding: 0 0 0 40px;
}
.hkb-article__content p,
.hkb-article__content ul li,
.hkb-article__content ol li,
.hkb-article__content table th,
.hkb-article__content table td,
.section_body,
div {
	font-size: 16px;
	color: #312e2e;
}
.hkb-article__content h3 {
	color: #375663;
	font-weight: 400;
	padding-top: 0px;
	font-size: 18px;
	font-weight: bold;
}
.hkb-article .hkb-article-attachments {
	background: transparent;
	padding: 15px 0px;
	margin: 0 0 22px;
}
.hkb-article-attachments.hkb-article-attachments--active .hkb-article-attachments__title::before {
	display: none;
}

.hkb-article-attachments .hkb-article-attachments__title {
	padding: 0 0 0 35px;
}

.hkb-article-attachment__link::after {
	background-size: 20px;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 50%;
	right: -23px;
	bottom: 0;
	margin-top: -15px;
	opacity: 0;
}

.hkb-article-attachment__link .hkb-article-attachment__content .hkb-article-attachment__size {
	position: absolute;
	top: 32px;
	right: 12px;
	font-size: 10px;
}

.hkb-article-attachment__link:hover .hkb-article-attachment__content .hkb-article-attachment__size {
	top: 32px;
}

span.hkb-article-attachment__title {
	font-size: 14px;
}

.hkb-article-attachment__link .hkb-article-attachment__content {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	margin: 0 0 5px;
	color: #333;
}

.hkb-article-attachment__link .hkb-article-attachment__img {
	display: block;
	margin: 0 10px 0 0;
	position: relative;
}

.hkb-article-attachment__link .hkb-article-attachment__img span {
	left: 2px;
	right: 4px;
	font-size: 9px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.hkb-article-attachment__link .hkb-article-attachment__icon {
	display: block;
	height: 25px;
	width: 25px;
}

.hkb-article-attachment__link {
	display: table;
	width: 100%;
	background: transparent;
	padding: 15px 0;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
}

.hkb-article-attachment__link:hover::after {
	opacity: .25;
	right: 18px;
}

.hkb-article-attachments__list li {
	margin: 0 5px 10px;
	width: 25%;
	float: left;
}

.hkb-article-attachments__list {
	list-style: none;
	margin: 0px 0 0;
	padding: 0;
}

.hkb-article-attachments.hkb-article-attachments--active .hkb-article-attachments__content {
	width: 100%;
}

.hkb-feedback {
	background: #f4f5f5;
	padding: 15px 10px 15px;
	margin: 0 0 22px;
	width: 200px;
	height: auto;
	clear: both;
	text-align: center;
}

.rating-form form {
	background: #f4f5f5;
	padding: 15px 30px 20px 15px;
	margin: 0 0 30px!important;
	width: 355px;
	height: auto;
	clear: both;
}

.after_content, .rating-form, .rating-results-list {
	margin-top: 0em!important;
	margin-bottom: 0em!important;
}

.rating-result {
	vertical-align: middle;
	margin-left: 0;
	position: relative;
    /*background: #f4f5f5;*/
    /*padding: 15px 30px 20px 140px;*/;
}

.rating-result, .rating-form form {
	width: 450px!important;
}

.rating-result span.star-result {
	background: #f4f5f5;
	padding: 20px 175px 21px 25px;
	margin-left: 0;
}

.rating-result span.mr-star-rating {
	background: #f4f5f5;
	padding: 15px 0px 20px 140px;
}

.rating-result span.mr-star-rating:before {
	content: "Average Rating";
	position: absolute;
	top: 15px;
	left: 15px;
	width: 150px;
	height: 25px;
}

.mr-star-rating+.star-result, .mr-star-rating+.stat-result, .rating-result a+*, .rating-result>.count {
	margin-left: 8px;
	font-size: 12px;
}

.rating-result .count {
	display: none;
}

p.mr label.description {
	margin-right: 10px;
	font-size: 18px;
}

.mr-star-rating-select i, 
.mr-star-rating-select span {
	font-size: 18px;
}

button, input[type='reset'], input[type='submit'], input[type='button'] {
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background: #ccc;
	border: 0;
	padding: 12px 28px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: none;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	overflow: visible;
	margin: 0;
	text-decoration: none;
	vertical-align: middle;
	width: auto;
}
.hkb-feedback .hkb-feedback__title{
	font-size: 16px;
	font-weight: bold;
	color: #312e2e;
}
.hkb-feedback .ht-voting-links{
	margin: 0 auto;
}
.hkb-feedback .ht-voting-upvote {
	background: #55d17c no-repeat center center;
	background-size: 20px 20px;
}

.hkb-feedback .ht-voting-downvote {
	background: #e57673 no-repeat center center;
	background-size: 20px 20px;
}

.hkb-feedback .ht-voting-upvote,
.hkb-feedback .ht-voting-downvote {
	text-indent: 0;
	padding: 8px 20px;
	font-size: 12px;
}
.ht-voting-thanks {
    font-size: 14px;
    padding-top: 8px;
}
.hkb-feedback .ht-voting-comment__submit{
	float: none;
	text-transform: capitalize;
}
.hkb-feedback .ht-voting-comment{
	font-size: 14px;
}
.hkb-feedback input::-webkit-input-placeholder,
.hkb-feedback textarea::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 12px;
}


#category-sidepar-wrapper h3 {
	margin: 0 0px 15px;
	font-weight: 300;
}

#category-sidepar-wrapper .hkb_widget_exit .hkb_widget_exit__content {
	margin: 25px 0px 35px;
}

.ht-categoryheader {
	border-bottom: 0;
	padding: 0px;
    margin: 0px;
}

.hkb-articlemini .hkb-article__title a {
	color: #4886b8;
	font-size: 20px;
}

.hkb-articlemini .hkb-article__excerpt {
	color: #2a2a2a;
}

.ht-articlelist article {
	padding-right: 20%;
}
.ht-articlelist li:first-child {
    margin-top: 37px;
}
.ht-articlelist li {
	width: 66%;
	margin: 0 0 25px;
	padding: 0 0 18px;
}
.ht-categoryheader .ht-categoryheader__title {
	font-size: 30px;
	align-items: center;
	display: flex;
}
.hkb-category .hkb-category__iconwrap img,
.ht-categoryheader .hkb-category__iconwrap img {
	vertical-align: bottom;
}
.hkb-articlemini__lastupdated {
	font-size: 13px;
	color: #999999;
	margin: 0;
}
.hkb-category_viewall_link {
	color: #3393d1;
	font-size: 16px;
	padding: 15px 40px;
	position: relative;
	background: #f7f8f9;
	display: block;
}
.hkb-category_viewall_link:before {
	content: "";
	position: absolute;
	left: 16px;
	top: 18px;
	width: 25px;
	height: 25px;
	background: url(img/view-all.png) no-repeat;
}
ul.hkb-subcats {
	display: table;
	width: 100%;
}
.hkb-subcats .hkb-category {
	background: rgb(10, 10, 63);
	transition: all 0.3s ease;
}
.hkb-subcats .hkb-category:not(.hkb-category--witharticles) .hkb-category__link:hover,
.hkb-subcats .hkb-category:hover {
	background: #3eaef6;
}
.hkb-subcats .hkb-category .hkb-category__title {
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.sub-cat-article,
.no-sub-cat-article {
	background: #f7f8f9;
	padding: 16px 40px;
	font-size: 15px;
	color: #747474;
	position: relative;
}

.sub-cat-article:after {
	position: absolute;
	content: "";
	width: 80%;
	height: 1px;
	background: #edf0f2;
	left: 8%;
	bottom: 0;
}

.sub-cat-article:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 25px;
	background: #edf0f2;
	left: 18px;
	top: 50%;
	margin-top: -12px;
	background: url(img/file-art.png) no-repeat;
}

.sub-cat-article a {
	color: #747474;
}

body.page-template-login {
	background: url(img/bg-login.jpg) no-repeat;
	background-size: cover;
}

body.page-template-login .site-header {
	background: #ffffff;
}

body.page-template-login .ht-sitecontainer {
	background: transparent;
}

#login-form-wrapper {
	width: 500px;
	height: 430px;
	margin: 150px auto;
	text-align: center;
	text-align: -webkit-center;
}


#login-form-wrapper h1 {
	font-size: 35px;
	color: #fff;
	line-height: 44px;
}

#login-form-wrapper h3.hkb-article__title {
	color: #fff;
	margin-bottom: 50px;
}

#login-form-wrapper input,
#login-form-wrapper #btnLogin {
	width: 370px;
	height: 55px;
	background: #fff;
	color: #000;
	padding-left: 20px;
	display: block;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

#login-form-wrapper #btnLogin {
	background: #fe9500;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 100;
}
#login-form-wrapper input::-webkit-input-placeholder,
#login-form-wrapper textarea::-webkit-input-placeholder {
	font-size: 19px;
}

.hkb-article-related .hkb-article-list a {
	text-decoration: none;
	color: #312e2e;
}
.hkb-article-related li.hkb-article-list__format-standard {
	list-style-type: square;
	color: #4886b8;
	font-size: 16px;
	margin-top: 5px;
}
.site-footer {
	background: rgb(20, 17, 37);
	padding: 30px 0 35px;
    /*position: relative;*/
	width: 100%;
	bottom: 0;
}
.site-footer .ht-container {
	position: relative;
}
#flex_footer {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.site-footer .nav-footer a:hover {
	text-decoration: none;
	color: #3393d1;
}
.nav-footer {
	width: 150px;
	min-width: 150px;
}
.site-footer .nav-footer ul li {
	margin: 11px 20px 0 0;
	width: 100%;
}
.contact-info {
	width: 200px;
	min-width: 200px;
    /*float: left;*/;
}
.contact-info div {
	width: 100%;
	color: rgb(197, 222, 238);
	font-size: 14px;
	margin: 11px 20px 0 0;
}
.contact-info div a {
    color: rgb(197, 222, 238);
    font-size: 14px;
    margin: 11px 20px 0 0;
}
.site-footer .nav-footer,
.site-footer .contact-info,
.site-footer .site-footer__copyright {
	display: inline-block;
}
.site-footer .nav-footer,
.site-footer .contact-info {
	vertical-align: top;
    /*margin: 0 30px 0 0;*/;
}
.site-footer .site-footer__copyright {
	/*width: 49%;*/
	align-self: start;
	text-align: right;
	float: none;
	vertical-align: top;
	position: relative;
}
.site-footer .nav-footer a {
	text-decoration: none;
	color: rgb(197, 222, 238);
}
.site-footer__copyright a img {
	vertical-align: middle;
	width: 180px;
}
.site-footer .dap_label {
	font-size: 21px;
	color: #fff;
	margin-left: 10px;
	display: inline-block;
}
.copyright {
	color: rgb(197, 222, 238);
	float: right;
	clear: both;
	position: absolute;
	bottom: -5px;
	right: 0;
}
/* login */
.login-response {
	display: none;
	color: #fff;
	margin-top: -35px;
}
.login-error {
	color: red;
}
.login_form_container {
	width: 100%;
	max-width: 500px;
	margin: 25px auto;
}
.login_form_container form input {
	margin-bottom: 25px;
}
/* end login*/
#view_all_cat:hover {
	color: #308dd8!important;
}
/* Glossary */
.postid-875 #navtoc ol li ol,
.postid-974 #navtoc ol li ol,
.postid-1039 #navtoc ol li ol {
	display: none;
}

.postid-875 #navtoc ol li,
.postid-974 #navtoc ol li,
.postid-1039 #navtoc ol li {
	width: 50px;
	display: inline-block;
}
.postid-875 .hkb-article__content h1,
.postid-974 .hkb-article__content h1,
.postid-1039 .hkb-article__content h1 {
	margin-top: 35px;
}

.search-wrapper {
	background: #f4f5f5;
	padding: 15px;
	z-index: 9;
}
.search-block {
	display: inline-block;
}
.sw_close {
	color: #999999;
}
.dashicons-no-alt {
	position: absolute;
	right: -1px;
	top: -4px;
}
.dashicons-no-alt:before {
	font-size: 16px;
	opacity: 0.4;
}
.highlighted {
	background-color: yellow;
}
.search-block a {
	color: #999999;
}
.search-block .dashicons:before {
	font-size: 25px;
}
.search-block.d, .search-block.c{display:none;}
.search-block.d, .search-block.c, .search-block.b {
	margin: 12px 0px 0 5px;
}
.search-block.a {
	width: 250px;
	position: relative;
}
.search-block.a span {
	display: block;
	background: url(/img/search.svg) no-repeat center center;
	width: 20px;
	height: 20px;
	background-size: 17px;
	opacity: 0.4;
	position: absolute;
	top: 10px;
	right: 15px;
}
i#sw_result {
	display: none;
	font-size: 10px;
	color: #999999;
	position: absolute;
	right: 10px;
}
#closed_search {
	display: none;
	width: 25px;
	overflow: hidden;
	height: 25px;
	background: url(/img/search.svg) no-repeat center center #f4f5f5;
	background-size: 17px;
	cursor: pointer;
	opacity: 0.4;
	position: fixed;
	right: 22%;
	top: 42%;
}
#realTimeContents mark {
	background: yellow;
	padding: .2em;
}

/* Loader Css*/

.overlay{
    position:fixed;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 999;
}
.overlay img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px; /* Half the height */
    margin-left: -100px; /* Half the width */
}


@keyframes lds-spinner-180 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes lds-spinner-180 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.lds-spinner-180 {
	position: relative;
}
.lds-spinner-180 div {
	left: 82px;
	top: 55px;
	position: absolute;
	-webkit-animation: lds-spinner-180 linear 1.3s infinite;
	animation: lds-spinner-180 linear 1.3s infinite;
	background: #3393d1;
	width: 36px;
	height: 10px;
	border-radius: 40%;
	-webkit-transform-origin: 18px 45px;
	transform-origin: 18px 45px;
}
.lds-spinner-180 div:nth-child(1) {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation-delay: -1.17s;
	animation-delay: -1.17s;
}
.lds-spinner-180 div:nth-child(2) {
	-webkit-transform: rotate(36deg);
	transform: rotate(36deg);
	-webkit-animation-delay: -1.04s;
	animation-delay: -1.04s;
}
.lds-spinner-180 div:nth-child(3) {
	-webkit-transform: rotate(72deg);
	transform: rotate(72deg);
	-webkit-animation-delay: -0.91s;
	animation-delay: -0.91s;
}
.lds-spinner-180 div:nth-child(4) {
	-webkit-transform: rotate(108deg);
	transform: rotate(108deg);
	-webkit-animation-delay: -0.78s;
	animation-delay: -0.78s;
}
.lds-spinner-180 div:nth-child(5) {
	-webkit-transform: rotate(144deg);
	transform: rotate(144deg);
	-webkit-animation-delay: -0.65s;
	animation-delay: -0.65s;
}
.lds-spinner-180 div:nth-child(6) {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-animation-delay: -0.52s;
	animation-delay: -0.52s;
}
.lds-spinner-180 div:nth-child(7) {
	-webkit-transform: rotate(216deg);
	transform: rotate(216deg);
	-webkit-animation-delay: -0.39s;
	animation-delay: -0.39s;
}
.lds-spinner-180 div:nth-child(8) {
	-webkit-transform: rotate(252deg);
	transform: rotate(252deg);
	-webkit-animation-delay: -0.26s;
	animation-delay: -0.26s;
}
.lds-spinner-180 div:nth-child(9) {
	-webkit-transform: rotate(288deg);
	transform: rotate(288deg);
	-webkit-animation-delay: -0.13s;
	animation-delay: -0.13s;
}
.lds-spinner-180 div:nth-child(10) {
	-webkit-transform: rotate(324deg);
	transform: rotate(324deg);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.lds-spinner-180 {
	width: 180px !important;
	height: 180px !important;
	-webkit-transform: translate(-90px, -90px) scale(0.9) translate(90px, 90px);
	transform: translate(-90px, -90px) scale(0.9) translate(90px, 90px);
	margin: 150px auto;
}

@keyframes lds-spinner-80 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes lds-spinner-80 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.lds-spinner-80 {
	position: relative;
}
.lds-spinner-80 div {
	left: 82px;
	top: 55px;
	position: absolute;
	-webkit-animation: lds-spinner-80 linear 1.3s infinite;
	animation: lds-spinner-80 linear 1.3s infinite;
	background: #3393d1;
	width: 36px;
	height: 10px;
	border-radius: 40%;
	-webkit-transform-origin: 18px 45px;
	transform-origin: 18px 45px;
}
.lds-spinner-80 div:nth-child(1) {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation-delay: -1.17s;
	animation-delay: -1.17s;
}
.lds-spinner div:nth-child(2) {
	-webkit-transform: rotate(36deg);
	transform: rotate(36deg);
	-webkit-animation-delay: -1.04s;
	animation-delay: -1.04s;
}
.lds-spinner-80 div:nth-child(3) {
	-webkit-transform: rotate(72deg);
	transform: rotate(72deg);
	-webkit-animation-delay: -0.91s;
	animation-delay: -0.91s;
}
.lds-spinner-80 div:nth-child(4) {
	-webkit-transform: rotate(108deg);
	transform: rotate(108deg);
	-webkit-animation-delay: -0.78s;
	animation-delay: -0.78s;
}
.lds-spinner div:nth-child(5) {
	-webkit-transform: rotate(144deg);
	transform: rotate(144deg);
	-webkit-animation-delay: -0.65s;
	animation-delay: -0.65s;
}
.lds-spinner-80 div:nth-child(6) {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-animation-delay: -0.52s;
	animation-delay: -0.52s;
}
.lds-spinner-80 div:nth-child(7) {
	-webkit-transform: rotate(216deg);
	transform: rotate(216deg);
	-webkit-animation-delay: -0.39s;
	animation-delay: -0.39s;
}
.lds-spinner-80 div:nth-child(8) {
	-webkit-transform: rotate(252deg);
	transform: rotate(252deg);
	-webkit-animation-delay: -0.26s;
	animation-delay: -0.26s;
}
.lds-spinner-80 div:nth-child(9) {
	-webkit-transform: rotate(288deg);
	transform: rotate(288deg);
	-webkit-animation-delay: -0.13s;
	animation-delay: -0.13s;
}
.lds-spinner-80 div:nth-child(10) {
	-webkit-transform: rotate(324deg);
	transform: rotate(324deg);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.lds-spinner-80 {
	width: 80px !important;
	height: 80px !important;
	-webkit-transform: translate(-40px, -40px) scale(0.4) translate(40px, 40px);
	transform: translate(-40px, -40px) scale(0.4) translate(40px, 40px);
	margin: auto;
}
@keyframes lds-spinner-150 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes lds-spinner-150 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.lds-spinner-150 {
	position: relative;
}
.lds-spinner-150 div {
	left: 82px;
	top: 55px;
	position: absolute;
	-webkit-animation: lds-spinner-150 linear 1.3s infinite;
	animation: lds-spinner-150 linear 1.3s infinite;
	background: #3393d1;
	width: 36px;
	height: 10px;
	border-radius: 40%;
	-webkit-transform-origin: 18px 45px;
	transform-origin: 18px 45px;
}
.lds-spinner-150 div:nth-child(1) {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation-delay: -1.17s;
	animation-delay: -1.17s;
}
.lds-spinner-150 div:nth-child(2) {
	-webkit-transform: rotate(36deg);
	transform: rotate(36deg);
	-webkit-animation-delay: -1.04s;
	animation-delay: -1.04s;
}
.lds-spinner-150 div:nth-child(3) {
	-webkit-transform: rotate(72deg);
	transform: rotate(72deg);
	-webkit-animation-delay: -0.91s;
	animation-delay: -0.91s;
}
.lds-spinner-150 div:nth-child(4) {
	-webkit-transform: rotate(108deg);
	transform: rotate(108deg);
	-webkit-animation-delay: -0.78s;
	animation-delay: -0.78s;
}
.lds-spinner-150 div:nth-child(5) {
	-webkit-transform: rotate(144deg);
	transform: rotate(144deg);
	-webkit-animation-delay: -0.65s;
	animation-delay: -0.65s;
}
.lds-spinner-150 div:nth-child(6) {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-animation-delay: -0.52s;
	animation-delay: -0.52s;
}
.lds-spinner-150 div:nth-child(7) {
	-webkit-transform: rotate(216deg);
	transform: rotate(216deg);
	-webkit-animation-delay: -0.39s;
	animation-delay: -0.39s;
}
.lds-spinner-150 div:nth-child(8) {
	-webkit-transform: rotate(252deg);
	transform: rotate(252deg);
	-webkit-animation-delay: -0.26s;
	animation-delay: -0.26s;
}
.lds-spinner-150 div:nth-child(9) {
	-webkit-transform: rotate(288deg);
	transform: rotate(288deg);
	-webkit-animation-delay: -0.13s;
	animation-delay: -0.13s;
}
.lds-spinner-150 div:nth-child(10) {
	-webkit-transform: rotate(324deg);
	transform: rotate(324deg);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.lds-spinner-150 {
	width: 150px !important;
	height: 150px !important;
	-webkit-transform: translate(-75px, -75px) scale(0.75) translate(75px, 75px);
	transform: translate(-75px, -75px) scale(0.75) translate(75px, 75px);
	margin: 175px auto;
}
.reply-form-footer{
	position: relative;
}
.lds-spinner-star {
	color: official;
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.lds-spinner-star div {
	transform-origin: 30px 15px;
	animation: lds-spinner-star 1.2s linear infinite;
}
.lds-spinner-star div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 30px;
	width: 1.3px;
	height: 6px;
	border-radius: 20%;
	background: #000;
}
.lds-spinner-star div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
.lds-spinner-star div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}
.lds-spinner-star div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
.lds-spinner-star div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
.lds-spinner-star div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
.lds-spinner-star div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
.lds-spinner-star div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
.lds-spinner-star div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
.lds-spinner-star div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
.lds-spinner-star div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
.lds-spinner-star div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
.lds-spinner-star div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}
@keyframes lds-spinner-star {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.cat-post-count {
    color: #000;
    font-size: 20px;
    margin-left: 10px;
    margin-top: 2px;
}
body.search-no-results .ht-sitecontainer .ht-page .ht-container{
	margin-left: 0 !important;
	padding-right: 0 !important;
}
body.search-no-results .ht-sitecontainer .ht-page .ht-container .ht-page__content{
	padding-right: 0 !important;
}
.hkb-category.hkb-category--style7 .hkb-category__iconwrap {
    margin: 0px;
}
.hkb-category.hkb-category--style7 .hkb-category__iconwrap img {
	margin: 0;
}
#ht-kb-exit-widget-4::after {
    content: '';
    background: #583adf;
    height: 3px;
    width: 100%;
    background: -moz-linear-gradient(left,#583adf 0%,#5e6ce3 42%,#69cdec 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,#583adf),color-stop(42%,#5e6ce3),color-stop(100%,#69cdec));
    background: -webkit-linear-gradient(left,#583adf 0%,#5e6ce3 42%,#69cdec 100%);
    background: -o-linear-gradient(left,#583adf 0%,#5e6ce3 42%,#69cdec 100%);
    background: -ms-linear-gradient(left,#583adf 0%,#5e6ce3 42%,#69cdec 100%);
    background: linear-gradient(to right,#583adf 0%,#5e6ce3 42%,#69cdec 100%);
    position: absolute;
    bottom: 0px;
    left: 0;
}
.category-article-list .hkb-category__title {
    font-size: 17px !important;
    color: rgb(255, 255, 255) !important;
    font-weight: 300 !important;
}
.hkb-category.hkb-category--style7 .hkb-category__link {
    padding: 25px 10px 25px 0px;
    align-items: flex-start;
}



@-webkit-keyframes logoanim {
    from {
        -webkit-transform: translateY(-21px);
    }

    to {
        -webkit-transform: translatey(0px);
    }
}

@-moz-keyframes logoanim {
    from {
        -moz-transform: translate(-21px);
    }

    to {
        -moz-transform: translate(0px);
    }
}

@-o-keyframes logoanim {
    from {
        -o-transform: translate(-21px);
    }

    to {
        -o-transform: translate(0px);
    }
}

#category-sidepar-wrapper .hkb_widget_exit {
	width: 100%;
    padding: 20px 0;
}
#category-sidepar-wrapper .hkb_widget_exit .hkb_widget_exit__content {
	margin: 0 0 20px 0;
}
#category-sidepar-wrapper .hkb_widget_exit .hkb_widget_exit__btn {
	margin: 0;
}
.pagination {
    margin-top: 10px;
}
.pagination .page-numbers {
    width: auto;
    float: left;
    margin: 4px 0 4px 0;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    -moz-transition: all 0.1s ease-in-out;
     -o-transition: all 0.1s ease-in-out;
     -webkit-transition: all 0.1s ease-in-out;
     -ms-transition: all 0.1s ease-in-out;
     transition: all 0.1s ease-in-out;
     color: #595959;
     display: inline-block;
     line-height: 1;
     font-size: 14px;
     text-decoration: none;
}
.pagination .page-numbers:not(.current):hover {
    background: #f7f8f9;
    text-decoration: none;
}
.pagination .current {    
	color: #3393D1;
	font-weight: 700;	
}
.pagination .prev, .pagination .next{
    font-weight: 600;
}
.hkb-article-action	 {
	display: flex;
	align-items: center;
	justify-content: left;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 14px;
	color: #999999;	
}
.hkb-article-action > span {
	margin-right: 50px;
}
.hkb-article-action a {
	color: #999999;
}
.hkb-article-action .pdf-icon, .hkb-article-action .google-translate-icon {
    display: inline-block;
    width: 20px;
    height: 25px;    
	margin-right: 10px;
    vertical-align: middle;
}
#custom_google_translate_element {
	display: none;
}
#google_translate_dropdown {
	width: 164px;
	padding: 1px 0;
	border: 1px solid #d5d5d5;
	border-radius: 0;
	color: #999999;
}
body {
	top: 0 !important;
}
#goog-gt-tt {
	display: none !important;
}
.goog-te-banner-frame {
	display: none !important;
}
.goog-te-menu-value:hover {
	text-decoration: none !important;
}
.goog-text-highlight {
	background-color: transparent !important;
	box-shadow: none !important;
}
.hkb-article-action .rss-btn {
	display: inline-block;
    color: #4886b8;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #4886b8;
    padding: 1px 10px;
    border-radius: 5px;
    transition: 0.3s;
    opacity: 0.9;
}
.hkb-article-action .rss-btn:hover {
	color: #255174;
	border: 1px solid #255174;
	opacity: 1;
}
.hkb-article-action .rss-btn span {
    margin-left: 5px;
}
.single-ht_kb .save_pdf {
	display: none;
}
.ht-404msg .ht-404msg__title, .ht-404msg .ht-404msg__tagline {
	color: #000;
}
.ht-404msg__tagline.custom-post-status {
	font-size: 16px;
	text-align: left;
	line-height: 1.6;
}
body.error404 .site-header .site-header__banner {
	position: relative;
}

/******CSS for Technical Release Notes Task*******/
.technical-filter-block {
    background-color: #f6f7f9;
    padding: 30px 0px 25px 0px;
}
.tech-filter-categories{
    list-style: none;
    display: inline-flex;
    margin: 0px;
    padding: 0px;
}
.tech-filter-categories li a{
    color: #0d0820;
    font-size: 15px;
    font-weight: 600;
}
.tech-filter-categories li a.active{
    color: #4886b8;
}
.tech-filter-categories li{
    border-right: 1px solid #d9dadc;
    height: 28px;
    padding: 0px 40px 0px 40px;
    white-space: nowrap;
}
.tech-filter-categories li:nth-child(1){
    padding-left: 0px;
}
.tech-filter-categories li:last-child{
    border-right: 0px;
}
.tech-filter-text {
    font-size: 15px;
    color: rgba(10, 7, 25, 0.522);
    font-weight: 600;
    padding: 30px 0px 10px 0px;
}
.tech-dropdown {
    width: 211px;
}
.technical-notes-each {
    max-width: 854px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e4e5e6;
}
.technical-notes-each h3 {
    font-size: 25px;
    color: rgb(10, 7, 25);
    font-weight: 300;
    margin: 40px 0px 0px 0px;
}
.technical-notes-each ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    color: rgb(163, 163, 166);
    font-size: 11px;
    text-transform: uppercase;
    margin-left: -7px;
    flex-wrap: wrap;
}
.technical-notes-each ul li {
    padding: 0px 12px 0px 9px;
    position: relative;
    white-space: nowrap;
}

.technical-notes-each ul li::after {
    content: ".";
    position: absolute;
    color: #6542ff;
    right: 0px;
    font-size: 21px;
    top: 0;
    line-height: 6px;
}
.technical-notes-each ul li:last-child::after{
   content: "";
}
.technical-notes-each p {
    font-size: 17px;
    color: rgb(10, 7, 25);
    line-height: 1.753;
}
.learn-more-link {
    position: relative;
    display: inline-flex;
    height: 29px;
    color: #4886b8;
    border-bottom: 1px solid #4886b8;
    padding-right: 20px;
    font-size: 17px;
}
.learn-more-link::after {
    position: absolute;
    content: "▸";
    color: #4886b8;
    font-size: 14px;
    right: 0;
    line-height: 24px;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  width: 200px;
  margin-right: 30px;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #e1e1e1 transparent transparent transparent;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #0d0820;
  padding: 8px 16px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #e1e1e1;
  margin-top: -1px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.select-selected {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background-color: #fff;
    font-size: 15px;
    color: #787a7b;
}
.select-items div {
    font-size: 13px;
    font-family: poppins;
    font-weight: 500;
}
.tech-filter-selectbox {
    display: flex;
}
.select-date-class {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #e1e1e1;
    margin-top: -1px;
    border-top: 0px;
}
.select-chk-all span {
    font-size: 12px;
    font-weight: 500;
    color: #4886b8;
    cursor: pointer;
    font-family: poppins;
}
.select-date-block {
    border-top: 1px solid #e9eaec;
    margin: 0px 16px 20px 16px;
}
.select-chk-all {
    padding: 6px 0px 8px 0px;
}

/* The container */
.custom-checkbox {
display: block;
position: relative;
padding-left: 23px;
margin-bottom: 6px;
cursor: pointer;
font-size: 12px;
font-weight: 500;
color: #0d0820;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: poppins;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #5e93bf;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.category-block {
    display: block;
    width: 95%;
    overflow-x: auto;
}
.note-images img {
    max-width: 434px;
    box-shadow: 2px 16px 21px rgba(10,10,63,0.15);
}
.ht-release-note-page {
    padding-top: 30px !important;
}
.ht-release-note-page header h1 {
    font-weight: 600;
}
.default-option {
    display: none;
}
.release-error-class {
    font-size: 25px;
    color: #05030d;
    padding: 50px 0px 0px 0px;
    font-weight: 300;
}
.technical-notes-each:last-child {
    border-bottom: 0px !important;
}
.create-note-block {
    background-color: #faf9f9;
    min-height: 213px;
}
.create-note-block h3 {
    color: rgb(20, 20, 20);
    font-size: 24px;
    padding: 50px 0px 0px 0px;
    font-weight: 300;
}
.create-ticket-link {
    font-size: 17px;
    line-height: 1.8;
    color: #fff !important;
    display: flex;
    width: 180px;
    height: 42px;
    background-color: #0a0a3f;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-top: 30px;
}
.create-note-block p {
    font-size: 15px;
    color: rgb(116, 116, 116);
}
.note-images {
    padding: 0px 0px 20px 0px;
}
.default-option {
    color: #787a7b;
}
.loader-text {
    padding-top: 30px;
}
@media only screen and (max-width: 768px)  {
    .create-note-block .ht-container {
        margin-left: 0px !important;
    }
    .create-note-block {
        text-align: center;
        padding-bottom: 40px;
    }
    .create-note-block h3 {
        font-size: 42px;
        margin: 0px;
    }
    .create-ticket-link {
        font-size: 32px;
        width: 400px;
        height: 92px;
        margin: auto;
        font-weight: 300;
    }
    .create-note-block p {
        font-size: 28px;
        width: 400px;
        margin: auto;
        padding: 20px 0px 40px 0px;
    }
    .hkb-article__content .hkb-article-action {
        display: flex;
    }
    .note-images img {
        max-width: 100%;
        width: 100%;
    }
    .technical-notes-each h3 {
        margin: 40px 0px 20px 0px;
        line-height: 1.3;
    }
}
@media only screen and (min-width: 600px) and (max-width: 768px)  {
    .category-block {
        display: block;
        width: 100%;
        overflow-x: scroll;
        height: 50px;
    }
    .tech-filter-categories li {
        padding: 0px 20px 0px 20px;
    }
    .ht-release-note-page .ht-page__content{
        width: 100% !important;
    }
    .ht-release-note-page .hkb-article-action {
        display: flex;
    }
    .tech-filter-categories li:nth-child(1) a {
        font-weight: 500;
    }
    .tech-filter-text {
        font-size: 30px;
        font-weight: 500;
        padding: 30px 0px 30px 0px;
    }
    .custom-select {
        width: auto !important;
        margin-right: 0px;
        margin-bottom: 40px;
    }
    .select-selected {
        font-size: 28px;
    }
    .tech-filter-selectbox {
        display: block;
    }
    .select-selected:after {
        border: 10px solid transparent;
        border-color: #e1e1e1 transparent transparent transparent;
        top: 30px;
        right: 34px;
    }
    .select-selected {
        padding: 14px 16px;
    }
    .select-items div {
        font-size: 20px;
    }
    .checkmark {
        top: 6px;
    }
    .custom-checkbox {
        font-size: 15px;
    }
    .select-chk-all a {
        font-size: 18px;
    }
    .technical-notes-each h3 {
        font-size: 40px;        
    }
    .technical-notes-each ul {
        font-size: 22px;
        font-weight: 300;
        flex-wrap: wrap;
        margin-left: -19px;
    }
    .technical-notes-each ul li::after {
        content: ".";
        position: absolute;
        color: #6542ff;
        font-size: 75px;
        top: -11px;
        line-height: 6px;
        margin-right: -8px;
    }
    .ht-release-note-page .hkb-article .hkb-article__title {
        font-size: 40px;
    }
    .ht-release-note-page .hkb-article-action {
        font-size: 18px;
    }
    .tech-filter-categories li a {
        font-size: 30px;
        line-height: 1;
    }
    .tech-filter-categories li:nth-child(1) {
        width: 200px;
    }
    .tech-filter-categories li {
        padding: 0px 30px 0px 30px;
    }
    .technical-notes-each ul li {
        padding: 0px 20px 0px 20px;
    }
    .technical-notes-each p {
        font-size: 28px;
    }
    .learn-more-link::after {
        line-height: 44px;
    }
    .learn-more-link {
        font-size: 28px;
        height: 51px;
    }
    body .ht-release-note-page .ht-container {
        margin-right: 6%;
    }
}
@media only screen and (max-width: 599px)  {
    .category-block {
        display: block;
        width: 100%;
        overflow-x: scroll;
        height: 50px;
    }
    .tech-filter-categories li {
        padding: 0px 20px 0px 20px;
    }
    .ht-release-note-page .ht-page__content{
        width: 100% !important;
    }
    .ht-release-note-page .hkb-article-action {
        display: flex;
    }
    .tech-filter-categories li:nth-child(1) a {
        font-weight: 500;
    }
    .tech-filter-text {
        font-size: 20px;
        font-weight: 500;
        padding: 30px 0px 30px 0px;
    }
    .custom-select {
        width: auto !important;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .select-selected {
        font-size: 20px;
    }
    .tech-filter-selectbox {
        display: block;
    }
    .select-selected:after {
        border: 10px solid transparent;
        border-color: #e1e1e1 transparent transparent transparent;
        top: 30px;
        right: 34px;
    }
    .select-selected {
        padding: 14px 16px;
    }
    .select-items div {
        font-size: 15px;
    }
    .checkmark {
        top: 6px;
    }
    .custom-checkbox {
        font-size: 12px;
    }
    .select-chk-all a {
        font-size: 18px;
    }
    #response-result {
        padding-right: 0px;
    }
    .technical-notes-each h3 {
        font-size: 20px;        
    }
    .technical-notes-each ul {
        font-size: 15px;
        font-weight: 300;
        flex-wrap: wrap;
    }
    .note-images img {
        width: 100%;
    }
    .tech-filter-categories li:nth-child(1) {
        width: 110px;
    }
    .create-note-block {
        text-align: center;
        padding-bottom: 20px;
    }
    .create-note-block h3 {
        font-size: 25px;
        margin: 0px;
        padding: 20px 0px 0px 0px;
    }
    .create-ticket-link {
        font-size: 22px;
        width: 300px;
        height: 60px;
        margin: auto;
    }
    .create-note-block p {
        font-size: 15px;
        width: 250px;
        margin: auto;
        padding: 20px 0px 20px 0px;
    }
    .note-images {
        text-align: center;
    }
}
@media only screen and (max-width: 500px)  {
    body .ht-release-note-page .ht-container {
        margin-right: 6%;
    }
}
@media only screen and (max-width: 420px)  {
    .technical-notes-each ul li {
        padding: 0px 9px 0px 5px;
    }
    .technical-notes-each ul {
        font-size: 11px;
        font-weight: 500;
        margin-left: -5px;
    }
    .hkb-article .hkb-article__title {
        font-size: 21px;
    }
    .hkb-article-action .date-modified {
        width: 500px !important;
    }
    .select-selected {
        font-size: 15px;
    }
    .tech-filter-text {
        font-size: 15px;
    }
    .select-selected:after {
        border: 7px solid transparent;
        border-color: #e1e1e1 transparent transparent transparent;
        top: 24px;
        right: 15px;
    }
    .technical-notes-each h3 {
        margin: 40px 0px 10px 0px;
        line-height: 1.3;
    }
    .checkmark {
        top: 2px;
    }
    .select-items div {
        font-size: 13px;
    }
    .technical-notes-each ul li::after {
        font-size: 25px;
        line-height: 2px;
    }
    .release-error-class {
        font-size: 20px;
    }
}
@media only screen and (min-height: 390px) and (max-height: 393px)  {
    .technical-notes-each ul li::after {
        font-size: 31px;
        top: -2px;
        line-height: 6px;
        right: -2px;
    }
    .technical-notes-each ul {
        font-size: 13px;
    }
}
@media only screen and (max-height: 393px)  {
    body .ht-release-note-page .ht-container {
        margin-right: 7%;
    }
    #response-result {
        padding-right: 0px;
    }
    .category-block {
        width: 100%;
    }
    .hkb-article-action {
        display: flex;
    }
}
