/*Layouts css goes here*/

.bg-womenunited {
				background-color: #9661AF;
				}

.wu-links {
  color: #32213A;
  text-decoration: none;

  &:hover,
  &:focus {
    color: #32213A;
    text-decoration: $link-hover-decoration;
  }
  
  &:focus {
    @include tab-focus;
  }
}