.content,
.response {
	display: none;
}
#response {
	color: #f00;
	/* font-family: "UnitRoundedWebPro", Helvetica, Arial, sans-serif !important; */
	font-size: 14px;
}
#element_to_pop_up {
	width: 600px;
	/* height: 790px; */
	display: none;
/* 	top: 10px !important; */
	left: calc(50% - 350px) !important;
/* 	overflow: scroll; */
	padding: 50px;
	background:#f8f7f5;
	color: #000;
	font-size: 15px;
}
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: 0 0 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: -30px;
	right: 0;
	color: #31959f !important;
	font-weight: bold;
	font-size: 23px;
}


.downloadbtn,
.downloadbtn:visited {
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 700;	
	text-align: center;
	text-transform: uppercase;
	background-color: #4AACB5;
	border-radius: 0;
	color: #fff;	
}
.downloadbtn:hover {
	background: #293348;
}


#file-dowload-form.ci-form input[type="text"],
#file-dowload-form.ci-form input[type="email"] {
	width: 570px;
	max-width: 100%;
	border: 2px solid #ced4da;
	background: #fff;
}
#file-dowload-form.ci-form select {
	border: 2px solid #ced4da;
	background: #fff;
}

.ci-disclaimer-note {
	line-height: 18px;
}
.ci-disclaimer-note a {
	color: #2a3346;
	text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
	#element_to_pop_up {
		width: 500px !important;
		left: calc(50% - 300px) !important;
	}
	#file-dowload-form.ci-form input[type="text"],
	#file-dowload-form.ci-form input[type="email"]{
			width: 470px;
		}
	#file-dowload-form.ci-form select {
		width: 500px;
		background:#fff;
		border: 2px solid #ced4da;
	}
}
@media screen and (max-width: 640px) {
	#element_to_pop_up {
		width: 86% !important;
		left: 2% !important;
		padding: 20px 5%;
	}
	.modal_close {
		top: 0;
	}
	.modal-hl {
		padding-right: 40px;
	}
	#file-dowload-form.ci-form input[type="text"],
	#file-dowload-form.ci-form input[type="email"]{
		width: 91%;
	}
	#file-dowload-form.ci-form select {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.modal-hl {
		width: 75%;
	}

/* 	#element_to_pop_up {
		width: 100% !important;
		min-width: 100% !important;
		left: 0 !important;
	} 
*/

}

