html,
body {
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
  color: #333333;
	display: flex;
  font-weight: 400;
  min-height: 100vh;
  flex-direction: column;
}

.TextBox.redirectUri, input#redirectUri, label[for="redirectUri"]
{
    display: none !important;
}


li.TextBox.redirectUri
{
    display: none !important;
}
.heading {
    display: none !important;
}

.verificationSuccessText {
    display: none !important;
}

#emailVerificationControl_label ~ .error.itemLevel
{
  display: none !important;
}
#emailVerificationControlSignUp_label ~ .error.itemLevel
{
  display: none !important;
}
#cover {
	position: fixed;
  height: 100%;
  width: 100%;
	top:0;
	left: 0;
	background: #000;
	z-index:99999;
}

body a {
	color: #0060a9;
}

header {
	background: #eee;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.costco-logo {
	max-width: 150px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#body-content {
	flex: 1;
	background: #fff;
	width: 100%;
	margin: auto;
  /*opacity: 0;*/
}

main#body-content {
	margin-top: 1.25rem;
}

#body-content h1 {
	font-size: 2.25rem;
	margin-bottom: 1.25rem;
}

#body-content #createAccountHeader {
	margin-top: 1.25rem;
}

div#mainContent {
	flex-direction: column;
	justify-content: space-between;
	height: 100vh;
}

#api {
	border: 1px solid #ccc;
	padding: 1.875rem;
}

.intro {
  font-size: 0.875rem;
  word-wrap: break-word;
}

.intro[data-i18n='[html]introNewPassword'] {
  	margin-bottom: 1.25rem;
}

.intro h2 {
	font-size: 1.125rem;
}

.intro p {
	margin-bottom: 0;
}
.attrEntry div.mdc-text-field, .entry-item div.mdc-text-field {
	max-height: 2.5rem !important;
}

.mdc-text-field:not(.mdc-text-field--invalid):not(.mdc-text-field--focused) label {
  color: #333 !important;
  caret-color: #333;
}

.mdc-text-field--focused:not(.mdc-text-field--invalid) label {
	color: #005DAB !important;
}

.mdc-text-field--focused:not(.mdc-text-field--invalid) input {
	caret-color: #005DAB;
}
.mdc-text-field:not(.mdc-text-field--invalid) div.mdc-notched-outline div.mdc-notched-outline__leading,
.mdc-text-field:not(.mdc-text-field--invalid) div.mdc-notched-outline div.mdc-notched-outline__notch,
.mdc-text-field:not(.mdc-text-field--invalid) div.mdc-notched-outline div.mdc-notched-outline__trailing {
  border-color: #333;
}

.mdc-text-field--focused:not(.mdc-text-field--invalid) div.mdc-notched-outline div.mdc-notched-outline__leading,
.mdc-text-field--focused:not(.mdc-text-field--invalid) div.mdc-notched-outline div.mdc-notched-outline__notch,
.mdc-text-field--focused:not(.mdc-text-field--invalid) div.mdc-notched-outline div.mdc-notched-outline__trailing {
	border-color: #005DAB !important;
}

.mdc-text-field--invalid div.mdc-notched-outline div.mdc-notched-outline__leading,
.mdc-text-field--invalid div.mdc-notched-outline div.mdc-notched-outline__notch,
.mdc-text-field--invalid div.mdc-notched-outline div.mdc-notched-outline__trailing {
  border-width: 2px;
}


.entry label,
.attrEntry label {
	margin-bottom: .5rem;
	background-color: white;
  z-index: 500;
  color: #333;
	/* padding-left: 0.313rem;
	padding-right: 0.313rem; */
}

.attrEntry label {
	background-color: white;
	z-index: 500;
	/* padding-left: 0.313rem;
	padding-right: 0.313rem; */
}

label[for='addMembership'] {
	display: flex;
	align-items: center;
  justify-content: center;
  margin-bottom: 0;
  width: 10%;
  margin-left: 1px;
}

label[for='rememberMe'] {
  margin-bottom: 0;
  font-size: 14px;
}

.rememberMe input:hover, .rememberMe label:hover {
  cursor: pointer;
}


.rememberMe-highlight {
  width: 12px;
  height: 12px;
  position: absolute;

}

label[for='findMembership'] {
  font-size: 12px;
}

.attrEntry .mdc-floating-label--float-above, .entry-item .mdc-floating-label--float-above {
	transform: translateY(-1.6875rem)scale(0.75) !important;
}

div.error#requiredFieldMissing, div.error#fieldIncorrect, div.error#passwordEntryMismatch, div#claimVerificationServerError , div#emailVerificationControl_error_message, div#emailVerificationControlSignUp_error_message{
	margin-bottom: 1.25rem;
}

#fieldIncorrect {
   display: none !important;
}

#claimVerificationServerError, .wcs-error {
  display: none;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  border-radius: 3px;
	background-color: #fdd6d6;
	margin: 0 0 1.25rem 0;
	border: 2px solid #d32029;
}

div.error#requiredFieldMissing {
  display: none !important;
}
.sendNewCodeError
{
	padding: 15px;
  background-color: #fdd6d6;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  border-radius: 3px;
	margin: 1.25rem 0 1.25rem 0;
	border: 2px solid #d32029;
}


div#emailVerificationControl_error_message {
	width: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	background-color: rgba(231, 105, 105, 0.3);
	border: 3px solid #d32029;
	border-radius: 3px;
	padding: 1.25rem;
	margin: 0 0 1.25rem 0;
  font-weight: bold;
}

div#emailVerificationControl_error_message[data-i18n="[html]codeGensExceeded"] {
  display: block;
}


div#emailVerificationControlSignUp_error_message[data-i18n="[html]codeGensExceeded"] {
  display: block;
}

div#emailVerificationControlSignUp_error_message {
	width: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	background-color: rgba(231, 105, 105, 0.3);
	border: 3px solid #d32029;
	border-radius: 3px;
	/*padding: 1.25rem;*/
	margin: 0 0 1.25rem 0;
  /*font-weight: bold;*/
}

.success-notification {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  padding: 12px;
  background-color: #dff0d8;
  border: 2px solid #008000;
  border-radius: 3px;
  margin-bottom: 20px;
}

.entry .entry-item {
	margin-bottom: 1.25rem;
}

.attr li {
	margin-bottom: 1.25rem;
}

.bottom i::after {
	background-color: #FFFFFF !important;
}

.buttons{
  margin: 1.25rem 0;
}

.buttons button {
  background-color: #005DAB;
  border: 0;
  font-size: 1rem;
  padding: 0.625rem 1rem;
  color: #fff;
  /* height: 2.5rem; */
  width: 100%;
  margin: 0;
	border-radius: 3px;
}

.buttons button:hover {
  background-color: #2a6293;
  cursor: pointer;
}

@-moz-document url-prefix() {
  .buttons button:focus {
    border: 2px solid black;
  }
}
/* .buttons button:disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
} */

#forgotPassword {
  display: block;
  margin-top: .5rem;
  margin-bottom: 20px;
  padding-left: 1rem;
  font-size: 14px;
  text-decoration: underline dotted;
  color: #0060a9!important;
}
#forgotPassword:hover {
  text-decoration: underline;
  cursor: pointer
}

#PasswordResetUsingEmailAddressExchange {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 20px;
  margin-left: 1rem;
  font-size: 14px;
  text-decoration: underline dotted;

}

#PasswordResetUsingEmailAddressExchange:hover {
  text-decoration: underline;
  cursor: pointer;
}

#pwVisHelpText, #pwVisAriaLabel {
    display: none;
}

.divider {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-top: 1px solid #ccc;
}
 
#createAccount, #joinToday, #email_ver_but_resend{
	margin-top: 1.25rem;
	padding-top:0.594rem;
	padding-bottom:0.594rem;
	display: block;
	background-color: #fff;
	border: 0;
	font-size: 1rem;
	color: #0060a9;
	/* height: 2.5rem; */
	text-align: center;
	width: 100%;
  border: 1px solid;
	border-radius: 3px;
}

#createAccount:hover, #joinToday:hover{
	text-decoration: none;
	background-color: #d9d9d9;
}

.create-account-click-listener {
  display: none;
  position: absolute;
  width: calc(100% - 92px);
  height: 44px;
  cursor: pointer;
}

.create h2, .create {
  font-size:1.125rem;
  margin-bottom: 0;
}

#cancel {
	margin-top: 1.25rem;
	padding-top:0.594rem;
	padding-bottom:0.594rem;
	display: block;
	background-color: #fff;
	border: 0;
	font-size: 1rem;
	color: #0060a9;
	/* height: 2.5rem; */
	text-align: center;
	width: 100%;
  cursor: pointer;
}

#costcoTNC_label a {
  border-bottom: 1px dotted #0060a9;
}

#costcoTNC_label a:hover {
  text-decoration: none;
  border-bottom: 1px solid #0056b3;
}


#api ul {
  list-style-type: none;
  padding-left: 0;
}

#api li {
	list-style-type: none;
}

.attr li.TextBox:nth-of-type(2) {
	margin-bottom: 0.625rem;
}

.attrEntry input[disabled] {
	background-color: #eee;
}

.attrEntry input:invalid,
#codeVerification input:invalid {
  border-color: inherit;
}

.attrEntry.validate input:invalid,
#codeVerification.validate input:invalid,
.entry .entry-item input.highlightError {
    border: 2px solid #d32029 !important;
    border-radius: 3px;
}

.attrEntry .error.itemLevel,
.attrEntry .helpText,
#codeVerification .error.itemLevel,
#codeVerification #emailVerificationControl_error_message .helpText {
  display: none;
	margin-top: 0.313rem;
}

.attrEntry .error.itemLevel,
.attrEntry .helpText,
#codeVerification .error.itemLevel,
#codeVerification #emailVerificationControlSignUp_error_message .helpText {
  display: none;
	margin-top: 0.313rem;
}


.attrEntry .error.itemLevel.show {
	display:block;
	font-size: 0.875rem;
	font-weight: bold;
}

.attrEntry .tiny,
#codeVerification .tiny, .attrEntry #email_intro, .divider h2 {
  display: none;
}

#attributeList .buttons.verify {
	margin-bottom:0;
}

.email .attrEntry {
	margin-bottom: 1.25rem;
}

#emailVerificationControl_but_send_code {
	margin: 0;
}

#emailVerificationControlSignUp_but_send_code {
	margin: 0;
}

#emailVerificationControl_but_verify_code {
	margin: 0;
}
#emailVerificationControlSignUp_but_verify_code {
	margin: 0;
}

#emailVerificationControl_but_send_new_code {
	margin: 1.25rem 0 0 0;
	background-color: white;
	color: #0060a9;
  border: 1px solid;
  border-radius: 3px;
}

#emailVerificationControl_but_send_new_code:hover {
	background-color: #d9d9d9;
}

	#emailVerificationControlSignUp_but_send_new_code {
	margin: 1.25rem 0 0 0;
  background-color: white;
	color: #0060a9;
  border: 1px solid;
  border-radius: 3px;
}

#emailVerificationControlSignUp_but_send_new_code:hover {
	background-color: #d9d9d9;
}
												 
#attributeVerification .buttons, #attributeVerification .buttons button#cancel {
	margin-bottom:0;	
}

.error.itemLevel, #emailVerificationControl_error_message {
  color: #d32029;
	font-size: 0.875rem;
}

.error.itemLevel, #emailVerificationControlSignUp_error_message {
  color: #d32029;
	font-size: 0.875rem;
}

.error.itemLevel :before {
  content: url(Images/red-exclamation-alert.svg)/ "Error";
  display: inline-block;
  vertical-align: text-top;
  width: 14px;
  height: 14px;
  padding-right: 20px;
}

#noPasswordError::before {
  content: url(Images/red-exclamation-alert.svg)/ "Error";
  display: inline-block;
  vertical-align: text-top;
  width: 14px;
  height: 14px;
  padding-right: 20px;
}

#noConfirmPasswordError::before {
  content: url(Images/red-exclamation-alert.svg)/ "Error";
  display: inline-block;
  vertical-align: text-top;
  width: 14px;
  height: 14px;
  padding-right: 20px;
}
    
#emailRequiredError::before {
  content: url(Images/red-exclamation-alert.svg)/ "Error";
  display: inline-block;
  vertical-align: text-top;
  width: 14px;
  height: 14px;
  padding-right: 20px;
}

#noVerCodeError::before {
  content: url(Images/red-exclamation-alert.svg)/ "Error";
  display: inline-block;
  vertical-align: text-top;
  width: 14px;
  height: 14px;
  padding-right: 20px;
}

div.error.pageLevel:before,
.error.itemLevel p:before {
  display: inline-block;
  font-style: normal;
  margin-right: 3px;
  position: relative;
  top: 1px;
  -webkit-font-smoothing: antialiased;
}


div.error.pageLevel p {
  margin: 0;
  outline: none;
}
.error.pageLevel {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  padding: 12px;
  background-color: #FDD6D6;
  border: 2px solid #d32029;
  border-radius: 3px;
  margin-bottom: 20px;
}

p[data-i18n='[html]your passw'] {
  margin-bottom: 20px;
}

p[data-i18n='[html]the email'] {
  margin-bottom: 20px;
}

div.verificationInfoText#email_info {
	font-size: 0.875rem;
}

#email_fail_retry {
	color: #d32029;
	font-weight: bold;
	font-size: 0.875rem;
}

.highlightError {
  border: 2px solid #d32029;
}

h6[data-i18n='[html]pwdHeader'] {
  margin-bottom: 1.25rem;
}

input.highlightError {
  border: 2px solid #d32029;
}

footer{
	
	background: #eee;
	/* padding-bottom: 1.25rem; */
}

footer#footer-widget #footer-bottom {
	text-align:center;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    color: #5f5f5f
}

footer#footer-widget #footer-bottom ul {
    padding-left:0;
	margin-bottom: 1.25rem;
    line-height: 2.125rem;
}

footer#footer-widget #footer-bottom ul li {
    display: inline;
    padding: 0 0.625rem;
    white-space: nowrap
}

footer#footer-widget #footer-bottom ul li a {
    color: inherit
}

footer#footer-widget #footer-bottom .copyright {
    font-size: 0.875rem;
		margin-bottom: 0;
}

footer#footer-widget #footer-bottom .copyright span.rights {
    white-space: nowrap
}

footer#footer-widget #footer-bottom .links {
    font-size: 0.875rem;
}

#findMembership_label a {
  text-decoration: underline dotted;
}

#findMembership_label:hover {
  text-decoration: underline;
}

.mdc-floating-label::after {
  content: none !important;
 }
 


.modal-dialog, .modal-dialog .modal-content {
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}


#modalFindMemebership .modal-header{
	background-color: #005DAB;
	color: #fff;
	padding: 0.5rem;
}

#modalFindMemebership .modal-header .close {
	padding: 0;
	margin: auto 0.625rem auto 0;
}

#modalFindMemebership .modal-header .modal-title {
	margin: auto 0 auto 0.625rem;
}

#modalFindMemebershipBody {
	padding: 0.938rem 0.938rem 1.25rem 0.938rem;
}

#modalFindMemebershipBody hr {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

#modalFindMemebership .close span {
	color: #fff;
	font-size: 2rem;
	font-weight: 100;
	cursor: pointer;
}

#modalFindMemebership .modal-footer button {
	background-color: #005DAB;
  border: 0;
  font-size: 1rem;
  padding: 0.625rem 1rem;
  color: #fff;
  height: 2.5rem;
  width: 50%;
  margin: 0.313rem 0;
	border-radius: 3px;
}

#modalFindMemebershipTitle {
		font-size: 1.125rem;
}

#modalFindMemebership .modal-text {
	font-size: 0.875rem;
	margin-bottom: 1.25rem;
}

#modalFindMemebership .modal-sub-header {
	font-size: 0.625rem;
	font-weight: bold;
	color: #333333;
}

#modalFindMemebershipBody .modal-text {
	font-size: 0.875rem;
}

#modalFindMemebershipBody .modal-sub-header {
	font-size: 0.625rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.625rem;
}

.modal-dialog img {
  width: 100%;
  max-width: 400px;
}

.modal-dialog #modalFindMemebershipBody img[src*="https:\/\/signin-ui.costco.com/ecomssoui/114/common/Images/DMC-Membership-Number.svg"] {
  width: 100%;
  max-width: 400px;
}

img[src='https:\/\/signin-ui.costco.com/ecomssoui/114/common/Images/help.png'] {
	max-width: 16px;
}

.entry-item .error, #emailVerificationControl_error_message {
	margin-top: 0.313rem;
}

.entry-item .error, #emailVerificationControlSignUp_error_message {
	margin-top: 0.313rem;
}

.conditions li {
  display: flex;
}

.conditions-text {
  display: inline-block;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}

.chars-checkmark, 
.digits-checkmark, 
.special-checkmark,
.restricted-checkmark, 
.letters-checkmark, 
.match-checkmark {
	height: 11px;
	max-width: 0.875rem;
	margin: 6px 0.625rem 0 0;
}

.conditions img[src='https:\/\/signin-ui.costco.com/ecomssoui/114/common/Images/x.png'] {
	width: 11px;
	height: 11px;
}

.password-strength-bullet-point {
  max-width: 0.3rem;
  margin-right: 1rem;
}

#PasswordResetUsingEmailAddressExchange {
  color: #0060a9 !important;
}

.passwordVisibilityIcon {
	right: 12px;
	color: rgba(0,0,0,.54);
}

.passwordVisibilityIcon:hover {
	cursor: pointer;
	z-index: 99999;
}

.redirectUri {
  display: none !important;
}
.seeDetails,.needAnAccountTooltip, .notACostcoMemberTooltip {
  background-image: url(Images/costco-icon.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 13px;
  padding-left: 13px;
  padding-right: 0px;
  vertical-align: middle;
  display: inline-block!important;
  color: #0060a9 !important;
  margin-left: 5px !important;
  border:0;
  outline-offset: 2px;
  background-color: transparent;
}
.seeDetailsMsg {
  /* display: inline-block; */
  color: #000000 !important;
  margin-top: 12px;
  margin-bottom: 13px;
  font-size: 12px;
}
.seeDetails a img, .needAnAccountTooltip a img, .notACostcoMemberTooltip a img {
  position: absolute;
  color: #0060a9 !important;
  margin-top: -0.8rem !important;
}

.seeDetails .tooltip-ui,.needAnAccountTooltip .tooltip-ui, .notACostcoMemberTooltip .tooltip-ui {
  font-size: 14px !important;
}

.seeDetails:hover, .tooltip-ui:hover,.needAnAccountTooltip:hover, .notACostcoMemberTooltip:hover {
  cursor: pointer;
  text-decoration: underline !important;
}

.seeDetailsTooltip {
  position: absolute;

}

#SignInAccountExists_label a {
  border-bottom: 1px dotted #0060a9;
}

#SignInAccountExists_label a:hover {
  text-decoration: none;
  border-bottom: 1px solid #0056b3;
}
.working {
  bottom: 0;
  display: none;
  height: 2em;
  left: 0;
  margin: auto;
  overflow: show;
  position: fixed;
  right: 0;
  top: 0;
  width: 2em;
  z-index: 999;
}

.working:before {
  background-color: rgba(0,0,0,0.3);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.working:not(:required) {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.working:not(:required):after {
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  content: '';
  display: block;
  height: 1em;
  font-size: 0.625rem;
  margin-top: -0.5em;
  width: 1em;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  -webkit-animation: spinner 1500ms infinite linear;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

::-moz-placeholder {
  color: transparent;
}

::-moz-placeholder {
  color: transparent;
}

:-ms-input-placeholder {
  color: transparent;
}

::-webkit-input-placeholder {
  color: transparent;
}

.warning-ui {
    display: block;
    margin-top: 20px; 
    border: 2px solid #FFD839;
    background-color: #FFF8CE;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.tooltip-ui {
    display:inline-block;
    position:relative;  
    text-align:left;    
		font-size: 0;
}

button.tooltip-ui {
  background-color: transparent;
  border: none;
}

button.tooltip-ui:hover {
  cursor: pointer;
}

.bottom {
    position: absolute;
    width: calc(92% - 60px);
    margin-top: 50px;
    padding:10px;
    color:#444444;
    background-color:#FFFFFF;
    font-weight:normal;
    font-size:14px;    
    z-index:99999999;
    box-sizing:border-box;
    border:1px solid #AAAAAA;box-shadow:0 1px 0.5rem rgba(0,0,0,0.5);
    display:none;
}

.tooltip-ui:hover + .bottom {
    display:block;
}

.tooltip-ui img {
  max-width: 16px;
}

.bottom i {
    position:absolute;
    bottom:100%;
    right: 0%;
    width:1.5rem;
    height:0.75rem;
    overflow:hidden;
}

.bottom i::after {
    content:'';
    position:absolute;
    width:0.75rem;
    height:0.75rem;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color:rgb(194, 178, 178);
    border:1px solid #AAAAAA;box-shadow:0 1px 0.5rem rgba(0,0,0,0.5);
}

.top, .top1, .top2 {
    width: 220px;
    height: auto;
    top: 13.5rem;
    left: 11rem;
    transform:translate(-35%, -100%);
    padding: 0px;
    color:#333333;
    line-height: 20px;
    background-color:#FFFFFF;
    font-weight:normal;
    font-size:14px;
    border-radius:0px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 0.5rem rgba(0,0,0,0.5);
    display:none;
    cursor: default;
    margin-top: 10px;
}

.tooltip-ui:hover + .top {
    display:block;
}

.top i {
    position:absolute;
    top:100%;
    right:50%;
    margin-left:-0.75rem;
    width:1.5rem;
    height:0.75rem;
    overflow:hidden;
}

.top1 i {
  position:absolute;
  top:100%;
  right:45%;
  margin-left:-0.75rem;
  width:1.5rem;
  height:0.75rem;
  overflow:hidden;
}

.top2 i {
  position:absolute;
  top:100%;
  right:38%;
  margin-left:-0.75rem;
  width:1.5rem;
  height:0.75rem;
  overflow:hidden;
}

.top i::after, .top1 i::after, .top2 i::after {
    content:'';
    position:absolute;
    width:0.75rem;
    height:0.75rem;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#FFFFFF;
    box-shadow:0 1px 0.5rem rgba(0,0,0,0.5);
}

.top p {
    margin-bottom: 8px;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    height: auto;
}
.top1 {
  width: 345px;
padding-left: 7px;
 top: 24rem;
 left:9rem;
}
.top2 {
top:32rem;
width: 320px;
  text-align: left;
  padding-left: 7px;
left: 10rem;
}
#top1 li, #top2 li {
  list-style-type: disc;
}
/* label[for='addMembership']:hover + .bottom {
  display: block;
} */

#unregisteredEmail {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(231, 105, 105, 0.3);
	border: 3px solid #d32029;
	border-radius: 3px;
	padding: 1.25rem;
	margin-bottom: 1.25rem;
	font-weight: bold;
}

#verifying_blurb {
  display: none !important;
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}

@media (min-width: 1024px) {
	
	#body-content {
		margin-bottom: 80px;
	}

	#modalFindMemebership .modal-dialog {
		min-width: 650px;

	}


}

@media (min-width: 769px) and (max-width: 1023px) {
	#body-content {
		margin-bottom: 3.75rem;
	}


}

@media(max-width: 768px) {
	
	#body-content {
		margin-bottom: 3.75rem;
	}

	#modalFindMemebershipTitle {
		font-size: 1.125rem;
	}

		.tooltip-ui .bottom {
    transform:translate(-3.75rem, 0);
	}

		.modal-dialog {
		min-width: 600px;
  }
  
  #modalFindMemebershipBody img {
		width: 400px;
	}
	
}

@media(max-width: 767px) {
	.tooltip-ui .bottom {
		width: calc(100% + 1.875rem);
    transform:translate(-0.938rem, 0);
  }
  
  #body-content h1 {
    font-size: 1.875rem;
  }

	#modalFindMemebership .modal-dialog {
		min-width: auto;
  }
  
  #modalFindMemebershipBody img {
		width: 400px;
	}


}

@media(max-width: 31.25rem) {
	
	#body-content {
		margin-bottom: 2.5rem;
	}

	#modalFindMemebership .modal-footer button {
		width: 100%;
	}

		#modalFindMemebershipBody img {
		max-width: 100%;
  }
  
  .top {
    transform: translate(-50%, -100%);
  }

  .top i, .top2 i {
    right: 35%;
  }
  .top1 i{ 
    right: 43%;
   }
	
}

@media(max-width: 20rem) {
  #body-content h1 {
    font-size: 1.625rem;
  }

  .top {
    width: 270px;
    transform: translate(-59%, -100%);
  }

  .top i, .top1 i, .top2 i {
    right: 25%;
  }

}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

/* material Design CSS */
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(Images/material-icons.woff2) format('woff2'),
			 url(Images/material-icons.woff) format('woff');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
	font-feature-settings: 'liga';
  -webkit-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* RULES FOR INTERNET EXPLORER 10/11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #body-content {
      flex-grow: 1 !important;
      flex: none;
		}

		.attrEntry input, .entry-item input { 
			padding: 0.5rem 1rem 0.875rem;
		}
    .bottom {
      transform: translate(-102%);
      -ms-transform: translate(-102%);
    }
		
    

}


/* FIX FOOTER POSITIONING FOR IE */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    z-index: auto !important;
}

:-webkit-autofill {
    z-index: auto !important;
  }

.mdc-text-field__input:-webkit-autofill + .mdc-floating-label { 
   transform: translateY(-50%) scale(.75); 
   cursor: auto; 
 } 


.verificationCodeLabel {
	display: inline-block !important;
}

/* If user has username/password saved, fix webkit autofill background color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input#password:-webkit-autofill,
input#password:-webkit-autofill:hover, 
input#password:-webkit-autofill:focus,
input#email:-webkit-autofill,
input#email:-webkit-autofill:hover, 
input#email:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1.875rem white inset !important;
}

#passwordStrengthBar{display:inline-block;height:0.938rem;background:#eee;width:100%}
#passwordStrengthBar .bar{display:inline-block;height:0.938rem;margin-bottom:0.313rem}
#PasswordStrength .fair,#PasswordStrength .good,#PasswordStrength .short,#PasswordStrength .strong,#PasswordStrength .weak{display:none;opacity:0}
#PasswordStrength.short .bar{background:#eee;width:0}
#PasswordStrength.short .short{display:inline-block;opacity:1}
#PasswordStrength.weak .bar{background:#fc0;width:25%}
#PasswordStrength.weak .weak{display:inline-block;opacity:1}
#PasswordStrength.fair .bar{background:#f26522;width:50%}
#PasswordStrength.fair .fair{display:inline-block;opacity:1}
#PasswordStrength.good .bar{background:#005DAB;width:75%}
#PasswordStrength.good .good{display:inline-block;opacity:1}
#PasswordStrength.strong .bar{background:#008000;width:100%}
#PasswordStrength.strong .strong{display:inline-block;opacity:1}
#PasswordStrength #strengthText,#PasswordStrength .state{display:inline}
#PasswordStrength .conditions{margin-bottom:0; list-style: none;}
/* #PasswordStrength .conditions li{list-style-type:disc;margin-left:1.25rem} */
#PasswordStrength .conditions li:not(:last-child){margin-bottom:0.625rem}
#PasswordStrength .conditions li.invalid,#PasswordStrength .conditions li.valid{list-style-type:none}
#PasswordStrength .conditions li.invalid:before,#PasswordStrength .conditions li.valid:before{font-size:11px;margin-left:-1.25rem;padding-right:9px}
#PasswordStrength .conditions li.valid:before{font-family: "Material Icons"; font-weight: bold;}
#PasswordStrength .conditions li.valid{color:#008000;}
#PasswordStrength .conditions li.invalid:before{font-family: "Material Icons";}
#PasswordStrength .conditions li.invalid{float:none !important;color:#e51937 !important}
#PasswordStrength h6, #PasswordStrength .h6-style-guide{font-size: 1.125rem; color: rgb(51, 51, 51); margin-bottom: 1.25rem;}
p #PasswordStrength div{margin:0}.pad_adj{padding:0 0.938rem 4px}
#PasswordStrength {padding-top: 1.25rem;}

/*Pharmacy changes*/
#readonlyEmail
 {   
	 background: white;color: black;padding-top: 20px;padding-left: 0px;
 }
.logoPharmacy
{
border-bottom: 1px solid #D9D9D9;background: #FAFAFA;padding: 12px;display: flex;align-items:center; justify-content:center;
}

.progressBarMainPharmacy
{
display: flex;gap: 5px; padding-bottom: 24px; /* padding-top: 32px;*/
}
.greenProgressBar {
 border-radius: 6px;background: #0B6E22;height: 8px; width:33.33%
}
.lightgreenProgressBar {
 border-radius: 6px;border: 1px solid #0B6E22;background: #DFF0D8;height: 8px;width:33.33%
}

.stepCount {
 color: #707070;font-family:'Helvetica Neue';font-size: 16px;font-style: normal;font-weight:700;padding-bottom: 12px;
}
.createAccountPharmacy
{
color: #333333;font-family:'Helvetica Neue';font-size: 24px;font-style: normal;font-weight:700;padding-top:12px; padding-bottom: 8px;
}
.memNoPwdPharmacy
{
color: #333333;font-family:'Helvetica Neue';font-size:16px;font-style: normal;font-weight:400;padding-bottom: 32px;
}

.memberPerksPharmacy
{
font-family: 'Helvetica Neue';font-size: 14px;font-style: normal;font-weight:400;line-height:23.8px;padding-bottom: 24px;
}

.notificationPharmacy
{
border-radius: 10px;background: #EFF7FB;display: flex;padding: 16px;gap: 12px;
}

.managePresPharmacy
{
font-feature-settings: 'liga' off, 'clig' off;font-family:'Helvetica Neue';font-size:14px;font-style: normal;font-weight:700;line-height: 21px;
}

.setupAccPharmacy
{
border-radius: 10px;background: #EFF7FB;color: #333333;font-family:'Helvetica Neue';font-size:14px;font-style: normal;font-weight:400;line-height: 18.2px;
}

.ackNPPPharmacy
{
font-feature-settings: 'liga' off, 'clig' off;font-family:'Helvetica Neue';font-size:14px;font-style: normal;font-weight:400;line-height:21px; padding-top: 24px;padding-bottom:32px;
}

.needHelpFAQPharmacy
{
color: #333333;font-family:'Helvetica Neue';font-size:14px;font-style: normal;font-weight:700;line-height:21px; padding-bottom: 24px; padding-top: 24px;
}

.dividerPharmacy
{
	height: 1px;align-self: stretch;background: #CCCCCC;
}

.alreadyAccountPharmacy
{
color: #333333;font-family:'Helvetica Neue';font-size:16px;font-style: normal;font-weight:700;line-height:20.8px; padding-top: 16px; padding-bottom: 16px;
}

.alreadySignInPharmacy
{
border-radius: 3px;border: 1px solid #005DAB;background: #FFFFFF;display: flex;min-height: 40px;padding: 6px 16px;justify-content: center;align-items: center;gap: 8px;align-self: stretch;
color: #005DAB;text-align: center;font-feature-settings: 'liga' off, 'clig' off;font-family: 'Helvetica Neue';font-size: 16;font-style: normal;font-weight: 400;line-height: 100%;
}

.passwordHeaderPharmacy
{
color: #333333;font-family: 'Helvetica Neue';font-size: 14px;font-style: normal;font-weight: 400;line-height:21px;
}

.passwordCondPharmacy
{
	color: #333333;font-family: 'Helvetica Neue';font-size: 12px;font-style: normal;font-weight: 400;line-height:18px;
}

.passwordStrengthPharmacy
{
color: #333333;font-feature-settings: 'liga' off, 'clig' off;font-family: 'Helvetica Neue';font-size:14px;font-style: normal;font-weight: 400;line-height: 21px;
}
.passwordImproveStrengthPharmacy
{
color: #333333;font-feature-settings: 'liga' off, 'clig' off;font-family: 'Helvetica Neue';font-size: 12px;font-style: normal;font-weight:400;line-height:18px;
}

.didntReceiveCodePharmacy
{
color: #333333;
font-family: 'Helvetica Neue';
font-size:  16px;
font-style: normal;
font-weight: 700;
line-height: 20.8px;
padding-top:24px;

}
.secbtnPharmacy
{
	border-radius: 3px;border: 1px solid #005DAB;background: #FFFFFF;
}
.headerSignInPharmacy
{
color: #333333;font-family: 'Helvetica Neue';font-size: 24px;font-style: normal;font-weight: 700;line-height: 31.2px; display: block !important;padding-bottom: 8px;
}

.introSignInPharmacy
{
color: #333333;font-family: 'Helvetica Neue';font-size: 16px;font-style: normal;font-weight:400;line-height: 24px;padding-bottom: 32px;
}

.woSignInPharmacy
{
color: #005DAB;display: flex;min-height: 40px;padding: 6px 16px;padding-bottom: 32px;justify-content: center;align-items: center;gap: 8px;align-self: stretch;border-radius: 3px;text-align: center;font-feature-settings: 'liga' off, 'clig' off;font-family: 'Helvetica Neue';font-size: 16px;font-style: normal;font-weight: 400;line-height: 100%; 
}
.flex-parent-element 
{
  display: flex;width: 100%;
}

.flex-child-element 
{
  flex: 1; 
	/*margin: 12px*/;
}

.flex-child-element:first-child 
{
  margin-right: 12px;
}

.notificationSignInPharmacy
{
background: #EFF7FB;display: flex;padding: 16px;flex-direction: column;align-items: flex-start;gap: 16px;align-self: stretch;
}
.whycreateAccountHeaderSignInPharmacy
{
color: #333333;font-feature-settings: 'liga' off, 'clig' off;font-family:'Helvetica Neue';font-size:18px;font-style: normal;font-weight:700;line-height:23.4px;
}

.whycreateAccountItemsSignInPharmacy
{
color: #333333;font-feature-settings: 'liga' off, 'clig' off;font-family:'Helvetica Neue';font-size:14px;font-style: normal;font-weight: 400;line-height: 21px;
}

.checkmarkiconSignInPharmacy
{
width: 20px;height: 20px;
}
.whycreateAccountItemsdivSignInPharmacy
{
display: flex;align-items: center;gap: 10px;align-self: stretch;
}
.boxborderPharmacy
{
	border-radius: 16px;background: #FFF;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30); padding:48px !important; border:none !important;
}
.emailAddressLabel
{
	color:#5F5F5F;font-family:'Helvetica Neue';font-size:12px;font-style:normal;font-weight:400;line-height:18px;
}
.modalFeedbackText
{
color:#333333;font-feature-settings: 'liga' off, 'clig' off;font-family:'Helvetica Neue';font-size: 18px;font-style: normal;font-weight:700;line-height:23.4px;flex: 1;
}
.modalFeedbackLinks
{
display: flex;padding: 16px;flex-direction: column;align-items: flex-start;gap: 24px;align-self: stretch;border-radius: 6px;width: 100%;cursor: pointer;
}	
.modalFeedbackTextBorder
{	
display: flex;padding: 16px;;gap: 10px;align-self: stretch;border-radius: 10px;background: #FFFFFF;box-shadow: 0px 0px 5px 0px;
}
.modalFeedbackOpinionLab
{
margin-top: 24px;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 24px;align-self: stretch;
}	
.modalFeedbackHeader
{	
display: flex;padding: 8px 8px 0px 16px;align-items: flex-start;gap: 16px;align-self: stretch;width: 100%;
}
/*Pharmacy changes*/