#cbhn-signup {
}

#cbhn-signup h3 {
	font-size: 18px;
	margin: 15px 0;
	padding: 0;
	font-weight: 600;
}

#cbhn-signup .cbhn-flex {
	align-items: flex-start;
}

#cbhn-signup .cbhn-column {
	padding: 10px;
}

#cbhn-signup .cbhn-column label {
	display: block;
	font-size: 14px;
}

#cbhn-signup .cbhn-column input, 
#cbhn-signup .cbhn-column select,
#cbhn-signup .cbhn-column textarea {
	box-sizing: border-box;
	padding: 10px;
}

#cbhn-signup .cbhn-column label + input, 
#cbhn-signup .cbhn-column label + select, 
#cbhn-signup .cbhn-column label + textarea,
#cbhn-signup .cbhn-column span.select2 span.select2-selection {
	width: 100%;
	min-height: 45px;
}

#cbhn-signup .cbhn-column label span.required {
	font-size: 14px;
	color: red;
	margin-left: 5px;
}

#cbhn-signup .cbhn-column p.cbhn-field-description {
	font-size: 11px;
	font-style: italic;
	margin: 5px 0 0;
	color: #494949;
}

#cbhn-signup .cbhn-column.two-col-fields {
	flex: 1 0 0;
}

#cbhn-signup .cbhn-flex.one-col-field-group label,
#cbhn-signup .cbhn-flex.one-col-field-group input,
#cbhn-signup .cbhn-flex.one-col-field-group select,
#cbhn-signup .cbhn-flex.one-col-field-group textarea {
	max-width: 450px;
}

#cbhn-signup .cbhn-flex.bio textarea {
	height: 100px;
}

#cbhn-signup .cbhn-column span.select2,
.select2-container .select2-dropdown .select2-results {
	font-size: 14px;
}

#cbhn-signup .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	top: 3px;
}

#cbhn-signup .cbhn-column span.select2.select2-container {
	width: min(100%, 450px) !important;
}

#cbhn-signup .cbhn-column label .field-description {
	font-size: 11px;
	margin: 0 5px;
}

#cbhn-signup .select2-container .select2-selection--multiple .select2-selection__rendered {
	margin: 0;
}

#cbhn-signup .cbhn-column .select2-container .select2-search--inline .select2-search__field {
	min-width: 200px;
}

#cbhn-signup .column-password {
	position: relative;
}

#cbhn-signup .column-password .dashicons {
	position: absolute;
	top: 50px;
	right: 20px;
	cursor: pointer;
	color: rgba(232, 142, 40, 1);
}

#cbhn-signup .column-password .dashicons:hover {
	color: rgba(232, 142, 40, 0.7);
}

#cbhn-signup .cbhn-field-file {
	background: rgba(232,142,40,.9);
	border: 1px solid #e88e28;
	padding: 10px 20px;
	font-size: 14px;
	display: inline-block;
	border-radius: 5px;
	color: white;
	cursor: pointer;
	margin: 0 10px 0 0;
}

#cbhn-signup .cbhn-field-file-container .error-msg {
	font-size: 14px;
	margin: 0;
	color: #f31b1b;
}

#cbhn-signup .cbhn-field-file-container .uploaded-filename-wrap {
	position: relative;
	margin: 5px 20px 0 5px;
	overflow: hidden;
}

#cbhn-signup .cbhn-field-file-container .field-uploaded-filename {
	font-size: 14px;
	margin: 0;
}

#cbhn-signup .cbhn-field-file-container .uploaded-filename-wrap .file-progress {
	font-size: 12px;
	color: #474545;
	float: left;
	margin: 2px 10px 0 0;
}

#cbhn-signup .remove-profile-logo {
	font-size: 20px;
	color: #bc0a0d;
	cursor: pointer;
	float: left;
	margin: 5px 5px 0 0;
}

#cbhn-signup .cbhn-field-file:hover {
	background: rgb(232,142,40);
}

@media only screen and (min-width: 577px) and (max-width: 990px) {
	#cbhn-signup .cbhn-flex.cbhn-fields-4 {
		flex-wrap: wrap;
	}

	#cbhn-signup .cbhn-flex.cbhn-fields-4 .cbhn-column {
		flex: 0 1 50%;
	}
}

@media only screen and (max-width: 576px) {
	#cbhn-signup .cbhn-flex {
		flex-wrap: wrap;
	}

	#cbhn-signup .cbhn-flex .cbhn-column {
		flex: 0 1 100%;
	}
}