.x-menu-item-search{
	display: none;
}

.x-navbar .x-nav>.menu-item-7>a>span, .x-navbar .desktop .x-nav>.menu-item-7>a>span { /* Login button */
	border: 3px solid #004276;
}

.entry-wrap{ /* Post width */
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
h1, .h1 {
	font-size: 28px
}
h2, .h2 {
	font-size: 24px
}
h3, .h3 {
	font-size: 22px
}
h4, .h4 {
	font-size: 20px
}
h5, .h5 {
	font-size: 18px;
	text-align: left;
}
h6, .h6 {
	font-size: 16px
}

[type="submit"], #hkb .hkb-site-search .hkb-site-search__button {
	color: inherit;
	border-radius: 6px;
	padding: 6px;
	background-color: #fff;
}
[type="submit"]:hover, #hkb .hkb-site-search .hkb-site-search__button:hover {
	color: #004276;
	border-radius: 6px;
	padding: 6px;
	background-color: #fff;
}
#hkb .hkb-site-search .hkb-site-search__field{
	width: 95%;
	border: 3px solid #949159;
	border-radius: 4px;
}

#hkb .hkb-site-search .hkb-site-search__button, [type="submit"]:hover, #hkb .hkb-site-search .hkb-site-search__button:hover {
    width: 5%;
    position: relative;
    margin-left: -4px;
    border-width: 3px;
    border-radius: 0 6px 8px 0px;
    border:2px #949159 solid;
    height: 50px;
    background: #949159;
    color: #fff;
}

#hkb .hkb-archive{
	border: 3px solid #ccc;
    padding: 15px;
    margin: 0px!important;
    margin-bottom: 40px!important;
    border-radius: 8px;
}
#hkb .hkb-site-search {
    margin-right: -4px;
}
#hkb .hkb-article .hkb-article__title a{
	color:#004276;
}

#hkb .hkb-article__content {
	border: 3px #ccc solid;
	border-radius: 4px;
	padding: 10px 20px;
}

#hkb.hkb-template-category .hkb-article, #hkb.hkb-template-search .hkb-article{
	border-bottom: 1px solid #eee;
	margin-bottom: 8px;
	padding-bottom: 16px;
}
.x-main{
	padding-top: 40px;
}

.home .social_icons img {
	width:64px;
	height: 64px;
	margin: 2px 14px; 
}
.home .social_icons{
	text-align: center;
}
.home .x-block-grid>li {
	
}
.home .x-block-grid-item h5 {
	margin-top:0;
}
.home .x-block-grid-item h5 a {
	color:#004276;

}
.home .x-block-grid-item h5 a:hover{

}
.ht_kb{
	font-family: "Roboto",sans-serif;
	color: #444;
	font-style: normal;
	font-weight: 400;
}

.ht_kb a{
	font-weight: 500;
}
.ht-kb .x-main{
	padding-top: 0;
}
.ht-kb .x-container{
	text-align: left;
}
#hkb .hkb-breadcrumbs {
	margin-bottom:28px;
}

.video_lightbox_anchor_image {
	min-width: 250px;
}
.chat_icon {
	float: left;
}
.chat_icon .text{
	position: fixed;
	right: 39px;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	border-radius: 13px;
	padding: 5px 10px 30px;
	top: 90px;
	transform: rotate(-90deg);
	transform-origin: right top 0;
	transition: transform .2s ease-in-out;
}
.chat_icon .online{
	background-color: #45cc45;
}
.chat_icon .offline{
	background-color: #cc1515;
}
.chat_icon .text:hover{
	transform:  rotate(-90deg) translate3d(0px, -10px, 0px);
	text-decoration: underline;
}

.prev-next{
	padding: 10px;
	border-radius: 4px;
	color: #fff;
	background-color: #004276;
	border-color: #004276;
	cursor: default;
}
.entry-content iframe, .entry-content object {
	max-width: initial;
	max-height: initial;
	width: initial;
	height: initial;
}

.border1, .x-video.player, .entry-content img{
	border: 1px solid #888;
	border-radius: 2px;
}
.noborder{
	border: none!important;
}




@media (min-width: 768px) {

}

@media (min-width: 980px) {
	.home .social_icons img {
		margin: 4px; 
	}
}

@media (min-width: 768px) and (max-width: 980px) {

}

@media (min-width:1200px) {
	.home .social_icons img {
		margin: 12px; 
	}
}

@media (min-width:1400px) {
	.home .social_icons img {
		width: auto;
		height: auto;
	}
}



@media (max-width:767px) {
	
}

@media (min-width: 620px) and (max-width: 767px) {
	.home .social_icons img {
		width:64px;
		height: 64px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {

}
@media (max-width:980px) {
	.x-navbar .x-nav>.menu-item-7>a>span{
		border:0;
	}
}
@media (max-width: 860px) {
	#hkb .hkb-site-search .hkb-site-search__button{
		width: 8%;
	}
	#hkb .hkb-site-search .hkb-site-search__field{
		width: 87%;
	}
}
@media (max-width: 620px) {
	#hkb .hkb-site-search .hkb-site-search__button{
		width: 10%;
	}
	#hkb .hkb-site-search .hkb-site-search__field{
		width: 84%;
	}
}
@media (max-width: 480px) {
	.home .social_icons img {
		width:64px;
		height: 64px;
		margin: 12px; 
	}
	.masthead-inline .x-btn-navbar{
		position: absolute;
		right: 0;
		margin: 10px 0;
	}
	footer > .x-container.max{
		width: 300px;
	}
}



@media print { /* no links in print view */
	a[href]:after {
		content: none !important;
	}
}





