<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shown {
	display: block;
}

.hidden {
	display: none;
}

.create-account-form-wrapper p label input {
	font-weight: 400;
	font-size: 15px;
}

.create-account-form-wrapper,
.create-account-form-wrapper input,
.create-account-form-wrapper label {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.create-account-form-elements .create-account-form-modal-wrapper,
.create-account-form-elements .create-account-form-modal-overlay {
	display: none;
}

#email-is-institute-qualified-text{
	margin-bottom: 20px;
	padding: 10px;
	width: calc(100% - 20px);
	border: 1px solid red;
	background-color: rgba(255,0,0,0.1);
	transition: background-color 2s ease;
}

#email-is-institute-qualified-text.hidden{
	background-color: rgba(255,0,0,0.5);
}

.create-account-form-elements .create-account-form-modal-wrapper {
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 0 #000;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 0 #000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 0 #000;
	margin: 0px 0px 0px -370px;
	position: absolute;
	top: 50px;
	z-index: 1000;
	left: 50%;
	border: 0;
	background-color: #fff;
	padding-bottom: 60px;
}

.create-account-form-elements {
	position: relative;
}

.create-account-form-elements .create-account-form-wrapper {
	width: 800px;
	background-color: #FFF;
	position: relative;
}

.create-account-form-elements .create-account-form-wrapper .create-account-form-footer {
	clear: both;
	/*padding-top: 44px;*/
}

.create-account-form-elements .create-account-form-container {
	padding: 40px;
	position: relative;
}

.create-account-form-elements .create-account-form-container a {
	color: #00ACD4;
}

.create-account-form-elements .create-account-form-container .double-right-arrow {
	font-size: 16px;
}

.create-account-form-elements .create-account-form-container .create-account-form-button {
	cursor: pointer;
	border: 0;
	font-size: 17px;
}

.create-account-form-elements .create-account-form-container .close-button {
	background-image: url(/images/styles/x-button-light.png);
	background-size: 23px 23px;
	cursor: pointer;
	width: 23px;
	height: 23px;
	position: absolute;
	right: 41px;
	top: 44px;
}

.create-account-form-elements .create-account-form-container .close-button:hover,
.create-account-form-elements .create-account-form.preloader .close-button-hover {
	background-image: url(/images/styles/x-button.png);
}

.create-account-form-elements .create-account-form-container .header-text {
	height: 50px;
	font-size: 40px;
	font-weight: 300;
	padding-left: 0px;
	margin-top: -15px;
	padding-bottom: 6px;
}

.create-account-form-elements .create-account-form-container .form-items {
	float: left;
	width: 382px;
	padding-left: 0px;
	margin-top: 18px;
}

.create-account-form-elements .create-account-form-container .create-account-form {
	padding-top: 12px;
}

.create-account-form-elements .create-account-form-wrapper .create-account-form .input-wrapper {
	position: relative;
}

.create-account-form fieldset{
	margin: 0;
	padding: 0;
	border: none;
}

.create-account-form fieldset legend{
	font: 700 15px "Open Sans", Arial, Helvetica, sans-serif;
}
.create-account-form .input-wrapper label {
	position: absolute;
	cursor: text;
	line-height: 35px;
	top: 5px;
	left: 14px;
	color: #777;
	transition: color 0.2s linear 0s;
	-webkit-transition: color 0.2s linear 0s;
	-moz-transition: color 0.2s linear 0s;
}

.create-account-form .input-wrapper label.label-error,
label.label-error {
	float: left;
	position: initial;
	color: red;
	font: 15px "Open Sans";
	cursor: pointer;
}

.create-account-form .input-wrapper label+label {
	top: 28px;
}

.create-account-form-container select {
	width: 100%;
	padding: 11px;
	font: 15px "Open Sans";
	border: 1px solid #DFDFE1;
	margin-top: 0;
	margin-bottom: 14px;
}

.create-account-form-elements .create-account-form-wrapper .create-account-form .input-wrapper label,
.create-account-form-elements .create-account-form-wrapper .create-account-form .input-wrapper input {
	font-size: 15px;
	font-weight: 400;
}

.create-account-form-elements .create-account-form-wrapper .create-account-form .input-wrapper.focused label {
	color: #CCC;
	transition: color 0.2s linear 0s;
	-webkit-transition: color 0.2s linear 0s;
	-moz-transition: color 0.2s linear 0s;
}

.create-account-form-elements .create-account-form-wrapper .create-account-form .input-wrapper.populated label {
	display: none;
}

.create-account-form input:not([type="checkbox"]) {
	width: calc(100% - 24px);
	margin-bottom: 14px;
	padding: 11px;
	border: 1px solid #DFDFE1;
	color: black;
}

.create-account-form-elements .create-account-form-container .create-account-form .form-options .remember-password {
	float: left;
	font-size: 13px;
	margin-top: 2px;
	width: 370px;
	border: 1px solid transparent;
	padding: 10px 0px 0px 10px;
}

.create-account-form-elements .create-account-form-container .create-account-form .form-options .remember-password .terms-of-service-text {
	font-size: 15px;
	font-weight: 400;
	padding-left: 4px;
	float: left;
	margin-top: -2px;
	max-width: 90%;
}

.create-account-form-elements .create-account-form-container .create-account-form .form-options .remember-password input[type='checkbox'] {
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
}

.create-account-form-elements .create-account-form-container .create-account-form .form-options .remember-password input[type='checkbox']:focus {
	outline: 1px solid #CCC;
}

.create-account-form-elements .create-account-form-container .create-account-form .form-options .remember-password .remember-password-text {
	margin-left: 5px;
	font-size: 13px;
	font-weight: 400;
}

.create-account-form-elements .create-account-form-container .create-account-form .form-options .forgot-password {
	float: right;
	font-size: 13px;
}

.create-account-form-elements .create-account-form-container .create-account-form .form-options .create-account-button .create-account-form-button {
	background-color: #00ACD4;
	color: #FFF;
	width: 381px;
	height: 47px;
	float: left;
	border-radius: 3px;
	margin-top: 20px;
	cursor: pointer;
}

.create-account-form-elements .submit-disabled {
	cursor: progress !important;
	background-color: darkgray !important;
}

.create-account-form-elements .create-account-form-container .form-items .institute-new-account {
	padding-top: 32px;
	font-size: 15px;
}

.create-account-form-elements .create-account-form-container .form-items .institute-new-account-instructions {
	margin-bottom: 18px;
}

.create-account-form-elements .create-account-form-container .form-items .institute-new-account-button {
	margin-bottom: 0px;
}

.create-account-form-elements .create-account-form-container .form-items .institute-new-account .new-account-button {
	width: 163px;
	height: 42px;
	background-color: #939598;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.create-account-form-elements .create-account-form-container .form-items .institute-new-account .new-account-button:hover {
	text-decoration: none;
}

.create-account-form-elements .create-account-form-container .form-instructions-wrapper {
	float: right;
	width: 266px;
	border-left: 1px solid #C7C8CA;
	margin-left: 0px;
	padding-left: 30px;
	margin-top: 46px;
	font-weight: 400;
}

.create-account-form-elements .create-account-form-container .form-instructions {
	float: left;
	line-height: 23px;
	font-size: 13px;
	letter-spacing: 0px;
	word-spacing: 1px;
	width: 265px;
}

.create-account-form-elements .create-account-form-container .form-instructions&gt;p:first-child::first-line {
	line-height: 17px;
}

.create-account-form-elements .member-create-account .create-account-form-container .form-instructions .new-account-instructions {
	padding-top: 9px;
	font-size: 13px;
	word-spacing: 2px;
	letter-spacing: 0px;
	line-height: 20px;
	padding-bottom: 8px;
}

/* #register_member_form_inline .job-other-field {
	float: left;
}

#register_member_form_inline .job-other-field input {
	width: 160px !important;
}

#register_member_form_inline .first-name-field {
	float: left;
}

#register_member_form_inline .first-name-field input {
	width: 160px !important;
}

#register_member_form_inline .last-name-field {
	float: right;
}

#register_member_form_inline .last-name-field input {
	width: 160px !important;
} */

.account-includes {
	float: left;
	width: 210px;
}

.account-includes image {
	float: left;
}

.account-includes p {
	float: right;
	width: 182px;
	font-size: 13px;
	margin-bottom: 15px;
	font-weight: 400;
}

.account-includes p.last {
	margin-bottom: 0px;
}

.account-includes-wrapper {
	float: left;
	padding: 20px;
	background-color: #EDEDED;
	border-radius: 3px;
	width: 225px;
	margin-bottom: 40px;
}

.account-includes-wrapper h3 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	color: #636466;
	margin-top: 2px;
	font-family: "open sans condensed";
	margin-bottom: 20px;
}

#register_member_form_inline .fields .select {
	display: block;
	height: 42px;
	width: 382px;
	margin-bottom: 15px;
	padding: 9px;
	border: 1px solid #DFDFE1;
	font-size: 15px;
	color: #777;
	font-weight: 400;
}

.create-account-form-elements .create-account-form-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #3d464d;
	-moz-opacity: 0.60;
	opacity: .60;
	filter: alpha(opacity=60);
}

#register_member_form_inline .moreHiddenFields {
	display: none;
}

#register_member_form_inline .not-validated {
	border: 1px solid #F15963 !important;
}

#register_member_form_inline .error-display {
	display: none;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}

.create-account-form-elements .frozen-form-overlay {
	height: 100%;
	width: 100%;
	display: none;
	background-color: transparent;
	position: absolute;
	z-index: 999;
	background-color: #AFB8BF;
	-moz-opacity: 0.60;
	opacity: .60;
	filter: alpha(opacity=60);
	text-align: center;
}

.create-account-form-elements .frozen-form-overlay .loader-gif {
	margin-top: 300px;
}

/*if an autofill takes place which is not supposed to happen, make the background stay white*/

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

/* MailChimp GDPR Footer */

.gdpr-footer {
	margin: 0 -20px 0 -20px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.9);
	overflow: auto;
	color: #4a4a4a;
}

.gdpr-footer p {
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 0;
	width: calc(100% + 12px);
}

.gdpr-footer a {
	color: #206578;
}

.gdpr-footer img {
	width: 65px;
	float: left;
	margin-right: 15px;
}</pre></body></html>