.form-item-half {
	width: 46%; 
	margin: 4px 2%;
	float: left;
}
.form-item-full {
	width: 96%; 
	margin: 12px 2%;
	float: left;
}

.centered-button {
	text-align: center;
}

.clear {
	clear:both;
}

.sub_form {
	width: 400px;
	margin: 18px auto;
}

input[type=text], input[type=date], input[type=number], input[type=password], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #222222;
	padding: 8px .75em;
	background-color: #edf2f7 !important;
	border: none !important;
	border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	font-size: 12px;
	-webkit-appearance: none;
	margin-bottom: 4px;
	margin-top: 4px;
	box-sizing: border-box;
	font-family: 'Montserrat' !important, helvetica, arial;
	outline: none;
	letter-spacing: 1.1px;
	font-weight: 200;
	transition: all .15s ease-in;
	-webkit-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	width: 98%;
}

.enc-edit-link {
	color: #4c5dcd !important;
   // border: 1px solid #5764d7;
	background-color: rgba(75, 92, 204, 0.25) !important;
	font-weight: bold;
	padding: 0.5rem 1rem !important;
	line-height: 1.25;
	border-radius: 0.2rem;
	text-decoration: none;
	-webkit-appearance: none !important;
	border: none !important;
	white-space: nowrap;
}

.enc-edit-link:hover {
		color: #ffffff !important;
		background-color: rgba(75, 92, 204, 1) !important;
}

.main-left-column {
	width: 41%;
	margin: 0px 0px;
	padding: 5px 2%;
	float: left;
}
.main-right-column {
	width: 51%;
	margin: 0px 0px;
	padding: 5px 2%;
	float: left;
}

#results-list li:hover {
	background-color: #CED2EF;
}

.company-logo {
	width: 90%;
	margin: 4px auto;
	text-align: center;
}

.company-logo img {
	max-width: 98%; 
	margin: 2px 1%;
	height: auto;
}

h2.detail-title-main {
	font-size: 24px;
	font-weight:bold;
	color: #2F3B96;
}

h2.detail-title {
	font-size: 14px;
	font-weight:bold;
	color: #2F3B96;
}

.gold-icon {
	color: #F5AA1C !important;
}

.orange-icon {
	color: #FE8B18 !important;
}

.green-icon {
	color: #00FFAF !important;
}

.fb-blue {
	color: #2D88FF !important;
}

.twt-blue {
	color: #1DA1F2 !important;
}

.page-bio {
	width: 90%; 
	margin-left: 8%;
	line-height: 1.5em;
}

.contact-info-container {
	margin: 15px 0px;
}