/* The Modal (background) */
.modalInterstitial {
	display: block; /* Displayed by default */
	position: fixed; /* Stay in place */
	z-index: 1000; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
	overflow-y: hidden;
}

/* Modal Content/Box */
.modal-frame {
	margin: 15% auto;
}

.modal-content {
	background-color: #FFF;
	height: 120px;
	width: 250px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.modal-content p {
	color: #333333;
}

.modal-title {
	padding: 10px 0px 0px 10px;
}

.modal-content-body {
	background-color: #ababab;
	position: relative;
	box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7);
	text-align:center;
}

.modal-content-body-text {
	color:#FFF;
	position: absolute;
	top: 50px;
	left: 75px;
	min-height: 130px;
	width: 500px;
	text-align:center;
}

.left-align {
	text-align:left;
	left:120px;
}

ul.no-brand-list {
	margin-top:15px;
}

ul.no-brand-list li {
	list-style-type:disc;
	background-image:none;
	margin-left:1em;
}

ul.no-brand-list li span {
	margin-left:-0.5em;
}

.modal-content-buttons {
	background-color: #ababab;
	text-align:right;
	padding-top: 25px;
	padding-bottom: 25px;
}

.button-center {
	text-align:center;
}

.modal-arrow {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-bottom: 15px solid white;
	display: inline-block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	margin-top: -8px;
}

a.modal-button-link  {
	color:#FFF;
	margin-right: 20px;
	text-decoration: underline;
}

a.modal-button-action {
	margin-right: 20px;
	text-decoration: none;
	padding: 5px;
	line-height: 1.3em;
	color:#FFF;
	border-width: 1px;
	border-style: solid;
	background-color: #D28E00;
	border-color: #D28E00;
	border-radius: 4px;
	text-align: center;
}

.extra-padding {
	padding-left:15px !important;
	padding-right:15px !important;
}

/* The Close Button */
.close {
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
    right: -11px;
    top: -11px;
}

.close img {
	float: right;
}

.close:hover, .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/* What's New Dialog */
.modalInterstitial div.whats-new {
	position: absolute; 
	padding-bottom: 8px;
}
.whats-new p.feature-text {
	padding: 0px 10px 0px 10px;
	margin-bottom: 0px;
}
.whats-new .modal-arrow {
	margin-left: 30px;
}