.dxf-modal {
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	overflow: auto;
	box-sizing: border-box;
	position: fixed;
}

.dxf-modal.is-open {
  display: block;
}


.dxf-modal-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	top: 0;
	left: 0;
}

.dxf-modal-content {
	left: 50%;
	width: 300px;
	position: absolute;
	top: 50%;
	background: #fff;
	margin: auto;
	max-width: 100%;
	transform: translate(-50%, -50%);
	padding: 15px;
}

.M-Navigation__flyoutWrapper {
	z-index: 2;
}

.A-Icon:hover > image {
	filter: invert(0.4) sepia(1) saturate(100) hue-rotate(204deg) brightness(0.57);
}

.O-Footer__Copyright__navigation.u-UnstyledList {
	margin: 0 15px;
}

.O-Footer__Copyright__navigationItem {
	margin-top: 15px;
}

.O-Footer__Copyright__heading {
	margin-top: 15px;
}


/* fix login flyout on mobile devices */
@media all and (max-width: 767px) {
	.M-ProfileAccess__dropDownContainer {
		position: fixed;
		width: 100%;
	}
}

.M-Modals-OverlayAlert__headline.h2 {
	font-size: 2em;
}

.M-Modals-OverlayAlert__bodytext, .M-Modals-OverlayAlert__headline {
	overflow-wrap: anywhere;
}

.dxf-modal-content > .M-Modals-OverlayAlert__icon {
	left: 37%;
}