/*AMPSCRIPT*/

/* Colors */
/* Base Variables */
/* URLs - Dev */
/* @base-url-fonts: '../fonts';
@base-url-images: '../images'; */
/* URLs - Prod */
/* Base Mixins */
/* High Density */
/* Base Styles */
@-ms-viewport {
  width: auto !important;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
}
h1 {
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 3.375rem;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
h2 {
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.875rem;
  margin-bottom: 1.375rem;
  letter-spacing: -0.015em;
}
h3 {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  margin-bottom: 1.125rem;
}
h4 {
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0;
}
h5 {
  font-family: 'ConnectionsBold', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 0;
}
h6 {
  font-family: 'ConnectionsBold', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  margin-bottom: 0;
}
p {
  margin: 0 0 1.25rem;
}
a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  cursor: pointer;
}
a:hover,
a:active {
  color: inherit;
  text-decoration: underline;
}
a:focus {
  color: inherit;
  text-decoration: underline;
}
a:focus,
button:focus {
  outline-color: #0053C2;
  outline-style: solid;
  outline-width: 2px;
}
ul {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}
ul.list-line-items li {
  margin-bottom: 0.5rem;
}
ul.list-paragraphs li {
  margin-bottom: 1.25rem;
}
sup {
  font-size: 70%;
}
b,
strong,
.bold {
  font-family: 'ConnectionsBold', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.medium {
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
em,
i {
  font-family: 'ConnectionsLightItalic', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
}
u,
.underlined {
  text-decoration: underline;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
input::-ms-clear {
  display: none;
}
.clearout {
  clear: both;
}
.hidden,
.hide {
  display: none !important;
}
.no-list-style {
  list-style: none;
  padding-left: 0;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.ada-hidden {
  position: absolute;
  left: -10000px;
  color: transparent;
  font-size: 1px;
  margin-left: -10000px;
  line-height: 0.1em;
}
.ada-toggle .ada-show {
  display: none;
}
.ada-toggle .ada-hide {
  display: inline-block;
}
.ada-toggle.collapsed .ada-show {
  display: inline-block;
}
.ada-toggle.collapsed .ada-hide {
  display: none;
}
.sbb-container {
  max-width: 1680px;
  min-width: 320px;
  margin: 0;
  padding: 0;
}
.sbb-container.container-centered {
  margin: 0 auto;
}
.sbb-row {
  margin: 0 -0.9375rem;
}
.sbb-col {
  padding: 0 0.9375rem;
}
.sbb-padded.padded-lr {
  padding: 0 1.875rem;
}
.sbb-padded.padded-sm {
  padding: 1.875rem;
}
.sbb-padded.padded-md {
  padding: 2.5rem 1.875rem;
}
.sbb-padded.padded-lg {
  padding: 3.125rem 1.875rem;
}
.sbb-padded.padded-xl {
  padding: 6.25rem 1.875rem;
}
.sbb-display-table {
  display: table;
}
.sbb-display-table .table-row {
  display: table-row;
}
.sbb-display-table .table-column {
  display: table-column;
}
.sbb-display-table .table-cell {
  display: table-cell;
  float: none;
}
.sbb-display-table .table-cell.valign-top {
  vertical-align: top;
}
.sbb-display-table .table-cell.valign-middle {
  vertical-align: middle;
}
.sbb-display-table .table-cell.valign-bottom {
  vertical-align: bottom;
}
.sbb-link.link-blue {
  color: #0053C2;
}
.sbb-link.link-blue:hover,
.sbb-link.link-blue:active,
.sbb-link.link-blue:focus {
  color: #0053C2;
}
.sbb-link.link-blue:hover,
.sbb-link.link-blue:focus {
  text-decoration: underline;
}
.sbb-link.link-underline {
  text-decoration: underline;
}
.sbb-link.link-underline:focus {
  outline: 1px dotted;
  outline-offset: 2px;
}
.sbb-link:hover sup,
.sbb-link:active sup,
.sbb-link:focus sup {
  display: inline-block;
}
.sbb-link-layer {
  display: inline-block;
  border-bottom: 1px dotted;
  padding-bottom: 1px;
  cursor: pointer;
}
.sbb-link-layer:hover,
.sbb-link-layer:active,
.sbb-link-layer:focus {
  text-decoration: none;
  border-bottom: 1px solid;
  outline: none;
}
.sbb-button {
  display: inline-block;
  font-family: 'Connections Regular', Helvetica Neue, Helvetica, Arial, sans-serif;
  border: none;
  border-radius: 50px;
  padding: 0.5rem 1.25rem;
  margin: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.sbb-button:hover,
.sbb-button:active,
.sbb-button:focus {
  text-decoration: none;
}
.sbb-button.square-button {border-radius: 0;}
.sbb-button.button-block {
  display: block;
  text-align: center;
}
.header-meta .sbb-button + .sbb-button {margin-left: 10px}

.sbb-button.button-blue {
  background-color: #012169;
  color: #FFFFFF;
}
.sbb-button.button-blue:hover,
.sbb-button.button-blue:active,
.sbb-button.button-blue:focus {
  background-color: #0053C2;
  color: #FFFFFF;
}
.sbb-button.button-red {
  background-color: #C41230;
  color: #FFFFFF;
}
.sbb-button.button-red:hover,
.sbb-button.button-red:active,
.sbb-button.button-red:focus {
  background-color: #780032;
  color: #FFFFFF;
}
.sbb-button.button-gray {
  background-color: #EDEDED;
  color: #0053C2;
}
.sbb-button.button-gray:hover,
.sbb-button.button-gray:active,
.sbb-button.button-gray:focus {
  background-color: #EDEDED;
  color: #0053C2;
}
.sbb-button.button-white {
  background-color: #FFFFFF;
  color: #0053C2;
}
.sbb-button.button-white:hover,
.sbb-button.button-white:active,
.sbb-button.button-white:focus {
  background-color: #EDEDED;
  color: #0053C2;
}
.sbb-button.button-alt {
  background-color: transparent;
  color: #333333;
  outline: 1px solid #333333;
  transition: background-color 0.2s ease-in-out, outline-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.sbb-button.button-alt:hover,
.sbb-button.button-alt:active,
.sbb-button.button-alt:focus {
  background-color: #D3D3D3;
  color: #333333;
}
.sbb-button.button-alt.alt-blue {
  outline-color: #0053C2;
  color: #0053C2;
}
.sbb-button.button-alt.alt-blue:hover,
.sbb-button.button-alt.alt-blue:active,
.sbb-button.button-alt.alt-blue:focus {
  background-color: #0053C2;
  outline-color: #0053C2;
  color: #FFFFFF;
}
.sbb-button.button-alt.alt-white {
  outline-color: #FFFFFF;
  color: #FFFFFF;
}
.sbb-button.button-alt.alt-white:hover,
.sbb-button.button-alt.alt-white:active,
.sbb-button.button-alt.alt-white:focus {
  background-color: rgba(255, 255, 255, 0.15);
  outline-color: #FFFFFF;
  color: #FFFFFF;
}
.sbb-button.button-plain {
  background-color: transparent;
  color: #0053C2;
}
.sbb-button.button-plain:hover,
.sbb-button.button-plain:active,
.sbb-button.button-plain:focus {
  color: #0053C2;
  text-decoration: underline;
}
.sbb-button-faux {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.sbb-button-faux:focus {
  border: 0;
}
.sbb-button-faux.sbb-modal-close:focus {
  outline: 0;
}
.sbb-section .section-heading {
  margin-bottom: 1.875rem;
}
.sbb-section .section-heading.heading-left {
  text-align: left;
}
.sbb-section .section-heading.heading-right {
  text-align: right;
}
.sbb-section .section-heading.heading-center {
  text-align: center;
}
.sbb-section .section-heading h2 {
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 3.375rem;
  color: #C41230;
  margin-bottom: 1.25rem;
}

.sbb-section .section-heading h2.small {
  font-size: 1.875rem;
}

.sbb-section .section-heading .subtext {
  display: block;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.sbb-section .section-heading .subtext:last-child {
  margin-bottom: 0;
}
.sbb-section .section-heading .subtext.subtext-cta {
  display: inline-block;
}
.sbb-section .section-heading .subtext.subtext-note {
  font-size: 1.125rem;
}
.sbb-section-border {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #D3D3D3;
}
.sbb-section-border .section-border-arrow {
  position: absolute;
  left: 50%;
  margin-top: -8px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  transform: rotate(45deg) skew(-10deg, -10deg);
}
.sbb-trigger {
  display: none;
  position: relative;
}
.sbb-trigger .trigger-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  z-index: 1;
  background-image: url('https://images.em.bankofamerica.com/sbwebsite/icon-close-white.svg');
  background-repeat: no-repeat;
  background-size: 0.625rem;
  background-position: center center;
  background-color: #C41230;
  transition: background-color 0.2s ease-in;
}
.sbb-trigger .trigger-close:hover,
.sbb-trigger .trigger-close:active {
  background-color: #780032;
}
.sbb-trigger .trigger-close:focus {
  outline: 1px dotted #FFFFFF;
}
.sbb-trigger .trigger-container {
  background-color: #EDEDED;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
}
.sbb-trigger .trigger-container.container-alt {
  background-color: #EDEDED;
}
.sbb-trigger .trigger-content {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
.sbb-trigger .trigger-photo img {
  width: 5rem;
  margin-right: 1.25rem;
}
.sbb-trigger .trigger-text {
  padding: 0.25rem 0;
}
.sbb-trigger .trigger-cta .sbb-button {
  display: inline-block;
}
.sbb-trigger-indicator {
  display: none;
  position: absolute;
  width: 1.625rem;
  height: 1.625rem;
  z-index: 50;
  transform: rotate(45deg);
  background-image: url('https://images.em.bankofamerica.com/sbwebsite/icon-close-white.svg');
  background-repeat: no-repeat;
  background-size: 0.625rem;
  background-position: center center;
  background-color: #C41230 !important;
  transition: background-color 0.2s ease-in;
  -webkit-animation: pulsate 1.5s ease-out;
  -moz-animation: pulsate 1.5s ease-out;
  animation: pulsate 1.5s ease-out;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.sbb-trigger-indicator:hover,
.sbb-trigger-indicator:active {
  background-color: #C41230;
}
.sbb-trigger-indicator:focus {
  outline: 1px dotted #FFFFFF;
}
@keyframes pulsate {
  0% {
    box-shadow: 0 0 rgba(196, 18, 48, 0.9);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(196, 18, 48, 0);
  }
  100% {
    box-shadow: 0 0 rgba(196, 18, 48, 0);
  }
}
@-moz-keyframes pulsate {
  0% {
    box-shadow: 0 0 rgba(196, 18, 48, 0.9);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(196, 18, 48, 0);
  }
  100% {
    box-shadow: 0 0 rgba(196, 18, 48, 0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    box-shadow: 0 0 rgba(196, 18, 48, 0.9);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(196, 18, 48, 0);
  }
  100% {
    box-shadow: 0 0 rgba(196, 18, 48, 0);
  }
}
/* Responsive Styles - Base */
/* Mobile */
@media (max-width: 767px) {
  .sbb-section .section-heading h2 {
    font-size: 2.875rem;
  }
  .sbb-trigger .trigger-cta .sbb-button {
    display: block;
    padding: 0.5rem;
    text-align: center;
  }
}
/* Fallbacks and Hacks for IE10 & Up */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* SVG Hack */
  img[src$=".svg"] {
    padding: 0%;
  }
}
/* Fallbacks and Hacks for Microsoft Edge */
/* Fallbacks and Hacks for Chrome and Safari Tablet and Mobile */
/* Header */
.sbb-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #FFFFFF;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: 150%;
}
.sbb-header .header-main,
.sbb-header .header-sub {
  padding: 0 1.875rem;
}
.sbb-header .header-main {
  height: 4.25rem;
}
.sbb-header .header-sub {
  position: relative;
  height: 2rem;
  overflow: hidden;
  background-image: url('https://images.em.bankofamerica.com/sbwebsite/bg-flagscape-regal.jpg');
  background-color: #C41230;
  background-position: right top -180px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sbb-header .header-sub {
    background-image: url('https://images.em.bankofamerica.com/sbwebsite/bg-flagscape-regal-2x.jpg');
  }
}
.sbb-header .header-sub .sub-title {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin: 0;
  z-index: 1;
}
.sbb-header .header-sub .sbb-fixed-bg img {
  top: -600px;
  right: -870px;
}
.sbb-header .header-logo {
  display: inline-block;
}
.sbb-header .header-logo img {
  width: 12.5rem;
}
.sbb-header .header-logo:focus {
  outline-offset: 2px;
}
.sbb-header .header-meta {
  padding-top: 0.25rem;
  text-align: right;
}
.sbb-header .header-meta .meta-nav-toggle {
  display: inline-block;
  margin: 0;
  border: 0;
  background-color: transparent;
  text-transform: none;
  overflow: visible;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}
.sbb-header .header-meta .meta-nav-toggle:focus {
  outline-offset: 3px;
}
.sbb-header .header-meta .meta-nav-toggle.toggle-squeeze .nav-toggle-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.sbb-header .header-meta .meta-nav-toggle.toggle-squeeze .nav-toggle-inner:before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.sbb-header .header-meta .meta-nav-toggle.toggle-squeeze .nav-toggle-inner:after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.sbb-header .header-meta .meta-nav-toggle.toggle-squeeze.nav-open .nav-toggle-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sbb-header .header-meta .meta-nav-toggle.toggle-squeeze.nav-open .nav-toggle-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.sbb-header .header-meta .meta-nav-toggle.toggle-squeeze.nav-open .nav-toggle-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sbb-header .header-meta .meta-nav-toggle .nav-toggle-box {
  width: 2.25rem;
  height: 1.5rem;
  display: inline-block;
  position: relative;
}
.sbb-header .header-meta .meta-nav-toggle .nav-toggle-inner,
.sbb-header .header-meta .meta-nav-toggle .nav-toggle-inner:before,
.sbb-header .header-meta .meta-nav-toggle .nav-toggle-inner:after {
  position: absolute;
  width: 2.25rem;
  height: 0.1875rem;
  background-color: #333333;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.sbb-header .header-meta .meta-nav-toggle .nav-toggle-inner {
  display: block;
  top: 50%;
}
.sbb-header .header-meta .meta-nav-toggle .nav-toggle-inner:before,
.sbb-header .header-meta .meta-nav-toggle .nav-toggle-inner:after {
  content: "";
  display: block;
}
.sbb-header .header-meta .meta-nav-toggle .nav-toggle-inner:before {
  top: -0.625rem;
}
.sbb-header .header-meta .meta-nav-toggle .nav-toggle-inner:after {
  bottom: -0.625rem;
}
.sbb-header .header-skip {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 1rem;
  text-align: center;
  width: 210px;
  margin-top: -100px;
  margin-left: -105px;
  opacity: 0;
  transition: margin-top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 1;
}
.sbb-header .header-skip:focus {
  background-color: #EDEDED;
  /* margin-top: 0; */
  margin-top: 3.125rem;
  /* Account for COVID-19 */
  opacity: 1;
}
.sbb-subhead {
  display: none;
  position: fixed;
  top: -10rem;
  left: 6.75rem;
  right: 0;
  height: auto;
  background-color: #EDEDED;
  z-index: 997;
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  transition: top 0.3s ease-in-out;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.sbb-subhead.scroll-state-ada {
  display: block;
}
.sbb-subhead.scroll-state {
  top: 6.25rem;
  right: 0;
  left: 0;
  width: initial;
}

@media (min-width: 991px) {
  .sbb-subhead.scroll-state {
    left: 6.75rem;
  }
}

.sbb-subhead .subhead-toggle {
  position: relative;
  font-size: 1.25rem;
  padding: 1rem 1.875rem 1rem 8.625rem;
  cursor: pointer;
}
.sbb-subhead .subhead-toggle.no-nav {
  padding: 1rem 1.875rem;
}
.sbb-subhead .subhead-toggle .toggle-button {
  position: absolute;
  top: 0;
  left: 6.75rem;
  display: block;
  width: calc(100% - 6.75rem);
  height: 100%;
  padding: 0;
  background: none;
  border: none;
  z-index: 1;
}
.sbb-subhead .subhead-toggle .toggle-button:focus {
  outline: 1px dotted #333333;
  outline-offset: -2px;
}
.sbb-subhead .subhead-toggle .toggle-button.collapsed + div .toggle-chevron {
  transform: rotate(0deg);
}
.sbb-subhead .subhead-toggle .toggle-button.collapsed + div .subhead-breadcrumbs,
.sbb-subhead .subhead-toggle .toggle-button.collapsed + div .subhead-cta {
  visibility: visible;
}
.sbb-subhead .subhead-toggle .toggle-chevron {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 1.125rem;
  margin: 0 0 0.125rem 0.5rem;
  transform: rotate(-180deg);
  transition: transform 0.2s ease-in-out;
}
.sbb-subhead .subhead-toggle .subhead-breadcrumbs {
  visibility: hidden;
}
.sbb-subhead .subhead-toggle .subhead-breadcrumbs > div {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.sbb-subhead .subhead-toggle .subhead-breadcrumbs > div div {
  display: inline-block;
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: inherit;
  margin: 0;
  letter-spacing: 0;
}
.sbb-subhead .subhead-toggle .subhead-breadcrumbs > div div h1 {
  font-size: inherit;
  letter-spacing: 0;
  margin: 0;
}
.sbb-subhead .subhead-toggle .subhead-breadcrumbs > div div a {
  display: inline-block;
  text-decoration: underline;
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.sbb-subhead .subhead-toggle .subhead-breadcrumbs > div div a:focus {
  outline: 1px dotted;
  outline-offset: 2px;
}
.sbb-subhead .subhead-toggle .subhead-breadcrumbs > div div + div:before {
  font-family: 'FontAwesome';
  content: "\00a0\00a0\00a0\f105\00a0\00a0";
}
.sbb-subhead .subhead-toggle .subhead-breadcrumbs > div div:last-of-type a {
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  text-decoration: none;
  pointer-events: none;
}
.sbb-subhead .subhead-toggle .subhead-breadcrumbs > div div:last-of-type a.subhead-name {
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.sbb-subhead .subhead-toggle .subhead-breadcrumbs > div div:last-of-type:after {
  content: "";
}
.sbb-subhead .subhead-toggle .subhead-cta {
  display: inline-block;
  visibility: hidden;
  padding-right: 1.25rem;
}
.sbb-subhead .subhead-toggle .subhead-phone:focus {
  outline: 1px dotted;
  outline-offset: 2px;
  text-decoration: none;
}
.sbb-subhead .subhead-toggle .sbb-name,
.sbb-subhead .subhead-toggle .sbb-phone,
.sbb-subhead .subhead-toggle .sbb-ext {
  display: inline-block;
}
.sbb-subhead .subhead-toggle .sbb-phone,
.sbb-subhead .subhead-toggle .sbb-ext {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
.sbb-subhead .subhead-toggle .sbb-phone {
  position: relative;
  margin-left: 1.875rem;
  padding-left: 1.875rem;
}
.sbb-subhead .subhead-toggle .sbb-phone img {
  position: absolute;
  left: 0;
  width: 1.25rem;
}
.sbb-subhead .subhead-toggle:focus {
  outline: none;
}
.sbb-subhead .subhead-profile {
  padding: 0 1.875rem 0 8.625rem;
}
.sbb-subhead .subhead-profile .sbb-profile {
  padding: 1rem 0;
  background-image: none;
  background-color: transparent;
}
.sbb-subhead .subhead-profile .sbb-profile .profile-cta {
  background-color: transparent;
  padding: 1.25rem 0;
}
.sbb-subhead .subhead-profile .sbb-profile .sbb-cta {
  position: relative;
  width: 100%;
}
/* Responsive Styles - Header */
/* Desktop Large */
/* Desktop Medium */
/* Desktop & Up */
/* Tablet */
/* Tablet & Down */
@media (max-width: 991px) {
  .sbb-header .header-sub {
    background-position: right top -120px;
  }
  .sbb-subhead .subhead-toggle {
    padding: 1rem 1.875rem;
  }
  .sbb-subhead .subhead-toggle .toggle-button {
    left: 0;
    width: 100%;
  }
  .sbb-subhead .subhead-toggle .subhead-breadcrumbs > div div a {
    text-decoration: none;
    pointer-events: none;
  }
  .sbb-subhead .subhead-toggle .subhead-breadcrumbs > div div:last-of-type:not(.breadcrumbs-home) {
    display: none;
  }
  .sbb-subhead .subhead-toggle .subhead-cta {
    padding-right: 0.75rem;
  }
  .sbb-subhead .subhead-profile .sbb-profile .profile-cta {
    padding: 0;
  }
  .sbb-subhead .subhead-profile {
    padding: 0 1.875rem;
  }
}
/* Tablet & Up */
/* Mobile */
@media (max-width: 767px) {
  .sbb-header .header-sub {
    background-position: right top -90px;
  }
  .sbb-subhead .subhead-toggle {
    font-size: 0.9375rem;
  }
  .sbb-subhead .subhead-toggle .toggle-chevron {
    width: 1rem;
    top: 0.3125rem;
  }
  .sbb-subhead .subhead-toggle .sbb-phone,
  .sbb-subhead .subhead-toggle .sbb-ext {
    font-size: 0.875rem;
  }
  .sbb-subhead .subhead-toggle .sbb-phone {
    position: relative;
    margin-left: 1rem;
    padding-left: 1.375rem;
  }
  .sbb-subhead .subhead-toggle .sbb-phone img {
    width: 0.9375rem;
  }
  .sbb-subhead .subhead-profile .sbb-profile {
    padding: 1rem 0 0;
  }
  .sbb-subhead .subhead-profile .sbb-profile .profile-card {
    padding: 0;
  }
  .sbb-subhead .subhead-profile .sbb-profile .profile-contacts {
    padding: 0;
  }
  .sbb-subhead .subhead-profile .sbb-cta {
    padding: 1rem 0;
  }
}
/* Mobile Medium */
/* Mobile Small */
@media (max-width: 576px) {
  .sbb-header .header-sub {
    background-position: right top -50px;
  }
}
/* Nav */
.sbb-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 6.75rem;
  height: 100%;
  padding: 6.25rem 0 0;
  z-index: 998;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.sbb-nav .nav-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.sbb-nav .nav-list .nav-item {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.sbb-nav .nav-list .nav-link {
  height: 100%;
  padding: 1.25rem 0.875rem;
  transition: background-color 0.2s ease-in;
}
.sbb-nav .nav-list .nav-link:hover {
  background-color: none;
  text-decoration: none;
}
.sbb-nav .nav-list .nav-link:focus {
  outline-offset: -2px;
}
.sbb-nav .nav-list .nav-link.active {
  background-color: #C41230;
  color: #FFFFFF;
}
.sbb-nav .nav-list .nav-link.active .nav-icon img {
  display: none;
}
.sbb-nav .nav-list .nav-link.active .nav-icon img + img {
  display: inline-block;
}
.sbb-nav .nav-list .nav-link.sbb-external {
  background-color: #EDEDED;
}
.sbb-nav .nav-list .nav-icon {
  display: block;
  margin: 0 auto 0.3125rem;
}
.sbb-nav .nav-list .nav-icon img {
  display: inline-block;
}
.sbb-nav .nav-list .nav-icon img + img {
  display: none;
}
.sbb-nav .nav-list .nav-icon.icon-home img {
  width: 1.375rem;
}
.sbb-nav .nav-list .nav-icon.icon-priorities img {
  width: 1.5rem;
}
.sbb-nav .nav-list .nav-icon.icon-cash-flow img {
  width: 1.375rem;
}
.sbb-nav .nav-list .nav-icon.icon-employees img {
  width: 1.375rem;
}
.sbb-nav .nav-list .nav-icon.icon-improve-business img {
  width: 1.375rem;
}
.sbb-nav .nav-list .nav-icon.icon-banking img {
  width: 1.125rem;
}
.sbb-nav .nav-list .nav-icon.icon-products img {
  width: 1.625rem;
}
.sbb-nav .nav-list .nav-icon.icon-newsletter img {
  width: 1.125rem;
}
.sbb-nav .nav-list .nav-icon.icon-videos img {
  width: 1.5rem;
}
.sbb-nav .nav-list .nav-label {
  display: block;
}
.sbb-nav .nav-list .nav-label .label-business {
  display: inline-block;
}
.sbb-nav .nav-list .nav-label .label-practice {
  display: none;
}
.sbb-nav .nav-list .nav-minute .nav-label em {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: italic;
}
.sbb-nav .nav-list .nav-faqs .nav-label .lowercase {
  text-transform: lowercase;
}
/* Responsive Styles - Nav */
/* Desktop Large */
/* Desktop Medium */
/* Desktop & Up */
/* Tablet */
/* Tablet & Down */
@media (max-width: 991px) {
  .sbb-nav {
    visibility: hidden;
    display: block;
    left: auto;
    right: 0;
    width: 90%;
    max-width: 320px;
    margin-right: -400px;
    transition: margin-right 0.3s ease-in-out, visibility 1s ease-in-out;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.2);
  }
  .sbb-nav.nav-open {
    visibility: visible;
    margin-right: 0px;
  }
  .sbb-nav .nav-list .nav-item {
    font-size: 0.875rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .sbb-nav .nav-list .nav-link {
    display: table;
    width: 100%;
    height: 100%;
    padding: 1.25rem 0;
  }
  .sbb-nav .nav-list .nav-link.active {
    /* background-color: inherit;
                    color: inherit; */
  }
  .sbb-nav .nav-list .nav-icon {
    display: table-cell;
    vertical-align: middle;
    width: 5.25rem;
    margin: 0;
  }
  .sbb-nav .nav-list .nav-label {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
}
/* Tablet & Up */
/* Mobile */
/* Mobile Medium */
/* Mobile Small */
/* Main */
.sbb-main {
  padding: 6.25rem 0 0 6.75rem;
}
.sbb-main.no-nav {
  padding-left: 0;
}
.sbb-main.no-header-sub {
  padding-top: 4.25rem;
}
.sbb-hero {
  background-color: #FFFFFF;
}
.sbb-profile {
    /*padding: 2.5rem 1.875rem;*/
  font-size: 1.25rem;
  border-bottom: solid #D3D3D3 2px;
}
.sbb-profile .profile-photo:empty {
  display: none;
}
.sbb-profile .profile-photo img {
  width: 7rem;
  margin: 0 1.875rem 1.875rem 0;
}
.sbb-profile .profile-contacts .contacts-icon {
  display: inline-block;
  width: 1.875rem;
  text-align: left;
}

.sbb-profile-toggle {
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;;
}

.sbb-profile-toggle .toggle-chevron {
  width: 1rem;
  margin: 0 0 0.125rem 0.5rem;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
.sbb-profile-toggle.active .toggle-chevron {
  transform: rotate(-180deg);
}

@media (min-width: 1100px) {
  .sbb-profile-toggle .toggle-chevron {
    transform: rotate(270deg);
  }
  .sbb-profile-toggle.active .toggle-chevron {
    transform: rotate(90deg);
  }
}

.sbb-profile .profile-name,
.sbb-profile .profile-title,
.sbb-profile .profile-title-corp,
.sbb-profile .profile-address {
  display: block;
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.sbb-profile .profile-phone,
.sbb-profile .profile-vcard {
  display: inline-block;
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.sbb-profile .profile-name {
  font-size: 2.25rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
  font-weight: bold;
}
.sbb-profile .profile-title {
  font-size: 1.5rem;
}
.sbb-profile .profile-title-corp,
.sbb-profile .profile-address,
.sbb-profile .profile-phone,
.sbb-profile .profile-vcard {
  margin-bottom: 1.25rem;
}
.sbb-profile .profile-phone,
.sbb-profile .profile-vcard {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
.sbb-profile .profile-phone {
  margin-right: 1.25rem;
  /* pointer-events: none; */
}
.sbb-profile .profile-phone img {
  width: 1.375rem;
}
.sbb-profile .profile-vcard img {
  width: 1.375rem;
}
.sbb-profile .profile-toggle {
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.sbb-profile .profile-toggle .toggle-chevron {
  width: 1rem;
  margin: 0 0 0.125rem 0.5rem;
  transform: rotate(-180deg);
  transition: transform 0.2s ease-in-out;
}
.sbb-profile .profile-toggle.collapsed .toggle-chevron {
  transform: rotate(0deg);
}
.sbb-profile .profile-more {
  position: relative;
  z-index: 2;
}
.sbb-profile .profile-more .profile-more-content {
  padding: 1.25rem 0 0;
}
.sbb-cta {
  background-color: #EDEDED;
  padding: 1.875rem;
}
.sbb-cta h2 {
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 1.125rem;
}
.sbb-cta .row-first {
  margin-bottom: 1.625rem;
}
.sbb-cta .cta-block {
  padding: 0 0.5rem;
  text-align: center;
}
.sbb-cta .cta-block .cta-link {
  display: block;
  height: 100%;
}
.sbb-cta .cta-block .cta-icon {
  display: block;
  text-align: center;
  height: 1.875rem;
  margin-bottom: 0.5rem;
}
.sbb-cta .cta-block .cta-text {
  display: block;
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  padding: 0 0.125rem;
}
.sbb-cta .cta-block .cta-text .mlo-phone,
.sbb-cta .cta-block .cta-text .mlo-ext {
  display: block;
}
.sbb-cta .cta-block.cta-bba .cta-icon img {
  width: auto;
  height: 1.375rem;
}
.sbb-cta .cta-block.cta-vm .cta-icon img {
  width: auto;
  height: 1.5rem;
}
.sbb-cta .cta-block.cta-contact .cta-icon img {
  width: auto;
  height: 1.5rem;
}
.sbb-cta .cta-block.cta-call .cta-icon img {
  width: auto;
  height: 1.375rem;
}
.sbb-cta .cta-block.cta-call .cta-phone,
.sbb-cta .cta-block.cta-call .cta-ext {
  display: block;
}
.sbb-cta .cta-block.cta-info .cta-icon {
  margin-bottom: 0;
}
.sbb-cta .cta-block.cta-info .cta-icon img {
  width: auto;
  height: 1.625rem;
}
.sbb-cta .cta-block.cta-info .cta-text {
  padding: 0 0.75rem;
}
.sbb-cta .cta-block.cta-info .toggle-chevron {
  width: 0.625rem;
  height: 1rem;
  transform: rotate(-180deg);
  transition: transform 0.2s ease-in-out;
}
.sbb-cta .cta-block.cta-info .collapsed .toggle-chevron {
  transform: rotate(0deg);
}
.sbb-cta .info-more {
  background-color: #EDEDED;
}
.sbb-cta .info-more .more-contacts {
  padding: 1rem 0 0;
}
.sbb-cta .info-more .more-contacts h3 {
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.sbb-cta .info-more .more-contacts h4 {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.sbb-cta .info-more .more-contacts .contacts-general + .contacts-team {
  padding-top: 1rem;
}
.sbb-cta .info-more .more-contacts .contacts-item {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  padding-right: 0.75rem;
  margin-bottom: 1rem;
}
.sbb-cta .info-more .more-contacts .contacts-item:last-of-type {
  margin-bottom: 0;
}
.sbb-cta .info-more .more-contacts .contacts-item .sbb-title {
  display: block;
  line-height: 1.3;
}
.sbb-cta .info-more .more-contacts .contacts-link {
  line-height: 1.3;
  /* pointer-events: none; */
  cursor: default;
}
.sbb-cta .info-more .more-contacts .contacts-link:hover {
  text-decoration: none;
}
.sbb-about {
  font-size: 1.25rem;
}
.sbb-about h2 {
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0.125rem;
}
.sbb-about .sbb-col {
  max-width: 33.333333%;
}
.sbb-about .sbb-col:last-of-type .about-list {
  margin-bottom: 0;
}
.sbb-about .sbb-col:empty {
  display: none;
}
.sbb-about ul {
  margin: 0;
}
.sbb-about .about-list {
  margin-bottom: 1.25rem;
}
.sbb-priorities {

}
.sbb-tiles {
  list-style: none;
  padding: 0;
  margin: 0;
  /* Hover Effects for Desktop Only */
}
.sbb-tiles .tile-flip {
  padding-bottom: 55%;
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  .sbb-tiles:hover .tile.highlight .tile-flip .tile-front,
  .sbb-tiles.active .tile.highlight .tile-flip .tile-front,
  .sbb-tiles.active-ada .tile.highlight .tile-flip .tile-front {
    opacity: 1;
  }
  .sbb-tiles:hover .tile.highlight .tile-flip .tile-back,
  .sbb-tiles.active .tile.highlight .tile-flip .tile-back,
  .sbb-tiles.active-ada .tile.highlight .tile-flip .tile-back,
  .sbb-tiles:hover .tile.highlight .tile-flip .tile-under,
  .sbb-tiles.active .tile.highlight .tile-flip .tile-under,
  .sbb-tiles.active-ada .tile.highlight .tile-flip .tile-under {
    background-color: #C41230;
  }
}
.sbb-tiles.active .tile.highlight .tile-flip .tile-front,
.sbb-tiles.active-ada .tile.highlight .tile-flip .tile-front {
  opacity: 1;
}
.sbb-tiles.active .tile.highlight .tile-flip .tile-back,
.sbb-tiles.active-ada .tile.highlight .tile-flip .tile-back,
.sbb-tiles.active .tile.highlight .tile-flip .tile-under,
.sbb-tiles.active-ada .tile.highlight .tile-flip .tile-under {
  background-color: #EDEDED;
}
.sbb-tiles .tile {
  position: relative;
  perspective: 1000px;
  opacity: 0.85;
  /* Hover Effects for Desktop Only */
}
.sbb-tiles .tile.highlight .tile-flip .tile-front {
  opacity: 0;
}
.sbb-tiles .tile.highlight .tile-flip .tile-back,
.sbb-tiles .tile.highlight .tile-flip .tile-under {
  background-color: #C41230;
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  .sbb-tiles .tile:hover .tile-flip,
  .sbb-tiles .tile:focus .tile-flip {
    transform: rotateY(180deg);
  }
  .sbb-tiles .tile:hover .tile-flip .tile-front,
  .sbb-tiles .tile:hover .tile-flip .tile-back,
  .sbb-tiles .tile:focus .tile-flip .tile-front,
  .sbb-tiles .tile:focus .tile-flip .tile-back {
    opacity: 0;
    transition: all 0.4s ease;
  }
  .sbb-tiles .tile:hover .tile-flip .tile-front,
  .sbb-tiles .tile:focus .tile-flip .tile-front {
    margin-left: -100%;
    background-color: #C41230;
  }
  .sbb-tiles .tile:hover .tile-flip .tile-back,
  .sbb-tiles .tile:hover .tile-flip .tile-under,
  .sbb-tiles .tile:focus .tile-flip .tile-back,
  .sbb-tiles .tile:focus .tile-flip .tile-under {
    background-color: #C41230 !important;
  }
}
.sbb-tiles .tile:focus .tile-flip {
  transform: rotateY(180deg);
}
.sbb-tiles .tile:focus .tile-flip .tile-front,
.sbb-tiles .tile:focus .tile-flip .tile-back {
  opacity: 0;
  transition: all 0.4s ease;
}
.sbb-tiles .tile:focus .tile-flip .tile-front {
  margin-left: -100%;
  background-color: #C41230;
}
.sbb-tiles .tile:focus .tile-flip .tile-under {
  background-color: #C41230 !important;
}
.sbb-tiles .tile .tile-flip {
  position: relative;
  background-color: #EDEDED;
  background-clip: padding-box;
  border: 2px solid transparent;
  overflow: hidden;
  line-height: 1.3;
  cursor: pointer;
  z-index: 20;
  transform-style: preserve-3d;
  transition: 0.4s;
}
.sbb-tiles .tile .tile-flip .tile-front,
.sbb-tiles .tile .tile-flip .tile-back,
.sbb-tiles .tile .tile-flip .tile-under {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sbb-tiles .tile .tile-flip .tile-front,
.sbb-tiles .tile .tile-flip .tile-back {
  margin: 0;
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  letter-spacing: -0.01em;
  box-sizing: border-box;
  backface-visibility: hidden;
  overflow: hidden;
  z-index: 20;
  padding: 0.9375rem 0.25rem 0.9375rem 0.9375rem;
}
.sbb-tiles .tile .tile-flip .tile-back,
.sbb-tiles .tile .tile-flip .tile-under {
  background-color: #EDEDED;
  color: #FFFFFF;
  transition: background-color 0.4s ease;
}
.sbb-tiles .tile .tile-flip .tile-front {
  background-color: #EDEDED;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.sbb-tiles .tile .tile-flip .tile-back {
  z-index: 10;
  transition: background-color 0.3s ease;
}
.sbb-tiles .tile .tile-flip .tile-under {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  transform: rotateY(180deg);
  padding: 0.9375rem;
}
.sbb-tiles .tile .tile-flip .tile-under .under-text,
.sbb-tiles .tile .tile-flip .tile-under .under-cta {
  display: block;
}
.sbb-tiles .tile .tile-flip .tile-under .under-text {
  margin-bottom: 0.3125rem;
}
.sbb-tiles .tile .tile-flip .tile-icon {
  display: block;
  width: auto;
  height: 1.875rem;
  margin: 0 0 0.5rem 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.sbb-tiles .tile .tile-flip .tile-icon.icon-cash-flow img {
  width: 1.625rem;
}
.sbb-tiles .tile .tile-flip .tile-icon.icon-employees img {
  width: 1.75rem;
}
.sbb-tiles .tile .tile-flip .tile-icon.icon-improve-business img {
  width: 1.625rem;
}
.sbb-tiles .tile .tile-flip .tile-icon.icon-banking img {
  width: 1.25rem;
}
.sbb-spotlight {
  border-bottom: solid #D3D3D3 2px;
  /* For Image Version */
}
.sbb-spotlight .spotlight-items {
  margin: 0 auto;
  max-width: 780px;
}
.sbb-spotlight .spotlight-link {
  /* For HTML Version */
  /* height: 22rem;
        background-color: @cool-gray-alt;
        background-repeat: no-repeat; */
  /* For Image Version */
  display: block;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  /* For Image Version */
}
.sbb-spotlight .spotlight-link img {
  width: 100%;
}
.sbb-spotlight .spotlight-link:hover,
.sbb-spotlight .spotlight-link:focus,
.sbb-spotlight .spotlight-link:active {
  text-decoration: none;
}
.sbb-spotlight .spotlight-link:focus,
.sbb-spotlight .spotlight-link:active {
  outline-offset: 5px;
}
.sbb-spotlight .spotlight-link.spotlight-hispanic {
  background-image: url('https://images.em.bankofamerica.com/sbwebsite/bg-spotlight-hispanic.jpg');
  background-size: cover;
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sbb-spotlight .spotlight-link.spotlight-hispanic {
    background-image: url('https://images.em.bankofamerica.com/sbwebsite/bg-spotlight-hispanic-2x.jpg');
  }
}
.sbb-spotlight .spotlight-link.spotlight-hispanic .spotlight-text h3 {
  color: #C41230;
}
.sbb-spotlight .spotlight-link.spotlight-sbor {
  background-image: url('https://images.em.bankofamerica.com/sbwebsite/bg-spotlight-sbor.png');
  background-size: 90%;
  background-position: center bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sbb-spotlight .spotlight-link.spotlight-sbor {
    background-image: url('https://images.em.bankofamerica.com/sbwebsite/bg-spotlight-sbor-2x.png');
  }
}
.sbb-spotlight .spotlight-link.spotlight-sbor .spotlight-text {
  padding: 1.875rem 0.9375rem 1.25rem;
}
.sbb-spotlight .spotlight-link.spotlight-sbor .spotlight-text h3 {
  color: #333333;
}
.sbb-spotlight .spotlight-link.spotlight-commitment {
  background-image: url('https://images.em.bankofamerica.com/sbwebsite/bg-spotlight-commitment.jpg');
  background-size: cover;
  background-position: right bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sbb-spotlight .spotlight-link.spotlight-commitment {
    background-image: url('https://images.em.bankofamerica.com/sbwebsite/bg-spotlight-commitment-2x.jpg');
  }
}
.sbb-spotlight .spotlight-link.spotlight-commitment .spotlight-text h3 {
  color: #333333;
}
.sbb-spotlight .spotlight-text {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 100%;
  padding: 1.25rem 0.9375rem;
  text-align: center;
}
.sbb-spotlight .spotlight-text h3 {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.sbb-spotlight .spotlight-text p {
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0 0.9375rem;
}
.sbb-spotlight .spotlight-text p:last-of-type {
  margin-bottom: 0;
}
.sbb-spotlight .spotlight-text.text-glass {
  background-color: rgba(249, 247, 244, 0.85);
}
.sbb-spotlight .spotlight-text.text-solid {
  background-color: #EDEDED;
}
.sbb-media {
  padding: 3.125rem 1.875rem;
  background-color: #EDEDED;
}
.sbb-media .media-image {
  width: 3.75rem;
}
.sbb-media .media-image img {
  width: 100%;
}
.sbb-media .media-body {
  padding: 0 1.25rem;
}
.sbb-media .media-body h3 {
  font-size: 1.375rem;
  color: #C41230;
  margin-bottom: 0.75rem;
  padding-right: 1.25rem;
}
.sbb-media .media-body p,
.sbb-media .media-body a {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.sbb-solutions .solutions-graphic {
  min-height: 16rem;
  max-height: 18rem;
  padding: 0 1.875rem 1.875rem;
  text-align: center;
}
.sbb-solutions .solutions-graphic img {
  width: 100%;
  height: 100%;
}
.sbb-solutions .solutions-content h3 {
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  letter-spacing: -0.015em;
  color: #C41230;
}
.sbb-solutions .solutions-content .solutions-items h3 {
  text-align: center;
  margin-bottom: 1.875rem;
}
.sbb-solutions .solutions-content .solutions-item {
  padding: 0;
}
.sbb-solutions .solutions-content .solutions-title {
  position: relative;
  padding: 0 0.9375rem;
}
.sbb-solutions .solutions-content .solutions-title h4 {
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  letter-spacing: -0.015em;
  margin-bottom: 1.25rem;
  z-index: 1;
}
.sbb-solutions .solutions-content .solutions-text {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  padding: 0 0.9375rem;
}
.sbb-solutions .solutions-content .solutions-text span {
  display: block;
  margin-bottom: 1.25rem;
}
.sbb-solutions .solutions-content .solutions-text span.text-nowrap {
  display: inline;
}
.sbb-solutions .solutions-content .solutions-text .sbb-link {
  display: inline-block;
}
.sbb-solutions .solutions-content .solutions-toggler {
  /* position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2; */
  color: inherit;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.sbb-solutions .solutions-content .solutions-toggler:focus {
  outline: none;
}
.sbb-solutions .solutions-content .solutions-misc .misc-title {
  position: relative;
}
.sbb-solutions .solutions-content .solutions-misc .misc-title h3 {
  z-index: 1;
}
.sbb-solutions .solutions-content .solutions-misc .sbb-anchor {
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
.sbb-solutions .solutions-content .solutions-list {
  list-style: none;
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  padding: 0;
  margin-bottom: 1.25rem;
}
.sbb-solutions .solutions-content .solutions-list li {
  margin: 0 0 0.375rem;
}
.sbb-products {
  background-color: #EDEDED;
}
.sbb-products .products-list {
  list-style: none;
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  padding: 0;
  margin-bottom: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.sbb-products .products-list li {
  margin: 0 3.75rem 0.375rem;
}
.sbb-newsletter .newsletter-heading {
  margin-bottom: 2.125rem;
}
.sbb-newsletter .newsletter-edition {
  text-align: center;
  margin-bottom: 1.875rem;
}
.sbb-newsletter .newsletter-edition h3 {
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.625rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #666666;
}
.sbb-newsletter .newsletter-articles {
  margin: 0 -2.5rem;
}
.sbb-newsletter .newsletter-articles .articles-item {
  padding: 0 2.5rem;
  margin-bottom: 1.875rem;
}
.sbb-newsletter .newsletter-articles .articles-link {
  display: block;
}

.sbb-newsletter .newsletter-articles .articles-link:hover,
.sbb-newsletter .newsletter-articles .articles-link:focus,
.sbb-newsletter .newsletter-articles .articles-link:active {
  color: #0053C2;
  text-decoration: none;
}
.sbb-newsletter .newsletter-articles .articles-link:hover .articles-title,
.sbb-newsletter .newsletter-articles .articles-link:focus .articles-title,
.sbb-newsletter .newsletter-articles .articles-link:active .articles-title,
.sbb-newsletter .newsletter-articles .articles-link:hover .articles-cta,
.sbb-newsletter .newsletter-articles .articles-link:focus .articles-cta,
.sbb-newsletter .newsletter-articles .articles-link:active .articles-cta {
  text-decoration: underline;
}
.sbb-newsletter .newsletter-articles .articles-link:hover .articles-caption,
.sbb-newsletter .newsletter-articles .articles-link:focus .articles-caption,
.sbb-newsletter .newsletter-articles .articles-link:active .articles-caption {
  color: #333333;
}
.sbb-newsletter .newsletter-articles .articles-image {
  display: block;
  width: 100%;
  padding-bottom: 58%;
  margin-bottom: 1.875rem;
  background-color: #EDEDED;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sbb-newsletter .newsletter-articles .articles-title,
.sbb-newsletter .newsletter-articles .articles-caption,
.sbb-newsletter .newsletter-articles .articles-cta {
  display: block;
  text-align: center;
}
.sbb-newsletter .newsletter-articles .articles-title,
.sbb-newsletter .newsletter-articles .articles-caption {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0 1.875rem;
}
.sbb-newsletter .newsletter-articles .articles-caption,
.sbb-newsletter .newsletter-articles .articles-cta {
  font-size: 1rem;
  line-height: 1.3;
}
.sbb-newsletter .newsletter-articles .articles-cta {
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.sbb-newsletter .newsletter-articles .articles-title {
  font-size: 1.375rem;
  line-height: 1.2;
  margin-bottom: 0.875rem;
}
.sbb-newsletter .newsletter-articles .articles-caption {
  color: #333333;
  margin-bottom: 0.875rem;
}
.sbb-newsletter .newsletter-cta {
  position: relative;
  width: 100%;
  margin: 0.75rem 0 0;
}
.sbb-newsletter .newsletter-toggle {
  padding: 0;
  font-size: 1.625rem;
}
.sbb-newsletter .newsletter-toggle:hover,
.sbb-newsletter .newsletter-toggle:active,
.sbb-newsletter .newsletter-toggle:focus {
  color: #0053C2;
  outline: none;
}
.sbb-newsletter .newsletter-toggle .toggle-chevron {
  width: 1rem;
  margin: 0 0 0.125rem 0.5rem;
  transform: rotate(-180deg);
  transition: transform 0.2s ease-in-out;
}
.sbb-newsletter .newsletter-toggle.collapsed .toggle-chevron {
  transform: rotate(0deg);
}
.sbb-newsletter .newsletter-more ul {
  list-style: none;
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  padding: 0;
  margin: 1.25rem 0 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.sbb-newsletter .newsletter-more ul li {
  margin: 0 3.75rem 0.375rem;
}
.sbb-disclosures .disclosures-footnotes {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.sbb-disclosures .disclosures-footnotes em {
  font-family: 'ConnectionsItalic', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.sbb-disclosures .disclosures-footnotes ul {
  margin: 0.5rem 0;
}
.sbb-disclosures .disclosures-footnotes ul > li {
  list-style: disc;
}
.sbb-disclosures .disclosures-footnotes ol {
  display: table;
  counter-reset: foo;
  margin: 0 0 1rem;
  padding: 0;
}
.sbb-disclosures .disclosures-footnotes ol > li {
  display: table-row;
  list-style: none;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sbb-disclosures .disclosures-footnotes ol > li:before {
  content: '';
  display: table-cell;
  padding-right: 0.25rem;
  vertical-align: top;
  font-size: 70%;
}
.sbb-disclosures .disclosures-footnotes ol > li.footnote-dagger:before {
  content: '\2020';
}
.sbb-disclosures .disclosures-footnotes ol > li.footnote-dagger-double:before {
  content: '\2020\2020';
}
.sbb-disclosures .disclosures-footnotes ol > li.footnote-dagger-triple:before {
  content: '\2020\2020\2020';
}
.sbb-disclosures .disclosures-footnotes ol > li.footnote-asterisk:before {
  content: '*';
}
.sbb-disclosures .disclosures-footnotes ol > li.footnote-asterisk-double:before {
  content: '**';
}
.sbb-disclosures .disclosures-footnotes ol > li.footnote-item {
  counter-increment: footnote;
}
.sbb-disclosures .disclosures-footnotes ol > li.footnote-item:before {
  content: counter(footnote);
}
.sbb-disclosures .disclosures-footnotes ol > li:after {
  display: block;
  content: '\00a0';
}
.sbb-disclosures .disclosures-footnotes ol > li:last-of-type:after {
  content: '';
}
/* Responsive Styles - Main */
/* Desktop Large */
@media (min-width: 1200px) {
  .sbb-cta .info-more {
    background-color: #EDEDED;
  }
  .sbb-cta .info-more .more-contacts {
    padding: 1rem 0 0;
  }
  .sbb-cta .info-more .more-contacts h3 {
    padding-right: 2.5rem;
  }
  .sbb-priorities .priorities-trigger {
    padding-left: 675px;
  }
  .sbb-solutions .solutions-content .solutions-title {
    padding: 0 5rem;
  }
  .sbb-solutions .solutions-content .solutions-text {
    padding: 0 3.125rem;
  }
}
/* Desktop Medium */
@media (min-width: 992px) and (max-width: 1199px) {
  .sbb-newsletter .newsletter-articles {
    margin: 0 -0.9375rem;
  }
  .sbb-newsletter .newsletter-articles .articles-item {
    padding: 0 0.9375rem;
    margin-bottom: 1.875rem;
  }
  .sbb-newsletter .newsletter-articles .articles-title,
  .sbb-newsletter .newsletter-articles .articles-caption {
    padding: 0;
  }
}
/* Desktop & Up */
@media (min-width: 992px) {
  .sbb-profile .profile-cta .cta-item.cta-call .cta-link {
    /* pointer-events: none; */
  }
  .sbb-cta {
    position: absolute;
    width: calc(100% - 1.875rem);
    z-index: 5;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .sbb-profile .profile-intro {
    padding-top: 1.875rem;
  }
  .sbb-products .products-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
/* Tablet & Down */
@media (max-width: 991px) {
  .sbb-main {
    padding: 6.25rem 0 0 0;
  }
  .sbb-newsletter .newsletter-articles {
    margin: 0 -0.9375rem;
  }
  .sbb-newsletter .newsletter-articles .articles-item {
    padding: 0 0.9375rem;
    margin-bottom: 1.875rem;
  }
  .sbb-newsletter .newsletter-articles .articles-title,
  .sbb-newsletter .newsletter-articles .articles-caption {
    padding: 0;
  }
}
/* Tablet & Up */
@media (min-width: 768px) {
  .sbb-solutions .solutions-content .solutions-item {
    text-align: center;
    outline: none;
    cursor: pointer;
  }
  .sbb-solutions .solutions-content .solutions-item h4 {
    color: #333333;
    transition: color 0.5s ease-in-out;
  }
  .sbb-solutions .solutions-content .solutions-item:hover h4,
  .sbb-solutions .solutions-content .solutions-item:focus h4,
  .sbb-solutions .solutions-content .solutions-item.focus h4 {
    color: #C41230;
  }
  .sbb-solutions .solutions-content .solutions-item:hover .text-description,
  .sbb-solutions .solutions-content .solutions-item:focus .text-description,
  .sbb-solutions .solutions-content .solutions-item.focus .text-description {
    opacity: 1;
    max-height: 180px;
  }
  .sbb-solutions .solutions-content .solutions-item:hover .link-default,
  .sbb-solutions .solutions-content .solutions-item:focus .link-default,
  .sbb-solutions .solutions-content .solutions-item.focus .link-default {
    text-decoration: underline;
  }
  .sbb-solutions .solutions-content .solutions-text .text-description {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
  }
  .sbb-solutions .solutions-content .solutions-text.collapse {
    display: block !important;
    height: auto !important;
  }
  .sbb-solutions .solutions-content .solutions-toggler {
    pointer-events: none;
  }
  .sbb-solutions .solutions-content .solutions-misc .misc-toggler {
    padding: 0;
    text-align: left;
  }
  .sbb-solutions .solutions-content .solutions-related.collapse {
    display: block !important;
    height: auto !important;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .sbb-profile {
    padding: 0;
  }
  .sbb-profile .profile-photo img {
    width: 6.25rem;
  }
  .sbb-profile .sbb-row {
    margin: 0;
  }
  .sbb-profile .sbb-row + .sbb-row .sbb-col {
    padding: 0;
  }
  .sbb-profile .profile-card {
    padding: 1.875rem 1.875rem 0;
  }
  .sbb-profile .profile-card + .sbb-col {
    padding: 0;
  }
  .sbb-profile .profile-phone {
    color: #0053C2;
    pointer-events: auto;
    cursor: pointer;
  }
  .sbb-profile .profile-phone:hover,
  .sbb-profile .profile-phone:active,
  .sbb-profile .profile-phone:focus {
    color: #0053C2;
  }
  .sbb-profile .profile-phone:hover,
  .sbb-profile .profile-phone:focus {
    text-decoration: underline;
  }
  .sbb-profile .profile-contacts {
    padding: 0 1.875rem;
  }
  .sbb-profile .profile-toggle {
    display: block;
    text-decoration: none;
    padding: 1rem 1.875rem;
    background-color: #FFFFFF;
  }
  .sbb-profile .profile-more {
    padding: 0 1.875rem;
    background-color: #FFFFFF;
  }
  .sbb-profile .profile-more .profile-more-content {
    padding: 0 0 1.25rem;
  }
  .sbb-cta {
    margin-bottom: 0;
    padding: 1.25rem 1.875rem;
  }
  .sbb-cta .row-first {
    margin-bottom: 0;
  }
  .sbb-cta .cta-block {
    padding: 0.25rem 0;
    text-align: left;
  }
  .sbb-cta .cta-block .cta-link {
    display: inherit;
    height: auto;
    flex-basis: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .sbb-cta .cta-block .cta-icon {
    width: 2rem;
    height: auto;
    text-align: left;
    margin-bottom: 0;
  }
  .sbb-cta .cta-block .cta-text {
    font-size: 1rem;
    letter-spacing: 0;
    padding: 0 !important;
  }
  .sbb-cta .cta-block.cta-bba .cta-icon img {
    height: 1.25rem;
  }
  .sbb-cta .cta-block.cta-vm .cta-icon img {
    height: 1.25rem;
  }
  .sbb-cta .cta-block.cta-contact .cta-icon img {
    height: 1.325rem;
  }
  .sbb-cta .cta-block.cta-call .cta-icon img {
    height: 1.25rem;
  }
  .sbb-cta .cta-block.cta-info .cta-icon img {
    height: 1.5rem;
  }
  .sbb-cta .cta-block.cta-info .toggle-chevron {
    width: 1rem;
    margin-left: 0.5rem;
  }
  .sbb-cta .info-more .more-contacts .contacts-link {
    color: #0053C2;
    pointer-events: auto;
    cursor: pointer;
  }
  .sbb-cta .info-more .more-contacts .contacts-link:hover,
  .sbb-cta .info-more .more-contacts .contacts-link:active,
  .sbb-cta .info-more .more-contacts .contacts-link:focus {
    color: #0053C2;
  }
  .sbb-cta .info-more .more-contacts .contacts-link:hover,
  .sbb-cta .info-more .more-contacts .contacts-link:focus {
    text-decoration: underline;
  }
  .sbb-about .sbb-col {
    max-width: 100%;
    padding: 0;
  }
  .sbb-about .sbb-col.col {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sbb-priorities {
    /* Background - Woman Thinking */
    /* background-size: cover;
        background-position: right -50rem top;
        padding-bottom: 3.125rem !important; */
    /* Background - Woman on Tablet */
    background-position: right -20rem center;
    padding-bottom: 3.125rem !important;
  }
  .sbb-priorities.priorities-ps {
    background-position: right -35rem top;
  }
  .sbb-priorities .priorities-heading {
    padding-top: 6.25rem;
  }
  .sbb-tiles .tile .tile-flip {
    padding-bottom: 97%;
  }
  .sbb-tiles .tile .tile-flip .tile-front,
  .sbb-tiles .tile .tile-flip .tile-back {
    font-size: 1.25rem;
  }
  .sbb-spotlight {
    /* For Image Version */
  }
  .sbb-spotlight .spotlight-items {
    max-width: 280px;
  }
  .sbb-spotlight .spotlight-item {
    margin-bottom: 1.875rem;
  }
  .sbb-spotlight .spotlight-link {
    /* For HTML Version */
    /* min-height: 0;
            padding-top: 50%;
            align-items: flex-end !important; */
    /* For Image Version */
    display: block;
    margin-bottom: 1.875rem;
  }
  .sbb-spotlight .spotlight-link:hover,
  .sbb-spotlight .spotlight-link:focus,
  .sbb-spotlight .spotlight-link:active {
    color: #0053C2;
    text-decoration: underline;
  }
  .sbb-spotlight .spotlight-link.spotlight-hispanic {
    background-position: right top;
  }
  .sbb-spotlight .spotlight-link.spotlight-sbor {
    background-position: center bottom 2.5rem;
  }
  .sbb-spotlight .spotlight-link.spotlight-commitment {
    background-position: right top;
  }
  .sbb-spotlight .spotlight-text {
    font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 1.25rem 0.9375rem 0 !important;
    background-color: #FFFFFF !important;
  }
  .sbb-spotlight .spotlight-text h3 {
    font-size: 1.375rem;
    line-height: 1.3;
    color: #0053C2 !important;
    margin-bottom: 0;
  }
  .sbb-media {
    padding: 0;
  }
  .sbb-media .media-items {
    margin: 0;
  }
  .sbb-media .media-item {
    padding: 2.5rem 1.875rem;
    border-bottom: 3px solid #FFFFFF;
  }
  .sbb-media .media-item:last-of-type {
    border-bottom: none;
  }
  .sbb-solutions .solutions-graphic {
    min-height: 0;
    max-height: 10.5rem;
  }
  .sbb-solutions .solutions-content .solutions-items h3 {
    text-align: left;
    margin-bottom: 0.5rem;
  }
  .sbb-solutions .solutions-content .solutions-item {
    display: block;
    outline: none;
    border-bottom: 1px solid #EDEDED;
  }
  .sbb-solutions .solutions-content .solutions-item:first-of-type {
    padding-top: 0;
  }
  .sbb-solutions .solutions-content .solutions-title {
    padding: 0;
  }
  .sbb-solutions .solutions-content .solutions-title h4 {
    position: relative;
    font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    padding-right: 1.875rem;
    margin-bottom: 0;
  }
  .sbb-solutions .solutions-content .solutions-title h4 .toggle-chevron {
    position: absolute;
    top: 1.75rem;
    right: 0;
    width: 1.125rem;
    margin: 0 0 0.125rem 0.25rem;
    transform: rotate(-180deg);
    transition: transform 0.2s ease-in-out;
  }
  .sbb-solutions .solutions-content .solutions-text {
    padding: 0 1.25rem 0 0;
  }
  .sbb-solutions .solutions-content .solutions-text .sbb-link {
    margin-bottom: 1.25rem;
  }
  .sbb-solutions .solutions-content .solutions-toggler {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1.25rem 0;
  }
  .sbb-solutions .solutions-content .solutions-toggler.collapsed {
    font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  }
  .sbb-solutions .solutions-content .solutions-toggler.collapsed .toggle-chevron {
    transform: rotate(0deg);
  }
  .sbb-solutions .solutions-content .solutions-toggler:focus {
    font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
  }
  .sbb-solutions .solutions-content .solutions-misc {
    display: block;
  }
  .sbb-solutions .solutions-content .solutions-misc .misc-item {
    border-bottom: 1px solid #EDEDED;
  }
  .sbb-solutions .solutions-content .solutions-misc .misc-item .sbb-anchor {
    display: inline-block;
    margin-bottom: 1.25rem;
  }
  .sbb-solutions .solutions-content .solutions-misc .misc-title {
    padding: 0;
  }
  .sbb-solutions .solutions-content .solutions-misc .misc-title h3 {
    position: relative;
    font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    padding-right: 1.875rem;
    margin-bottom: 0;
  }
  .sbb-solutions .solutions-content .solutions-misc .misc-title h3 .toggle-chevron {
    position: absolute;
    top: 1.75rem;
    right: 0;
    width: 1.125rem;
    margin: 0 0 0.125rem 0.25rem;
    transform: rotate(-180deg);
    transition: transform 0.2s ease-in-out;
  }
  .sbb-solutions .solutions-content .solutions-misc .misc-toggler.collapsed {
    font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  }
  .sbb-solutions .solutions-content .solutions-misc .misc-toggler.collapsed .toggle-chevron {
    transform: rotate(0deg);
  }
  .sbb-solutions .solutions-content .solutions-misc .misc-toggler:focus {
    font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
  }
  .sbb-products .products-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .sbb-products .products-list li {
    margin: 0 1rem 0.375rem 0;
  }
  .sbb-newsletter .newsletter-more ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .sbb-newsletter .newsletter-more ul li {
    margin: 0 1rem 0.375rem 0;
  }
}
/* Mobile Medium */
/* Mobile Small */
@media (max-width: 576px) {
  .sbb-profile .profile-name,
  .sbb-profile .profile-title,
  .sbb-profile .profile-title-corp,
  .sbb-profile .profile-address {
    font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  }
  .sbb-profile .profile-phone,
  .sbb-profile .profile-vcard {
    font-size: 1.125rem;
  }
  .sbb-cta .cta-block .cta-text {
    font-size: 1.125rem;
  }
  .sbb-priorities {
    /* Background - Woman Thinking */
    /* background-position: right -43rem top; */
  }
  .sbb-spotlight {
    /* For HTML Version */
    /* .spotlight-link {
            height: 20rem;
        } */
  }
}
/* Footer */
.sbb-footer {
  position: relative;
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  min-height: 15rem;
  padding-left: 6.75rem;
  background-color: #FFFFFF;
  z-index: 997;
}
.sbb-footer p {
  margin-bottom: 1rem;
}
.sbb-footer.no-nav {
  padding-left: 0;
}
.sbb-footer.no-nav .footer-tagline {
  max-width: 100%;
}
.sbb-footer .footer-tagline {
  display: none;
  max-width: calc(1680px - 6.75rem);
  padding-top: 2.5rem;
}
.sbb-footer .footer-tagline img {
  max-width: 21.5rem;
}
.sbb-footer .footer-head {
  width: 100%;
  height: 2rem;
  background-color: #C41230;
}
.sbb-footer .footer-container {
  padding: 1.875rem;
}
.sbb-footer .footer-logo {
  float: right;
  width: 7.5rem;
  margin: 0 0 1.875rem 1.875rem;
}
.sbb-footer .footer-footnotes {
  margin-bottom: 1rem;
}
.sbb-footer .footer-footnotes ol {
  display: table;
  counter-reset: foo;
  margin: 0;
  padding: 0;
}
.sbb-footer .footer-footnotes ol li {
  display: table-row;
  list-style: none;
  counter-increment: footnote;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sbb-footer .footer-footnotes ol li:before {
  content: counter(footnote);
  display: table-cell;
  padding-right: 0.25rem;
  vertical-align: top;
  font-size: 70%;
}
.sbb-footer .footer-footnotes ol li:after {
  display: block;
  content: '\00a0';
}
.sbb-footer .footer-footnotes ol li:last-of-type:after {
  content: '';
}
.sbb-footer .footer-meta p {
  margin-bottom: 1rem;
}
.sbb-footer .footer-meta svg {
  vertical-align: initial;
}
.sbb-footer .footer-meta .meta-link {
  display: block;
  padding-right: 0.375rem;
  margin-right: 0.375rem;
  border-right: 1px solid #333333;
}
.sbb-footer .footer-meta .meta-link:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.sbb-footer .footer-meta .logo-ehl {
  display: inline-block;
  width: 0.75rem;
  padding-bottom: 0.1875rem;
}
.sbb-footer .footer-breadcrumbs {
  margin-bottom: 1rem;
}
.sbb-footer .footer-breadcrumbs ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.sbb-footer .footer-breadcrumbs ul li {
  display: inline-block;
  font-size: 0.75rem;
}
.sbb-footer .footer-breadcrumbs ul li:after {
  font-family: 'FontAwesome';
  content: '\00a0\00a0\00a0\f105\00a0\00a0';
}
.sbb-footer .footer-breadcrumbs ul li:last-of-type:after {
  content: '';
}
.sbb-footer .footer-breadcrumbs a {
  display: inline-block;
}
.sbb-footer .footer-breadcrumbs a:hover,
.sbb-footer .footer-breadcrumbs a:active {
  text-decoration: underline;
}
.sbb-footer .footer-breadcrumbs a:focus {
  outline: 1px dotted;
  outline-offset: 2px;
  text-decoration: underline;
}
.sbb-footer .footer-breadcrumbs a.current-page {
  text-decoration: none;
  pointer-events: none;
}
/* Responsive Styles - Footer */
/* Desktop Large */
/* Desktop Medium */
/* Desktop & Up */
/* Tablet */
/* Tablet & Down */
@media (max-width: 991px) {
  .sbb-footer {
    padding-left: 0;
  }
}
/* Tablet & Up */
/* Mobile */
/* Mobile Medium */
/* Mobile Small */
@media (max-width: 576px) {
  .sbb-footer .footer-tagline img {
    max-width: 280px;
    width: 100%;
  }
}
/* Contact */
.sbb-contact {
  position: relative;
  padding: 0 0 1.875rem;
}
.sbb-contact p:last-of-type {
  margin-bottom: 0;
}
.sbb-contact .subtext {
  display: block;
  font-size: 1.25rem;
}
.sbb-contact .contact-hero {
  font-size: 1.25rem;
  margin-bottom: 0;
  padding: 6.875rem 1.875rem 0;
}
.sbb-contact .contact-hero .hero-content {
  max-width: 650px;
}
.sbb-contact .contact-hero .hero-photo img {
  width: 7rem;
  margin-right: 1.875rem;
}
.sbb-contact .contact-hero .hero-photo:empty {
  display: none;
}
.sbb-contact .contact-form {
  padding: 1.875rem;
}
/* Responsive Styles - Contact */
/* Desktop Large */
/* Desktop Medium */
/* Desktop & Up */
/* Tablet */
/* Tablet & Down */
/* Tablet & Up */
/* Mobile */
@media (max-width: 767px) {
  .sbb-contact .contact-hero .hero-table {
    display: block;
  }
  .sbb-contact .contact-hero .hero-cell {
    display: block;
  }
  .sbb-contact .contact-hero .hero-photo img {
    margin-bottom: 1.875rem;
  }
}
/* Mobile Medium */
/* Mobile Small */
.sbb-article .article-hero {
  height: 30rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.sbb-article .article-body {
  padding: 3.125rem 3.75rem;
}
.sbb-article .article-heading .article-month-of {
  display: block;
  font-size: 1.5rem;
  color: #333333;
  margin-bottom: 1rem;
}
.sbb-article .article-heading .article-title {
  font-size: 3rem;
  color: #C41230;
  margin-bottom: 1.25rem;
}
.sbb-article .article-content {
  font-size: 1.25rem;
}
.sbb-article .article-content h3 {
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.sbb-article .article-more-from {
  background-color: #EDEDED;
  padding: 2.5rem 3.75rem;
}
.sbb-article .article-more-from h2 {
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.25rem;
  color: #C41230;
  margin-bottom: 1.25rem;
}
.sbb-article .article-more-from .article-link {
  display: flex;
}
.sbb-article .article-more-from .article-link:hover,
.sbb-article .article-more-from .article-link:focus,
.sbb-article .article-more-from .article-link:active {
  color: #0053C2;
}
.sbb-article .article-more-from .article-image span {
  display: block;
  width: 10rem;
  padding-bottom: 55%;
  background-color: #EDEDED;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sbb-article .article-more-from .article-title {
  align-self: center;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #0053C2;
  padding-left: 1.875rem;
}
.sbb-article .article-controls {
  padding: 1.25rem 3.75rem;
}
.sbb-article .article-controls .article-nav {
  display: inline-block;
  font-size: 1.25rem;
  background-repeat: no-repeat;
  background-size: 0.5rem;
}
.sbb-article .article-controls .article-nav.article-prev {
  padding-left: 1.25rem;
  background-image: url('https://images.em.bankofamerica.com/sbwebsite/icon-chevron-left-gray.svg');
  background-position: left center;
}
.sbb-article .article-controls .article-nav.article-next {
  padding-right: 1.25rem;
  background-image: url('https://images.em.bankofamerica.com/sbwebsite/icon-chevron-right-gray.svg');
  background-position: right center;
}
/* Responsive Styles - Newsletters */
@media (max-width: 440px) {
  /* .sbb-article {
        .newsletters-slide {
            background-position: center top;
            padding-bottom: 150% !important;
        }
    } */
}
@media (max-width: 767px) {
  .sbb-article .article-hero {
    height: 17rem;
  }
  .sbb-article .article-body {
    padding: 3.125rem 1.875rem;
  }
  .sbb-article .article-more-from {
    padding: 2.5rem 1.875rem;
    text-align: center;
  }
  .sbb-article .article-more-from h2 {
    padding: 0 3.125rem;
    margin-bottom: 1.875rem;
  }
  .sbb-article .article-more-from .article-item {
    margin-bottom: 2.5rem;
  }
  .sbb-article .article-more-from .article-item:last-of-type {
    margin-bottom: 0;
  }
  .sbb-article .article-more-from .article-link {
    display: block;
  }
  .sbb-article .article-more-from .article-link:hover,
  .sbb-article .article-more-from .article-link:focus,
  .sbb-article .article-more-from .article-link:active {
    color: #0053C2;
  }
  .sbb-article .article-more-from .article-image,
  .sbb-article .article-more-from .article-title {
    display: block;
  }
  .sbb-article .article-more-from .article-image {
    margin-bottom: 1.25rem;
  }
  .sbb-article .article-more-from .article-image span {
    width: 100%;
  }
  .sbb-article .article-more-from .article-title {
    padding: 0 1.875rem;
  }
  .sbb-article .article-controls {
    padding: 1.25rem 1.875rem;
  }
}
/* Fallbacks for IE10 & Up */
/* Modals, Tooltips, Popovers, and Popups */
.modal-backdrop {
  background-color: #333333;
}
.modal-backdrop.show {
  opacity: 0.9;
}
.sbb-modal {
  padding: 0 !important;
}
.sbb-modal.modal-alt .sbb-modal-close.close-default {
  display: none;
}
.sbb-modal .modal-dialog {
  display: table;
  max-width: none;
  width: 100%;
  height: 100%;
  padding: 5rem 1.875rem;
  margin: 0 auto;
}
.sbb-modal .modal-content {
  display: table-cell;
  vertical-align: middle;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.sbb-modal .modal-body {
  padding: 0;
}
.sbb-modal .sbb-modal-slate {
  max-width: 850px;
  margin: 0 auto;
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  color: #FFFFFF;
}
.sbb-modal .sbb-modal-canvas {
  width: 95%;
  margin: 0 auto;
  padding: 2.5rem;
  background-color: #EDEDED;
  font-size: 1.25rem;
}
.sbb-modal .sbb-modal-cta {
  padding-top: 0.75rem;
}
.sbb-modal .sbb-modal-cta .sbb-button {
  min-width: 12.5rem;
  margin: 0 1rem 0 0;
}
.sbb-modal .sbb-modal-cta .sbb-button:last-of-type {
  margin: 0;
}
.sbb-modal .close {
  font-size: 2rem;
}

.sbb-modal .sbb-modal-close {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  display: block;
  width: 1.5rem;
  height: 1.75rem;
  z-index: 1;
  background-image: url('https://images.em.bankofamerica.com/sbwebsite/icon-close-white.svg');
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: top center;
}
.sbb-modal .sbb-modal-close:focus {
  border-bottom: 1px dotted #FFFFFF;
}
.sbb-modal .sbb-modal-close.close-alt {
  top: 0;
  right: 0;
  width: 1.875rem;
  height: 1.875rem;
  background-size: 0.875rem;
  background-position: center center;
  background-color: #009CDE;
  transition: background-color 0.2s ease-in;
}
.sbb-modal .sbb-modal-close.close-alt:hover,
.sbb-modal .sbb-modal-close.close-alt:active {
  background-color: #0053C2;
}
.sbb-modal .sbb-modal-close.close-alt:focus {
  border: none;
  outline: 1px dotted #FFFFFF;
}

.new-modal-style.sbb-modal {
    .modal-dialog {
        display: block;
        width: auto;
        height: auto;
        padding: 0;
        margin: .5rem;
    }

  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
  }

    .modal-content {
        background-color: white;
   }
    .modal-title {
        font-size: 1.75rem;
        font-weight: 700;
      }


      .modal-body {
        padding: 1rem;
      }

}



.sbb-popup-header .header-meta .popup-close {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url('https://images.em.bankofamerica.com/sbwebsite/icon-close-gray.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sbb-popup-header .header-meta .popup-close:focus {
  outline: 1px dotted #333333;
  outline-offset: 2px;
}
.sbb-popover {
  max-width: 280px;
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0;
  background-color: #FFFFFF;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  border: none;
  border-radius: 0;
  z-index: 997;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.sbb-popover .popover-close {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  display: inline-block;
  width: 1rem;
  height: 1.25rem;
  background-image: url('https://images.em.bankofamerica.com/sbwebsite/icon-close-gray.svg');
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: top center;
}
.sbb-popover .popover-close:focus {
  border-bottom: 1px dotted;
}
.sbb-popover .popover-header {
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  color: #333333;
  padding: 1.875rem 2.75rem 0 1.5rem;
  margin: 0;
  background-color: #FFFFFF;
  border-bottom: none;
  border-radius: 0;
}
.sbb-popover .popover-body {
  font-size: 1rem;
  color: #333333;
  padding: 1.25rem 1.5rem 1.875rem;
}
.sbb-popover .popover-body p:last-of-type {
  margin-bottom: 0;
}
.sbb-popover .arrow {
  width: 2rem;
  height: 2rem;
  z-index: 998;
}
.sbb-popover.bs-popover-top > .arrow:before,
.sbb-popover.bs-popover-top > .arrow:after {
  border-width: 1rem 1rem 0 1rem;
}
.sbb-popover.bs-popover-top > .arrow:before {
  border-top-color: transparent;
}
.sbb-popover.bs-popover-top > .arrow:after {
  bottom: 0;
}
.sbb-popover.bs-popover-bottom > .arrow:before,
.sbb-popover.bs-popover-bottom > .arrow:after {
  border-width: 0 1rem 1rem 1rem;
}
.sbb-popover.bs-popover-bottom > .arrow:before {
  border-bottom-color: transparent;
}
.sbb-popover.bs-popover-bottom > .arrow:after {
  top: 0;
}
.sbb-popover.bs-popover-left > .arrow:before,
.sbb-popover.bs-popover-left > .arrow:after {
  border-width: 1rem 0 1rem 1rem;
}
.sbb-popover.bs-popover-left > .arrow:before {
  border-left-color: transparent;
}
.sbb-popover.bs-popover-left > .arrow:after {
  right: 0;
}
.sbb-popover.bs-popover-right > .arrow:before,
.sbb-popover.bs-popover-right > .arrow:after {
  border-width: 1rem 1rem 1rem 0;
}
.sbb-popover.bs-popover-right > .arrow:before {
  border-right-color: transparent;
}
.sbb-popover.bs-popover-right > .arrow:after {
  left: 0;
}
.sbb-tooltip {
  position: absolute;
  display: block;
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: inherit;
  z-index: 997;
}
.sbb-tooltip.show {
  opacity: 1;
}
.sbb-tooltip .tooltip-inner {
  max-width: 200px;
  padding: 1.25rem;
  color: #333333;
  text-align: left;
  background-color: #EDEDED;
  border-radius: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.sbb-tooltip.bs-tooltip-top > .arrow:before {
  bottom: -3px;
  margin-left: -5px;
  border-width: 10px 10px 0;
  border-top-color: #EDEDED;
}
.sbb-tooltip.bs-tooltip-bottom > .arrow:before {
  top: -3px;
  margin-left: -5px;
  border-width: 0 10px 10px;
  border-bottom-color: #EDEDED;
}
.sbb-tooltip.bs-tooltip-left > .arrow:before {
  right: -3px;
  margin-top: -5px;
  border-width: 10px 0 10px 10px;
  border-left-color: #EDEDED;
}
.sbb-tooltip.bs-tooltip-right > .arrow:before {
  left: -3px;
  margin-top: -5px;
  border-width: 10px 10px 10px 0;
  border-right-color: #EDEDED;
}
.sbb-directions {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  /* Bing Overrides */
}
.sbb-directions .MicrosoftMap p {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  color: inherit;
}
.sbb-directions .MicrosoftMap .directionsPanel {
  width: 100% !important;
  min-width: 284px;
  max-width: 360px;
  margin: 0 auto;
  font-family: inherit;
  color: inherit;
}
.sbb-directions .directions-map {
  height: 18rem;
  background-color: #EDEDED;
}
.sbb-directions .directions-body {
  padding: 2.5rem 1.875rem 1.875rem;
}
.sbb-directions .directions-body h1 {
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 3.375rem;
  color: #C41230;
  margin-bottom: 1.25rem;
}
.sbb-directions .directions-results .results-summary {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #EDEDED;
}
.sbb-directions .directions-results .results-summary .summary-from-to {
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
}
.sbb-directions .directions-results .results-summary .summary-from-to .from-to-label {
  width: 3.75rem;
}
.sbb-directions .directions-results .results-summary .summary-from-to .from-to-label span {
  display: block;
}
.sbb-directions .directions-results .results-summary .summary-from-to .from-to-address {
  padding-bottom: 0.5rem;
}
.sbb-directions .directions-results .results-summary .summary-from-to .from-to-address.to-address {
  padding-bottom: 0;
}
.sbb-directions .directions-results .results-summary .summary-from-to .from-to-address span {
  display: block;
}
.sbb-directions .directions-results .results-summary .summary-toggle {
  width: 10rem;
  text-align: right;
}
.sbb-directions .directions-results .results-summary .summary-toggle .toggle-search {
  display: inline-block;
  padding-right: 1.375rem;
  font-size: 0.875rem;
  background-image: url('https://images.em.bankofamerica.com/sbwebsite/icon-chevron-up-gray.svg');
  background-repeat: no-repeat;
  background-size: 0.875rem;
  background-position: center right;
}
.sbb-directions .directions-results .results-street-directions {
  position: relative;
  padding: 2.5rem 0;
  border-bottom: 1px solid #EDEDED;
}
.sbb-directions .directions-results .results-street-directions .street-directions-print {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.875rem;
}
.sbb-directions .directions-results .results-profile-card {
  padding-top: 1.875rem;
}
.sbb-directions .directions-results .results-profile-card .sbb-profile {
  padding: 0;
}
.sbb-confirmation .confirmation-content {
  display: table;
  width: 100%;
}
.sbb-confirmation .confirmation-photo,
.sbb-confirmation .confirmation-text {
  display: table-cell;
  vertical-align: top;
}
.sbb-confirmation .confirmation-photo:empty {
  display: none;
}
.sbb-confirmation .confirmation-photo img {
  width: 7rem;
  margin: 0 1.875rem 1.875rem 0;
}
.sbb-confirmation .confirmation-button {
  padding: 0.5rem 3.75rem;
}
/* Responsive Styles - Layers */
/* Desktop Large */
/* Desktop Medium */
/* Desktop & Up */
/* Tablet */
/* Tablet & Down */
/* Tablet & Up */
/* Mobile */
@media (max-width: 767px) {
  .sbb-modal.modal-no-mobile {
    display: none;
  }
  .sbb-modal .sbb-modal-cta .sbb-button {
    margin: 0 0 1rem;
  }
  .sbb-confirmation .confirmation-content {
    display: block;
  }
  .sbb-confirmation .confirmation-photo,
  .sbb-confirmation .confirmation-text {
    display: block;
  }
  .sbb-confirmation .confirmation-photo img {
    width: 6.25rem;
    margin: 0 0 1.875rem;
  }
  .sbb-directions .directions-results .results-profile-card .sbb-profile .profile-card,
  .sbb-directions .directions-results .results-profile-card .sbb-profile .profile-contacts {
    padding: 0;
  }
}
/* Mobile Medium */
/* Mobile Small */
/* Forms */
.sbb-form {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  color: #333333;
}
.sbb-form label,
.sbb-form legend {
  display: block;
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  color: #333333;
}
.sbb-form label .label-note,
.sbb-form legend .label-note {
  display: inline-block;
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
.sbb-form label.label-inline,
.sbb-form legend.label-inline {
  display: inline-block;
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin-right: 1.25rem;
}
.sbb-form label {
  margin-bottom: 0.125rem;
}
.sbb-form label.required:after {
  content: '*';
}
.sbb-form legend {
  margin-bottom: 0.375rem;
  border: none;
}
.sbb-form input[type='radio'],
.sbb-form input[type='checkbox'] {
  margin: 0 0.5rem 0 0;
}
.sbb-form select {
  padding-right: 1.875rem !important;
  background-image: url('https://images.em.bankofamerica.com/sbwebsite/icon-chevron-down-gray.svg');
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 0.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sbb-form select::-ms-expand {
  display: none !important;
}
.sbb-form textarea {
  min-height: 8.75rem;
  border-radius: 0 !important;
  border: inherit;
  transition: 0s !important;
}
.sbb-form .form-group {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.sbb-form .form-group.has-error .required {
  background-image: url('https://images.em.bankofamerica.com/sbwebsite/icon-error.svg');
  background-repeat: no-repeat;
  background-size: 1.125rem;
  background-position: left top 0.125rem;
  padding-left: 1.625rem;
  color: #DC1431;
}
.sbb-form .form-group.has-error .required .label-note {
  color: #333333;
}
.sbb-form .form-group.has-error .form-control {
  border: 1px solid #DC1431;
}
.sbb-form .form-group.has-error .form-control:focus {
  border: 1px solid #0053C2;
}
.sbb-form .form-group.has-error select {
  background-image: url('https://images.em.bankofamerica.com/sbwebsite/icon-chevron-down-red.svg');
}
.sbb-form .form-control {
  font-size: 1.125rem;
  line-height: 1.2;
  color: #333333;
  background-color: #F2F2F2;
  height: 2.125rem;
  padding: 0.375rem 0.5rem;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: 0s;
}
.sbb-form .form-control:focus {
  border: 1px solid #0053C2;
  outline: none;
  box-shadow: none;
  transition: 0s;
}
.sbb-form .form-control::placeholder {
  color: #333333;
  opacity: 1;
}
.sbb-form .form-control::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
.sbb-form .form-control::-ms-input-placeholder {
  color: #333333;
}
.sbb-form .form-control::-webkit-input-placeholder {
  color: #333333;
}
.sbb-form .form-button {
  width: auto;
  padding: 0.5rem 3.75rem;
  -webkit-appearance: none;
}
.sbb-form .form-disclosure {
  display: block;
  font-size: 0.75rem;
}
.sbb-form .form-required {
  display: block;
  font-size: 0.875rem;
  text-align: right;
  margin-bottom: 0.75rem;
}
.sbb-form .form-messaging {
  margin-bottom: 0.9375rem;
}
.sbb-form .form-messaging:focus {
  outline: none;
}
.sbb-form .form-messaging .messaging-error {
  font-size: 1.125rem;
  padding: 0 0 0 2.5rem;
  background-image: url('https://images.em.bankofamerica.com/sbwebsite/icon-error.svg');
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: left top;
}
.sbb-form .form-messaging .messaging-error .error-message,
.sbb-form .form-messaging .messaging-error span {
  display: block;
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #DC1431;
  margin-bottom: 0.5rem;
}
.sbb-form .form-messaging .messaging-error ul {
  margin-bottom: 0;
}
.sbb-form .form-messaging .messaging-error ul li {
  margin-bottom: 0.3125rem;
}
.sbb-form .form-messaging.validation-summary-valid {
  display: none;
}
.sbb-form .form-messaging.validation-summary-errors {
  display: inline-block;
}
.ui-datepicker-next:focus,
.ui-datepicker-prev:focus,
.ui-state-default:focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-datepicker-trigger {
  position: absolute;
  top: 1.875rem;
  right: 1.25rem;
  width: 1.75rem;
  padding: 0;
  background: none;
  border: none;
}
.ui-datepicker-trigger:focus {
  outline: 1px dotted;
}
.ui-datepicker-trigger img {
  width: 100%;
  vertical-align: middle;
}
/* Responsive Styles - Forms */
/* Desktop Large */
/* Desktop Medium */
/* Desktop & Up */
/* Tablet */
/* Tablet & Down */
/* Tablet & Up */
/* Mobile */
@media (max-width: 767px) {
  .sbb-form .form-button {
    width: 100%;
  }
}
/* Mobile Medium */
/* Mobile Small */
/* Error */
.sbb-error {
  position: relative;
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.sbb-error .error-heading {
  padding: 1.25rem 1.875rem;
}
.sbb-error .error-heading h1 {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.sbb-error .error-content {
  width: 100%;
  height: 55vw;
  background-image: url('https://images.em.bankofamerica.com/sbwebsite/bg-error-2x.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F2F2F2;
  background-position: right top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sbb-error .error-content {
    background-image: url('https://images.em.bankofamerica.com/sbwebsite/bg-error-2x.jpg');
  }
}
.sbb-error .error-text {
  width: 100%;
  padding: 3.125rem 0;
  color: #000000;
  text-align: center;
}
.sbb-error .error-text h2 {
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0 1.875rem;
  margin-bottom: 1.25rem;
  color: #000000;
}
.sbb-error .error-text .text-body {
  padding: 0 1.875rem;
}
.sbb-error .error-text .subtext {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
}
.sbb-error .error-text .sbb-button {
  font-size: 1.25rem;
  padding: 0.5rem 3.75rem;
}
/* Responsive Styles - Error */
/* Desktop Large */
/* Desktop Medium */
/* Desktop & Up */
/* Tablet */
/* Tablet & Down */
/* Tablet & Up */
/* Mobile */
@media (max-width: 767px) {
  .sbb-error .error-content {
    height: auto;
  }
  .sbb-error .error-text {
    padding: 0;
    text-align: left;
  }
  .sbb-error .error-text .text-header {
    width: 100%;
    height: 15rem;
    background-image: url('https://images.em.bankofamerica.com/sbwebsite/bg-error-2x.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F2F2F2;
    background-position: right top;
  }
  .sbb-error .error-text .text-body {
    padding: 1.875rem;
    background-color: #FFFFFF;
  }
  .sbb-error .error-text h2 {
    padding-right: 6.25rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 767px) and only screen and (-o-min-device-pixel-ratio: 2/1), (max-width: 767px) and only screen and (min-device-pixel-ratio: 2), (max-width: 767px) and only screen and (min-resolution: 192dpi), (max-width: 767px) and only screen and (min-resolution: 2dppx) {
  .sbb-error .error-text .text-header {
    background-image: url('https://images.em.bankofamerica.com/sbwebsite/bg-error-2x.jpg');
  }
}

/*MOVED FROM HOME*/
/** Reset Button Styles **/
        .sbb-button-faux {
            padding: 0;
            background-color: transparent;
            border: 0;
        }
        .sbb-button-faux:focus {
            border: 0;
        }
        .sbb-button-faux.sbb-modal-close:focus {
            outline: 0;
        }

        .sbb-nav[data-role-id="21"] .nav-list .nav-label .label-business,
        .sbb-nav[data-role-id="22"] .nav-list .nav-label .label-business,
        .sbb-nav[data-role-id="23"] .nav-list .nav-label .label-business,
        .sbb-nav[data-role-id="24"] .nav-list .nav-label .label-business {
            display: none;
        }
        .sbb-nav[data-role-id="21"] .nav-list .nav-label .label-practice,
        .sbb-nav[data-role-id="22"] .nav-list .nav-label .label-practice,
        .sbb-nav[data-role-id="23"] .nav-list .nav-label .label-practice,
        .sbb-nav[data-role-id="24"] .nav-list .nav-label .label-practice {
            display: inline-block;
        }

    .sbb-spotlight .spotlight-link {
            position: relative;
        }
        .sbb-spotlight .spotlight-link span.ad-text {
            display: block;
            position: absolute;
            z-index: 1;
            line-height: 1.1;
        }

/*HEADER Additional CSS*/
.sbb-covid {display:none !important}
/*
      .sbb-covid {
         position: absolute;
         width: 100%;
         min-width: 320px;
         height: 3.125rem;
         top: 0;
         left: 0;
         padding: 0.875rem 1.875rem;
         z-index: 500;
         background-color: #ededed;
      }
      .sbb-covid p {
         font-family: "ConnectionsMedium";
         font-size: 1rem;
         letter-spacing: -0.01em;
         margin: 0;
         color: #000000;
      }
      .sbb-covid a {
         color: #0053C2;
      }
      @media (max-width: 500px) {
         .sbb-covid {
            padding: 1rem 1.875rem;
         }
         .sbb-covid p {
            font-size: 0.875rem;
         }
      }
      .sbb-header {
         height: 9.375rem;
         padding-top: 3.125rem;
      }
      .sbb-nav, .sbb-main {
         padding-top: 9.375rem;
      }
      .sbb-subhead.scroll-state {
         top: 9.375rem;
      }
*/


/* Specialist Introduction */

.has-icon {
  padding-left: 1.75rem;
  position: relative;
}

.has-icon img {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}

.opening {
  display: flex;
  position: relative;
  flex-direction: column;
}

.additional-info {
  display: none;
}

.additional-info.sbb-padded {padding-bottom: 1.125rem}

.additional-info h2,
.additional-info h3 {
  font-family: 'ConnectionsBold', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.additional-info.active {
  display: block;
}

.profile {
  background-color: #EDEDED;
  padding: 3.125rem 1.875rem 0; 
}

.profile h1 {
  margin-top: 0;
}

.profile button {
  background: none;
  border: none;
  padding: none;
}

.profile button:hover {
  text-decoration: underline;
}

.image-name-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  @media (min-width: 480px) {
    flex-wrap: nowrap;
  }
}

.image-name-container .portrait {
  margin-right: 1rem;
  width: 30%;
  min-width: 7.5rem;
  max-width: 10.625rem;
}

.profile-container.open .introduction-container { display: none } 

.introduction-container {
  background:#ffffff; 
  flex: 0 1 auto;
  margin-top: 2.125rem;
}
.introduction-container h3 {
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}

#learnMore ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

#haveAQuestion dd {
  margin: 0 0 1rem;
}

#haveAQuestion dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: 
    "row1col1 row1col2"
    "row1col1dd row1col2dd"
    "row2col1 row2col2"
    "row2col1dd row2col2dd"
    "row3 row3"
    "row3dd row3dd"
    "row4col1 row4col2"
    "row4col1dd row4col2dd"
    "row5col1 row5col2"
    "row5col1dd row5col2dd"
    "row6col1 row6col2"
    "row6col1dd row6col2dd";
}

#haveAQuestion dd,
#haveAQuestion dt {
  padding-right: 0.25rem;
}


.add-contacts-r1c1 {      grid-area: row1col1; }
.add-contacts-r1c1 + dd { grid-area: row1col1dd; }
.add-contacts-r1c2 {      grid-area: row1col2; }
.add-contacts-r1c2 + dd { grid-area: row1col2dd; }

.add-contacts-r2c1 {      grid-area: row2col1; }
.add-contacts-r2c1 + dd { grid-area: row2col1dd; }
.add-contacts-r2c2 {      grid-area: row2col2; }
.add-contacts-r2c2 + dd { grid-area: row2col2dd; }

.add-contacts-r3c1 {      grid-area: row3; }
.add-contacts-r3c1 + dd { grid-area: row3dd; }

.add-contacts-r4c1 {      grid-area: row4col1; }
.add-contacts-r4c1 + dd { grid-area: row4col1dd; }
.add-contacts-r4c2 {      grid-area: row4col2; }
.add-contacts-r4c2 + dd { grid-area: row4col2dd; }

.add-contacts-r5c1 {      grid-area: row5col1; }
.add-contacts-r5c1 + dd { grid-area: row5col1dd; }
.add-contacts-r5c2 {      grid-area: row5col2; }
.add-contacts-r5c2 + dd { grid-area: row5col2dd; }

.add-contacts-r6c1 {      grid-area: row6col1; }
.add-contacts-r6c1 + dd { grid-area: row6col1dd; }
.add-contacts-r6c2 {      grid-area: row6col2; }
.add-contacts-r6c2 + dd { grid-area: row6col2dd; }


.general-servicing-questions {          grid-area: row1col1   }
.general-servicing-questions + dd {     grid-area: row1col1dd }
.remote-deposit-support {               grid-area: row1col2   }
.remote-deposit-support + dd {          grid-area: row1col2dd }

.online-banking-support {               grid-area: row2col1   }
.online-banking-support + dd {          grid-area: row2col1dd }
.merchant-services-support {            grid-area: row2col2   }
.merchant-services-support + dd {       grid-area: row2col2dd }

.small-business-support {               grid-area: row3   }
.small-business-support + dd {          grid-area: row3dd }

.team-member-1 {      grid-area: row4col1   }
.team-member-1 + dd { grid-area: row4col1dd }
.team-member-2 {      grid-area: row4col2   }
.team-member-2 + dd { grid-area: row4col2dd }

.team-member-3 {      grid-area: row5col1   }
.team-member-3 + dd { grid-area: row5col1dd }
.team-member-4 {      grid-area: row5col2   }
.team-member-4 + dd { grid-area: row5col2dd }

.team-member-5 {      grid-area: row6col1   }
.team-member-5 + dd { grid-area: row6col1dd }
.team-member-6 {      grid-area: row6col2   }
.team-member-6 + dd { grid-area: row6col2dd }


.profile-container {
  background-color: #EDEDED;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.additional-info-container {
  position: relative;
  flex-grow: 1;
}

.additional-info-container .close-button {
  display: none;
}

.profile-container.open .additional-info-container .close-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  border: solid black 1px;
  border-radius: 3px;
}

.profile-container button.close-button:focus,
.profile-container button.close-button:hover {
  text-decoration: none;
  background: white;
}

.profile-disclosures { font-size: 0.875rem; }

@media (min-width: 1100px) {
  .opening {
    flex-direction: row;
  }

  .profile-container {
    flex-direction: row;
  }

  .profile {
    flex: 0 0 480px;
    padding: 3.125rem 1.875rem;
  }

  .profile.open {
    width: 100%;
    max-width: 100%;
  }
  .introduction-container {
    margin-top: 0;
  }
}



/* TAB PANELS */

.sbb-tabpanels {
  position: relative;  
}

.sbb-tabpanel {
  background: #EDEDED;
  scroll-margin-top: 10.25rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: 
    "intro"
    "image"
    "list";
  margin-bottom: 1rem;
}

.sbb-tabpanel strong,
.sbb-tabpanel h4 {
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.sbb-tabpanel h3 {
  display: inline-block;
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  scroll-margin-top: 10.25rem;
  scroll-margin: 10.25rem;
  font-size: 2.0rem;
  margin: 0 0 1rem;
  color: #C41230;
}
.keyboard-navigating .sbb-tabpanel h3:focus {
  outline: solid #0053C2 2px;
  outline-offset: 2px;
}

.sbb-tabpanel h4 {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .sbb-tabpanel h3 {
    font-size: 2.5rem;
  }
}

.sbb-tabpanel > div:first-child {
  grid-area: intro;
  padding: 1.5rem 1.875rem;
}

.sbb-tabpanel > .sbb-tabimage {
  grid-area: image;
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
}

.sbb-tabimage img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}

.sbb-tabpanel > div:last-child {
  grid-area: list;
  padding: 1.5rem 1.875rem;
}

.sbb-tabpanel h4 {
  margin-top: 0;
}

.sbb-tabpanel ul {
  margin: 0;
  padding: 0 0 0 1em;
  list-style: none;
}

.sbb-tabpanel li {
  margin-bottom: 0.5rem;
}

.sbb-tabpanel li:before {
  content: "\2022";
  color: #C41230;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.sbb-bullet {
  padding-right: 0.5rem;
  color: #000;
}

.sbb-cover-panel {
  display: none;
  position: relative;
}

.sbb-cover-panel img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
[role="tablist"] .sbb-link {
  display:block
}

@media (min-width: 480px) {
  .sbb-tabpanel {
    width: 100%;
    grid-template-columns: 1fr 240px;
    grid-template-rows: auto auto;
    grid-template-areas: 
      "intro intro image"
      "list list list";
  }

  .sbb-tabpanel > div:last-child {
    padding-top: 0;
  }
}

@media (min-width: 600px) {
  .sbb-tabpanel {
    width: 100%;
    grid-template-columns: 1fr 240px;
    grid-template-rows: auto auto;
    grid-template-areas: 
      "intro image"
      "list image";
  }
}

.sbb-separator {
  display: none;
}

@media (min-width: 1100px) {
  .sbb-cover-panel button {
    position: absolute;
    left: -10000px;
    overflow: hidden;
    width: 0;
    height: 0;
    clip: rect(0 0 0 0);  
  }

  .sbb-cover-panel:hover button,
  .sbb-cover-panel button:focus {
    top: 1rem;
    right: 1rem;
    left: initial;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    background: #C41230;
    color: white;
    font-weight: bold;
    border: none;
    clip: initial;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sbb-cover-panel button > span {
    line-height: 1em;
  }
  
  .sbb-cover-panel {
    display: block;
  }
  
  .sbb-cover-panel.hidden {
    display: none;
  }

  .sbb-tabpanel > div:last-child {
    padding-top: 1.5rem;
  }

  .sbb-tabpanel {
    display: none;
    aspect-ratio: 1132 / 298;
    margin-bottom: 0;
  }

  .sbb-tabpanel.active {
    display: flex !important;
  }

  .sbb-tabpanel > div:first-child {
    width: 45%;
    flex-grow: 0;
  }

  .sbb-tabpanel > div:last-child {
    width: 38%;
    flex-grow: 0;
  }

  .sbb-tabimage img {
    height: 100%;
  }

  .sbb-tab-navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .sbb-separator {
    display: initial;
    padding: 0 1rem;
  }

  .sbb-bullet {
    display: none;
  }
}


.sbb-priorities-note {
  background: #727272;
  color: white;
  font-size: 2rem;
  margin-bottom: 2.5rem;
  text-align: center;
  font-weight: bold;
}

.sub-head {
  background-color: white;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.sub-head-contact {
  background-color: #EDEDED;
}

.sub-head-menu {
  background-color: white;
}

.sub-head-menu ul {
  margin: 0 0 0 1rem;
  padding: 0;
}

.sub-head-menu ul li:first-child {
  margin-top: 0.5rem;
}

.sub-head-menu ul li {
  margin-bottom: 0.5rem;
}

.sub-head-button {
  height: 2rem;
  padding: 0 1.875rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
}

.sub-head-drawer {
  display: none;
  padding: 0.5rem 1.875rem;
}

.sub-head-button.active + .sub-head-drawer {
  display: block;
}

.toggle-chevron {
  transition: transform 0.2s ease-in-out;
}

.sub-head-button.active .toggle-chevron {
  transform: rotate(-180deg);
}

.hidden-on-mobile {
  display: none;
}

@media (min-width: 1100px) {
  .sub-head-contact p {
    margin: 0;
  }

  .hidden-on-mobile {
    display: initial;
  }

  .sub-head-button {
    display: none;
  }

  .sub-head-drawer {
    display: block;
  }

  .sub-head-menu ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
  }

  .sub-head-menu ul li {
    margin: 0;
  }

  .sub-head-menu ul li:first-child {
    margin: 0;
  }

  #subHeadContact .sub-head-drawer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    padding: 1.5rem 1.875rem;
  }

  #subHeadContact .name {
    font-size: 1.6rem;
  }

  #subHeadMenu ul {
    width: 100%;
  }

  #subHeadMenu li:before {
    content: "\00a0|\00a0"
  }

  #subHeadMenu li:first-child::before {
    content: none;
  }
}
