.non-container {
	max-width: unset !important;
	font-size: unset !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.non-container .irb-columns {
	width: 100%;
}
body.lifted-up .navibar-container {
	position: relative;
	padding-bottom: 0 !important;
	z-index: 1;
}
body.lifted-up .navibar-container * {
	color: #fff !important;
}
body.lifted-up .IssueContent {
	margin-top: -40px;
}
body.lifted-up .IssueHolder h1.title {
	display: none;
}

.dh-twocols {
	position: relative;
	margin-top: 60px;
}
.dh-twocols * {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	color: #3f3f3f;
	padding: 0;
	margin: 0;
}
.dh-twocols .irb-block-title {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 30px 0;
}
.dh-twocols h3 {
	font-size: 30px;
	line-height: 44px;
	margin: 0 0 30px 0;
}
.dh-twocols p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #7d7e80;
}
.dh-twocols .irb-picture {
	border-radius: 6px;
}
.dh-twocols .irb-twocols-button {
	position: absolute;
	top: 5px;
	right: 0;
}
.dh-twocols .irb-twocols-button a {
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	padding-right: 25px !important;
}
.dh-twocols .irb-twocols-button a:hover {
	text-decoration: underline;
}
.dh-twocols .irb-twocols-button a:before, .dh-twocols .irb-twocols-button a:after {
	border-right: 1px solid;
	content: '';
	display: block;
	height: 8px;
	margin-top: -6px;
	position: absolute;
	transform: rotate(135deg);
	right: 10px;
	top: 47%;
	width: 0;
}
.dh-twocols .irb-twocols-button a:after {
	margin-top: -1px;
	transform: rotate(45deg);
}
.dh-twocols .irb-twocols-button a:hover:before, .dh-twocols .irb-twocols-button a:hover:after {
	border-width: 2px;
}
.irb-picture-text {
	font-family: 'Poppins';
	font-style: normal;
	color: #fff;
	position: absolute !important;
	left: calc((100vw - var(--defwidth)) / 2);
}
.irb-picture-text1 {
	font-weight: 600;
	font-size: 30px;
	line-height: 44px;
	bottom: 66px;
}
.irb-picture-text2 {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	bottom: 40px;
}
@media (max-width:899px) {
	.dh-twocols .irb-block-title {
		font-size: 20px;
		line-height: 30px;
	}
	.dh-twocols h3 {
		font-size: 24px;
		line-height: 32px;
	}
	.dh-twocols .irb-twocols-button {
		top: unset;
		bottom: 0;
	}
	.dh-twocols .irb-twocols-button a {
		font-size: 14px;
		line-height: 24px;
	}
	.irb-picture-text {
		left: 15px;
	}
	.irb-picture-text1 {
		font-size: 24px;
		line-height: 32px;
	}
	.irb-picture-text2 {
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width:700px) {
	.irb-twocols-text-holder > div {
		padding: 30px 0 !important;
	}
}
body.structure-irblocks .IssueHolder > .container > .title {
	display: none !important;
}