
/* Modal
-------------------------------------------------- */
.modal-content {
	border-radius: 10px;
	overflow: hidden;
}
.hc-modal-close {
	position: fixed;
	top: 0px;
	right: 3px;
	font-size: 30px;
	line-height: 30px;
	padding: 8px 10px;
	color: #999999;
	cursor: pointer;
}
.hc-modal-close:hover,
.hc-modal-close:focus {
  	color: #666666;
}
.h-modal-button-close {
	margin: 20px 5px 0 0;
}
.modal-header {
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #444444;
	font-size: 20px;
	text-align: left;
}
.hc-modal-body {
	padding: 15px 15px 5px 15px;
	background: #e6e6e6;
	text-align: left;
}
label {
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #444444;
	font-size: 16px;
}
.form-control {
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #999999;
	margin-bottom: 15px;
	padding-left: 10px;
}
.fc-last {
	margin-bottom: 0px;
}
.hc-required {
	color: #924C4E;
}
.hc-but-sign {
	margin-right: 10px;
}
.hc-modal-thanks {
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #222222;
	font-size: 28px;
	margin: 20px 0 10px 0;
}
.hc-modal-intouch {
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #444444;
	font-size: 16px;
	margin: 0 0 30px 0;
}








/* RESPONSIVE
-------------------------------------------------- */



/* DESKTOP LARGE
------------------------- */
@media (min-width: 1200px) {



}



/* DESKTOP
------------------------- */
@media (max-width: 1199px) {



}



/* PORTRAIT TABLET TO LANDSCAPE AND DESKTOP
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {



}



/* LANDSCAPE PHONE TO PORTRAIT TABLET
------------------------- */
@media (max-width: 767px) {



}



/* LANDSCAPE PHONE AND DOWN
------------------------- */
@media (max-width: 480px) {



}


/* LANDSCAPE PHONE AND DOWN
------------------------- */
@media (max-width: 320px) {


}