/* Uncomment to hide elements as needed */
.unl .dcf-cta-header,
/* .unl .dcf-search, */
/* .unl .unl-footer-logo, */
/* .unl .dcf-footer-group-2, */
/* .unl .dcf-footer-group-3, */
/* .unl .dcf-footer-group-4, */
.unl .unl-wdn-qa,
.unl .dcf-footer .dcf-relative .dcf-wrapper:last-child .dcf-grid-halves\@sm,
/* #unl-footer-n, */
/* #unl-footer-grit-glory, */
/* #unl-footer-global-b1g, */
.dcf-header-global .dcf-idm,
#dcf-idm .dcf-idm-img,
.dcf-idm .dcf-idm-toggle,
.dcf-nav .dcf-cta,
#unl-footer-global-wordmark,
#dcf-header-logo, 
#dcf-footer #dcf-footer-group-3,
#dcf-footer #dcf-footer-group-4,
#dcf-footer #unl-footer-n, 
#dcf-footer #unl-footer-global-b1g {
  display: none;
}

.unl .dcf-footer:before {
	background:none !important;
}

.unl .dcf-institution-title::before {
  content: 'An Affiliate of the ';
  font-style: italic;
  letter-spacing: .1em;
  padding-right: .32em;
}

.unl .dcf-site-title {
  align-items: center;
  column-gap: 1em;
  display: flex;
  flex-wrap: nowrap;
}

.unl .dcf-site-title::before {
  background: url(https://cms.unl.edu/nebraska-federal-credit-union/sites/unl.edu.nebraska-federal-credit-union/files/media/image/nufcu-logo.svg) 50% 50% / contain no-repeat;
  content: '';
  display: block;
  /* DO NOT ADJUST HEIGHT */
  height: 3.16em;
  /* Adjust width as needed instead */
  width: 5.82em;
}

/*Search*/
#nufcuSearch {
	position: absolute;
	width: 300px; top: 10px; right: 10px;
	font-size: .8em;
}

#nufcuSearch button { padding: 1px 5px 1px 5px; }
#nufcuSearch svg { padding-top: 4px; }

#nufcuSearch #affiliate_search_form button {
	background-color:var(--bg-body);
	border-style: solid;
	border-width: 2px;
	font-weight: 600;
	border-radius: 3px;
	display: inline-block;
	line-height: 1.5;
	text-align: center;
}

