 @charset "utf-8";/* CSS Document */
body {
	background-color: white;
	font-family: "Open Sans", sans-serif;
	color: #565656;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 14px;
}
html, body {
	height: 100%;
}
* {
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: none;
	border: none;
}
::-webkit-scrollbar {
width: 5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-clip: padding-box;
}
::-webkit-scrollbar-thumb {
background-color: #ccc;
}
::-webkit-scrollbar-track {
background: rgba(242, 242, 242, 0.25);
}
.fs-14, .tsl-input--checkbox .p-checkbox-box .p-checkbox-icon {
	font-size: 0.875rem !important;
}
.d-block, .tsl-input-autocomplete:focus + ul {
	display: block;
}
.d-flex, .tsl-auth {
	display: flex;
}
.tsl-auth {
	flex-direction: row;
}
.tsl-auth__left, .tsl-auth__right {
	display: flex;
	flex: 1 1 50%;
	justify-content: center;
	align-items: center;
	overflow: auto;
	flex-flow: row wrap;
}
.tsl-auth__left {
	background-color: #28056B;
	background: #28056B url(https://wiselyb2cstorage.blob.core.windows.net/root/assets/Pattern.png) left 100px no-repeat;
	color: white;
}
.tsl-auth__right {
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;
	background: #E5E5E5;
}
.full-height, .tsl-auth {
	height: 100%;
}
.full-width, .tsl-captcha {
	width: 100%;
}
.m-b-1, .tsl-dl dt {
	margin-bottom: 5px !important;
}
.m--auto {
	margin: auto;
}
.w-50 {
	width: 50%;
}
.w-60 {
	width: 60%;
}
.w-75, .tsl-input--search {
	width: 75%;
}
.fs-32 {
	font-size: 1.5rem;
}
.m-b-4, .tsl-dl dd {
	margin-bottom: 20px !important;
}
.lh-24 {
	line-height: 1.5rem;
}
.m-b-10 {
	margin-bottom: 50px !important;
}
.m-b-3 {
	margin-bottom: 15px !important;
}
.m-t-8 {
	margin-top: 40px !important;
}
.w-60 {
	width: 60%;
}
.tsl-form {
	margin: auto;
}
.tsl-form {
	width: 100%;
	margin: 0;
}
.m-b-6 {
	margin-bottom: 30px !important;
}
.m-b-4, .tsl-dl dd {
	margin-bottom: 20px !important;
}
.fw-600 {
	font-weight: 600;
}
.fw-bold, .tsl-form-heading, .tsl-grid .p-datatable-header .p-button, .intro h2 {
	font-weight: bold;
}
.tsl-form-heading {
	color: #747487;
}
.fs-16, .tsl-form-heading, .tsl-body__title, .intro h2 {
	font-size: 1rem;
	margin: 2rem 0;
}
.tsl-form-group, .entry-item {
	width: 100%;
	margin: 1.25rem auto;
	position: relative;
}
.tsl-form__control, .textInput, .entry-item input[type="text"], .entry-item input[type="email"], .entry-item input[type="password"], .verifyInput {
	display: block;
	margin: 0.625rem 0;
	padding: 0 0.5rem;
	background: #ffffff;
	border: 1px solid transparent;
	border-radius: 2px;
	width: 100%;
	height: 38px;
	font-size: 12px;
	line-height: 14px;
}
.tsl-form__control:focus, .textInput:focus, .entry-item input[type="text"]:focus, .entry-item input[type="email"]:focus, .entry-item input[type="password"]:focus, .verifyInput:focus, select:focus {
	border-bottom: 3px solid #1996ff;
	outline: none;
}
.tsl-link:hover {
	text-decoration: underline;
	color: #1996ff;
}
.m-t-4 {
	margin-top: 20px !important;
}
.m-t-6 {
	margin-top: 30px !important;
}
.row {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -0.5rem;
	margin-left: -0.5rem;
}
.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 0.5rem;

	padding-left: 0.5rem;
}
.col-xs-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.p-component, .p-component * {
	box-sizing: border-box;
}
.p-checkbox {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 0.25em;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
body .p-component {
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 14px;
	text-decoration: none;
}
body .p-checkbox {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	width: 20px;
	height: 20px;
}
.p-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.p-hidden-accessible input, .p-hidden-accessible select {
	transform: scale(0);
}
.p-checkbox .p-checkbox-box {
	width: 1.125em;
	height: 1.125em;
	line-height: 1.125em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
}
.p-checkbox .p-checkbox-box {
	border: 1px solid #b9b9c3 !important;
	border-radius: 0 !important;
}
body .p-checkbox .p-checkbox-box {
	border: 1px solid #a6a6a6;
	background-color: #ffffff;
	width: 20px;
	height: 20px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
	-webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
	transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
body .p-checkbox .p-checkbox-box .p-checkbox-icon {
	overflow: hidden;
	position: relative;
	font-size: 18px;
}
.p-checkbox .p-checkbox-icon {
	display: block;
}
body .p-checkbox- {
	margin: 0 0 0 0.5em;
}
.p-checkbox + {
	vertical-align: middle;
}
.tsl-auth__action {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.tsl-btn, button, .buttons button {
	text-decoration: none;
	padding: 0.625rem 1.875rem;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	font-size: 0.75rem;
	height: 38px;
	border-radius: 2px;
}
.ellipsis, .tsl-btn, .tsl-grid .p-datatable-scrollable-body-table td, button, .buttons button {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tsl-btn--blue, button[id="continue"], .buttons button {
	border: none;
	background-color: #1996ff !important;
	color: white;
}
.tsl-btn--blue:hover, .tsl-btn--blue:focus, button[id="continue"]:hover, button[id="continue"]:focus, .buttons button:hover, .buttons button:focus {
	color: white;
	background: #157ed7 !important;
}
.tsl-btn:hover, .tsl-btn:focus, .tsl-btn:active, button[id="continue"]:hover, button[id="continue"]:focus, .buttons button:hover, .buttons button:focus {
	text-decoration: none;
	outline: none;
}
body a {
	color: #1996ff;
	text-decoration: none;
	font-size: 12px;
}
a {
	text-decoration: none;
}
.tsl-link {
	color: #1996ff;
	font-size: 0.75rem;
	font-weight: normal;
	cursor: pointer;
}
.tsl-auth__footer--bottom {
	position: absolute;
	bottom: 1.875rem;
	left: 0;
	right: 0;
	text-align: center;
}
.tsl-auth__footer {
	text-align: center;
	width: 100%;
}
.fc--grey, .tsl-form__file-control, .help-dynamic__content, .p-fileupload-buttonbar {
	color: #747487;
}
.m-t-4 {
	margin-top: 20px !important;
}
.m-t-2 {
	margin-top: 10px !important;
}
.m-b-4, .tsl-dl dd {
	margin-bottom: 20px !important;
}
body .p-inputtext.p-error, body .p-dropdown.p-error, body .p-autocomplete.p-error > .p-inputtext, body .p-calendar.p-error > .p-inputtext, body .p-chips.p-error > .p-inputtext, body .p-checkbox.p-error > .p-checkbox-box, body .p-radiobutton.p-error > .p-radiobutton-box, body .p-inputswitch.p-error, body .p-listbox.p-error, body .p-multiselect.p-error, body .p-spinner.p-error > .p-inputtext, body .p-selectbutton.p-error > .p-button, body .p-togglebutton.p-error > .p-button {
	border: 1px solid #a80000;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tsl-list--icons {
	padding: 0;
	list-style-type: none;
	margin: auto;
	width: 60%;
}
.tsl-list--icons li {
	margin-bottom: 5rem;
}
.p-t-10 {
	padding-top: 50px;
}
.float-l, .tsl-header__action, .tsl-input--search {
	float: left;
}
.float-r {
	float: right;
}
.m-r-2 {
	margin-right: 10px !important;
}
.m-r-6 {
	margin-right: 30px !important;
}
.m-b-2 {
	margin-bottom: 10px !important;
}
.col-xs-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
.p-radiobutton {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 0.25em;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
body .p-component {
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 14px;
	text-decoration: none;
}
body .p-radiobutton {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	width: 20px;
	height: 20px;
}
.p-radiobutton .p-radiobutton-box {
	width: 1.125em;
	height: 1.125em;
	line-height: 1.125em;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	position: relative;
}
.p-radiobutton .p-radiobutton-box {
	border: 1px solid #b9b9c3 !important;
}
body .p-radiobutton .p-radiobutton-box {
	border: 1px solid #a6a6a6;
	background-color: #ffffff;
	width: 20px;
	height: 20px;
	text-align: center;
	position: relative;
	-moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
	-webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
	transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
	background-color: white !important;
	border: 1px solid #1996ff !important;
}
body .p-radiobutton .p-radiobutton-box.p-highlight {
	border-color: #007ad9;
	background-color: #007ad9;
	color: #ffffff;
}
.m-r-8 {
	margin-right: 40px !important;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.p-b-2 {
	padding-bottom: 10px;
}
body .p-radiobutton- {
	margin: 0 0 0 0.5em;
}
.p-radiobutton + {
	vertical-align: middle;
}
.tsl-captcha {
	background: rgba(220, 220, 225, 0.25);
	height: 60px;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
	background-clip: padding-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tsl-captcha {
	background: rgba(220, 220, 225, 0.25);
	height: 60px;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
	background-clip: padding-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p-a-2, .tsl-captcha {
	padding: 10px !important;
}
.full-width, .tsl-captcha {
	width: 100%;
}
.m-y-2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.fs-12, .help-dynamic__content {
	font-size: 0.75rem !important;
	line-height: 1.2rem;
}
label {
	font-size: 12px;
	line-height: 14px;
	display: block;
	font-size: 12px;
	color: #414155;
}/*Checkboxes styles*/
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-size: 12px;
}
input[type="checkbox"] + label:last-child {
	margin-bottom: 0;
}
input[type="checkbox"] + label:before, input[type="checkbox"]:checked + label:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #b9b9c3;
	position: absolute;
	left: 0;
	top: -1px;
}
input[type="checkbox"]:checked + label:after {
	border: 1px solid #1996ff;
}
input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 3px;
	border-radius: 0;
	background: #fff;
	border: 3px solid #1996ff;
	border-top-color: transparent;
	border-left-color: transparent;
	transform: scale(0.5) rotate(45deg);
	z-index: 9;
}
.radio input[type="radio"], input[id^="extension_account_type_"] {
	position: absolute;
	opacity: 0;
}
.radio input[type="radio"] + label, input[id^="extension_account_type_"] + label {
	font-size: 12px;
	display: inline-block;
	line-height: 20px;
	color: #414155;
	margin: 16px 30px 0 0;
}
.radio input[type="radio"] + label:before, input[id^="extension_account_type_"] + label:before {
	content: "";
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b9b9c3;
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	margin-right: 0.5rem;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}
.radio input[type="radio"]:checked + label:before, input[id^="extension_account_type_"]:checked + label:before {
	background-color: #1996ff;
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border: 1px solid #1996ff;
}
.radio input[type="radio"]:focus + label:before, input[id^="extension_account_type_"]:focus + label:before {
	outline: none;
	border-color: #1996ff;
}
.radio input[type="radio"]:disabled + label:before, input[id^="extension_account_type_"]:disabled + label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b9b9c3;
	background: #b9b9c3;
}
.radio input[type="radio"] + label:empty:before, input[id^="extension_account_type_"] + label:empty:before {
	margin-right: 0;
}
.p-r-3 {
	padding-right: 15px;
}
.p-l-3 {
	padding-left: 15px;
}
::placeholder {/* Firefox, Chrome, Opera */
color: #b9b9c3;
}
:-ms-input-placeholder {/* Internet Explorer 10-11 */
color: #b9b9c3;
}
::-ms-input-placeholder {/* Microsoft Edge */
color: #b9b9c3;
}
a[data-help] {
	display: none;
}
#attributeList ul {
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	margin-right: -0.5rem;
	margin-left: -0.5rem;
}
#attributeList li {
	display: block;
	flex-basis: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	flex: 0 0 auto;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	margin: 0.5rem 0;
	position: relative;
}
#attributeList li.RadioSingleSelect, #attributeList li:nth-child(2) {
	flex-basis: 100% !important;
	max-width: 100% !important;
	margin: 0.85rem 0;
}
.divider h2 {
	display: none;
}
.create {
	text-align: center;
	margin: 20px auto;
	font-size: 0.8rem;
}
.create #createAccount {
	display: inline-block;
	margin-left: 5px;
}
#forgotPassword {
	color: #1996ff;
	font-size: 0.75rem;
	font-weight: normal;
	cursor: pointer;
	display: block;
	margin: 30px 0;
	position: absolute;
	top: 100%;
}
.verificationInfoText {
	font-size: smaller;
	display: inline-block;
}
/* #signup .buttons {
	margin-top: 10px;
} */
button[id="cancel"] {
	display: none;
	color: #747487;
	background: #fcfcfc !important;
	border: 1px solid #dcdce1 !important;
	margin-left: 10px;
}
button[id="cancel"]:hover {
	background: #f1f1f1 !important;
	color: #777 !important;
}
#login .buttons button, #attributeList li.RadioSingleSelect {
	display: block;
	width: 100%;
}
#signup #email {
	display: inline-block;
	/* width: calc(50% - 8px); */
	/* width: 65% !important; */
}
#signup #email:disabled {
	width: 100% !important;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	margin: 0.625rem 0;
	padding: 0 0.5rem;
	border: 0;
	border-radius: 2px;
	width: 100%;
	height: 40px;
	font-size: 12px;
	line-height: 14px;
}
#email_ver_input_label {
	display: none !important;
}
#email_ver_input {
	display: inline-block;
	width: calc(60% - 10px);
	margin-right: 5px;
}
button[id="next"] {
	margin-top: 70px;
}
button[id="continue"] {
	width: 100%;
	margin: 20px auto;
	display: block;
}
button[id="continue"]:disabled,
button[aria-disabled="true"]{
	opacity: 0.6;
	pointer-events: none;
}
/* #email_ver_but_verify {
	display: inline-block;
	width: 31%;
} */
#email_ver_but_verify {
	/* display: inline-block !important; */
	width: 48px;
	/* text-align: left; */
	padding-left: 8px;
	padding-right: 8px;
	letter-spacing: 1px;
	text-overflow: initial;
}
#email_ver_but_resend {
	display: block;
	background: transparent !important;
	position: absolute;
	right: 0;
	top: 90%;
	text-align: right;
	padding: 10px;
	font-weight: 500;
	text-decoration: underline;
	background: transparent !important;
	color: #1996ff !important;
}
#email_ver_but_send {/*width: 100%;color: #1996ff;background: #fcfcfc !important;border: 1px solid #1996ff !important;*/
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 10px;
}
.buttons.verify {
	display: inline-block;
	width: calc(50% - 0px);
	padding-left: 10px;
}
#signup .intro, #email_intro, #ForgotBox .intro {
	display: none !important;
}
.error.itemLevel[aria-hidden="false"], .error.pageLevel[aria-hidden="false"], .error[aria-hidden="false"] {
	color: #f24822;
	font-size: smaller;
	padding: 0px;
	display: block !important; 
	/* position: absolute;
	bottom: 0px;
	margin-bottom: -7px; */
}
/*#attributeList li:nth-child(3),*/

.error.itemLevel {
	display: none;
}
.error.pageLevel[aria-hidden="false"], #login .error.pageLevel[aria-hidden="false"],
#login .error.itemLevel[aria-hidden="false"]{
	position: static; margin-bottom: 0px;
}
.RadioSingleSelect .error.itemLevel[aria-hidden="false"]{
	margin: 10px 0px -10px;
}

.verificationInfoText[aria-hidden="false"], .verificationSuccessText[aria-hidden="false"] {
	display: block !important;
	text-align: center;
	background: rgba(25, 150, 255, 0.15);
	padding: 10px;
	margin: 5px 0px 20px;
	border-radius: 3px;
	font-size: 12px;
}/* @media screen and (min-width: 320px) and (max-width: 767px) {*/
@media screen and (min-width: 320px) and (max-width: 900px) {
.lg-only {
	display: none;
}
.xs-only {
	display: inline-block;
}
.sm-only {
	display: none;
}
.tsl-auth__right, .tsl-auth__left {
	padding: 3.75rem;
}
.tsl-auth__right .w-50.m--auto, .tsl-auth__right .w-75.m--auto, .tsl-auth__right .m--auto.tsl-input--search, .tsl-auth__left .w-50.m--auto, .tsl-auth__left .w-75.m--auto, .tsl-auth__left .m--auto.tsl-input--search {
	width: 100%;
}
.p-l-3, .p-r-3 {
	padding: 0px !important;
}
.radio input[type="radio"] + label {
	min-height: 2rem;
	display: block;
}
.tsl-auth__footer--bottom {
	position: initial;
	margin-top: 15px;
}
#attributeList li {
	flex-basis: 100% !important;
	max-width: 100% !important;
}
#signup #email {
	width: 100% !important;
}
.buttons.verify {
	display: block !important;
	width: 100% !important;
	padding: 0px 0px 10px !important;
}
#email_ver_input {
	display: inline-block;
	width: calc(65% - 10px);
	margin-right: 15px;
}
#email_ver_but_verify {
	width: 30%;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: -1px;
	text-overflow: initial;
	font-size: 11px;
}
}
@media only screen and (min-width: 64em) {
.col-md-6 {
	flex-basis: 50% !important;
	max-width: 50%;
	-ms-flex-preferred-size: 50%;
}
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
}
@media screen and (min-width: 900px) and (max-width: 1900px) {
/* #signup #email {
	width: 100% !important;
} */
.buttons.verify {
	/* display: block !important; */
	width: 100% !important;
	padding: 0px 0px 10px !important; */
	display: inline-block !important;
	/* width: calc(35% - 10px) !important; */
	padding: 0px 0px 0px !important;
	float: right;
}
#email_ver_but_edit[aria-hidden="false"] {
	position: absolute;
	right: 0;
	top: 90%;
	text-align: right;
	padding: 10px;
	font-weight: 500;
	text-decoration: underline;
	background: transparent !important;
	color: #1996ff !important;
}
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.m--auto, .tsl-list--icons {
	margin: 0 !important;
}
.tsl-auth__footer--bottom {
	position: absolute;
	bottom: 1.875rem;
	left: 0;
	right: 0;
	text-align: center;
}
}
#ForgotBox #attributeList li {
	flex-basis: 100% !important;
	max-width: 100% !important;
}
#ForgotBox .buttons.verify {
	width: 100% !important;
	padding: 0px;
	margin: 0.625rem 0;
}
#ForgotBox #email_ver_but_edit[aria-hidden="false"], #ForgotBox button[id="continue"][disabled], #ForgotBox button[id="continue"]:disabled {
	display: none !important;
}
#ForgotBox button[id="continue"] {
	margin: 0 auto;
}
.p-a-5 {
	padding: 5rem;
}
label[for="signInName"], label[for="password"], .intro h2 {
	display: none;
}
hr {
	border-top: 1px solid #c5c5c5;
	margin: 40px 0px;
}
.link-black {
	color: #565656;
	text-decoration: none;
}
.link-black:hover {
	color: #1996ff;
	text-decoration: underline;
}
.tsl-list-text--lg {
	margin-bottom: 5px;
	font-size: 16px;
}
/*.tsl-list-text--lg+span{
margin-left: 30px;
}
 #attributeList li:nth-child(3) {
	display: none;
} */
  
#simplemodal-container {
	left: 0 !important;
	right: 0 !important;
	top: 45% !important;
}
#simplemodal-overlay, #simplemodal-overlay[style] {
	background: rgba(255,255,255,0.90) !important;
	opacity: 1 !important;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0px;
	width: initial !important;
	height: initial !important;
}
#simplemodal-data #verifying_blurb {
	font-weight: 600 !important;
	font-size: 1.35rem !important;
	color: #157ed7 !important;
}
.d-card {
	width: 50%;
	position: relative;
	background: #fff;
	padding: 30px;
	margin: 20px auto;
	font-size: 14px;
	line-height: 20px;
}
.d-card p{
	margin-bottom: 1.25rem;
}
.bg-alt {
	background: #e5e5e5;
}
 
@media screen and (min-width: 1200px) and (max-width: 1400px) {
#email_ver_input {
	display: inline-block;
	width: calc(50% - 10px);
	margin-right: 5px;
}
#email_ver_but_verify {
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: -0.25px;
	text-overflow: initial;
	font-size: 11px;
}
}
 @media screen and (min-width: 980px) and (max-width:1025px) {
#email_ver_but_verify {
	width: 40px;
	text-align: left;
	padding-left: 4px;
	padding-right: 8px;
	letter-spacing: 0.25px;
	text-overflow: initial;
}
}
 @media screen and (min-width: 1440px) {
#email_ver_input {
	display: inline-block;
	width: calc(50% - 10px);
	margin-right: 5px;
}
#email_ver_but_verify {
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: 0px;
	text-overflow: initial;
	font-size: 11px;
}
}
 @media screen and (min-width: 1920px) {
#email_ver_input {
	display: inline-block;
	width: calc(65% - 10px);
	margin-right: 5px;
}
#email_ver_but_verify {
	width: 35%;
	letter-spacing: -0.25px;
}
.buttons.verify {
	display: inline-block;
	width: calc(28% - 0px);
	padding-left: 10px;
}
}