﻿#ie-banner .modal-image {
	width: 100%;
	position: relative;
	left: 0;
}
#ie-banner .close-button {
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	cursor: pointer;
	display: block;
	font-family:
		'Graphik Web',
		-apple-system,
		Roboto,
		BlinkMacSystemFont,
		'Segoe UI',
		Oxygen,
		Ubuntu,
		Cantarell,
		'Fira Sans',
		'Droid Sans',
		'Helvetica Neue',
		sans-serif;
	font-size: 16px;
	line-height: 24px;
	opacity: 0.35;
	position: absolute;
	right: 32px;
	text-align: right;
}
#ie-banner .close-button :hover {
	color: rgb(51, 51, 51);
	cursor: pointer;
	stroke: rgb(70, 75, 88);
}
#ie-banner .close-button :hover .feather-x {
	stroke: #111;
}
#ie-banner .right-aligned {
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	display: block;
	font-family:
		'Graphik Web',
		-apple-system,
		Roboto,
		BlinkMacSystemFont,
		'Segoe UI',
		Oxygen,
		Ubuntu,
		Cantarell,
		'Fira Sans',
		'Droid Sans',
		'Helvetica Neue',
		sans-serif;
	font-size: 16px;
	height: 0px;
	line-height: 24px;
	text-align: right;
}
#ie-banner .modal-container {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	contain: strict;
	display: block;
	font-family:
		'Graphik Web',
		-apple-system,
		Roboto,
		BlinkMacSystemFont,
		'Segoe UI',
		Oxygen,
		Ubuntu,
		Cantarell,
		'Fira Sans',
		'Droid Sans',
		'Helvetica Neue',
		sans-serif;
	font-size: 16px;
	height: 100%;
	left: 0px;
	line-height: 24px;
	overflow-x: auto;
	overflow-y: auto;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 9999;
}

#ie-banner .overlay {
	backdrop-filter: blur(4px);
	background-color: rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	display: table;
	font-family:
		'Graphik Web',
		-apple-system,
		Roboto,
		BlinkMacSystemFont,
		'Segoe UI',
		Oxygen,
		Ubuntu,
		Cantarell,
		'Fira Sans',
		'Droid Sans',
		'Helvetica Neue',
		sans-serif;
	font-size: 16px;
	height: 100%;
	line-height: 24px;
	transform: matrix(1, 0, 0, 1, 0, 0);
	width: 100%;
}

#ie-banner .modal-box {
	backface-visibility: hidden;
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	display: table-cell;
	font-family:
		'Graphik Web',
		-apple-system,
		Roboto,
		BlinkMacSystemFont,
		'Segoe UI',
		Oxygen,
		Ubuntu,
		Cantarell,
		'Fira Sans',
		'Droid Sans',
		'Helvetica Neue',
		sans-serif;
	font-size: 16px;
	height: 937px;
	line-height: 24px;
	padding-bottom: 64px;
	padding-left: 64px;
	padding-right: 64px;
	padding-top: 64px;
	vertical-align: middle;
	width: 927px;
}

#ie-banner .modal {
	background-color: rgb(255, 255, 255);
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	display: block;
	font-family:
		'Graphik Web',
		-apple-system,
		Roboto,
		BlinkMacSystemFont,
		'Segoe UI',
		Oxygen,
		Ubuntu,
		Cantarell,
		'Fira Sans',
		'Droid Sans',
		'Helvetica Neue',
		sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;
	margin: auto;
	margin-top: 0px;
	max-width: 704px;
	padding-bottom: 32px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 32px;
	position: relative;
	width: 704px;
}

#ie-banner .modal-heading {
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	display: block;
	font-family:
		'Graphik Web',
		-apple-system,
		Roboto,
		BlinkMacSystemFont,
		'Segoe UI',
		Oxygen,
		Ubuntu,
		Cantarell,
		'Fira Sans',
		'Droid Sans',
		'Helvetica Neue',
		sans-serif;
	font-size: 25px;
	font-weight: 700;
	height: 34px;
	line-height: 30px;
	margin-bottom: 16px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	width: 640px;
}
