/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Connections";
  src: url('/National_Library/oe_/https://assets.bankofamerica.com/fonts/Connections.woff?1438926014') format('woff');
}
@font-face {
  font-family: "Connections Bold";
  src: url('/National_Library/oe_/https://assets.bankofamerica.com/fonts/Connections-Bold.woff?1438926014') format('woff');
}
@font-face {
  font-family: "Connections Bold Italic";
  src: url('/National_Library/oe_/https://assets.bankofamerica.com/fonts/Connections-BoldItalic.woff?1438926014') format('woff');
}
@font-face {
  font-family: "Connections Italic";
  src: url('/National_Library/oe_/https://assets.bankofamerica.com/fonts/Connections-Italic.woff?1438926014') format('woff');
}
#modalWrap,
.boaInfoBox,
#bread-crumb,
.pageTitle,
.icons,
#rioSearchBarWrap,
#footer,
#devbug,
.product,
#topNav,
#boaSearchWrap,
#printMap,
#indyLinksWrap,
#printButtons,
#maplistInfoPaneTemplate,
#maplistLocInfoPane,
.distance,
.listLinks,
#skipNavLink,
a.more,
.hide,
.rlsMapPaginationLabel,
.rlsMapPagination,
.locGroupedHours,
a.more,
.infoBoxContent,
.adaHidden,
.adahidden,
.ui-helper-hidden-accessible,
hr {
  display: none !important;
}

body {
  visibility: visible;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 9pt;
}

a {
  text-decoration: none;
  color: #333333;
}

#logo {
  visibility: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 1em;
}

h1, h2, h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 7px;
}

#oo_bar {
  display: none !important;
}

@page {
  .indy {
    size: landscape;
    margin: .4in .4in .4in .4in;
  }
}
.indy #indyCol1 {
  float: left;
  width: 60%;
}
.indy #oo_bar {
  display: none !important;
}
.indy #indyCol2 {
  float: right;
  width: 40%;
}
.indy #printMapImage {
  max-width: 100%;
}
.indy .phone {
  line-height: 2.5em;
}
.indy .hours_container .daypart {
  min-width: 135px;
  display: inline-block;
}
.indy #atmHours {
  margin-top: 1.25em;
}
.indy #atmHours strong {
  font-weight: normal;
}
.indy .featureList {
  overflow: auto;
  padding: 0;
  padding-right: .5em;
}
.indy .featureList li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 50%;
  box-sizing: border-box;
  line-height: 1.5em;
  min-height: 1.5em;
}
.indy #meAdvisorTitle {
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em 0;
}
.indy #meAdvisorTitle img {
  height: 30px;
  vertical-align: baseline;
  margin-right: 10px;
}
.indy .meAdvisor {
  box-sizing: border-box;
  margin-bottom: 1em;
  padding-right: 10px;
  line-height: 1.3em;
}
.indy .meAdvisorName {
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.5;
}
.indy .meWebsite {
  margin-top: 2px;
  display: none;
}
.indy .locationAlert {
  line-height: 1.2em;
  padding-left: 31px;
  padding-right: 25px;
  padding-top: 4px;
  min-height: 23px;
  margin: 40px 0;
  color: #524940;
}
.indy .locationAlert:before {
  content: url("/National_Library/oe_/https://assets.bankofamerica.com/images/alertIcon.svg");
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: -31px;
}
.indy .locationAlert.info:before, .indy .locationAlert.custom:before {
  content: url("/National_Library/oe_/https://assets.bankofamerica.com/images/alertIcon.svg");
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: -5px;
  margin-left: -31px;
}

@page {
  .search, .city {
    size: portrait;
    margin: .4in .4in .4in .4in;
  }
}
.search #sidebarWrap, .city #sidebarWrap {
  float: left;
  width: 45%;
}
.search #content, .city #content {
  float: right;
  width: 55%;
}
.search #maplist, .city #maplist {
  margin: 0px;
  padding: 0px;
}
.search .location, .city .location {
  position: relative;
  margin-left: 45px;
  margin-bottom: 13px;
  border-top: 1px solid #D1C9C0;
}
.search .location:first-of-type, .city .location:first-of-type {
  border-top: none;
}
.search .location .listLinks, .city .location .listLinks {
  margin: 12px 0;
}
.search .location .locationNumber, .city .location .locationNumber {
  margin-left: -45px;
  position: relative;
  top: 26px;
}
.search .location .name, .city .location .name {
  display: block;
  float: left;
  font-weight: bold;
  font-size: 15px;
  margin-right: 60px;
  margin-bottom: 7px;
}
.search .location .address_1, .city .location .address_1 {
  clear: both;
}
/*.search .location .branchHours, .city .location .branchHours {
  display: none;
}*/
.search .location .hourswrap, .city .location .hourswrap {
  margin: 7px 0;
}
.search .location .hourswrap td, .city .location .hourswrap td {
  vertical-align: top;
  padding: 3px 0px;
}
.search .location .hourswrap .hourLabel, .city .location .hourswrap .hourLabel {
  font-weight: bold;
  padding: 4px 14px 4px 0px;
  width: 98px;
  text-align: left;
}
.search .location .locationAlert, .city .location .locationAlert {
  
  min-height: 20px;
  line-height: 1.1em;
  padding-right: 25px;
  padding-left: 31px;
  padding-top: 4px;
  margin: 10px 0 16px 0;
}
.search .location .locationAlert:before, .city .location .locationAlert:before {
  content: url("/National_Library/oe_/https://assets.bankofamerica.com/images/alertIcon.svg");
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: -31px;
}
.search .location .locationAlert.info:before, .search .location .locationAlert.custom:before, .city .location .locationAlert.info:before, .city .location .locationAlert.custom:before {
  content: url("/National_Library/oe_/https://assets.bankofamerica.com/images/alertIcon.svg");
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: -5px;
  margin-left: -31px;
}
.search .location .open, .city .location .open {
  color: #008338;
}
.search .location:last-child hr, .city .location:last-child hr {
  height: 0;
}
.search .groupNumber, .search .locationNumber, .city .groupNumber, .city .locationNumber {
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #ECE6DD;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-indent: 1px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.search .paginatedList .location:nth-child(10n+0) hr, .city .paginatedList .location:nth-child(10n+0) hr {
  height: 0;
}
.search .maplistAlert, .city .maplistAlert {
  position: relative;
  min-height: 35px;
  padding: 1em 25px 1em 55px;
  margin: 1px 1px 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1em;
  border: 1px solid #333;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIHN0eWxlPSJmaWxsOiMzMzY2Q0M7IiBkPSJNNTAsMTAwQzIyLjQsMTAwLDAsNzcuNiwwLDUwUzIyLjQsMCw1MCwwczUwLDIyLjQsNTAsNTBTNzcuNiwxMDAsNTAsMTAweiIvPgo8cGF0aCBzdHlsZT0iZmlsbDojRkZGRkZGOyIgZD0iTTUwLDMxLjhjNi4zLDAsMTEuNC01LjEsMTEuNC0xMS40YzAtNi4zLTUuMS0xMS40LTExLjQtMTEuNHMtMTEuNCw1LjEtMTEuNCwxMS40IEMzOC42LDI2LjcsNDMuNywzMS44LDUwLDMxLjh6Ii8+CjxwYXRoIHN0eWxlPSJmaWxsOiNGRkZGRkY7IiBkPSJNNDAuOSw1MGMwLTUsNC4xLTkuMSw5LjEtOS4xczkuMSw0LjEsOS4xLDkuMXYyNy4zYzAsNS00LjEsOS4xLTkuMSw5LjFzLTkuMS00LjEtOS4xLTkuMVY1MHoiLz4KPC9zdmc+Cg==') no-repeat #ECF6FD;
  background-size: 30px 30px;
  background-position: 15px 10px;
}
.search .maplistAlert .close, .city .maplistAlert .close {
  display: none;
}
.search #printMapImage, .city #printMapImage {
  float: right;
  display: block;
  width: 90%;
  height: auto;
}

/*# sourceMappingURL=print.css.map */
