/* Mobile/Base */

#exit-survey-container-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgb(0,0,0,.5);
}

.exit-survey {
	display: block;
	width: 100%;
	padding: 30px 10px 5px;
	max-width: 90%;
	position: fixed;
	top: 50%;
	left: 50%;
	bottom: auto;
	transform: translate(-50%, -50%);
	z-index: 1000001;
	background-color: #fff;
	color: #000;
	text-align: center;
	letter-spacing: 0.02em;
	font-weight: 400;
}

.exit-survey .closer {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'petala-pro', sans-serif;
	font-size: 12px;
}

.exit-survey .logo {
	max-width: 270px;
	max-height: 65px;
	margin: 0 auto 5%;
	cursor: unset;
}

.exit-survey .message > p {
	margin-bottom: 10px;
	font-size: 14px;
	cursor: unset;
}

.exit-survey .btns {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.exit-survey .btns > a {
	display: inline-block;
	padding: 5px 15px;
	margin: 3% auto;
	max-width: 80%;
	background: #E94127;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	font-family: 'petala-pro', sans-serif;
	font-weight: bold;
	white-space: prewrap;
}

.exit-survey .foot-notes {
	font-family: 'petala-pro', sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 1;
	margin-top: 5%;
}

.exit-survey .foot-notes p {
	margin: 0;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

/* Tablet */
@media only screen and (min-width: 810px) {
	.exit-survey {
		padding: 60px 15px 15px;
		max-width: 760px;
	}

	.exit-survey .logo {
		display: block;
		margin: 0 auto 45px;
	}

	.exit-survey .message {
		max-width: 655px;
		margin: 0 auto;
	}

	.exit-survey .message > p {
		margin-bottom: 25px;
		font-size: 20px;
		line-height: 1.3;
	}

	.exit-survey .btns {
		margin-bottom: 45px;
		flex-direction: row;
	}

	.exit-survey .btns a {
		padding: 7px 30px;
		margin: 0;
		white-space: nowrap;
	}

	.exit-survey .btns a:first-of-type {
		margin-right: 15px;
	}
}


/* Desktop */
@media only screen and (min-width: 64.063em) {

}
