.close {
	float: right;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0;
	border: 0;
	-webkit-appearance: none;
	appearance: none
}

.modal {
	font-family: open sans, sans-serif;
	color: #000;
	line-height: 1.5625;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background: rgba(0, 0, 0, 0.5)
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	outline: 0
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 25px
}

.modal-header .close {
	margin-top: -28px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 25px
}

@media(min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
}

.modal-header:after,
.modal-header:before {
	display: table;
	content: " "
}

.modal-header:after {
	clear: both
}

.hidden {
	display: none !important
}

.modal-body {
	font-size: 16px
}

.modal-body h3 {
	border-top-style: none
}

.modal-body li {
	margin: 25px
}

.terms-wrap {
    padding-left: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 0;
}

.terms-wrap li {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-decoration: underline;
	font-size: 14px;
	padding: 5px;
	color: blue;
    text-decoration: none;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.modal-body ul li {
	list-style: disc;
	margin-bottom: 0;
	padding-bottom: 0;
}

.modal-body *:first-child {
	padding-top: 0;
	margin-top: 0;
}

.modal-body ul {
	padding: 0;
	margin-left: 0;
}

.modal-body h1,
.modal-header h1,
.modal-body h2,
.modal-header h2,
.modal-body h3,
.modal-header h3,
.modal-body h4,
.modal-header h4,
.modal-body h5,
.modal-header h5 {
	padding: 0;
}

.modal-body h3 {
	font-size: 20px;
	line-height: 29px;
	margin: 15px 0 10px;
	padding: 0;
	font-style: normal;
	text-align: left;
	color: #000;
}

.modal-body p,
.modal-body ul li {
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	margin-bottom: 10px;
}

.modal-body {
	padding: 25px 10px;
}

footer p span {
	text-decoration: underline;
	cursor: pointer;
}

.modal-body li {
	margin: 0 0 0 25px;
}

.modal-body h3:first-child {
	margin-top: 0;
}