.o-globalFooter {
	background-image: url('https://www.rockwellautomation.com/resources/components/navigation/v2.0.0/images/backTexture_WhiteGray.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 56px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.o-globalFooter {
		background: transparent;
	}
}
.o-globalFooter .row {
    margin: 0;
}
.o-globalFooter .m-breadcrumb {
	border-bottom: 1px solid #dadada;
	margin: 0 32px 56px;
}
.o-globalFooter .m-footerBar {
	align-items: center;
	background-image: url('https://www.rockwellautomation.com/resources/components/navigation/v2.0.0/images/footerBar.svg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	height: 69px;
	justify-content: center;
	margin: 0 auto;
	width: 754px;
}
.o-globalFooter .m-footerBar div {
	border-right: 1.5px solid #fff;
	padding-right: 16px;
	text-align: center;
}
.o-globalFooter .m-footerBar a {
    color: #fff;
}
.o-globalFooter .m-footerBar .a-type__legal + a {
	margin-left: 16px;
}
.o-globalFooter .m-footerBar .a-siteLogo {
	display: block;
	height: 35px;
	width: 152px;
}
@media (max-width: 767px) {
	.o-globalFooter .m-footerBar {
		background-image: url('https://www.rockwellautomation.com/resources/components/navigation/v2.0.0/images/footerBar_mobile.svg');
		flex-direction: column-reverse;
		height: 80px;
		width: 375px;
	}
	.o-globalFooter .m-footerBar a {
		margin: 8px 0 4px;
	}
	.o-globalFooter .m-footerBar div {
		border: 0 none;
		margin:	0 0 8px;
		padding: 0;
	}
	.o-globalFooter .m-footerBar .a-siteLogo {
		height: 28px;
		width: 122px;
	}
}