@import 'sass.css';


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

.main-content iframe
{
	max-width: 100%;
	width: 100%;
	min-height: 300px;
}

.bh-slider .slides
{
	position: relative;
}

.bh-slider .slides .slide
{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.slider-video .video-frame
{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
}

.sidebar-filters .disabled
{
	opacity: .4;
}

.comment-form .process-form
{
	width: 15rem;
	height: 5rem;
	color: #333;
	font-weight: normal;
	font-size: 1.8rem;
	font-family: Abadi-Bold, Plantin, Arial;
	background: transparent;
	cursor: pointer;
	border: 0.2rem solid rgba(0,0,0,0.2);
	border-radius: 0.3rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	float: none;
	position: absolute;
	bottom: 1rem;
	left: 100%;
	margin-left: 3rem;
	text-align: center;
	line-height: 58px;
}

.comment-form .process-form.disabled
{
	color: #888;
	cursor: default;
}

.filter-comments a.selected
{
	color: #ea8645;
}

.comment a.recommended-btn.selected,
.comment a.report-btn.selected
{
	color: #ea8645;
}

.cookie-notification
{
	display: none;
}

/*.cookie-notification
{
	visibility: hidden;
	opacity: 0;
	top: -100%;
	position: relative;

	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-o-transition: all linear .4s;
	-ms-transition: all linear .4s;
	transition: all linear .4s;
}

.cookie-notification.show
{
	top: 0;
	position: relative;
	visibility: visible;
	opacity: 1;
}*/

.hp-browse-by-topic
{
	width: 100%;
	background: #f8f8f4;
	padding: 3rem 0 1.5rem;
	margin: 0 auto;
	border-bottom: 1px solid #d8d8d0;
}

.hp-browse-by-topic .lcs-details
{
	height: 15rem;
}

.hp-browse-by-topic .lcs-title
{
	margin-bottom: 1rem;
}

.hp-browse-by-topic .bbt-description
{
	width: 100%;
	display: block;
	color: #545150;
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 2rem;
	font-family: Abadi-Bold, Plantin, Arial;
	margin-bottom: 0.5rem;
	text-overflow: ellipsis;
	overflow: hidden;
	/*white-space: nowrap;*/
	max-height: 6rem;
}

.main-header .page-margins
{
	height: 83%;
}

.main-menu .trigger-submenu
{
	height: 4rem;
}

.header-title
{
	width: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* Preview */
.bh-preview
{
	width: 100%;
	padding: 3rem 0 1.5rem;
	margin: 0 auto;
	background-color: #f8f8f4;
	border-bottom: 1px solid #d8d8d0;
}

.list-preivew-items
{
	overflow: hidden;
	margin-bottom: 3rem;
}

.preview-items-holder
{
	position: relative;
	left: 30rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.bh-preview-item
{
	width: 38.3rem;
	height: 52.09rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	float: left;
	margin-right: 1rem;
	margin-bottom: 2rem;
	overflow: hidden;
}

.bh-preview-item canvas
{
	height: 100%;
}

.preview-nav
{
	width: 100%;
	height: 1rem;
	position: absolute;
	bottom: 1.3rem;
	left: 0;
	text-align: center;
}

.preview-nav span
{
	width: 1rem;
	height: 1rem;
	display: inline-block;
	border-radius: 50%;
	margin: 0 0.2rem;
	background-color: rgba(217, 217, 217, .4);
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.preview-nav span:hover,
.preview-nav span.selected
{
	background-color: #D9D9D9;
}

.contact-message
{
	display: none;
	text-align: center;
}

.contact-message .share-icons a
{
	float: none;
	display: inline-block;
	margin: 0 0.5rem;
}

.contact-message h6
{
	text-transform: uppercase;
	margin-bottom: 1rem;
}

/* Main Header */
.main-header .topics-sticky
{
	display: block;
}


.is_logged .sticky-header
{
	top: 32px;
}

.pre-sticky-header
{
	top: -4rem;
}

.sticky-header
{
	position: fixed;
	top: -10rem;
	left: 0;
	height: 4rem;
	-webkit-transition: top linear .3s;
	-moz-transition: top linear .3s;
	-o-transition: top linear .3s;
	-ms-transition: top linear .3s;
	transition: top linear .3s;
}

.sticky-header-start
{
	top: 0;
}

.sticky-header + nav.submenu
{
	position: fixed;
	margin-top: 4rem;
	-webkit-transition: all linear .3s;
	transition: all linear .3s;
}

.pre-sticky-header + nav.submenu
{
	margin-top: 0;
}

.sticky-header-start + nav.submenu
{
	margin-top: 4rem;
}

.sticky-header .brand,
.sticky-header .header-title
{
	display: none;
}

/*.sticky-header .search-box*/
.main-header .search-box
{
	/*width: 4rem;*/
}

/*.sticky-header .search-box:hover, .sticky-search-input.search-box*/
/*.main-header .search-box:hover
{
	width: 25rem;
}*/

/*.sticky-header .search-box-field*/
.main-header .search-box-field
{
	/*opacity: 0;
	filter: Alpha(opacity=0);*/
	/*width: 2rem;*/
}

/*.sticky-header .search-box:hover .search-box-field,
.sticky-search-input.search-box .search-box-field*/
.main-header .search-box:hover .search-box-field
{
	opacity: 1;
	filter: Alpha(opacity=100);
	/*width: 25rem;*/
}

.main-menu,
.topics-sticky
{
	padding: 0;
	margin: 1rem auto;
}

.sticky-header
{
	height: auto;
}

.sticky-header .main-menu a
{
	padding: 0 .5rem;
}

/*.sticky-header .main-menu a strong*/
.main-header .main-menu a strong
{
	display: none;
}

/*.sticky-header .main-menu .trigger-submenu*/
.main-header .main-menu .trigger-submenu
{
	display: none;
}

.main-header .topics-sticky a span
{
	display: none;
}

.main-header .topics-sticky a strong
{
	display: block;
}

.topics-sticky
{
	/*width: auto;*/
	width: 92%;
	/*height: 4rem;*/
	float: left;
	margin: 0 auto;
	display: none;
	padding: 1rem 0;
}

/*.sticky-header .topics-sticky*/
.main-header .topics-sticky
{
	display: block;
}

.topics-sticky a
{
	float: left;
	/*height: 2rem;*/
	display: block; /*color:#333;*/
	color: #73736E;
	padding: 0 1.2rem;
	padding-bottom: 0.8rem;
	margin: 0;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 2.4rem;
	font-family: Abadi-Bold, Plantin, Arial;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.topics-sticky a:hover,
.topics-sticky .current-menu-item
{
	color: #000;
}

.topics-sticky a.trigger-search
{
	display: none;
}

.topics-sticky a span
{
	width: 2rem;
	height: 100%;
	float: left;
	display: block;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2rem;
	margin-right: 0.7rem;
}

.topics-sticky a strong
{
	font-weight: normal;
}

/*.sticky-header .search-box*/
.main-header .search-box
{
	position: absolute;
	right: 0;
}

/* Guides */
.action-points .action-row
{
	-webkit-transition: opacity linear .3s;
	-moz-transition: opacity linear .3s;
	-o-transition: opacity linear .3s;
	-ms-transition: opacity linear .3s;
	transition: opacity linear .3s;
	opacity: .3;
}

.action-points .action-number
{
	color: #fff;
	border-color: #fff;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-o-transition: all linear .3s;
	-ms-transition: all linear .3s;
	transition: all linear .3s;
}

.action-points .row-visible
{
	opacity: 1;
}

.action-points .row-visible .action-number
{
	border-color: #84d8d8;
	color: #84d8d8;
}

/* Checklist */

.checklist-content .checklist-row
{
	-webkit-transition: opacity linear .3s;
	-moz-transition: opacity linear .3s;
	-o-transition: opacity linear .3s;
	-ms-transition: opacity linear .3s;
	transition: opacity linear .3s;
	opacity: .3;
}

.checklist-content .icon-checklist-2
{
	color: #fff;
	border-color: #fff;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-o-transition: all linear .3s;
	-ms-transition: all linear .3s;
	transition: all linear .3s;
}

.checklist-content .row-visible
{
	opacity: 1;
}

.checklist-content .row-visible .icon-checklist-2
{
	color: #90d95d;
	border-color: #90d95d;
}

.icon-bizhub-logo:before
{
	content: '\eeb5';
}

.is_home .icon-bizhub-logo:before
{
	content: '\ee7d';
}

.sidebar-placeholder
{
	min-height: 38rem;
	float: right;
}

.main-content table
{
	width: 120%;
}

.disclaimer-text
{
	font-size: 1.1rem;
	margin-bottom: 1rem;
}

/* Table style */

.main-content table
{
	margin-bottom: 3rem;
}

.main-content table,
.main-content table tr,
.main-content table td
{
	border: 1px solid #888;
	border-collapse: collapse;
}

.main-content table td
{
	padding: 5px;
	color: #333;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-family: Plantin, Arial;
}

.sidebar-popular-now a h3
{
	margin-bottom: 0;
}

.sidebar-popular-now .category-icon
{
	float: left;
	margin-right: .4em;
}

.resources-list-articles-inline .category-icon,
.simple-articles-list .category-icon
{
	overflow: hidden;
}

.resources-list-articles-inline .category-icon.icon-image:before,
.simple-articles-list .category-icon.icon-image:before
{
	content: none;
}

.resources-list-articles-inline .category-icon img,
.simple-articles-list .category-icon img
{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding: .3rem;
}

@media only screen and (max-width: 1050px)
{
	.main-header .search-box
	{
		width: 20rem;
	}
}

@media only screen and (max-width: 1020px)
{
	.main-header .search-box
	{
		width: 4rem;
	}

	.main-header .search-box-field
	{
		opacity: 0;
	}

	.main-header .search-box:hover
	{
		width: 20rem;
	}

	.main-header .search-box-field
	{
		opacity: 0;
	}

	.main-header .search-box:hover .search-box-field
	{
		opacity: 1;
	}
}



@media only screen and (max-width: 1020px)
{
	.main-header .search-box:hover
	{
		width: 16rem;
	}
}


@media only screen and (max-width: 960px)
{
	.main-header .search-box:hover
	{
		width: 13rem;
	}
}

@media only screen and (min-width:885px) and (max-width: 920px) 	
{
	.main-header .search-box:hover
	{
		width: 9rem;
	}
}

@media only screen and (min-width:860px) and (max-width: 885px) 	
{
	.main-header .search-box:hover
	{
		width: 7rem;
	}
}	
	
	
@media only screen and (max-width: 860px)
{
	.main-header .search-box:hover
	{
		width: 20rem;
	}
	
	.main-header .search-box
	{
		width: 24rem;
	}

	/*.sticky-header .topics-sticky*/
	.main-header .topics-sticky
	{
		display: none;
	}

	.main-header .main-menu a strong
	{
		display: initial;
	}

	/*.sticky-header .main-menu .trigger-submenu*/
	.main-header .main-menu .trigger-submenu
	{
		display: block;
	}

	.sticky-header
	{
		height: 4rem;
	}

	.main-menu a.home
	{
		display: none;
	}

	.main-menu a.trigger-submenu
	{
		display: block;
	}
}

@media only screen and (max-width: 600px)
{
	.wrapper
	{
		-webkit-transition: margin-left 0.5s ease-out;
		-moz-transition: margin-left 0.5s ease-out;
		-o-transition: margin-left 0.5s ease-out;
		-ms-transition: margin-left 0.5s ease-out;
		transition: margin-left 0.5s ease-out;

		padding-top: 10rem;
	}

	.is_home .wrapper
	{
		padding-top: 6rem;
	}

	.highlight-article .ha-summary
	{
		display: none;
	}

	.checklist-content .checklist-row
	{
		opacity: 1;
	}

	.wrapper.view-submenu
	{
		margin-left: 80%;
	}

	.submenu
	{
		width: 80%;
		left: -100%;
	}

	.view-submenu .submenu
	{
		-webkit-transform: translate(125%,0);
		-moz-transform: translate(125%,0);
		-o-transform: translate(125%,0);
		-ms-transform: translate(125%,0);
		transform: translate(125%,0);

		/*-webkit-transform: translate3d(125%, 0, 0);
		transform: translate3d(125%, 0, 0);*/

	}

	header.main-header
	{
		height: 10rem;
	}

	header.sticky-header
	{
		height: 4rem;
	}

	.sticky-header .search-box
	{
		width: 100%;
	}

	.sticky-header .search-box-field
	{
		opacity: 1;
	}

	.main-header .main-menu a strong
	{
		display: none;
	}

	.is_home .bizhub-logo,
	.bizhub-logo
	{
		width: 18rem;
	}

	.is_home .bizhub-logo span,
	.bizhub-logo span
	{
		font-size: 3.5rem;
	}

	.bizhub-logo
	{
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 18rem;
		position: absolute;
		z-index: 100;

		background: url('../images/logo/logo_c.svg') no-repeat;
		background-size: 100%;
	}

	.bizhub-logo .icon-bizhub-logo:before
	{
		content: '' !important;
		display: none !important;
	}

	.main-menu
	{
		width: 100%;
		margin: .5rem auto;
	}

	.main-menu a.trigger-search
	{
		float: right;
	}

	.is_logged .sticky-header
	{
		top: 0;
	}

	.pre-sticky-header .search-box
	{
		top: 0;
	}

	.sticky-header .search-box
	{
		top: 4rem;
	}

	.sticky-header .main-menu
	{
		margin: 0;
		top: 0;
	}

	.sticky-header .main-menu a span
	{
		line-height: 4rem;
	}
}

@media screen and (max-width: 400px)
{
	.is_home .slider .slide-msg .slide-title
	{
		font-size: 1.8rem;
		line-height: 1.8rem;
	}

	/*.is_home .slider
	{
		height: 30rem;
		height: auto;
		margin-bottom: 20px;
	}

	.is_home .slider:after
	{
		clear: both;
	}

	.is_home .slider .slide.selected
	{
		position: relative;
	}

	.is_home .slider .slides,
	.is_home .slider .slide
	{
		height: auto;
	}

	.is_home .slider .slide-msg
	{
		position: relative;
		display: block;
		bottom: 0;
		width: 100%;
		background-color: #F8F8F4;
		margin-bottom: 20px;
	}

	.is_home .slider .slide-content-holder
	{
		display: block;
		height: 22rem;
	}

	.is_home .slider .slide-msg .slide-title
	{
		color: #444;
	}

	.is_home .slider .slide-msg .category-icon,
	.is_home .slider .slide-msg .slide-categ
	{
		display: none;
	}*/
}