lightning-lookup-desktop lightning-helptext {
  display: none;
}

/*.m-logo-retina {
	height: 85px;
}*/

/*NAB Edit from Marketing*/
body {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #1e2021 !important;
  font-size: 16px;
  letter-spacing: 1px !important;
}

.slds-scope .slds-form-element__label {
  color: #1e2021 !important;
}

/* Indents and shrinks Community Hub navigation items */
.nav-child {
  margin-left: 2em;
  font-size: 0.9em;
}

/*CSS to control checkbox option display within flow on CH */
.nu-lightning-wrapper
  .uiBlock
  .bBody
  .slds-form-element__control
  .slds-checkbox {
  width: auto;
}

/*CSS to control text area label display within flow on CH */
.nu-lightning-wrapper .bBody .inputHeader .richTextLabel {
  display: inline-block;
  float: none;
  text-align: left;
  width: 100%;
}

/*CSS to control previous button display within flow on CH */
.slds-button.slds-button_neutral.uiButton--default.uiButton {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgb(217, 219, 221);
  transition: border 0.15s linear;
}

/*CSS to allow Address lightning component country picklist to behave correctly within flow on CH */
.slds-scope
  .slds-form_compound
  .slds-form-element__group
  .slds-form-element__row {
  display: inherit;
}

/*CSS to relocate the required asterisk */
.nu-lightning-wrapper .uiBlock .bBody .inputHeader .required {
  margin-right: auto;
  margin-left: auto;
}

/*CSS to left-justify checkbox and wrap lightning wrapper */
.nu-lightning-wrapper .uiBlock .bBody .inputWithInlineLabel {
  white-space: normal;
  padding-top: 0.25rem;
  float: left;
  width: 100%;
}

/*CSS to change previous button color */
button.slds-button.slds-button_neutral {
  color: rgb(255, 255, 255);
  background-color: #f89828;
  border-color: rgba(0, 0, 0, 0);
}

/*CSS to change next and finish button colors */
button.slds-button.slds-button_brand {
  color: rgb(255, 255, 255);
  background-color: #f89828;
  border-color: rgba(0, 0, 0, 0);
}

/*NAB Edit adjusting min-height for global header*/
.navbar {
  min-height: 100px;
}

/*NAB Edit to adjust postition of logo in global header*/
.m-navbar-logo {
  padding: 10px 0;
}

/*NAB Edit to change global header text and color to NAB orange */
.page-header.page-header-anchor.m-page-header {
  padding: 35px 0;
  background-color: #f89828;
  text-align: center;
  color: #fff;
}
/*NAB Edit to make application font easier to read */
.card .card-detail {
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 0px !important;
  color: #343f49;
}

/*NAB Edit for card detail label font color*/
.card .card-detail-label {
  color: #333;
}

/*NAB Edit to change page header label font weight*/
.m-page-header h1 {
  font-weight: 900 !important;
  letter-spacing: 0px;
}

/*NAB Edit to change card border color*/
.list-group {
  border-top: 4px solid #3c3c3c;
}
.card,
.card-list {
  border-top: 4px solid #3c3c3c;
}

/*NAB Edit to remove border design on image-only cards*/
.img-only-card {
  box-shadow: 0 0px 0px 0;
  border-top: 0px solid #0078c9;
  text-align: center;
}

/*NAB Edit to change mobile view nav list*/
.m-off-canvas-nav .list-group-item {
  background-color: #434343;
}

/*NAB Edit to try and center page header text in mobile view*/
@media (max-width: 767px) .m-page-header h1 {
  padding-top: 20px;
  margin-bottom: -10px;
}

/*NAB Edit to change nav list item hover properties*/
a.list-group-item:focus,
a.list-group-item:hover {
  /*color: #0078c9;*/
  color: black;
  font-weight: bold;
}

/*NAB Edit to change secondary button hover properties*/
.btn-secondary:hover,
.btn-secondary:focus {
  /*color: black !important;*/
  background-color: #086190 !important;
}

/*NAB Edit to change global nab list hover properties*/
.navbar-nav > li > a:hover {
  color: black !important;
  background-color: #f4f4f4 !important;
}

/*NAB Edit to change Footer background color and text color*/
.m-footer {
  background-color: #434343;
  color: white;
}

/*NAB Edits to customize different card CSS types*/
.bltcard {
  border-top: 4px solid #0081c6;
}

.no-border-card {
  border-top: 0px;
}

.no-borderorshadow-card {
  border: 0px;
  box-shadow: none;
}

/*NAB Edit changing log-in page button colors*/
.btn-primary {
  background-color: #086190;
}

a,
.pagination > li > a,
.pagination > li > span {
  color: black;
}

@media  (min-width:768px) {
  .container {
    width: 100%;
  }
}

/*NAB Edit mobile view edits*/
@media (max-width: 767px) {
  main {
    width: 100%;
  }
  body {
    padding-top: 0px !important;
  }
  .container {
    padding-right: 15px;
  }
  .navbar {
    min-height: 60px !important;
  }
  .m-toggle-button.s-active {
    background-color: white !important;
    color: black !important;
  }
  .m-toggle-button.s-active .m-toggle-button-text {
    color: black !important;
  }
}
/*.m-toggle-button {
  background-color: rgba(0, 129, 198, 0.6) !important;
}*/
.l-navbar-fixed-top-mobile {
  position: relative !important;
}
