a:hover {
  text-decoration: none;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url('../fonts/bootstrap/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/bootstrap/glyphicons-halflings-regular.ttf') format('truetype');
  
  /* chrome, firefox */
  /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
}
@font-face {
  font-family: 'AmwayIcons';
  src: url('../fonts/AmwayIcons.eot?5v2gxx');
  src: url('../fonts/AmwayIcons.eot?5v2gxx#iefix') format('embedded-opentype'), url('../fonts/AmwayIcons.ttf?5v2gxx') format('truetype'), url('../fonts/AmwayIcons.woff?5v2gxx') format('woff'), url('../fonts/AmwayIcons.svg?5v2gxx#AmwayIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Regular.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url("../fonts/SourceSansPro-Regular.otf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url("../fonts/SourceSansPro-Semibold.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro-Bold.otf');
  font-weight: bold;
  font-style: normal;
}
.tips {
  display: inline-block;
  position: relative;
}
.tips .toolTips {
  display: none;
  position: absolute;
  bottom: 100%;
  z-index: 1001;
  width: 260px;
  padding: 15px 25px;
  font-size: 14px;
  background: #55565a;
  color: #ffffff;
  font-style: normal;
  left: -8px;
  border-radius: 4px;
  margin-bottom: 10px;
}
@media (max-width: 420px) {
  .tips .toolTips {
    width: 178px;
  }
}
.tips #triangle-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #55565a;
  position: absolute;
  bottom: -10px;
  left: 15px;
}
/* vue.js v-cloak specific CSS rules */
[v-cloak] {
  display: none;
}
.vue-load-spinner {
  display: inline-block;
  width: 100px;
  height: 123px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  background: url("../images/loader-transparent.gif") no-repeat center center;
}
.banner__shop-now {
  margin: unset;
  display: unset;
  background-color: unset;
  border: unset;
  padding: unset;
  font-size: unset;
  font-weight: unset;
  color: unset;
  line-height: unset;
  letter-spacing: unset;
  text-transform: unset;
}
.banner__shop-now:hover {
  background: unset;
  color: unset;
}
.banner__shop-now a {
  margin: 26px 0;
  display: inline-block;
  background-color: #002f5f;
  border: 2px solid #002f5f;
  padding: 19px 50px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.11;
  letter-spacing: 0;
}
.banner__shop-now a:hover {
  background: #fff;
  color: #002F5F;
}
.sub_banner .banner__shop-now a {
  margin-bottom: 0;
}
.video-preview__img > a > img {
  width: 100%;
}
@media (max-width: 768px) {
  .banner__shop-now a {
    margin: 18px auto;
    padding: 10px 20px;
    font-size: 16px;
  }
  .video-preview__img-mob {
    display: block;
    width: 100%;
  }
  .video-preview__img-mob a img {
    display: block;
    width: 100%;
  }
}
.product-image-gallery.js-product-image-gallery.v-m-pros.new-product-image-gallery {
  opacity: 1;
}
.btn-blue-white:hover {
  color: #002F5F;
}
.btn-blue-white a {
  color: #fff;
}
.btn-blue-white a:hover {
  color: #002F5F;
}
.banner__shop-now.banner__try-now a {
  margin: unset;
  padding: 10px 20px;
  font-size: 16px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.underline {
  text-decoration: underline;
}
.display-none {
  display: none;
}
input.quick-shop-name.shopping-list-name {
  color: inherit;
}
.new-shopping-list-detail .product-list-page-title span {
  font-size: inherit;
  text-transform: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.new-shopping-list-detail .product-list-page-title span.name-section-tiny-span {
  font-size: 14px;
  text-transform: initial;
  font-weight: 100;
  font-family: SourceSansPro;
  vertical-align: middle;
}
.new-shopping-list-detail span.list-product {
  float: right;
  position: relative;
  top: -55px;
}
@media (max-width: 768px) {
  .new-shopping-list-detail span.list-product {
    float: left;
    top: -15px;
    margin-left: 0;
  }
  .new-shopping-list-detail .product-list-page-title span.shopping-list-name-display,
  .new-shopping-list-detail .product-list-page-title input.shopping-list-name {
    display: block;
  }
}
.view-box .cart-popup__item-detail {
  height: auto;
}
.view-box .cart-popup__item-link-content .btn {
  height: 48px !important;
}
.view-box .amway-theme .product-stock .red * {
  color: #EB174B;
}
.view-box .size-selector-container {
  padding-top: 10px;
}
.view-box .size-selector-container .control-label {
  width: 77px;
  margin-right: 10px;
  word-wrap: break-word;
}
.view-box .qty-selector-container .control-label {
  width: 77px;
  margin-right: 10px;
  word-wrap: break-word;
}
.view-box .addtocart-component {
  margin-top: 0px;
}
.cart-popup__content {
  max-height: 510px;
}
.searchEmptyPageMiddle-component .content .content {
  font-size: inherit;
  width: 100%;
  margin: 0;
  padding: 0;
}
div.page-shopping-list-details form#removeShoppingListForm {
  display: inline;
}
div.page-content-wrapper.page-productDetails div.product-page-tabs {
  margin-top: 30px;
}
div.page-content-wrapper.page-shopping-list-details div.shopping-list-add-to-cart-wrapper {
  padding-bottom: 10px;
}
div.content {
  display: inline;
}
.cart-popup__qty.no-right-border {
  border-right: none;
}
div.page-content-wrapper.page-shopping-lists div.create-list-button-wrapper {
  margin-top: 30px;
}
.searchEmptyPageMiddle-component div.content {
  display: block;
}
.login-form__password {
  width: 100%;
}
.size-selector-container {
  padding-top: 10px;
}
.size-selector-container .control-label {
  width: 77px;
  margin-right: 10px;
  word-wrap: break-word;
}
.qty-selector-container {
  padding-top: 10px;
}
.qty-selector-container .control-label {
  width: 77px;
  margin-right: 10px;
  word-wrap: break-word;
}
.addtocart-component .row {
  padding-bottom: 20px;
}
.amway-suggest {
  font-size: 16px;
}
[type="checkbox"]:not(:checked) {
  left: -9999px;
  position: absolute;
}
[type="checkbox"]:not(:checked) + input + label {
  color: #55565a;
  cursor: pointer;
  font-size: 15px;
  font-weight: 100;
  padding-left: 1.95em;
  position: relative;
  text-align: left;
}
[type="checkbox"]:not(:checked) + input + label::before {
  background: #fff;
  border: 1px solid #dadada;
  content: "";
  height: 1.25em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.25em;
}
[type="checkbox"]:not(:checked) + input + label::after {
  background: url("../images/checkbox_check.png") no-repeat scroll 0 0 / contain;
  content: "";
  font-size: 1.3em;
  height: 20px;
  left: 0;
  line-height: 0.8;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 20px;
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked {
  left: -9999px;
  position: absolute;
}
[type="checkbox"]:checked + input + label {
  color: #55565a;
  cursor: pointer;
  font-size: 15px;
  font-weight: 100;
  padding-left: 1.95em;
  position: relative;
  text-align: left;
}
[type="checkbox"]:checked + input + label::before {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dadada;
  content: "";
  height: 1.25em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.25em;
  background-color: #0075a4;
  border-color: #0075a4;
}
[type="checkbox"]:checked + input + label::after {
  background: url("../images/checkbox_check.png") no-repeat scroll 0 0 / contain;
  content: "";
  font-size: 1.3em;
  height: 20px;
  left: 0;
  line-height: 0.8;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 20px;
  opacity: 1;
  transform: scale(1);
}
.ui-widget-content.ui-autocomplete {
  display: none !important;
}
.auto-suggestion-popover .suggested-words-wrapper {
  min-height: 55px;
}
.amway-theme .ditto-schedule-table-content .ditto-schedule-table thead .ditto-field-name {
  padding: 0 10px 0 30px;
  width: 65%;
}
.billing-shipping .billing-and-shipping-section .control {
  display: inline-block;
  width: 70%;
  height: 40px;
  font-size: 16px;
  outline: none;
  color: #002f5f;
  box-shadow: none;
}
#quickShopForm .auto-suggestion-popover {
  position: inherit;
}
.quick-links .quick-links-header a {
  font-size: 16px;
  color: #002f5f;
  font-family: SourceSansPro;
  line-height: 1.5em;
  font-weight: 100;
}
.quick-links ul li a {
  font-size: 16px;
  line-height: 2;
  color: #002f5f;
  font-weight: 100;
  cursor: pointer;
}
.plp-add-to-shopping-list-popup {
  top: 53px !important;
  left: 13px;
  width: 300px;
  border-top: solid 1px #dadada;
  margin: 35px 0 0;
  z-index: 8;
}
.plp-add-to-shopping-list-popup ul li {
  line-height: 50px;
  border-bottom: 1px solid #dadada;
  margin: 0 15px 0 20px;
}
.plp-add-to-shopping-list-popup ul li label {
  top: -8px;
}
.plp-add-to-shopping-list-popup ul li span {
  font-size: 16px;
}
.dropdown-menu-bottom {
  padding: 10px 0 10px 20px;
  border-top: 1px solid #dadada;
}
.dropdown-menu-bottom button {
  padding: 0 10px !important;
  margin-right: 5px !important;
}
.shipping-delivery .form-group select {
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 300px;
  height: 40px;
  font-weight: 100;
  color: #002f5f;
  padding-left: 13px;
  padding-right: 18px;
  font-size: 16px;
  text-align: left;
  border: solid 1px #dadada;
  letter-spacing: 0;
  border-radius: 0px;
  background: url("../images/selector-arrow.png") no-repeat right center #dadada;
  background-size: 18px;
  background-color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
}
.shipping-delivery .form-group .control {
  display: inline-block;
}
.shopping-list-header-checkbox {
  left: -35px;
  top: 5px;
  line-height: 2;
}
.product-collapse__rating {
  display: block;
}
#reviewsbody .product-collapse__review img {
  padding-right: 0;
}
.review-btn {
  color: #002F5F !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  background-color: #002f5f !important;
  color: #ffffff !important;
  vertical-align: baseline !important;
}
.quick-links-misc li:nth-child(2) a:first-child img {
  width: 80px;
}
.quick-links-misc li:nth-child(2) {
  display: block;
}
.quick-links-misc li:nth-child(2) img {
  max-width: 160px;
  margin: 30px 0 10px;
}
.quick-links-misc li:nth-child(1) img:first-child {
  width: 32px;
}
.quick-links-misc li:nth-child(1) a {
  display: inline-block;
  padding-right: 20px;
}
.quick-links-misc li:nth-child(3) img {
  max-width: 160px!important;
  margin: 0px;
}
.quick-links-misc li:nth-child(3) img:first-child {
  width: 135px;
}
.video-preview-img-container {
  width: 100%;
}
#message-center .message-title {
  padding-bottom: 35px;
}
#message-center .message-title div {
  display: inline-block;
}
#message-center .message-title div:first-child {
  float: left;
}
#message-center .message-title div:last-child {
  float: right;
}
#message-center .message-title div .line {
  padding: 0 10px;
}
#message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel {
  border-top: none;
  border-bottom: none;
}
#message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel:last-child {
  border-bottom: 1px solid #dadada;
}
#message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel .panel-collapse {
  padding: 0;
}
#message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel .panel-collapse .card-info-block {
  padding-top: 0;
}
#message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel .panel-collapse .card-info-block .card-info .card-data .expiration-date {
  display: block;
}
#message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel .panel-collapse .block-right {
  text-align: right;
}
#message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel .panel-collapse .block-right .product-stock {
  padding-top: 12px;
}
#message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel .panel-collapse .block-right .product-stock .product-availability > span {
  padding-left: 0;
}
#message-center .message-center-list .account-orderhistory-pagination .text-center .btn {
  text-transform: inherit;
}
#message-center .message-center-list .account-orderhistory-pagination .text-center .icon-arrow-dropdown {
  vertical-align: baseline;
}
#message-center .message-center-pop.bonus-payment-method#colorbox {
  top: 0!important;
  width: 100%!important;
  height: 100%!important;
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper {
  height: 100%;
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent {
  height: 100%;
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
  max-height: calc(100vh);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 60px;
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content {
  padding: 0 45px 30px;
  margin-bottom: 65px;
}
@media (max-width: 900px) {
  #message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content {
    padding: 0 15px 30px;
  }
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content #message-center-list-pop1 .billing-shipping .accordion-billing-shipping .panel #paymentInformationBody.panel-collapse .account-list .account-cards,
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content #message-center-list-pop2 .billing-shipping .accordion-billing-shipping .panel #paymentInformationBody.panel-collapse .account-list .account-cards {
  border-left: none;
  border-right: none;
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content #message-center-list-pop1 .billing-shipping .accordion-billing-shipping .panel #paymentInformationBody.panel-collapse .account-list .account-cards .card-info-block,
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content #message-center-list-pop2 .billing-shipping .accordion-billing-shipping .panel #paymentInformationBody.panel-collapse .account-list .account-cards .card-info-block {
  padding-left: 0;
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content #message-center-list-pop1 .billing-shipping .accordion-billing-shipping .panel #paymentInformationBody.panel-collapse .account-list .account-cards .card-info-block .panel-title-text,
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content #message-center-list-pop2 .billing-shipping .accordion-billing-shipping .panel #paymentInformationBody.panel-collapse .account-list .account-cards .card-info-block .panel-title-text {
  font-size: 24px;
  color: #002f5f;
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content #message-center-list-pop1 .billing-shipping .accordion-billing-shipping .panel #paymentInformationBody.panel-collapse .account-list .account-cards .block-right,
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .message-center-pop-content #message-center-list-pop2 .billing-shipping .accordion-billing-shipping .panel #paymentInformationBody.panel-collapse .account-list .account-cards .block-right {
  padding-right: 0;
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxClose {
  right: 0;
  top: 10px;
  padding-right: 45px;
}
#message-center .message-center-pop.bonus-payment-method#colorbox #cboxWrapper #cboxClose .modal-close-icon {
  color: inherit!important;
}
#message-center .message-center-pop.bonus-payment-method .line {
  border-top: 1px solid #dadada;
  margin: 40px 0;
}
#message-center .message-center-pop.bonus-payment-method .message-center-pop1-bottom {
  text-align: center;
  position: relative;
}
#message-center .message-center-pop.bonus-payment-method .message-center-pop1-bottom .btn {
  border: 2px solid #002f5f;
  color: #002f5f;
}
#message-center .message-center-pop.bonus-payment-method .message-center-pop1-bottom .btn:hover {
  background-color: #002f5f;
  color: #ffffff;
}
#message-center .message-center-pop.bonus-payment-method .message-center-pop1-bottom .next {
  float: right;
  position: absolute;
  top: -12px;
  right: 0;
  width: 98px;
}
#message-center .message-center-pop.bonus-payment-method .message-center-pop1-bottom .previews {
  float: left;
  position: absolute;
  top: -12px;
  left: 0;
}
@media (max-width: 768px) {
  #message-center .message-title {
    padding-bottom: 0;
  }
  #message-center .message-title div {
    display: block;
  }
  #message-center .message-title div:first-child {
    float: none;
    padding-bottom: 20px;
  }
  #message-center .message-title div:last-child {
    float: none;
  }
  #message-center .message-title div .line {
    padding: 0 10px;
  }
  #message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel-collapse .block-right {
    text-align: left!important;
  }
  #message-center .message-center-list .billing-shipping .accordion-billing-shipping .panel-collapse .block-right .product-stock {
    padding-top: 0!important;
  }
  #message-center .message-center-pop #cboxWrapper #cboxContent #cboxLoadedContent {
    padding-top: 40px!important;
  }
  #message-center .message-center-pop #cboxWrapper #cboxContent #cboxLoadedContent .billing-shipping .accordion-billing-shipping {
    padding: 20px 0;
  }
  #message-center .message-center-pop #cboxWrapper #cboxContent #cboxLoadedContent .category-success-story {
    margin-left: 0;
    margin-right: 0;
  }
  #message-center .message-center-pop #cboxWrapper #cboxContent #cboxLoadedContent #cboxClose {
    right: 15px!important;
    padding-right: 0!important;
    top: 6px!important;
  }
}
@media (max-width: 1030px) {
  .message-center-pop2 .amway-suggest__list {
    width: 920px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .message-center-pop2 .amway-suggest__list {
    width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .message-center-pop2 .amway-suggest__list {
    width: 300px;
    margin: 0 auto;
  }
}
.amway-suggest__item .plp-item-label.limit-stock {
  left: auto;
  margin-left: 0px;
}
.menu-nav-list div.smartEditComponent {
  display: inline;
}
.menu-nav-list div.smartEditComponent div.yCmsComponent {
  display: inline-block;
}
.header-element-content div.smartEditComponent {
  display: inline;
}
body {
  background-color: #ffffff;
}
.recommendation-component .smartEditComponent {
  display: inline;
}
@media (max-width: 768px) {
  .amway-theme .sub_ban .sub_banner .banner__wrapper .banner__message .banner__message--main {
    margin-bottom: 20px;
  }
  .quick-links-header {
    cursor: pointer;
  }
  .mini-cart-item .qty-label {
    top: 0px !important;
  }
}
.general-header {
  z-index: 101;
}
.balloon-img-nav-link {
  position: absolute;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 140px;
  top: 65px;
  right: -5px;
  z-index: 1;
}
.balloon-img-nav-link::before {
  content: '';
  position: absolute;
  right: 70px;
  top: -25px;
  display: block;
  width: 0;
  height: 0;
  border-right: 27px solid transparent;
  border-bottom: 25px solid #ccc;
  border-left: 10px solid transparent;
}
.balloon-img-nav-link::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 69px;
  top: -22px;
  border-right: 28px solid transparent;
  border-bottom: 25px solid #fff;
  border-left: 10px solid transparent;
}
.balloon-username {
  position: absolute;
  padding: 10px;
  color: #fff;
  background-color: #B3B8BB;
  border-radius: 10px;
  width: 230px;
  top: 50px;
  right: -10px;
  z-index: 1;
  font-weight: normal;
}
.balloon-username::before {
  content: '';
  position: absolute;
  right: 20px;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #B3B8BB;
  border-left: 25px solid transparent;
}
@media (max-width: 768px) {
  .mobile-user-btn > img {
    display: none;
  }
  /* .balloon-img-nav-link{
                                                                                      width: 140px;
                                                                                      top: 80px;
                                                          right: -40px;
                                                                        }
                                                                        .balloon-img-nav-link::after{right: 39px;}
                                                                        .balloon-img-nav-link::before{right: 40px;} */
}
.sticky {
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
}
.suggest-window .popover ul li.ui-menu-item {
  width: 100%;
}
.suggest-window .auto-suggestion-popover.suggestion-jp-ver .popover-content ul .suggested-words-wrapper .ui-menu-item {
  width: 100%;
  height: auto !important;
}
.suggest-window .auto-suggestion-popover .popover-content ul .products-wrapper .ui-menu-item a {
  height: auto !important;
}
body {
  padding-top: 95px;
}
.content-center {
  max-width: 470px;
  margin: 0px auto;
}
.content-center .form-sub-title-gray {
  line-height: 24px;
}
.content-center .back-to-home-reset.btn-xl {
  width: 100% !important;
  display: block;
  text-align: center;
}
.error-message-modal {
  margin: auto;
  padding-right: 0px;
}
.error-message-modal .modal-content {
  width: 100%;
}
.error-message-modal .modal-content .modal-header h3 {
  text-align: left;
}
.error-message-modal .modal-content .modal-footer a {
  text-align: center;
  margin: auto;
  display: inline-block;
  width: auto;
}
.error-message-modal .modal-content .modal-body {
  text-align: left;
}
.error-message-modal .modal-content .modal-body p {
  line-height: 24px;
}
.reset-password-email .content-center {
  width: 100%;
}
.reset-password-email .forgot-password-input {
  width: 100% !important;
}
@media (max-width: 500px) {
  .login-redirect-popup .modal-content {
    width: 100%;
  }
  .login-redirect-popup .modal-footer {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .login-form__username-wrap .fa-info-circle {
    font-size: 28px;
    top: 8px;
  }
}
@media (max-width: 767px) {
  .alert {
    padding: 10px 10px;
  }
  .global-alerts .alert-dismissable .close {
    font-size: 20px;
    width: 30px;
    right: 0px;
    height: 30px;
  }
  .global-alerts .alert-dismissable .alert-txt {
    width: 85%;
    float: right;
    font-size: 15px;
    padding-left: 5px;
    padding-top: 5px;
  }
  .removeBg {
    border: 2px solid #002f5f;
    background: none;
  }
}
.common-error {
  display: none;
  float: left;
  text-align: left;
}
.login-form__username-wrap i .userinfo-tip-wrap {
  text-align: left;
}
