@media only screen and (min-width: 768px) {
  .page__header > nav {
    padding: 0 1em;
  }
}
.page__header img {
  max-width: 100%;
}
.meganav__list {
  padding-left: 0;
}
.meganav__list li {
  list-style-type: none;
}
.meganav__button,
.meganav__link {
  font-family: Wells Fargo Sans, Arial, helvetica, sans-serif;
  text-decoration: none;
  cursor: pointer;
}
.meganav__link--heading,
.meganav__link--subheading {
  font-family: "Wells Fargo Serif", Georgia, serif;
}
.meganav__link:hover {
  text-decoration: underline;
  color: #87190a;
}
.meganav__button {
  cursor: pointer;
}
.meganav__inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
.meganav__arrow {
  display: inline-block;
}
.meganav__arrow,
.meganav__arrow--hcm {
  margin-left: 0.5em;
  width: 0.625em;
  transition: transform 0.2s ease-in-out;
}
.current--page,
.current--section {
  font-weight: 600;
}
.current--srtext {
  position: absolute;
  right: 1000px;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.rotate--180 {
  transform: rotate(180deg);
}
.meganav__link--subheading {
  display: inline-block;
  line-height: 23px;
}
@media screen and (min-width: 768px) {
  .meganav__link {
    color: #787070;
  }
  .meganav__button {
    color: #3b3331;
  }
  .navItem__subheading {
    font-family: "Wells Fargo Serif Regular";
    font-size: 16px;
  }
  .meganav__link {
    font-size: 14px;
  }
  .meganav__link--subheading {
    font-size: 16px;
  }
  .meganav__button {
    position: relative;
    margin-bottom: -0.0005em;
    padding: 0.473em 0.75em;
    box-shadow: inset 0 -2px 0 transparent;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 805px) {
  .meganav__button {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 884px) {
  .meganav__inner--desktop {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 768px) {
  .meganav__submenu {
    position: absolute;
    z-index: 500;
    display: flex;
    justify-content: space-between;
    padding: 1em 2em;
    background-color: #fff;
    line-height: 2.125em;
    font-size: 14px;
    border-top: 2px solid #787070;
    box-shadow: -10px 10px 17px 0 rgba(0, 0, 0, 0.28);
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .meganav__submenu .meganav__list {
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .meganav__arrow--submenu {
    position: absolute;
    bottom: -5.5px;
    left: 44%;
    transform: translateX(-50%);
    transform: rotate(45deg);
    width: 10.5px;
    height: 10.5px;
    background-color: #fff;
    border-top: 2px solid #787070;
    border-left: 2px solid #787070;
    z-index: 501;
  }
}
@media screen and (min-width: 768px) {
  .meganav__arrow--hcm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .meganav__submenu--1 {
    left: 0.5%;
    width: 23.75rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1140px) {
  .meganav__submenu--1 {
    left: -2%;
  }
}
@media screen and (min-width: 768px) {
  .meganav__submenu--2 {
    left: 0.5%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1140px) {
  .meganav__submenu--2 {
    width: 63.125rem;
    left: -2%;
  }
}
@media screen and (min-width: 768px) {
  .meganav__submenu--3 {
    right: 23%;
    width: 40rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 855px) {
  .meganav__submenu--3 {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .meganav__submenu--4 {
    width: 40rem;
    right: 7%;
  }
}
@media screen and (min-width: 768px) {
  .current--section:not(.meganav__link) {
    box-shadow: inset 0 -2px 0 #87190a;
  }
}
@media screen and (min-width: 768px) {
  .current--section {
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .hidden {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .js-keydown--grid {
    display: block;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (prefers-contrast: more) {
  .meganav__arrow--hcm {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .meganav__inner--mobile {
    position: fixed;
    top: 2.688rem;
    bottom: 0;
    overflow-x: hidden;
    right: 0;
    padding: 0;
    width: 16.875rem;
    background-color: #efe9e1;
    z-index: 500;
    transition: all 0.4s ease;
    box-shadow: -10px 10px 17px 0 rgba(0, 0, 0, 0.28);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .offScreen--right {
    right: -85vw;
  }
  .meganav__button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85em 1em;
    transition: all 0.4s ease;
    color: #44464a;
    text-align: left;
    white-space: nowrap;
  }
  .meganav__mobile--signon {
    justify-content: flex-start;
    border-bottom: 1px solid #44464a;
  }
  .meganav__image--signon {
    margin-right: 6px;
  }
  .meganav__list {
    width: 100%;
    margin-bottom: 0;
  }
  .meganav__list li {
    width: 100%;
  }
  .meganav__list--mobileMenu {
    margin: 0;
    background-color: #fff;
  }
  .meganav__link {
    display: flex;
    color: #44464a;
    padding: 1em;
  }
  .meganav__link:hover {
    color: #44464a;
  }
  .meganav__listItem--mainMenu {
    height: 3.65em;
    display: flex;
  }
  .meganav__image--mainMenu {
    margin-left: 1em;
  }
  .meganav__hamburger {
    width: 18px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 2px;
  }
  .meganav__hamburger:after,
  .meganav__hamburger:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    left: 0;
    background: #fff;
    top: 6px;
    transition: all 0.1s ease-in-out;
  }
  .meganav__hamburger:after {
    top: 12px;
  }
  .meganav__hamburger--open {
    background: transparent;
  }
  .meganav__hamburger--open:before {
    transform: rotate(-45deg);
  }
  .meganav__hamburger--open:after {
    transform: rotate(45deg);
    top: 6px;
  }
  .meganav__submenu {
    background-color: #efe9e1;
    padding-left: 1em;
  }
  .meganav__button--toggleMenu:before {
    content: " ";
    position: fixed;
    width: 0;
    height: 0;
    top: 2.15em;
    right: -3em;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    transition: all 0.3s ease-in-out;
  }
  .meganav__hamburgerArrow--open:before {
    right: 0.9em;
  }
  .meganav__footer {
    width: 100%;
    background-color: #f4f0ed;
    border-top: 1px solid #946e3a;
    padding-left: 1em;
  }
  .meganav__footer--openAnAccount {
    margin-bottom: 0;
  }
  .meganav__link--footer {
    margin-bottom: 1em;
    color: #44464a;
    text-decoration: underline;
    padding: 0;
  }
  .meganav__image--footer {
    width: 397.568px;
    margin-left: -1.88em;
  }
  .meganav__list--pullLeft {
    padding-left: 0;
  }
  .scroll--locked {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  .rotate--left {
    transform: rotate(90deg);
  }
  .current--section:not(.meganav__button--gold) {
    border-left: 3px solid #bb0826;
  }
  .meganav__button--gold {
    background-color: #946e3a;
    font-weight: 700;
    color: #fff;
    padding: 1.2em 1em;
  }
  .meganav__button--white {
    background-color: #fff;
    color: #44464a;
    padding: 1.2em 1em;
    font-weight: 700;
    border-top: 1px solid #787070;
  }
  .meganav__button--mainMenu {
    padding: 1.2em 1em;
  }
  .hidden {
    display: none;
  }
  button span {
    pointer-events: none;
  }
}
.meganav--masthead {
  display: flex;
  align-items: center;
}
.masthead__row--gold {
  height: 42px;
  background-color: #946e3a;
  position: relative;
}
.masthead__row--white {
  height: 36px;
  background-color: #f4f0ed;
}
.meganav__inner--masthead {
  width: 100%;
  justify-content: center;
}
.meganav__image--masthead-mobile {
  width: 12px;
  margin: 0 1.063em;
}
.meganav__form--searchAdvisor,
.meganav__list--masthead {
  display: none;
}
.meganav__mobile--masthead {
  position: absolute;
  right: 1em;
  top: 0;
  display: flex;
}
.meganav__button--toggleMenu {
  padding: 1em 1.2em 0 1em;
  width: 14px;
  height: 1em;
}
.meganav__logo--wf {
  width: 158.96px;
  height: 16px;
}
.meganav__logo--wfa {
  width: 212.86px;
  height: 21px;
  position: absolute;
  top: 2.5em;
}
.showOnFocus {
  top: 0;
  width: auto;
  font-size: 12px;
}
.showOnFocus:focus {
  left: 0.5em;
}
.lockIcon {
  width: 11.64px;
  height: 16.87px;
}
.wf--blackLogo,
.wfa--logo__transparent {
  display: none;
}
@media screen and (max-width: 767px) {
  .meganav__logo--wfa {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
.meganav__logo--wfaImage {
  height: 1.3125rem;
  margin-top: 0.2em;
}
@media screen and (min-width: 768px) {
  .masthead__row--gold {
    height: 60px;
  }
  .masthead__row--white {
    height: 50px;
  }
  .meganav__mobile--masthead {
    display: none;
  }
  .meganav__inner--masthead {
    justify-content: space-between;
  }
  .meganav__logo--wf {
    height: 22px;
    width: 218.57px;
  }
  .meganav__logo--wfa {
    width: 293.87px;
    height: 29px;
    top: 3.4em;
    left: 0;
  }
  .meganav__logo--wfaImage {
    height: 1.8125rem;
    margin-top: 0;
  }
  .meganav__list--masthead {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .meganav__listitem--divider:after {
    content: "";
    color: #daccba;
    margin: 0 0.875em;
    border-right: 1px solid #fff;
  }
  .meganav__image--masthead {
    width: 1em;
    height: 1em;
    margin-right: 0.625em;
    margin-bottom: -0.15em;
    display: inline;
  }
  .meganav__link--masthead {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
  }
  .meganav__button--masthead {
    color: #fff;
    border-bottom: none;
    font-size: 18px;
  }
  .meganav__button--masthead:hover,
  .meganav__link--masthead:hover {
    text-decoration: underline;
    color: #fff;
  }
  .meganav__form--searchAdvisor {
    display: flex;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    align-items: center;
  }
  .meganav__form--label {
    color: #3b3331;
  }
  #findAdvisorByZip--navigationMenu {
    margin: 0 0.5em;
    font-weight: 300;
    text-align: center;
    color: #787070;
    width: 82px;
  }
  .meganav__button--searchAdvisor {
    border: none;
    border-radius: 8px;
    padding: 0.55em 1.25em;
    background-color: #87190a;
    font-family: WF Sans, Arial, helvetica, sans-serif;
    -webkit-appearance: none;
  }
}
@media (-ms-high-contrast: none) {
  .meganav__openAnAccount {
    margin-bottom: 8px;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .meganav__arrow--hcm,
  .wf--logo,
  .wfa--logo__transparent {
    display: none !important;
  }
  .meganav__arrow,
  .wf--blackLogo,
  .wfa--logo {
    display: inline-block !important;
  }
}
@media (prefers-contrast: more){
  .meganav__arrow,
  .wfa--logo {
    display: none;
  }
  .meganav__arrow--hcm,
  .wfa--logo__transparent {
    display: inline-block;
  }
}
@media screen and (-ms-high-contrast: active) {
  .meganav__button--searchAdvisor {
    border: 1px solid;
  }
  .meganav__arrow,
  .wfa--logo {
    display: none;
  }
  .meganav__arrow--hcm,
  .wfa--logo__transparent {
    display: inline-block;
  }
}
.u-link--white {
  color: white;
}
.u-link--hoverWhite:hover {
  color: white;
  text-decoration: underline;
}
/*Added to have this style be global*/
.no-not-may {
  font-size: 17.5px;
}


.wfafinet .gold-logo {padding:15px 0 0 15px;}
.wfafinet .gold-logo img {width:100%;}
.wfafinet .gold-logo .mob-logo {max-width:225px;}
.wfafinet .gold-logo .wfLogoMain,
.wfafinet .gold-logo .wfLogoBlack,
.wfafinet .tan-logo .wfaLogoBlack,
.wfafinet .tan-logo {display:none;}

@media screen and (min-width:676px) {
    .wfafinet .masthead-gold {background-color: #946e3a;}
    .wfafinet .masthead-gold-content {margin:0 auto; width:100%; max-width: 1080px;}
    .wfafinet .gold-logo .mob-logo {display:none;}
    .wfafinet .gold-logo {padding:19px 0 12px 0; margin-left:20px;}
    .wfafinet .gold-logo .wfLogoMain {display:block;}
    .wfafinet .gold-logo .wfLogoMain {width:218px;}
    .wfafinet .tan-logo {display:block; position: absolute; top: 63px;}
    .wfafinet .tan-logo img {width: 490px; height: 50px; padding: 11px 0; margin-left: 20px;}
    .wfafinet .masthead-tan {background-color: #f4f0ed; height:50px;}
    .wfafinet .masthead-tan-content {margin:0 auto; width:100%; max-width: 1080px;}
    .wfafinet .white-nav {height:25px;}
}