.content,
.response {
	display: none;
}
#response {
	color: #f00;
	font-family: "UnitRoundedWebPro", Helvetica, Arial, sans-serif !important;
	font-size: 14px;
}
#element_to_pop_up {
	width: 730px;
	height: 790px;
	display: none;
/* 	top: 10px !important; */
	left: calc(50% - 300px) !important;
/* 	overflow: scroll; */
	padding: 50px;
	background:#f8f7f5;
	color: #000;
	font-size: 15px;
}
.ci-msg-img-download {
	width: 60px;
	height: 60px;
	background: transparent url('../images/download.svg') center center no-repeat;
	background-size: 60px 60px;
}
h2.thanks-hl {
	padding: 0 0 !important;
	color: #4aacb5;
	font-size: 30px;
	font-family: 'Myriad Pro', sans-serif;
	font-weight: normal;
}
.ci-thanks-txt {
	color: #293348;
}
.ci-thanks-txt2 {
	margin-top: 70px;
}
.modal-hl {
	margin-bottom: 20px;
}
#element_to_pop_up label {
/* 	margin-bottom: 0; */
/* 	font-family: "UnitRoundedWebPro-Bold", Helvetica, Arial, sans-serif !important; */
/* 	font-size: 16px; */
/* 	color: #28323c; */
}
#element_to_pop_up input {
/* 	margin: 0 0 15px; */
}
.user-info ul {
	list-style: none;
	overflow: hidden;
}
.user-info ul li {
	float: left;
	width: 50%;
}
input.input_field.highlight {
	border-color: #f00;
}
.modal_close {
	float: right;
	position: relative;
	top: 0;
	right: 0;
	color: #31959f !important;
	font-weight: bold;
	font-size: 23px;
}
#download-button,
.ci-download-btn-container .downloadbtn {
	width: 220px;
	padding: 10px;
	color: #fff !important;
	text-shadow: none;
	border-radius: 4px;
	background: #14969e;
	background-color: #14969e;
	background-image: -webkit-linear-gradient(bottom, #14969e 0%, #14969e 100%);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.ci-download-btn-container .downloadbtn,
.ci-download-btn-container a:hover.downloadbtn {
	width: 220px;
	padding: 10px;
	color: #fff !important;
	font-size: 17px;
	text-align: center;
	text-shadow: none;
	border-radius: 4px;
	background: #14969e;
	background-color: #14969e;
	background-image: -webkit-linear-gradient(bottom, #14969e 0%, #14969e 100%);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
}
/*
a.downloadbtn,
a:hover.downloadbtn,
button.downloadbtn,
button.downloadbtn:hover {
	display: block;
	margin: 0;
	margin-top: 10px;
	padding: 0 5px 0 0;
	font-weight: normal;
	font-style: normal !important;
	font: 14px "UnitRoundedWebPro", Helvetica, Arial, sans-serif;
	color: #31959f !important;
	letter-spacing: 0;
	background: transparent;
	border: 0;
}
*/

.ci-disclaimer-note {
	line-height: 12px;
}

@media screen and (max-width: 767px) {
	#element_to_pop_up {
		width: 500px !important;
	}
}
@media screen and (max-width: 480px) {
	.modal-hl {
		width: 75%;
	}

	#element_to_pop_up {

		width: 100% !important;
		min-width: 100% !important;/*
		height: 100% !important;
		top: 0 !important;
*/
		left: 0 !important;/*

		margin-left: 0 !important;
		margin-right: 0 !important;
*/
	}

}

