/* IE10+ specific styles go here */

@media (-ms-high-contrast: active),
  (-ms-high-contrast: none) {

	body {
		height: 0px; /* required for IE to respect flew-grow */
	}

	#introduction-container {
		position: fixed;
	}

	.app .svgContainer {
		top: -50px;
	}

	#landingPage .landing-icons-bx:before{
		bottom: 20%;
	}

}

@media (-ms-high-contrast: active) and (min-width:956px),
  (-ms-high-contrast: none) and (min-width:956px) {

	#introduction-container {
		position: static;
	}

	.parent_nodeId_0 .nodeCollection .node {
		background-color: white;
	}

	.parent_nodeId_0 .nodeCollection .node > div {
		padding-top: 20px;
	}

	.parent_nodeId_0 .nodeCollection .node::before {
		left: 0px;
	}

	#masthead svg {
		bottom: 0;
	}
}
