footer {
	padding:  0rem !important;
	font-weight: 500;
  }
  footer.footer-dark a {
	color: #f8f9fa;
	text-decoration: none;
  }
  footer.footer-dark a:hover {
	color: #f8f9fa;
	text-decoration: none;
  }
  footer .region-footer {
	display: flex;
	flex-direction: column;
  }

  .bg-dark {
	--bs-bg-opacity: 1;
	  background:#1C294C  !important;
  }

  .field--name-field-footer-stay-informed {
		width: 200px;
		height: 48px;
		background: var(--primary-gold);
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 20px;
		text-transform: uppercase;
		font-weight: bold;
		position: relative;
		margin-top: 1rem;
  }

  .field--name-field-footer-stay-informed a{
	text-decoration: none;
	  color: #1C294C !important;
  }

  .field--name-field-footer-stay-informed a::after {
	  font-family: 'Material Icons', sans-serif;
	  content: '\e5e1';
	  display: inline-block;
	  vertical-align: middle;
	  position: absolute;
	  right: 10px;
  }

  .field--name-field-socials-headline{
	  margin-bottom: 1rem;
  }


  /* footer */
  .footer-background-socials{
	  background: url(/sites/default/files/2022-02/fingerprint_pattern.png);
	  background-repeat: no-repeat;
	  background-position: 0 0;
	  background-size: 61%;
  }

  .footer-background-menu{
	  background: var(--primary-navy);
	  padding-top: 60px;
	  padding-left: 120px;
	  padding-bottom: 30px;
	  border-left: 2px solid var(--white);
	  /*padding-left: 1.5rem;*/
  }
  .footer-background-menu .footer-caption-text{
	  font-weight: 400;
	  font-size: 14px;
  }

  .footer-background-menu .footer-menu-links{
	  font-weight: 700;
  }

  .footer-background-menu .footer-caption-text p{
	  margin: 0;
	  padding: 0;
  }

  .field--name-field-social-icons-urls .field__item{
	  display: flex;
	  }

  footer {
	  padding: 0;
  }

  /* Mobile */
  @media screen and (max-width: 767px) {
	  footer .footer-background-socials .container-md {
		  padding-left: 0;
		  padding-right: 0;
	  }

	  .footer-background-socials{
		   background: none;
	  }

	  .footer-patterned-section {
		  background: url(/sites/default/files/2022-02/fingerprint_pattern.png);
	  }

	  .footer-background-menu{
			  border-left:  none !important;
	  }
	  .field--name-field-footer-stay-informed {
			width: 100%;
	  }

	  .footer-background-menu{
		  background: var(--primary-navy);
		  padding-top: 10px;
		  padding-left: 0px;
		  padding-bottom: 0px;
	  }
	  .patterned-section-content, .footer-background-menu {
		  width: 100%;
		  max-width: 500px;
		  margin: 0 auto;
		  padding-right: calc(var(--bs-gutter-x) *.5);
		  padding-left: calc(var(--bs-gutter-x) *.5);
	  }

  }

  @media (min-width: 768px) and (max-width: 1023px) {
	  .footer-background-socials {
		  background-position: 0 0;
		  background-size: 80% 100%;
	  }
  }

  /* large Tablet */
  @media (min-width: 1024px) and (max-width:1420px) {

	   .footer-background-socials{
		  background-size: 120%;
		  background-position: left 160% bottom;
	  }

  }