/* @override 
	http://localhost:8888/BSI-Market-Access/css/01-style.css
	http://localhost:8888/BSI-Nonwoven/css/01-style.css
	http://localhost:8888/BSI-Benefits-of-BIM/css/01-style.css */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}details,hr,main{display:block}body{margin:0}h1{font-size:2em;margin:.67em 0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto;resize:vertical}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none} html{-webkit-text-size-adjust:100%;color:#222;font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{box-sizing:content-box;overflow:visible;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}.sr-only,fieldset{border:0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{margin:0}.hidden,[hidden]{display:none!important}.sr-only{clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.sr-only.focusable:active,.sr-only.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;white-space:inherit;width:auto}.invisible{visibility:hidden}.clearfix::after,.clearfix::before{content:" ";display:table}.clearfix::after{clear:both}@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,::after,::before{background:#fff!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]::after{content:" (" attr(href) ")"}abbr[title]::after{content:" (" attr(title) ")"}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999}thead{display:table-header-group}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}




/** {
	outline: 1px solid orange; }*/
	
html {
	font-size: 14px; }
	
body{
	background: #fff;
	font-family: 'Noto Sans', sans-serif; }

	
.wrapper,
.wrapper_inset {
	box-sizing: border-box;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
	padding: 1em; 
	width: 1060px;
	padding-bottom: 30px; }

.wrapper_inset {
	max-width: 860px; }

h1, h2, h3, h4,
p.sub-head {
	margin: 0;
	font-weight: 500; }
	
p {
	margin: 0;
	font-weight: 400; }
	
img {
	max-width: 100%; }
		
/* Scrollbars */
* {
	scrollbar-width: thin;
	scrollbar-color: #EEEEEE #D72D18; }

*::-webkit-scrollbar {
	width: 8px; }

*::-webkit-scrollbar-track {
	background: #EEEEEE;
	border-radius: 30px; }

*::-webkit-scrollbar-thumb {
	background-color: #D72D18;
	border-radius: 30px; }	
	
	
	
@media all and (max-width:1100px) {
	
	.wrapper,
	.wrapper_inset {
		width: 300px;
		padding: 10px;
		padding-bottom: 30px !important;
		box-sizing: border-box; }
	
}	
	
		
		
		
.overlays ul,
.overlays ul li,
.panel ul,
.panel ul li {
	margin: 0;
	padding: 0; }		

.overlays ul,
.panel ul {
	margin: 1.5rem 0; }
			
.overlays ul li,
.panel ul li {
	list-style: none;
	position: relative;
	margin-bottom: .5em;
	padding-left: 1.25rem; }	
	
		
.overlays ul li:before,
.panel ul li:before  {
	position: absolute;
	content: ' \2022';
	left: 0;
	top: .5em;
	color: #D72D18;
	font-size: 1.6em;
	line-height: 0; }	
	
			
		
h2 + p,		
p + p {
	margin-top: 1rem; }		
		
		
		
h2 {
	color: #D72D18; }		
		
		
		

		
/* Pulse */		
@keyframes pulse {
	0% {
		transform: scale(.9);
		opacity: .7; 
	}  
	100% {
		transform: scale(2);
		opacity: 0;
	}
}
        
.hotspot {
 	z-index: 90;
 	font-size: 16px;
 	text-align: center;
 	line-height: 16px;
 	color: #fff;
 	position: absolute;  }   
 
.hotspot,
.hotspot:after {
 	background-color: #D72D18;
 	border-radius: 10rem;
 	border-radius: 10rem;
 	width: 16px;
	height: 16px; }
	
.hotspot:after {
	border-radius: 10rem;
	position: absolute;
	display: block;
	content: '';
	top: 0;
	background-color: #D72D18;
	left: 0;
	z-index: -1;
	animation-name: pulse;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	animation-play-state: running; }

#bmi-benefits .navigation ul li .hotspot {
	left: 2.5rem; }	
	
.economy-timeline .hotspot {
	left: 50%;
	transform: translate(-50%, -2.2rem); }		
	
	

/* Headings */
.overlays h2,
.panel h2 {
	position: relative;
	padding-bottom: 1.5rem;
	color: #222;
	font-size: 2.5rem; }

.overlays h2:after,
.panel h2:after {
	content: '';
	position: absolute;
	display: block;
	bottom: .25rem;
	left: 0;
	width: 150px;
	height: 3px;
	z-index: 1;
	background: #D72D18; }		
	
	
@media all and (max-width:1100px) {	
	
	.overlays h2,
	.panel h2 {
		font-size: 1.6rem; }
	
	
}	