@charset "utf-8";

#mobile-navigation-panel {
	background: #090f1d;
	background-image: url('https://cdn.claimspages.com/img/utilities/bg.png');
}

#mobile-account-panel {
	background: #090f1d;
	background-image: url('https://cdn.claimspages.com/img/utilities/bg.png');
}

#mobile-navigation-panel ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

#mobile-navigation-panel ul li a {
	display: block;
	font-family: Montserrat; font-size: 0.8rem;
	padding-left: 1rem;
	width: 100%; height: 50px; line-height: 50px;
	background: transparent; color: #fff;
}

#mobile-account-panel ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

#mobile-account-panel ul li a {
	display: block;
	font-family: Montserrat; font-size: 0.8rem;
	padding-left: 1rem;
	width: 100%; height: 50px; line-height: 50px;
	background: transparent; color: #fff;
}

.overlay {
	position: fixed;
	background: rgba(0, 0, 0, 0.75);
	width: 100%; height: 100%;
	display: none; z-index: 999999;
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	cursor: pointer;
}

.scotch-is-showing .overlay { display: block; }

.toggle-mobile-navigation-panel {
	color: #fff; font-size: 1.6rem;
}

.toggle-mobile-account-panel {
	color: #fff; font-size: 1.35rem;
}