.angelcontacts a {
	transition: all 0s;
	text-decoration: none;
	color: blue;
}
.angelcontacts a:hover {
	transition: all 0s;
	text-decoration: underline;
	color: blue;
}
.angelcontacts {
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, sans-serif;
	color: black;
}
.angelcontacts h2 {
	font-size: 20px;
	line-height: 22px;
	font-family: Arial, sans-serif;
	color: black;
	margin-bottom: 20px;
}
.angelcontacts-preference-container {
	background-color: #FFFFFF;
	border: 2px solid #EFEFEF;
	border-radius: 5px;
	padding: 20px;
	-webkit-box-shadow: 4px 4px 40px -24px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 40px -24px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 40px -24px rgba(0,0,0,0.75);
}
.angelcontacts-preference-row {
	margin-bottom: 20px;
	border-top: 2px dashed #EFEFEF;
	padding-top: 20px;
}
.angelcontacts-preference-row:last-child {
	margin-bottom: 0px;
}
.angelcontacts-preference-heading {
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, sans-serif;
	color: black;
}
.angelcontacts-terms-heading {
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, sans-serif;
	color: black;
}
.angelcontacts-terms-heading a {
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, sans-serif;
	color: blue;
	transition: all 0s;
}
.angelcontacts-terms-heading a:hover {
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, sans-serif;
	text-decoration: underline;
	color: blue;
}
.angelcontacts-preference-heading strong {
	font-weight: bold;
	color: black;
}
.angelcontacts-selection-box {
	display: inline-block;
}
.angelcontacts-selection-box label {
	background-color: #F2F2F2;
	border-radius: 3px;
	padding: 10px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, sans-serif;
	color: black;
	margin-bottom: 0px;
}
.angelcontacts-preference-note {
	font-size: 10px;
	line-height: 12px;
	font-family: Arial, sans-serif;
	color: #333;
	margin-top: 5px;
}
.angelcontacts-preference-note a {
	font-size: 10px;
	line-height: 12px;
	font-family: Arial, sans-serif;
	color: blue;
	transition: all 0s;
}
.angelcontacts-preference-note a:hover {
	font-size: 10px;
	line-height: 12px;
	font-family: Arial, sans-serif;
	text-decoration: underline;
	color: blue;
}
.angelcontacts .g-recaptcha {
	margin-top: 10px;
}

.angelcontacts-dark {
	color: #000;
}

.angelcontacts-areas-input {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF !important;
	border: 2px solid #EFEFEF !important;
	border-radius: 5px !important;
	padding: 10px !important;
	font-size: 14px;
	min-width: 100%;
	cursor: pointer;
}

.angelcontacts-areas-container {
	position: relative;
	background-color: #FFF;
}

.angelcontacts-areas-list {
	margin-top: -15px;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 430px;
	max-height: 260px;
	overflow-y: scroll;
	background-color: #FFFFFF;
	border: 2px solid #EFEFEF;
	border-radius: 5px;
	padding: 15px 15px;
	-webkit-box-shadow: 4px 4px 40px -24px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 40px -24px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 40px -24px rgba(0,0,0,0.75);
}

.angelcontacts-areas-item-label {
	cursor: pointer;
	display: block;
	margin-bottom: 5px;
}

.angelcontacts-areas-list > .angelcontacts-areas-item-label:last-child {
	margin-bottom: 15px;
}

.angelcontacts-areas-item-label > input {
	margin-right: 10px;
}

input[name="angelcontacts[terms]"] {
	margin-right: 10px;
}

.angelcontacts-preference-required-interest {
	background-color: #DEEBEF;
    border: 1px solid #ADE0F5;
    padding: 5px;
    margin: 10px 0px 5px 0px;
    display: inline-block;
}
b {
	font-weight: bold !important;
}
em {
	font-style: italic !important;
}
.softwareVersion {
	display: inline-block;
	position: relative;
	float: right;
	font-size: 10px;
	color: #E4E4E4;
	text-align: right;
	bottom: 25px;
}
.captcha-row {
	margin-bottom: 0;
}