301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: bccu.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html><html lang="en"><head> <meta charset="utf-8"> <title>Bellwether Community Credit Union | NH Credit Union Home</title> <meta name="description" content="BCCU is an NH Credit Union serving New Hampshire with banking needs, from savings and checking accounts to personal loans, mortgages, and more."> <link rel="SHORTCUT ICON" href="https://www.bccu.org/hubfs/BCCU_Brandmark.svg"> <link rel="preload" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"></noscript> <style>html, body { font-family: sans-serif; background: #fff; } body { opacity: 0; transition-property: opacity; transition-duration: 0.25s; transition-delay: 0.25s; margin: 0; } img, video { max-width: 100%; height: auto; } .btn, .btn-wrapper .cta_button, .btn-wrapper input[type="submit"], .btn-wrapper input[type="button"], input[type="submit"], input[type="button"] { font-family: Lexend, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; font-size: 0.8888888888888888rem; line-height: 0.0rem; border-radius: 3px; height: 3.111111111111111rem; text-align: center; padding: 0 1.3888888888888888rem ; border: 3px solid; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .sr-padding-zero { padding-top: 0 !important; padding-bottom: 0 !important; } .sr-padding-half { padding-top: 2.7777777777777777rem !important; padding-bottom: 2.7777777777777777rem !important; } .sr-padding-full { padding-top: 5.555555555555555rem !important; padding-bottom: 5.555555555555555rem !important; } .sr-spacer-25 { padding-top: 1.3888888888888888rem; padding-bottom: 1.3888888888888888rem; } .sr-spacer-top-25 { padding-top: 1.3888888888888888rem; } .sr-spacer-bottom-25 { padding-bottom: 1.3888888888888888rem; } .sr-spacer-50 { padding-top: 2.7777777777777777rem; padding-bottom: 2.7777777777777777rem; } .sr-spacer-top-50 { padding-top: 2.7777777777777777rem; } .sr-spacer-bottom-50 { padding-bottom: 2.7777777777777777rem; } .sr-spacer-75 { padding-top: 4.166666666666667rem; padding-bottom: 4.166666666666667rem; } .sr-spacer-top-75 { padding-top: 4.166666666666667rem; } .sr-spacer-bottom-75 { padding-bottom: 4.166666666666667rem; } .sr-spacer-100 { padding-top: 5.555555555555555rem; padding-bottom: 5.555555555555555rem; } .sr-spacer-top-100 { padding-top: 5.555555555555555rem; } .sr-spacer-bottom-100 { padding-bottom: 5.555555555555555rem; } .sr-multicol-media .sr-valign-top { -webkit-box-align: flex-start; -ms-flex-align: flex-start; align-items: flex-start; } .sr-multicol-media .sr-valign-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .sr-multicol-media .sr-valign-bottom { -webkit-box-align: flex-end; -ms-flex-align: flex-end; align-items: flex-end; } .sr-multicol-media .sr-valign-stretch { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } .navbar-nav { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; } .nav-link { display: block; } .dropdown-menu { position: absolute; left: 0; z-index: 1000; display: none; text-align: left; list-style: none; } .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between } @media (min-width: 1200px) { .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .navbar-expand-xl .navbar-nav { -ms-flex-direction: row; flex-direction: row; } } dl, ol, ul { margin-top: 0; margin-bottom: 1rem; } .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto } @media (min-width:576px) { .container, .container-sm { max-width: 540px } } @media (min-width:768px) { .container, .container-md, .container-sm { max-width: 720px } } @media (min-width:992px) { .container, .container-lg, .container-md, .container-sm { max-width: 960px } } @media (min-width:1200px) { .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1140px } } .container-fluid { max-width: 2560px } body > .container-fluid, .sr-tabs-split-screen > .container-fluid, [data-global-resource-path] > div { width: auto; max-width: none; padding: 0; } body > .body-container-wrapper > .body-container.container-fluid { padding: 0; max-width: none; } .container-fluid:before, .container-fluid:after { display: none; } .row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px } .no-gutters { margin-right: 0; margin-left: 0 } .no-gutters > .col, .no-gutters > [class*=col-] { padding-right: 0; padding-left: 0 } .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; width: 100%; padding-right: 15px; padding-left: 15px } .col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100% } .col-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .offset-1 { margin-left: 8.333333% } .offset-2 { margin-left: 16.666667% } .offset-3 { margin-left: 25% } .offset-4 { margin-left: 33.333333% } .offset-5 { margin-left: 41.666667% } .offset-6 { margin-left: 50% } .offset-7 { margin-left: 58.333333% } .offset-8 { margin-left: 66.666667% } .offset-9 { margin-left: 75% } .offset-10 { margin-left: 83.333333% } .offset-11 { margin-left: 91.666667% } @media (min-width:576px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-sm-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100% } .col-sm-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-sm-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-sm-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-sm-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-sm-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-sm-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-sm-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-sm-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-sm-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-sm-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-sm-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-sm-first { -ms-flex-order: -1; order: -1 } .order-sm-last { -ms-flex-order: 13; order: 13 } .order-sm-0 { -ms-flex-order: 0; order: 0 } .order-sm-1 { -ms-flex-order: 1; order: 1 } .order-sm-2 { -ms-flex-order: 2; order: 2 } .order-sm-3 { -ms-flex-order: 3; order: 3 } .order-sm-4 { -ms-flex-order: 4; order: 4 } .order-sm-5 { -ms-flex-order: 5; order: 5 } .order-sm-6 { -ms-flex-order: 6; order: 6 } .order-sm-7 { -ms-flex-order: 7; order: 7 } .order-sm-8 { -ms-flex-order: 8; order: 8 } .order-sm-9 { -ms-flex-order: 9; order: 9 } .order-sm-10 { -ms-flex-order: 10; order: 10 } .order-sm-11 { -ms-flex-order: 11; order: 11 } .order-sm-12 { -ms-flex-order: 12; order: 12 } .offset-sm-0 { margin-left: 0 } .offset-sm-1 { margin-left: 8.333333% } .offset-sm-2 { margin-left: 16.666667% } .offset-sm-3 { margin-left: 25% } .offset-sm-4 { margin-left: 33.333333% } .offset-sm-5 { margin-left: 41.666667% } .offset-sm-6 { margin-left: 50% } .offset-sm-7 { margin-left: 58.333333% } .offset-sm-8 { margin-left: 66.666667% } .offset-sm-9 { margin-left: 75% } .offset-sm-10 { margin-left: 83.333333% } .offset-sm-11 { margin-left: 91.666667% } } @media (min-width:768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-md-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100% } .col-md-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-md-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-md-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-md-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-md-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-md-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-md-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-md-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-md-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-md-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-md-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-md-first { -ms-flex-order: -1; order: -1 } .order-md-last { -ms-flex-order: 13; order: 13 } .order-md-0 { -ms-flex-order: 0; order: 0 } .order-md-1 { -ms-flex-order: 1; order: 1 } .order-md-2 { -ms-flex-order: 2; order: 2 } .order-md-3 { -ms-flex-order: 3; order: 3 } .order-md-4 { -ms-flex-order: 4; order: 4 } .order-md-5 { -ms-flex-order: 5; order: 5 } .order-md-6 { -ms-flex-order: 6; order: 6 } .order-md-7 { -ms-flex-order: 7; order: 7 } .order-md-8 { -ms-flex-order: 8; order: 8 } .order-md-9 { -ms-flex-order: 9; order: 9 } .order-md-10 { -ms-flex-order: 10; order: 10 } .order-md-11 { -ms-flex-order: 11; order: 11 } .order-md-12 { -ms-flex-order: 12; order: 12 } .offset-md-0 { margin-left: 0 } .offset-md-1 { margin-left: 8.333333% } .offset-md-2 { margin-left: 16.666667% } .offset-md-3 { margin-left: 25% } .offset-md-4 { margin-left: 33.333333% } .offset-md-5 { margin-left: 41.666667% } .offset-md-6 { margin-left: 50% } .offset-md-7 { margin-left: 58.333333% } .offset-md-8 { margin-left: 66.666667% } .offset-md-9 { margin-left: 75% } .offset-md-10 { margin-left: 83.333333% } .offset-md-11 { margin-left: 91.666667% } } @media (min-width:992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-lg-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100% } .col-lg-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-lg-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-lg-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-lg-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-lg-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-lg-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-lg-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-lg-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-lg-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-lg-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-lg-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-lg-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-lg-first { -ms-flex-order: -1; order: -1 } .order-lg-last { -ms-flex-order: 13; order: 13 } .order-lg-0 { -ms-flex-order: 0; order: 0 } .order-lg-1 { -ms-flex-order: 1; order: 1 } .order-lg-2 { -ms-flex-order: 2; order: 2 } .order-lg-3 { -ms-flex-order: 3; order: 3 } .order-lg-4 { -ms-flex-order: 4; order: 4 } .order-lg-5 { -ms-flex-order: 5; order: 5 } .order-lg-6 { -ms-flex-order: 6; order: 6 } .order-lg-7 { -ms-flex-order: 7; order: 7 } .order-lg-8 { -ms-flex-order: 8; order: 8 } .order-lg-9 { -ms-flex-order: 9; order: 9 } .order-lg-10 { -ms-flex-order: 10; order: 10 } .order-lg-11 { -ms-flex-order: 11; order: 11 } .order-lg-12 { -ms-flex-order: 12; order: 12 } .offset-lg-0 { margin-left: 0 } .offset-lg-1 { margin-left: 8.333333% } .offset-lg-2 { margin-left: 16.666667% } .offset-lg-3 { margin-left: 25% } .offset-lg-4 { margin-left: 33.333333% } .offset-lg-5 { margin-left: 41.666667% } .offset-lg-6 { margin-left: 50% } .offset-lg-7 { margin-left: 58.333333% } .offset-lg-8 { margin-left: 66.666667% } .offset-lg-9 { margin-left: 75% } .offset-lg-10 { margin-left: 83.333333% } .offset-lg-11 { margin-left: 91.666667% } } @media (min-width:1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-xl-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100% } .col-xl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-xl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-xl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-xl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-xl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-xl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-xl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-xl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-xl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-xl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-xl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-xl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-xl-first { -ms-flex-order: -1; order: -1 } .order-xl-last { -ms-flex-order: 13; order: 13 } .order-xl-0 { -ms-flex-order: 0; order: 0 } .order-xl-1 { -ms-flex-order: 1; order: 1 } .order-xl-2 { -ms-flex-order: 2; order: 2 } .order-xl-3 { -ms-flex-order: 3; order: 3 } .order-xl-4 { -ms-flex-order: 4; order: 4 } .order-xl-5 { -ms-flex-order: 5; order: 5 } .order-xl-6 { -ms-flex-order: 6; order: 6 } .order-xl-7 { -ms-flex-order: 7; order: 7 } .order-xl-8 { -ms-flex-order: 8; order: 8 } .order-xl-9 { -ms-flex-order: 9; order: 9 } .order-xl-10 { -ms-flex-order: 10; order: 10 } .order-xl-11 { -ms-flex-order: 11; order: 11 } .order-xl-12 { -ms-flex-order: 12; order: 12 } .offset-xl-0 { margin-left: 0 } .offset-xl-1 { margin-left: 8.333333% } .offset-xl-2 { margin-left: 16.666667% } .offset-xl-3 { margin-left: 25% } .offset-xl-4 { margin-left: 33.333333% } .offset-xl-5 { margin-left: 41.666667% } .offset-xl-6 { margin-left: 50% } .offset-xl-7 { margin-left: 58.333333% } .offset-xl-8 { margin-left: 66.666667% } .offset-xl-9 { margin-left: 75% } .offset-xl-10 { margin-left: 83.333333% } .offset-xl-11 { margin-left: 91.666667% } } .m-auto { margin: auto !important } .mt-auto, .my-auto { margin-top: auto !important } .mr-auto, .mx-auto { margin-right: auto !important } .mb-auto, .my-auto { margin-bottom: auto !important } .ml-auto, .mx-auto { margin-left: auto !important } .text-left { text-align: left !important } .text-right { text-align: right !important } .text-center { text-align: center !important } @media (min-width:576px) { .text-sm-left { text-align: left !important } .text-sm-right { text-align: right !important } .text-sm-center { text-align: center !important } } @media (min-width:768px) { .text-md-left { text-align: left !important } .text-md-right { text-align: right !important } .text-md-center { text-align: center !important } } @media (min-width:992px) { .text-lg-left { text-align: left !important } .text-lg-right { text-align: right !important } .text-lg-center { text-align: center !important } } @media(min-width:1200px) { .text-xl-left { text-align: left !important } .text-xl-right { text-align: right !important } .text-xl-center { text-align: center !important } } .d-none { display: none !important } .d-inline { display: inline !important } .d-inline-block { display: inline-block !important } .d-block { display: block !important } .d-flex { display: -ms-flexbox !important; display: flex !important } .d-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important } @media (min-width:576px) { .d-sm-none { display: none !important } .d-sm-inline { display: inline !important } .d-sm-inline-block { display: inline-block !important } .d-sm-block { display: block !important } .d-sm-table { display: table !important } .d-sm-table-row { display: table-row !important } .d-sm-table-cell { display: table-cell !important } .d-sm-flex { display: -ms-flexbox !important; display: flex !important } .d-sm-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important } } @media (min-width:768px) { .d-md-none { display: none !important } .d-md-inline { display: inline !important } .d-md-inline-block { display: inline-block !important } .d-md-block { display: block !important } .d-md-flex { display: -ms-flexbox !important; display: flex !important } .d-md-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important } } @media (min-width:992px) { .d-lg-none { display: none !important } .d-lg-inline { display: inline !important } .d-lg-inline-block { display: inline-block !important } .d-lg-block { display: block !important } .d-lg-table { display: table !important } .d-lg-table-row { display: table-row !important } .d-lg-table-cell { display: table-cell !important } .d-lg-flex { display: -ms-flexbox !important; display: flex !important } .d-lg-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important } } @media (min-width:1200px) { .d-xl-none { display: none !important } .d-xl-inline { display: inline !important } .d-xl-inline-block { display: inline-block !important } .d-xl-block { display: block !important } .d-xl-table { display: table !important } .d-xl-table-row { display: table-row !important } .d-xl-table-cell { display: table-cell !important } .d-xl-flex { display: -ms-flexbox !important; display: flex !important } .d-xl-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important } } .flex-row { -ms-flex-direction: row !important; flex-direction: row !important } .flex-column { -ms-flex-direction: column !important; flex-direction: column !important } .flex-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-start { -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-end { -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-center { -ms-flex-pack: center !important; justify-content: center !important } .justify-content-between { -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-start { -ms-flex-align: start !important; align-items: flex-start !important } .align-items-end { -ms-flex-align: end !important; align-items: flex-end !important } .align-items-center { -ms-flex-align: center !important; align-items: center !important } .align-items-baseline { -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-stretch { -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } @media (min-width:576px) { .flex-sm-row { -ms-flex-direction: row !important; flex-direction: row !important } .flex-sm-column { -ms-flex-direction: column !important; flex-direction: column !important } .flex-sm-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-sm-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-sm-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-sm-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-sm-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-sm-start { -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-sm-end { -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-sm-center { -ms-flex-pack: center !important; justify-content: center !important } .justify-content-sm-between { -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-sm-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-sm-start { -ms-flex-align: start !important; align-items: flex-start !important } .align-items-sm-end { -ms-flex-align: end !important; align-items: flex-end !important } .align-items-sm-center { -ms-flex-align: center !important; align-items: center !important } .align-items-sm-baseline { -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-sm-stretch { -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-sm-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-sm-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-sm-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-sm-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-sm-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-sm-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } } @media (min-width:768px) { .flex-md-row { -ms-flex-direction: row !important; flex-direction: row !important } .flex-md-column { -ms-flex-direction: column !important; flex-direction: column !important } .flex-md-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-md-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-md-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-md-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-md-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-md-start { -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-md-end { -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-md-center { -ms-flex-pack: center !important; justify-content: center !important } .justify-content-md-between { -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-md-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-md-start { -ms-flex-align: start !important; align-items: flex-start !important } .align-items-md-end { -ms-flex-align: end !important; align-items: flex-end !important } .align-items-md-center { -ms-flex-align: center !important; align-items: center !important } .align-items-md-baseline { -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-md-stretch { -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-md-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-md-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-md-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-md-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-md-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-md-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } } @media (min-width:992px) { .flex-lg-row { -ms-flex-direction: row !important; flex-direction: row !important } .flex-lg-column { -ms-flex-direction: column !important; flex-direction: column !important } .flex-lg-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-lg-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-lg-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-lg-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-lg-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-lg-start { -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-lg-end { -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-lg-center { -ms-flex-pack: center !important; justify-content: center !important } .justify-content-lg-between { -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-lg-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-lg-start { -ms-flex-align: start !important; align-items: flex-start !important } .align-items-lg-end { -ms-flex-align: end !important; align-items: flex-end !important } .align-items-lg-center { -ms-flex-align: center !important; align-items: center !important } .align-items-lg-baseline { -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-lg-stretch { -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-lg-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-lg-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-lg-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-lg-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-lg-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-lg-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } } @media (min-width:1200px) { .flex-xl-row { -ms-flex-direction: row !important; flex-direction: row !important } .flex-xl-column { -ms-flex-direction: column !important; flex-direction: column !important } .flex-xl-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-xl-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-xl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-xl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-xl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-xl-start { -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-xl-end { -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-xl-center { -ms-flex-pack: center !important; justify-content: center !important } .justify-content-xl-between { -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-xl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-xl-start { -ms-flex-align: start !important; align-items: flex-start !important } .align-items-xl-end { -ms-flex-align: end !important; align-items: flex-end !important } .align-items-xl-center { -ms-flex-align: center !important; align-items: center !important } .align-items-xl-baseline { -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-xl-stretch { -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-xl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-xl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-xl-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-xl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-xl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-xl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } } </style> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="og:description" content="BCCU is an NH Credit Union serving New Hampshire with banking needs, from savings and checking accounts to personal loans, mortgages, and more."> <meta property="og:title" content="Bellwether Community Credit Union | NH Credit Union Home"> <meta name="twitter:description" content="BCCU is an NH Credit Union serving New Hampshire with banking needs, from savings and checking accounts to personal loans, mortgages, and more."> <meta name="twitter:title" content="Bellwether Community Credit Union | NH Credit Union Home"> <style> a.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:0}.hs-featured-image{float:right;margin:0 0 20px 20px;max-width:50%}@media (max-width: 568px){.hs-featured-image{float:none;margin:0;width:100%;max-width:100%}}.hs-screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px} </style> <link class="hs-async-css" rel="preload" href="https://www.bccu.org/hs-fs/hubfs/hub_generated/template_assets/1/72444544095/1743661210002/template_bootstrap.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="https://www.bccu.org/hs-fs/hubfs/hub_generated/template_assets/1/72444544095/1743661210002/template_bootstrap.min.css"></noscript> <link class="hs-async-css" rel="preload" href="https://www.bccu.org/hs-fs/hubfs/hub_generated/template_assets/1/72444380324/1743661209681/template_sr-base.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="https://www.bccu.org/hs-fs/hubfs/hub_generated/template_assets/1/72444380324/1743661209681/template_sr-base.css"></noscript> <link rel="stylesheet" href="https://www.bccu.org/hs-fs/hubfs/hub_generated/module_assets/1/72443895930/1743861871878/module_SR_Nav_Dropdown_01.min.css"> <style> .close-top-bar i { color:rgba(255, 255, 255); opacity: 0.8; position: absolute; right: 15px; font-size: 1.3rem; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .top-bar { background-color: rgba(255, 255, 255, 100); color: rgba(255, 255, 255); } .dropdown-item, .lang_list_class li a { color: #083150 !important; } .navbar .dropdown-menu { border: 0; padding: .7rem 0; margin: 0; box-shadow: 0 1rem 3rem rgb(11 11 12 / 5%); border-top: 3px solid; background-color: #ffffff; } .navbar .navbar-nav .dropdown .dropdown-item, .navbar .navbar-nav .nav-link, .lang_list_class li a { font-weight: 700; text-decoration: none; font-family: Lexend, sans-serif; font-style: normal; font-size: 21px; color: var(--tertiary); } .sr-navbar .navbar-nav .nav-link, .sr-navbar .navbar-nav .active > .nav-link, .globe_class { color: #083150 !important; } .sr-navbar .navbar-nav svg, .sr-navbar .navbar-nav svg g, .navbar-collapse .collapse-close svg g { fill: #083150 !important; } .sr-navbar .navbar-nav .nav-link:focus svg, .sr-navbar .navbar-nav .nav-link:hover svg g, .dropdown-item:focus svg, .dropdown-item:hover svg g { fill: #889739 !important; } .toggler path { stroke: #083150; } .sr-navbar .navbar-nav .nav-link.disabled { color: #083150 !important; } .navbar-main { position: relative; background-color: #ffffff } .navbar-search-form-wrapper { position: absolute; left: 60px; background: #fff; right: 100%; width: 0; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; opacity: 0; } @media (max-width: 1199.98px) { .sr-navbar .navbar-nav .nav-link, .sr-navbar .navbar-nav .active > .nav-link, .globe_class, .lang_list_class li a { color: #083150 !important; margin: 0; } .sr-navbar .navbar-nav svg, .sr-navbar .navbar-nav svg g, .navbar-collapse .collapse-close svg g{ fill: #083150 !important; } .active .navbar-search-form-wrapper .open{ z-index: 10 !important; } .navbar-search-form-wrapper.open{ z-index:10; } } </style> <link rel="stylesheet" href="https://www.bccu.org/hs-fs/hubfs/hub_generated/module_assets/1/87111871028/1743861878636/module_SRR_Global_Speed_Bump.min.css"> <style type="text/css"> .widget_1658175597502 { position: relative; overflow: hidden; background: #000; } .widget_1658175597502 h1, .widget_1658175597502 .h1 { margin-bottom: 1.35rem !important; } .widget_1658175597502{ background: #33323D; background-image: url(https://www.bccu.org/hubfs/Auto%20homepage%20banner.svg); background-size: cover; background-repeat: no-repeat; } .widget_1658175597502 .sr-cover-image { background-image: url(https://www.bccu.org/hubfs/Auto%20homepage%20banner.svg); width: 100%; height: 100%; top: 0%; background-position: center; position: absolute; background-size: cover; background-repeat: no-repeat; } @media (min-width: 768px) { .widget_1658175597502 .sr-cover-image { background: linear-gradient(89.93deg, #083150 3.48%, rgba(8, 49, 80, 0.947582) 15.15%, rgba(8, 49, 80, 0) 60.54%); } } .widget_1658175597502 .sr-cover-image:before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(51, 50, 61, 0.0); } .widget_1658175597502 .sr-cover-inner { width: 100%; max-width: 723px; } .widget_1658175597502 .cta-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .widget_1658175597502 .btn-wrapper { padding: 0 .5rem; } .widget_1658175597502 .height-auto { min-height: 0vh; } .widget_1658175597502 .height-small { padding: 8rem 0; } .widget_1658175597502 .height-medium { padding: 14rem 0; } .widget_1658175597502 .height-large { padding: 20rem 0; } .widget_1658175597502 .height-full { min-height: 100vh; } .widget_1658175597502 .description p:last-child { margin-bottom: 0; } @media screen and (max-width:1199px) { .mobile-hero-image { display: block; height: 100%; height: 370px; background-image: url(https://www.bccu.org/hubfs/Auto%20homepage%20banner.svg); background-position: center; background-size: cover; width: 100%; max-width: 100%; } } </style> <style type="text/css"> .bccu-hero-cards .container { position: relative; } .bccu-hero-cards .hero-row { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .bccu-hero-cards .sr-cover-inner > .row > div.col-md-10 { padding-left: 0; } .bccu-hero-cards .sr-cover-parallax { position: relative; } .bccu-hero-cards .sr-cover-parallax .overflow { position: relative; overflow: hidden; } .bccu-hero-cards .sr-cover-image { position: absolute; width: 100%; height: 100%; background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } .bccu-hero-cards > .container { position: relative; } .widget_1665601508624.hero-overlap { margin-top: -4rem; } .bccu-hero-cards .row.feature-row > div { margin: 15px 0; } .bccu-hero-cards .sr-cover-inner { margin: 0 auto; width: 100%; -webkit-transition: all ease-in-out .1s; -o-transition: all ease-in-out .1s; transition: all ease-in-out .1s; } .bccu-hero-cards .feat-overlay { position: absolute; height: 100%; width: 100%; top: 0; left: 0; } .bccu-hero-cards .slick-dots { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; padding-left: 0; padding-right: 0; list-style-type: none; position: relative; list-style: none; height: 40px; } .bccu-hero-cards .slick-dots li { margin: 0px 6px; width: 7px; height: 7px; } .bccu-hero-cards .slick-dots button { display: block; width: 6px; height: 6px; padding: 0; border: none; border-radius: 100%; text-indent: -9999px; -webkit-transition: all ease-in-out .2s; -o-transition: all ease-in-out .2s; transition: all ease-in-out .2s; box-shadow: 0 0 0 2px transparent; background: var(--white); display: inline-block; } .bccu-hero-cards .slick-dots li.slick-active button { background-color: transparent !important; box-shadow: 0 0 0 2px var(--white); } .bccu-hero-cards button:focus { outline: 0; outline: 0; } .bccu-hero-cards .sr-cover-inner .img-fluid img { max-width: 100%; display: inline-block; height: auto; } .bccu-hero-cards button.slick-arrow { display: none !important; } .bccu-hero-cards .hero-feature-block:before { transition: .3s all; } .bccu-hero-cards .hero-feature:hover .hero-feature-block:before { transition: .3s all; background-color: #889739; background-image: url(https://www.bccu.org/hubfs/_graphics/right-arrow-white.svg) } .bccu-hero-cards .hero-feature { position: relative; border: 1px solid; border-color: #e5e7ea; height: 100%; padding: 2.4rem 2.4rem 1rem; border-radius: 10px !important; border: none !important; background-color: #c06701 !important; background-image: url(https://www.bccu.org/hubfs/_graphics/ring.svg); background-size: 150px; background-repeat: no-repeat; background-position: top right; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); } .bccu-hero-cards .hero-feature .hero-feature-content, .bccu-hero-cards .hero-feature img { position: relative; z-index: 1; } .bccu-hero-cards .hero-feature p:last-child { margin: 0; }.bccu-hero-cards .feature-row { justify-content: center; } .bccu-hero-cards .hero-overlap { margin-top: -4rem ; } @media screen and (min-width: 768px) { .bccu-hero-cards .hero-overlap { margin-top: -8rem ; } } @media screen and (min-width: 1199px) { .bccu-hero-cards .hero-overlap { margin-top: -12rem ; } } @media screen and (max-width: 400px) { .bccu-hero-cards .hero-feature{ padding: 2.4rem 1rem; } } .bccu-hero-cards .hero-feature img { border-radius: 10px; } .bccu-hero-cards .hero-feature-title { font-size: 30px; line-height: 40px; max-width: 414px; color: white; } .bccu-hero-cards .hero-feature-content{ color: white; } .bccu-hero-cards .feature-row .col-md-6{ width: 100%; max-width: 570px; position: relative; } .bccu-hero-cards .hero-feature-block { height: 57px; width:100%; border-radius: 10px; } .bccu-hero-cards .hero-feature-block:before { content: " "; height: 57px; width: 57px; background-color: white; background-image: url(https://www.bccu.org/hubfs/_graphics/right-arrow.svg); background-repeat: no-repeat; background-position: center; position: absolute; right: -1px; bottom: 0; border-radius: 0 0 10px; } .widget_1665601508624 .btn-wrapper { padding: 0 .5rem; } .widget_1665601508624 .cta-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; margin: 0 -.5rem; } .widget_1665601508624 .content_col { order: 1 } .widget_1665601508624 .slider_col { order: 2 } @media only screen and (max-width : 768px) { .widget_1665601508624 .content_col { order: 1 } .widget_1665601508624 .slider_col { order: 2 } .bccu-hero-cards .bccu-hero-cards-slick { padding-top: 3rem; } .bccu-hero-cards .row.feature-row > div { margin: .75rem 0; } } .widget_1665601508624 .height-auto { min-height: 0vh; } .widget_1665601508624 .height-small { padding: 8rem 0; } .widget_1665601508624 .height-medium { padding: 14rem 0; } .widget_1665601508624 .height-large { padding: 20rem 0; } .widget_1665601508624 .height-full { min-height: 681px; } </style> <style type="text/css"> @media screen and (max-width: 757px) { .widget_1658176127151 .sr-spacer-top-50 { padding-top: 0 !important; } } .widget_1658176127151 { padding: 3.125rem 0rem 1.125rem 0rem; } '' .widget_1658176127151 video, .widget_1658176127151 .sr-multicol-media .responsive-video{ position:relative; z-index:10; } @media (max-width: 767px) { } </style> <style> .sr-multicol-media.widget_1658176127151 .sr-repeater-1 { background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; } .sr-multicol-media.widget_1658176127151 .sr-repeater-1::before { background-color: rgba(0, 0, 0, 50%); } @media (min-width: 768px) { .sr-multicol-media.widget_1658176127151 .sr-repeater-1 { } } </style> <style> .sr-multicol-media.widget_1658176127151 .sr-repeater-2 { background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; } .sr-multicol-media.widget_1658176127151 .sr-repeater-2::before { background-color: rgba(0, 0, 0, 50%); } @media (min-width: 768px) { .sr-multicol-media.widget_1658176127151 .sr-repeater-2 { } } </style> <style type="text/css"> .sr-hero-02 .container { position: relative; } .sr-hero-02 .hero-row { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .sr-hero-02 .sr-cover-inner > .row > div.col-md-10 { padding-left: 0; } .sr-hero-02 .sr-cover-parallax { position: relative; } .sr-hero-02 .sr-cover-parallax .overflow { position: relative; overflow: hidden; } .sr-hero-02 .sr-cover-image { position: absolute; width: 100%; height: 100%; background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } .sr-hero-02 > .container { position: relative; } .module_16581768985463.hero-overlap { margin-top: -4rem; } .sr-hero-02 .row.feature-row > div { margin: 15px 0; } .sr-hero-02 .sr-cover-inner { margin: 0 auto; width: 100%; -webkit-transition: all ease-in-out .1s; -o-transition: all ease-in-out .1s; transition: all ease-in-out .1s; } .sr-hero-02 .feat-overlay { position: absolute; height: 100%; width: 100%; top: 0; left: 0; } .sr-hero-02 .slick-dots { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; padding-left: 0; padding-right: 0; list-style-type: none; position: relative; list-style: none; height: 40px; } .sr-hero-02 .slick-dots li { margin: 0px 6px; width: 7px; height: 7px; } .sr-hero-02 .slick-dots button { display: block; width: 6px; height: 6px; padding: 0; border: none; border-radius: 100%; text-indent: -9999px; -webkit-transition: all ease-in-out .2s; -o-transition: all ease-in-out .2s; transition: all ease-in-out .2s; box-shadow: 0 0 0 2px transparent; background: var(--white); display: inline-block; } .sr-hero-02 .slick-dots li.slick-active button { background-color: transparent !important; box-shadow: 0 0 0 2px var(--white); } .sr-hero-02 button:focus { outline: 0; outline: 0; } .sr-hero-02 .sr-cover-inner .img-fluid img { max-width: 100%; display: inline-block; height: auto; } .sr-hero-02 button.slick-arrow { display: none !important; } .sr-hero-02 .hero-feature { position: relative; border-radius: 10px; height: 100%; background-size: cover; background-position: center; padding: 0 !important; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); } .sr-hero-02 img { border-radius: 10px 10px 0 0; } .sr-hero-02 .hero-feature-content { padding: 2rem; } .sr-hero-02 .hero-feature-content h6 { font-size: 24px; font-weight: 700; line-height: 30px; } .sr-hero-02 .hero-feature-content p { padding: 10px 0; } .sr-hero-02 .hero-feature-content a { font-weight: 600; font-size: 18px; color: #083150 !important; border-bottom: 2px solid #889739; } .sr-hero-02 .hero-feature .hero-feature-content, .sr-hero-02 .hero-feature img { position: relative; z-index: 1; } .sr-hero-02 .hero-feature p:last-child { margin: 0; } .module_16581768985463 .btn-wrapper { padding: 0 .5rem; } .module_16581768985463 .cta-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; margin: 0 -.5rem; } .module_16581768985463 .content_col { order: 1 } .module_16581768985463 .slider_col { order: 2 } @media only screen and (max-width : 768px) { .module_16581768985463 .content_col { order: 1 } .module_16581768985463 .slider_col { order: 2 } .sr-hero-02 .sr-hero-02-slick { padding-top: 3rem; } .sr-hero-02 .row.feature-row > div { margin: .75rem 0; } } .module_16581768985463 .height-auto { min-height: 0vh; } .module_16581768985463 .height-small { padding: 8rem 0; } .module_16581768985463 .height-medium { padding: 14rem 0; } .module_16581768985463 .height-large { padding: 20rem 0; } .module_16581768985463 .height-full { min-height: 100vh; } </style> <style type="text/css"> .module_16522748417533 { padding: 6.125rem 0rem 3.125rem 0rem; } '' .module_16522748417533 video, .module_16522748417533 .sr-multicol-media .responsive-video{ position:relative; z-index:10; } @media (max-width: 767px) { } </style> <style> .sr-multicol-media.module_16522748417533 .sr-repeater-1 { background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; } .sr-multicol-media.module_16522748417533 .sr-repeater-1::before { background-color: rgba(255, 255, 255, 100%); } @media (min-width: 768px) { .sr-multicol-media.module_16522748417533 .sr-repeater-1 { } } </style> <style> .sr-multicol-media.module_16522748417533 .sr-repeater-2 { background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; } .sr-multicol-media.module_16522748417533 .sr-repeater-2::before { background-color: rgba(255, 255, 255, 100%); } @media (min-width: 768px) { .sr-multicol-media.module_16522748417533 .sr-repeater-2 { } } </style> <style> .sr-multicol-media.module_16522748417533 .sr-repeater-3 { background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; } .sr-multicol-media.module_16522748417533 .sr-repeater-3::before { background-color: rgba(255, 255, 255, 100%); } @media (min-width: 768px) { .sr-multicol-media.module_16522748417533 .sr-repeater-3 { } } </style> <style type="text/css"> .widget_1652725021619 { padding: 0rem 0rem 6.125rem 0rem; } .widget_1652725021619 video, .widget_1652725021619 .sr-multicol-media .responsive-video{ position:relative; z-index:10; } @media (max-width: 767px) { .mobile-half-padding { padding-top: 55px !important; } } </style> <style> .sr-multicol-media.widget_1652725021619 .sr-repeater-1 { background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; } .sr-multicol-media.widget_1652725021619 .sr-repeater-1::before { background-color: rgba(0, 0, 0, 50%); } @media (min-width: 768px) { .sr-multicol-media.widget_1652725021619 .sr-repeater-1 { } } </style> <style type="text/css"> .sr-cards-grid-02 .cards.row [class*="col-"] { padding: 0; border: 1rem solid transparent; } .sr-cards-grid-02 .card { position: relative; background-size: cover; background-position: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; padding: 3.35rem 2.2rem !important; border-radius: 0 !important; border: 1px solid; border-color: #e5e7ea; } .sr-cards-grid-02 .card:after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 0; } .sr-cards-grid-02 .card-inner { position: relative; z-index: 1; height: 100%; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } .sr-cards-grid-02 .card-inner .btn-wrapper { margin-top: auto; } .sr-cards-grid-02 .card-inner .btn-wrapper { margin-top: 1.63rem; } .sr-cards-grid-02 .card { background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; } @media (max-width: 768px) { .sr-cards-grid-02 .heading br, .sr-cards-grid-02 .description br { display: none; } } </style> <link class="hs-async-css" rel="preload" href="https://www.bccu.org/hs-fs/hubfs/hub_generated/template_assets/1/72443100594/1743661198462/template_slick.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="https://www.bccu.org/hs-fs/hubfs/hub_generated/template_assets/1/72443100594/1743661198462/template_slick.min.css"></noscript> <style> @media (min-width: 480px) and (max-width: 768px) { .sr-tabs-testimonials-01 .container { max-width: 100%; } } .sr-tabs-testimonials-01 .quote-mark { width: 2rem; height: 2rem; margin-bottom: -0.5rem; } .sr-tabs-testimonials-01 .quote-mark g { fill: #0C63FF; fill: var(--primary); } .sr-tabs-testimonials-01.text-white .quote-mark g, .sr-tabs-testimonials-01.text-light .quote-mark g, .sr-tabs-testimonials-01.text-dark .quote-mark g, .sr-tabs-testimonials-01.text-primary .quote-mark g, .sr-tabs-testimonials-01.text-secondary .quote-mark g, .sr-tabs-testimonials-01.text-info .quote-mark g, .sr-tabs-testimonials-01.text-warning .quote-mark g, .sr-tabs-testimonials-01.text-danger .quote-mark g { fill: currentColor; } .sr-tabs-testimonials-01 .sr-tabs-testimonials-01-thumbs img { width: 50px !important; height: 50px; border-radius: 50%; margin: 0 5px; outline: none; cursor: pointer; } @media (min-width: 480px) { .sr-tabs-testimonials-01 .sr-tabs-testimonials-01-thumbs .slick-track { display: flex; justify-content: center; transform: none !important; flex-wrap: wrap; width: 100% !important; } .sr-tabs-testimonials-01.text-left .sr-tabs-testimonials-01-thumbs .slick-track { justify-content: flex-start; } .sr-tabs-testimonials-01.text-right .sr-tabs-testimonials-01-thumbs .slick-track { justify-content: flex-end; } .sr-tabs-testimonials-01 .thumbnail-wrapper { width: 60px !important; } .sr-tabs-testimonials-01 [class*="-thumbnail-"] { margin: 0 5px 5px; } } .sr-tabs-testimonials-01 .slick-slide { outline: none; } .sr-tabs-testimonials-01 .sr-tabs-testimonials-01-thumbs .slick-slide, .sr-tabs-testimonials-01-thumbs > :not(:first-child) { opacity: 0.25; } .sr-tabs-testimonials-01 .sr-tabs-testimonials-01-thumbs .slick-current { opacity: 1; } @media (max-width: 479px) { .sr-tabs-testimonials-01 .sr-tabs-testimonials-01-thumbs { margin-left: -15px; margin-right: -15px; } } .sr-tabs-testimonials-01-quotes > div:not(:first-child), .sr-tabs-testimonials-01-labels > div:not(:first-child){ display: none; } </style> <style type="text/css"> .widget_1658863038431 { width: 100%; } #hs_cos_wrapper_widget_1658863038431 .container { max-width: unset; } #hs_cos_wrapper_widget_1658863038431 { display: flex; height: 100%; } #hs_cos_wrapper_widget_1658863038431 .large-col-image { background-size: cover; background-repeat: no-repeat; width: 100%; max-width: 550px; background-position: center; } #hs_cos_wrapper_widget_1658863038431 .sr-valign-center { justify-content: center; } @media screen and (max-width: 767px) { #hs_cos_wrapper_widget_1658863038431 { display: block; } #hs_cos_wrapper_widget_1658863038431 .large-col-image { height: 500px; width: 100%; max-width: 100%; } } '' .widget_1658863038431 video, .widget_1658863038431 .sr-multicol-media .responsive-video{ position:relative; z-index:10; } @media (max-width: 767px) { } .widget_1658863038431 a { color: #fff; } .widget_1658863038431 a { color: #fff; } </style> <style> .sr-multicol-media.widget_1658863038431 .sr-repeater-1 { background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; } .sr-multicol-media.widget_1658863038431 .sr-repeater-1::before { background-color: rgba(0, 0, 0, 50%); } @media (min-width: 768px) { .sr-multicol-media.widget_1658863038431 .sr-repeater-1 { } } </style> <style> .sr-multicol-media.widget_1658863038431 .sr-repeater-2 { background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; } .sr-multicol-media.widget_1658863038431 .sr-repeater-2::before { background-color: rgba(0, 0, 0, 50%); } @media (min-width: 768px) { .sr-multicol-media.widget_1658863038431 .sr-repeater-2 { } } </style> <style type="text/css"> '' .widget_1658178651807 video, .widget_1658178651807 .sr-multicol-media .responsive-video{ position:relative; z-index:10; } @media (max-width: 767px) { } </style> <style> .sr-multicol-media.widget_1658178651807 .sr-repeater-1 { background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; } .sr-multicol-media.widget_1658178651807 .sr-repeater-1::before { background-color: rgba(0, 0, 0, 50%); } @media (min-width: 768px) { .sr-multicol-media.widget_1658178651807 .sr-repeater-1 { } } </style> <style> .sr-multicol-media.widget_1658178651807 .sr-repeater-2 { background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; } .sr-multicol-media.widget_1658178651807 .sr-repeater-2::before { background-color: rgba(0, 0, 0, 50%); } @media (min-width: 768px) { .sr-multicol-media.widget_1658178651807 .sr-repeater-2 { } } </style> <style> .sr-multicol-media.widget_1658178651807 .sr-repeater-3 { background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; } .sr-multicol-media.widget_1658178651807 .sr-repeater-3::before { background-color: rgba(0, 0, 0, 50%); } @media (min-width: 768px) { .sr-multicol-media.widget_1658178651807 .sr-repeater-3 { } } </style> <style> .sr-multicol-media.widget_1658178651807 .sr-repeater-4 { background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; } .sr-multicol-media.widget_1658178651807 .sr-repeater-4::before { background-color: rgba(0, 0, 0, 50%); } @media (min-width: 768px) { .sr-multicol-media.widget_1658178651807 .sr-repeater-4 { } } </style> <style> .sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul { list-style: none; padding: 0; margin: 0; } .sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul li, .sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul li a { display: block; padding-right: 1.45rem; font-size: 1rem; font-weight: 300; max-width:200px; } .active-branch .hs-item-has-childern .hs-menu-item .hs-menu-depth-1{ width:200px; } .sr-footer-04 .sr-footer-nav .hs-menu-depth-1 > a { border-bottom: 1px solid rgb(255, 255, 255, 0.2); margin-bottom:10px; } .sr-footer-04 .sr-footer-nav .hs-menu-depth-1 > a:hover { color:white; } .sr-footer-04 .menu-wrapper { padding: 2rem 0; } .sr-footer-04 .sr-footer-nav li a { line-height: 2rem; } .sr-footer-04 .sr-footer-nav li a:not(:hover){ color: inherit; } .sr-footer-04 .social { list-style: none; padding: 0; margin: 1rem 0; } .sr-footer-04 .social li { display: inline-block; text-align: center; } .sr-footer-04 .social li a { border-bottom: none; font-size: 1.4em; } .sr-footer-04 ul.social li { display: inline-block; margin-left: 1rem; } .sr-footer-04 ul.social li:last-child { display: inline-block; margin-right: 0px !important; } .sr-footer-04 ul.social li i { border-radius: 50%; width: 2.3rem; height: 2.3rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: inherit; } .sr-footer-04 ul.social li i svg, .sr-footer-04 ul.social li i svg g { fill: inherit; } .sr-footer-04 .icon-row ul { display:flex; justify-content:end !important; } .sr-footer-04 .footer-logo { margin-bottom: .8rem; } .sr-footer-04 ul.hs-menu-children-wrapper { list-style-type: none; padding: 0; } .sr-footer-04 li.hs-menu-item.hs-menu-depth-1 a{ font-size: 18px; font-weight:700; } .hs-menu-depth-2:not(.hs-item-has-children) a{ padding: 8px 20px; display: block; font-size:14px !important; font-weight: 300px !important; margin-top:0px !important; color:#B5C1CB !important; text-transform: capitalize !important; } .sr-footer-04 li.hs-menu-item.hs-menu-depth-2 a{ padding: 8px 20px; display: block; margin-top:10px; /* font-family: 'Lexend'; */ font-style: normal; font-weight: 700; font-size: 14px !important; line-height: 18px; /* text-transform: uppercase; */ } .sr-footer-04 li.hs-menu-item.hs-menu-depth-2 a:hover { background: #000; color: #fff; } .sr-footer-04 li.hs-menu-item.hs-menu-depth-3 a { padding: 8px 20px; display: block; font-size:14px !important; font-weight: 400px !important; margin-top:0px !important; color:#B5C1CB; } .sr-footer-04 li.hs-menu-item.hs-menu-depth-3 a:hover { background: #000; color: #fff; font-size:14px !important; font-weight: 400px !important; } .sr-footer-04 .row.footer-row { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .sr-footer-04 .footer-logo-social img { max-width: 100%; height: auto; } @media only screen and (max-width: 768px) { .sr-footer-04 ul.social li { margin-right: 1rem; margin-left: 0; } .row.footer-row { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } .sr-footer-04 .social { padding-bottom: 2rem; padding-top: 0; } .sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul li, .sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul li a { line-height: 3; } } </style> <style> @font-face { font-family: "Lexend"; font-weight: 300; font-style: normal; font-display: swap; src: url("/_hcms/googlefonts/Lexend/300.woff2") format("woff2"), url("/_hcms/googlefonts/Lexend/300.woff") format("woff"); } @font-face { font-family: "Lexend"; font-weight: 400; font-style: normal; font-display: swap; src: url("/_hcms/googlefonts/Lexend/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Lexend/regular.woff") format("woff"); } @font-face { font-family: "Lexend"; font-weight: 600; font-style: normal; font-display: swap; src: url("/_hcms/googlefonts/Lexend/600.woff2") format("woff2"), url("/_hcms/googlefonts/Lexend/600.woff") format("woff"); } @font-face { font-family: "Lexend"; font-weight: 700; font-style: normal; font-display: swap; src: url("/_hcms/googlefonts/Lexend/700.woff2") format("woff2"), url("/_hcms/googlefonts/Lexend/700.woff") format("woff"); } </style> <!-- Added by GoogleAnalytics4 integration --> <script> var _hsp = window._hsp = window._hsp || []; window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} var useGoogleConsentModeV2 = true; var waitForUpdateMillis = 1000; if (!window._hsGoogleConsentRunOnce) { window._hsGoogleConsentRunOnce = true; gtag('consent', 'default', { 'ad_storage': 'denied', 'analytics_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'wait_for_update': waitForUpdateMillis }); if (useGoogleConsentModeV2) { _hsp.push(['useGoogleConsentModeV2']) } else { _hsp.push(['addPrivacyConsentListener', function(consent){ var hasAnalyticsConsent = consent && (consent.allowed || (consent.categories && consent.categories.analytics)); var hasAdsConsent = consent && (consent.allowed || (consent.categories && consent.categories.advertisement)); gtag('consent', 'update', { 'ad_storage': hasAdsConsent ? 'granted' : 'denied', 'analytics_storage': hasAnalyticsConsent ? 'granted' : 'denied', 'ad_user_data': hasAdsConsent ? 'granted' : 'denied', 'ad_personalization': hasAdsConsent ? 'granted' : 'denied' }); }]); } } gtag('js', new Date()); gtag('set', 'developer_id.dZTQ1Zm', true); gtag('config', 'G-L341HEQ46J'); </script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-L341HEQ46J"></script> <!-- /Added by GoogleAnalytics4 integration --> <!-- Added by GoogleTagManager integration --> <script> var _hsp = window._hsp = window._hsp || []; window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} var useGoogleConsentModeV2 = true; var waitForUpdateMillis = 1000; var hsLoadGtm = function loadGtm() { if(window._hsGtmLoadOnce) { return; } if (useGoogleConsentModeV2) { gtag('set','developer_id.dZTQ1Zm',true); gtag('consent', 'default', { 'ad_storage': 'denied', 'analytics_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'wait_for_update': waitForUpdateMillis }); _hsp.push(['useGoogleConsentModeV2']) } (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PNFR8D'); window._hsGtmLoadOnce = true; }; _hsp.push(['addPrivacyConsentListener', function(consent){ if(consent.allowed || (consent.categories && consent.categories.analytics)){ hsLoadGtm(); } }]); </script> <!-- /Added by GoogleTagManager integration --> <link rel="canonical" href="https://www.bccu.org"> <script> (function (j, v, q, z, t, w, k) {j['GoogleAnalyticsObject'] = t; j[t] = j[t] || function () { (j[t].q = j[t].q || []).push(arguments)},j[t].l = 1 * new Date(); w = v.createElement(q), k = v.getElementsByTagName(q)[0]; w.async = 1; w.src = z; k.parentNode.insertBefore(w, k) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-146171377-15', 'auto', 'individualRollup'); ga('create', 'UA-146171377-2', 'auto', 'allRollup'); ga('individualRollup.send', 'pageview'); ga('allRollup.send', 'pageview'); </script> <script type="text/javascript" src="https://cds-sdkcfg.onlineaccess1.com/common.js"></script> <meta name="google-site-verification" content="RQegmbtn7M3O3WknVn5w_NpBvUJOEGCItnMR8BW6hVo"> <link rel="stylesheet" type="text/css" href="https://integration.silvercloudinc.com/css/silvercloud.css"> <meta property="og:image" content="https://www.bccu.org/hubfs/_brand/Bellwether_Master_CMYK2022.svg"> <meta property="og:image:width" content="681"> <meta property="og:image:height" content="364"> <meta property="og:image:alt" content="Bellwether Community Credit Union"> <meta name="twitter:image" content="https://www.bccu.org/hubfs/_brand/Bellwether_Master_CMYK2022.svg"> <meta name="twitter:image:alt" content="Bellwether Community Credit Union"> <meta property="og:url" content="https://www.bccu.org"> <meta name="twitter:card" content="summary_large_image"> <meta http-equiv="content-language" content="en"> <!-- Hotjar Tracking Code for www.bccu.org --> <script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:1952548,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> <meta name="generator" content="HubSpot"></head> <body class=""> <!-- Added by GoogleTagManager integration --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PNFR8D" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- /Added by GoogleTagManager integration --> <section aria-label="Skip to main content"> <a href="#skip" class="js-skip-link ada-skiplink">Skip to Main Content</a> </section> <header role="banner" aria-label="Main Header"> <div data-global-resource-path="sr/templates/partials/site_header.html"><div class="container-fluid"> <div class="row-fluid-wrapper"> <div class="row-fluid"> <div class="span12 widget-span widget-type-cell " style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-1 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1652301667136" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><nav id="navbar-main" class=""> <div class="top-bar"> <div class="container"> <div class="row"> <div class="left"> </div> <div class="right"> <span id="hs_cos_wrapper_widget_1652301667136_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_menu" style="" data-hs-cos-general-type="widget" data-hs-cos-type="menu"><div id="hs_menu_wrapper_widget_1652301667136_" class="hs-menu-wrapper active-branch flyouts hs-menu-flow-horizontal" role="navigation" data-sitemap-name="default" data-menu-id="72448179257" aria-label="Navigation Menu"> <ul role="menu"> <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="https://www.bccu.org/rates" role="menuitem">Rates</a></li> <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="https://www.bccu.org/locations" role="menuitem">Locations</a></li> <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="https://www.bccu.org/careers" role="menuitem">Careers</a></li> <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="https://www.bccu.org/about-us" role="menuitem">About Bellwether</a></li> <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="https://www.bccu.org/loan-payment" role="menuitem">Pay Your Loan</a></li> </ul> </div></span> <div class="btn-wrapper btn-wrapper-auto btn-primary-wrapper d-xl-inline-block my-0 my-2"> <span id="hs_cos_wrapper_widget_1652301667136_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_cta" style="" data-hs-cos-general-type="widget" data-hs-cos-type="cta"><!--HubSpot Call-to-Action Code --><span class="hs-cta-wrapper" id="hs-cta-wrapper-b6e76b5f-6a39-4425-b8a0-358a10c8939d"><span class="hs-cta-node hs-cta-b6e76b5f-6a39-4425-b8a0-358a10c8939d" id="hs-cta-b6e76b5f-6a39-4425-b8a0-358a10c8939d"><!--[if lte IE 8]><div id="hs-cta-ie-element"></div><![endif]--><a href="https://cta-redirect.hubspot.com/cta/redirect/21312726/b6e76b5f-6a39-4425-b8a0-358a10c8939d" target="_blank" rel="noopener"><img class="hs-cta-img" id="hs-cta-img-b6e76b5f-6a39-4425-b8a0-358a10c8939d" style="border-width:0px;" src="https://no-cache.hubspot.com/cta/default/21312726/b6e76b5f-6a39-4425-b8a0-358a10c8939d.png" alt="Open Account"></a></span><script charset="utf-8" src="/hs/cta/cta/current.js"></script><script type="text/javascript"> hbspt.cta._relativeUrls=true;hbspt.cta.load(21312726, 'b6e76b5f-6a39-4425-b8a0-358a10c8939d', {"useNewLoader":"true","region":"na1"}); </script></span><!-- end HubSpot Call-to-Action Code --></span> </div> </div> </div> </div> </div> <div class="navbar navbar-main navbar-expand-xl navbar-theme-default sr-navbar"> <div class="container"> <a class="navbar-brand" href="https://www.bccu.org"> <img src="https://www.bccu.org/hubfs/_brand/Bellwether_Master_CMYK2022.svg" alt="Bellwether Community Credit Union logo" loading="lazy" width="195" height="195" class="navbar-brand-light"> </a> <div class="navbar-collapse collapse" id="navbar_global"> <div class="container"> <div class="navbar-collapse-header"> <div class="m-nav-open-header row align-items-center"> <div class="col-2 collapse-brand"> <div class="search"> <span class="nav-link sr-search-toggle"> <a class="show-search" href="#"> <svg width="42" height="42" viewbox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19.2684 13.1558C15.8528 13.1558 13.1122 15.939 13.1122 19.312C13.1122 22.7276 15.8954 25.4682 19.2684 25.4682C22.684 25.4682 25.4246 22.6849 25.4246 19.312C25.4229 15.9375 22.6825 13.1558 19.2684 13.1558Z" fill="#889739" /> <path d="M20.5332 0C9.19131 0 0 9.1913 0 20.5332C0 31.8734 9.19131 41.0647 20.5315 41.0647C31.8734 41.0647 41.0647 31.8734 41.0647 20.5332C41.0647 9.1913 31.8734 0 20.5332 0ZM30.5247 31.0732C30.2299 31.368 29.7655 31.5376 29.2599 31.5376C28.7543 31.5376 28.3327 31.3696 27.9951 31.0732L24.1167 27.1948L23.7379 27.4056C22.3463 28.1648 20.8296 28.5864 19.2681 28.5864C14.1659 28.5864 10.0359 24.4544 10.0359 19.3542C10.0359 14.252 14.1679 10.122 19.2681 10.122C24.3703 10.122 28.5003 14.254 28.5003 19.3542C28.5003 21.1674 27.9947 22.895 26.9819 24.4134L26.7283 24.835L30.5655 28.6723C30.8603 29.0099 31.0711 29.4315 31.0711 29.8942C31.0299 30.3142 30.8619 30.7358 30.5243 31.0734L30.5247 31.0732Z" fill="#889739" /> </svg> </a> </span> <div class="navbar-search-form-wrapper active"> <div class="hs-search-field"> <div class="hs-search-field__bar"> <form action="/search-results"> <input type="text" class="hs-search-field__input form-control" name="q" autocomplete="off" aria-label="Search" placeholder="Search" value=""> </form> </div> </div> </div> </div> </div> <div class="col-8 collapse-cta text-center"> <button id="button-login-box-trigger" class="btn login-box-trigger" type="button" aria-controls="login-box" aria-expanded="false" aria-label="Open banking login box"> Log In/Enroll </button> </div> <div class="col-2 collapse-close"> <a href="#navbar_global" role="button" data-toggle="collapse" data-target="#navbar_global" aria-controls="navbar_global" aria-expanded="false" aria-label="Toggle navigation"> <svg xmlns="http://www.w3.org/2000/svg" width="31" height="31" viewbox="0 0 31 31" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M19.1958 15.6647L29.7895 26.2583C30.7795 27.2483 30.7795 28.7991 29.7895 29.789C28.7995 30.7789 27.2488 30.779 26.2588 29.789L15.6652 19.1954L5.07151 29.789C4.08151 30.779 2.53077 30.779 1.54084 29.789C0.550906 28.799 0.55084 27.2483 1.54084 26.2583L12.1345 15.6647L1.54084 5.07102C0.55084 4.08102 0.55084 2.53029 1.54084 1.54035C2.53084 0.550418 4.08158 0.550352 5.07151 1.54035L15.6652 12.134L26.2588 1.54035C27.2488 0.550352 28.7996 0.550352 29.7895 1.54035C30.7794 2.53035 30.7795 4.08109 29.7895 5.07102L19.1958 15.6647Z" fill="#889739" /> </svg> </a> </div> </div> </div> <ul class="navbar-nav navbar-nav-hover justify-content-center ml-auto desktop-nav"> <li class="nav-item dropdown"> <div class="nav-link nav-link-d d-flex align-items-center" data-toggle="dropdown" role="button"><span class="nav-link-inner-text mr-1">Bank</span> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" width="10" aria-hidden="true"><g id="chevron-down1_layer"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" /></g></svg></div> <ul class="dropdown-menu border-primary"> <div class="menu-col"> <li class="dropdown-submenu c1"> <div class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Checking</div> </li><li class="nav-item c2"> <a href="https://www.bccu.org/checking-overview" class="dropdown-item">Checking Accounts Overview</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/bank/mymoney-account" class="dropdown-item">MyMoney Account</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/bank/live-free-checking" class="dropdown-item">Live Free Checking</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/beginbanking" class="dropdown-item">Begin Banking</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/bank/courtesy-pay" class="dropdown-item">Courtesy Pay</a> </li> </div> <div class="menu-col"> <li class="dropdown-submenu c1"> <div class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Savings</div> </li><li class="nav-item c2"> <a href="https://www.bccu.org/savings-accounts" class="dropdown-item">Savings Accounts</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/emergency-savings" class="dropdown-item">Emergency Savings</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/bank/money-market-accounts" class="dropdown-item">Money Market Accounts</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/bank/certificates" class="dropdown-item">Certificates & IRAs</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/bank/club-accounts" class="dropdown-item">Club Accounts</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/beginsavings" class="dropdown-item">Begin Saving</a> </li> </div> <div class="menu-col"> <li class="dropdown-submenu c1"> <div class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Access Your Accounts</div> </li><li class="nav-item c2"> <a href="https://www.bccu.org/digital-banking" class="dropdown-item">Digital Banking</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/services/moneydesktop" class="dropdown-item">Money Desktop</a> </li> </div> </ul> </li> <li class="nav-item dropdown"> <div class="nav-link nav-link-d d-flex align-items-center" data-toggle="dropdown" role="button"><span class="nav-link-inner-text mr-1">Borrow</span> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" width="10" aria-hidden="true"><g id="chevron-down2_layer"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" /></g></svg></div> <ul class="dropdown-menu border-primary"> <div class="menu-col"> <li class="dropdown-submenu c1"> <div class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Personal Loans</div> </li><li class="nav-item c2"> <a href="https://www.bccu.org/borrow/personal-loans" class="dropdown-item">Personal Loans and Lines of Credit</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/home-loan" class="dropdown-item">Home Improvement Loan</a> </li> </div> <div class="menu-col"> <li class="dropdown-submenu c1"> <div class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Mortgages</div> </li><li class="nav-item c2"> <a href="https://www.bccu.org/mortgage-loans" class="dropdown-item">Mortgage Loans</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/mortgage-team" class="dropdown-item">Meet the Mortgage Team</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/housing-grant" class="dropdown-item">Housing Grant Funds</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/nh-housing" class="dropdown-item">NH Housing Home First</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/borrow/first-time-homebuyer" class="dropdown-item">First Time Homebuyer</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/borrow/fixed-rate-mortgage" class="dropdown-item">Fixed Rate Mortgages</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/borrow/adjustable-rate-mortgage" class="dropdown-item">Adjustable Rate Mortgages</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/borrow/government-mortgages" class="dropdown-item">Government Mortgages</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/borrow/home-equity-line-of-credit" class="dropdown-item">Home Equity Line of Credit</a> </li> </div> <div class="menu-col"> <li class="dropdown-submenu c1"> <div class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Vehicle Loans</div> </li><li class="nav-item c2"> <a href="https://www.bccu.org/auto-and-truck-loans" class="dropdown-item">Auto and Truck Loans</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/recreational-vehicle-loans" class="dropdown-item">Recreational Vehicle and Motorcycle Loans</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/auto-refi" class="dropdown-item">Auto Loan Refinance</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/lease-buyout" class="dropdown-item">Lease Buyout Program</a> </li> </div> <div class="menu-col"> <li class="dropdown-submenu c1"> <div class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Credit Cards</div> </li><li class="nav-item c2"> <a href="https://www.bccu.org/borrow/credit-cards" class="dropdown-item">Visa Credit Cards</a> </li> </div> </ul> </li> <li class="nav-item dropdown"> <div class="nav-link nav-link-d d-flex align-items-center" data-toggle="dropdown" role="button"><span class="nav-link-inner-text mr-1">Business</span> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" width="10" aria-hidden="true"><g id="chevron-down3_layer"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" /></g></svg></div> <ul class="dropdown-menu border-primary"> <div class="menu-col"> <li class="dropdown-submenu c1"> <div class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Business Services</div> </li><li class="nav-item c2"> <a href="https://www.bccu.org/business-services" class="dropdown-item">Business Overview</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/business-resources" class="dropdown-item">Business Resources</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/nonprofit" class="dropdown-item">Non-Profit Accounts</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/business-testimonials" class="dropdown-item">Business Testimonials</a> </li> </div> <div class="menu-col"> <li class="dropdown-submenu c1"> <div class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Business Banking</div> </li><li class="nav-item c2"> <a href="https://www.bccu.org/business/business-savings" class="dropdown-item">Savings</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/business-checking" class="dropdown-item">Checking</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/business-moneymarket" class="dropdown-item">Money Market</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/business-certificates" class="dropdown-item">Certificates</a> </li> </div> <div class="menu-col"> <li class="dropdown-submenu c1"> <div class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Business Credit and Loans</div> </li><li class="nav-item c2"> <a href="https://www.bccu.org/business-credit-and-loans/commercial-lending" class="dropdown-item">Commercial Lending</a> </li> </div> </ul> </li> <li class="nav-item dropdown"> <div class="nav-link nav-link-d d-flex align-items-center" data-toggle="dropdown" role="button"><span class="nav-link-inner-text mr-1">Services</span> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" width="10" aria-hidden="true"><g id="chevron-down4_layer"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" /></g></svg></div> <ul class="dropdown-menu border-primary"> <div class="menu-col"> <li class="dropdown-submenu c1"> <div class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Fee Free Services</div> </li><li class="nav-item c2"> <a href="https://www.bccu.org/savvymoney" class="dropdown-item">SavvyMoney</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/learn/financial-education" class="dropdown-item">Financial Education Services</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/digital-wallet" class="dropdown-item">Digital Wallet</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/fee-free-services/saving-makes-cents" class="dropdown-item">Saving Makes Cents</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/fee-free-services/clickswitch" class="dropdown-item">ClickSWITCH</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/digital-banking" class="dropdown-item">Remote Deposit</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/digital-banking" class="dropdown-item">eStatements</a> </li> </div> <div class="menu-col"> <li class="dropdown-submenu c1"> <div class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Premium Services</div> </li><li class="nav-item c2"> <a href="https://www.bccu.org/cashback" class="dropdown-item">Cashback+ Offers</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/services/skip-a-pay" class="dropdown-item">Skip a Pay</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/loyalty-pays" class="dropdown-item">Loyalty Pays</a> </li> </div> <div class="menu-col"> <li class="dropdown-submenu c1"> <div class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Access Your Accounts</div> </li><li class="nav-item c2"> <a href="https://www.bccu.org/digital-banking" class="dropdown-item">Digital Banking</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/services/moneydesktop" class="dropdown-item">Money Desktop</a> </li> </div> <div class="menu-col"> <li class="dropdown-submenu c1"> <div class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Insurance and Investments</div> </li><li class="nav-item c2"> <a href="https://www.bccu.org/business-services/northeast-planning-associates" class="dropdown-item">Northeast Planning Associates</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/auto-protection" class="dropdown-item">Auto Protection</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/loan-protection" class="dropdown-item">Loan Debt Protection</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/trustage" class="dropdown-item">Insurance</a> </li> </div> </ul> </li> <li class="nav-item dropdown"> <div class="nav-link nav-link-d d-flex align-items-center" data-toggle="dropdown" role="button"><span class="nav-link-inner-text mr-1">Learn</span> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" width="10" aria-hidden="true"><g id="chevron-down5_layer"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" /></g></svg></div> <ul class="dropdown-menu border-primary"> <div class="menu-col"> <li class="dropdown-submenu c1"> <div class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Learn</div> </li><li class="nav-item c2"> <a href="https://www.bccu.org/learn/financial-education" class="dropdown-item">Financial Education</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/news" class="dropdown-item">Member Notices</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/blog" class="dropdown-item">Blog & News</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/community" class="dropdown-item">Community Giving</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/videos" class="dropdown-item">Brand Videos</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/learn/calculators" class="dropdown-item">Calculators</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/rate-comparison" class="dropdown-item">Rate Comparison</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/learn/faqs" class="dropdown-item">FAQs</a> </li> </div> <div class="menu-col"> <li class="dropdown-submenu c1"> <div class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Security</div> </li><li class="nav-item c2"> <a href="https://www.bccu.org/security" class="dropdown-item">General Safety Tips</a> </li> <li class="nav-item c2"> <a href="https://www.bccu.org/banksafe" class="dropdown-item">AARP Banksafe</a> </li> </div> </ul> </li> <!-- topbar left menu --> <!-- topbar right menu --> <li class="nav-item mobile-only"> <a href="https://www.bccu.org/rates" class="nav-link">Rates</a> </li> <li class="nav-item mobile-only"> <a href="https://www.bccu.org/locations" class="nav-link">Locations</a> </li> <li class="nav-item mobile-only"> <a href="https://www.bccu.org/careers" class="nav-link">Careers</a> </li> <li class="nav-item mobile-only"> <a href="https://www.bccu.org/about-us" class="nav-link">About Bellwether</a> </li> <li class="nav-item mobile-only"> <a href="https://www.bccu.org/loan-payment" class="nav-link">Pay Your Loan</a> </li> <li class="search-icon"> <div class="search"> <span class="nav-link sr-search-toggle"> <a class="show-search" href="#"> <svg width="42" height="42" viewbox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19.2684 13.1558C15.8528 13.1558 13.1122 15.939 13.1122 19.312C13.1122 22.7276 15.8954 25.4682 19.2684 25.4682C22.684 25.4682 25.4246 22.6849 25.4246 19.312C25.4229 15.9375 22.6825 13.1558 19.2684 13.1558Z" fill="#889739" /> <path d="M20.5332 0C9.19131 0 0 9.1913 0 20.5332C0 31.8734 9.19131 41.0647 20.5315 41.0647C31.8734 41.0647 41.0647 31.8734 41.0647 20.5332C41.0647 9.1913 31.8734 0 20.5332 0ZM30.5247 31.0732C30.2299 31.368 29.7655 31.5376 29.2599 31.5376C28.7543 31.5376 28.3327 31.3696 27.9951 31.0732L24.1167 27.1948L23.7379 27.4056C22.3463 28.1648 20.8296 28.5864 19.2681 28.5864C14.1659 28.5864 10.0359 24.4544 10.0359 19.3542C10.0359 14.252 14.1679 10.122 19.2681 10.122C24.3703 10.122 28.5003 14.254 28.5003 19.3542C28.5003 21.1674 27.9947 22.895 26.9819 24.4134L26.7283 24.835L30.5655 28.6723C30.8603 29.0099 31.0711 29.4315 31.0711 29.8942C31.0299 30.3142 30.8619 30.7358 30.5243 31.0734L30.5247 31.0732Z" fill="#889739" /> </svg> </a> </span> <div class="navbar-search-form-wrapper active"> <div class="hs-search-field"> <div class="hs-search-field__bar"> <form action="/search-results"> <input type="text" class="hs-search-field__input form-control" name="q" autocomplete="off" aria-label="Search" placeholder="Search" value=""> </form> </div> </div> </div> </div> </li> </ul> <!-- mobile nav --> <div class="app-info"> <div class="app-info-message">Get the App </div> <div class="app-info-links"> <div class="app-app_store"> <a href="https://itunes.apple.com/us/app/bellwether-mobile-24/id1100712257?ls=1&mt=8" target="_blank"> <img src="https://www.bccu.org/hubfs/_graphics/graphic-app-store-badge.svg" alt="Download on the App Store" loading="lazy" width="150" height="50"> </a> </div> <div class="app-google_play"> <a href="https://play.google.com/store/apps/details?id=com.bellwethercommunitycreditunion5098.mobile" target="_blank"> <img src="https://www.bccu.org/hs-fs/hubfs/google-play-badge.png?width=168&height=50&name=google-play-badge.png" alt="Get it on Google Play" loading="lazy" width="168" height="50" srcset="https://www.bccu.org/hs-fs/hubfs/google-play-badge.png?width=84&height=25&name=google-play-badge.png 84w, https://www.bccu.org/hs-fs/hubfs/google-play-badge.png?width=168&height=50&name=google-play-badge.png 168w, https://www.bccu.org/hs-fs/hubfs/google-play-badge.png?width=252&height=75&name=google-play-badge.png 252w, https://www.bccu.org/hs-fs/hubfs/google-play-badge.png?width=336&height=100&name=google-play-badge.png 336w, https://www.bccu.org/hs-fs/hubfs/google-play-badge.png?width=420&height=125&name=google-play-badge.png 420w, https://www.bccu.org/hs-fs/hubfs/google-play-badge.png?width=504&height=150&name=google-play-badge.png 504w" sizes="(max-width: 168px) 100vw, 168px"> </a> </div> </div> </div> <ul class="navbar-nav navbar-nav-hover justify-content-center ml-auto mobile-nav"> <li class="nav-item dropdown"> <a href="" class="nav-link d-flex align-items-center justify-content-between nav-link-d" data-toggle="dropdown" role="button"><span class="nav-link-inner-text mr-1">Bank</span> <svg fill="none" height="16" viewbox="0 0 11 16" width="11" xmlns="http://www.w3.org/2000/svg"><path d="m1.29768 3.24225-.301797-.32422.314957-.31145 1.58057-1.56293.33508-.33133.32054.34541 5.93861 6.39923.28855.31093-.28893.31057-5.93861 6.38334-.32058.3446-.33466-.3309-1.58057-1.5629-.315482-.312.302842-.3243 4.21139-4.50919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item dropdown-heading"> <a href="#" class="dropdown-item d-flex align-items-center"><svg class="mr-3" fill="none" height="16" viewbox="0 0 11 16" width="11" xmlns="http://www.w3.org/2000/svg"><path d="m9.48516 12.2769.30179.3242-.31496.3115-1.58057 1.5629-.33507.3313-.32055-.3454-5.93861-6.39919-.28854-.31093.28893-.31057 5.93861-6.38338.32057-.344585.33466.330925 1.58057 1.56293.31549.31196-.30284.32426-4.2114 4.50924z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg> Bank </a> </li> <li class="dropdown-submenu "> <a href="" class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Checking<svg fill="none" height="9" viewbox="0 0 12 9" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m8.93618 1.66584.32422-.30179.31144.31496 1.10046 1.11285.3313.33507-.3454.32055-4.50558 4.18127-.31093.28854-.31057-.28893-4.49442-4.18127-.344585-.32057.330925-.33466 1.10043-1.11285.31196-.31549.32426.30284 3.08282 2.87919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item "><a href="https://www.bccu.org/checking-overview" class="dropdown-item">Checking Accounts Overview</a></li> <li class="nav-item "><a href="https://www.bccu.org/bank/mymoney-account" class="dropdown-item">MyMoney Account</a></li> <li class="nav-item "><a href="https://www.bccu.org/bank/live-free-checking" class="dropdown-item">Live Free Checking</a></li> <li class="nav-item "><a href="https://www.bccu.org/beginbanking" class="dropdown-item">Begin Banking</a></li> <li class="nav-item "><a href="https://www.bccu.org/bank/courtesy-pay" class="dropdown-item">Courtesy Pay</a></li> </ul> </li> <li class="dropdown-submenu "> <a href="" class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Savings<svg fill="none" height="9" viewbox="0 0 12 9" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m8.93618 1.66584.32422-.30179.31144.31496 1.10046 1.11285.3313.33507-.3454.32055-4.50558 4.18127-.31093.28854-.31057-.28893-4.49442-4.18127-.344585-.32057.330925-.33466 1.10043-1.11285.31196-.31549.32426.30284 3.08282 2.87919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item "><a href="https://www.bccu.org/savings-accounts" class="dropdown-item">Savings Accounts</a></li> <li class="nav-item "><a href="https://www.bccu.org/emergency-savings" class="dropdown-item">Emergency Savings</a></li> <li class="nav-item "><a href="https://www.bccu.org/bank/money-market-accounts" class="dropdown-item">Money Market Accounts</a></li> <li class="nav-item "><a href="https://www.bccu.org/bank/certificates" class="dropdown-item">Certificates & IRAs</a></li> <li class="nav-item "><a href="https://www.bccu.org/bank/club-accounts" class="dropdown-item">Club Accounts</a></li> <li class="nav-item "><a href="https://www.bccu.org/beginsavings" class="dropdown-item">Begin Saving</a></li> </ul> </li> <li class="dropdown-submenu "> <a href="" class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Access Your Accounts<svg fill="none" height="9" viewbox="0 0 12 9" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m8.93618 1.66584.32422-.30179.31144.31496 1.10046 1.11285.3313.33507-.3454.32055-4.50558 4.18127-.31093.28854-.31057-.28893-4.49442-4.18127-.344585-.32057.330925-.33466 1.10043-1.11285.31196-.31549.32426.30284 3.08282 2.87919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item "><a href="https://www.bccu.org/digital-banking" class="dropdown-item">Digital Banking</a></li> <li class="nav-item "><a href="https://www.bccu.org/services/moneydesktop" class="dropdown-item">Money Desktop</a></li> </ul> </li> </ul> </li> <li class="nav-item dropdown"> <a href="" class="nav-link d-flex align-items-center justify-content-between nav-link-d" data-toggle="dropdown" role="button"><span class="nav-link-inner-text mr-1">Borrow</span> <svg fill="none" height="16" viewbox="0 0 11 16" width="11" xmlns="http://www.w3.org/2000/svg"><path d="m1.29768 3.24225-.301797-.32422.314957-.31145 1.58057-1.56293.33508-.33133.32054.34541 5.93861 6.39923.28855.31093-.28893.31057-5.93861 6.38334-.32058.3446-.33466-.3309-1.58057-1.5629-.315482-.312.302842-.3243 4.21139-4.50919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item dropdown-heading"> <a href="#" class="dropdown-item d-flex align-items-center"><svg class="mr-3" fill="none" height="16" viewbox="0 0 11 16" width="11" xmlns="http://www.w3.org/2000/svg"><path d="m9.48516 12.2769.30179.3242-.31496.3115-1.58057 1.5629-.33507.3313-.32055-.3454-5.93861-6.39919-.28854-.31093.28893-.31057 5.93861-6.38338.32057-.344585.33466.330925 1.58057 1.56293.31549.31196-.30284.32426-4.2114 4.50924z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg> Borrow </a> </li> <li class="dropdown-submenu "> <a href="" class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Personal Loans<svg fill="none" height="9" viewbox="0 0 12 9" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m8.93618 1.66584.32422-.30179.31144.31496 1.10046 1.11285.3313.33507-.3454.32055-4.50558 4.18127-.31093.28854-.31057-.28893-4.49442-4.18127-.344585-.32057.330925-.33466 1.10043-1.11285.31196-.31549.32426.30284 3.08282 2.87919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item "><a href="https://www.bccu.org/borrow/personal-loans" class="dropdown-item">Personal Loans and Lines of Credit</a></li> <li class="nav-item "><a href="https://www.bccu.org/home-loan" class="dropdown-item">Home Improvement Loan</a></li> </ul> </li> <li class="dropdown-submenu "> <a href="" class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Mortgages<svg fill="none" height="9" viewbox="0 0 12 9" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m8.93618 1.66584.32422-.30179.31144.31496 1.10046 1.11285.3313.33507-.3454.32055-4.50558 4.18127-.31093.28854-.31057-.28893-4.49442-4.18127-.344585-.32057.330925-.33466 1.10043-1.11285.31196-.31549.32426.30284 3.08282 2.87919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item "><a href="https://www.bccu.org/mortgage-loans" class="dropdown-item">Mortgage Loans</a></li> <li class="nav-item "><a href="https://www.bccu.org/mortgage-team" class="dropdown-item">Meet the Mortgage Team</a></li> <li class="nav-item "><a href="https://www.bccu.org/housing-grant" class="dropdown-item">Housing Grant Funds</a></li> <li class="nav-item "><a href="https://www.bccu.org/nh-housing" class="dropdown-item">NH Housing Home First</a></li> <li class="nav-item "><a href="https://www.bccu.org/borrow/first-time-homebuyer" class="dropdown-item">First Time Homebuyer</a></li> <li class="nav-item "><a href="https://www.bccu.org/borrow/fixed-rate-mortgage" class="dropdown-item">Fixed Rate Mortgages</a></li> <li class="nav-item "><a href="https://www.bccu.org/borrow/adjustable-rate-mortgage" class="dropdown-item">Adjustable Rate Mortgages</a></li> <li class="nav-item "><a href="https://www.bccu.org/borrow/government-mortgages" class="dropdown-item">Government Mortgages</a></li> <li class="nav-item "><a href="https://www.bccu.org/borrow/home-equity-line-of-credit" class="dropdown-item">Home Equity Line of Credit</a></li> </ul> </li> <li class="dropdown-submenu "> <a href="" class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Vehicle Loans<svg fill="none" height="9" viewbox="0 0 12 9" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m8.93618 1.66584.32422-.30179.31144.31496 1.10046 1.11285.3313.33507-.3454.32055-4.50558 4.18127-.31093.28854-.31057-.28893-4.49442-4.18127-.344585-.32057.330925-.33466 1.10043-1.11285.31196-.31549.32426.30284 3.08282 2.87919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item "><a href="https://www.bccu.org/auto-and-truck-loans" class="dropdown-item">Auto and Truck Loans</a></li> <li class="nav-item "><a href="https://www.bccu.org/recreational-vehicle-loans" class="dropdown-item">Recreational Vehicle and Motorcycle Loans</a></li> <li class="nav-item "><a href="https://www.bccu.org/auto-refi" class="dropdown-item">Auto Loan Refinance</a></li> <li class="nav-item "><a href="https://www.bccu.org/lease-buyout" class="dropdown-item">Lease Buyout Program</a></li> </ul> </li> <li class="dropdown-submenu "> <a href="" class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Credit Cards<svg fill="none" height="9" viewbox="0 0 12 9" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m8.93618 1.66584.32422-.30179.31144.31496 1.10046 1.11285.3313.33507-.3454.32055-4.50558 4.18127-.31093.28854-.31057-.28893-4.49442-4.18127-.344585-.32057.330925-.33466 1.10043-1.11285.31196-.31549.32426.30284 3.08282 2.87919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item "><a href="https://www.bccu.org/borrow/credit-cards" class="dropdown-item">Visa Credit Cards</a></li> </ul> </li> </ul> </li> <li class="nav-item dropdown"> <a href="" class="nav-link d-flex align-items-center justify-content-between nav-link-d" data-toggle="dropdown" role="button"><span class="nav-link-inner-text mr-1">Business</span> <svg fill="none" height="16" viewbox="0 0 11 16" width="11" xmlns="http://www.w3.org/2000/svg"><path d="m1.29768 3.24225-.301797-.32422.314957-.31145 1.58057-1.56293.33508-.33133.32054.34541 5.93861 6.39923.28855.31093-.28893.31057-5.93861 6.38334-.32058.3446-.33466-.3309-1.58057-1.5629-.315482-.312.302842-.3243 4.21139-4.50919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item dropdown-heading"> <a href="#" class="dropdown-item d-flex align-items-center"><svg class="mr-3" fill="none" height="16" viewbox="0 0 11 16" width="11" xmlns="http://www.w3.org/2000/svg"><path d="m9.48516 12.2769.30179.3242-.31496.3115-1.58057 1.5629-.33507.3313-.32055-.3454-5.93861-6.39919-.28854-.31093.28893-.31057 5.93861-6.38338.32057-.344585.33466.330925 1.58057 1.56293.31549.31196-.30284.32426-4.2114 4.50924z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg> Business </a> </li> <li class="dropdown-submenu "> <a href="" class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Business Services<svg fill="none" height="9" viewbox="0 0 12 9" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m8.93618 1.66584.32422-.30179.31144.31496 1.10046 1.11285.3313.33507-.3454.32055-4.50558 4.18127-.31093.28854-.31057-.28893-4.49442-4.18127-.344585-.32057.330925-.33466 1.10043-1.11285.31196-.31549.32426.30284 3.08282 2.87919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item "><a href="https://www.bccu.org/business-services" class="dropdown-item">Business Overview</a></li> <li class="nav-item "><a href="https://www.bccu.org/business-resources" class="dropdown-item">Business Resources</a></li> <li class="nav-item "><a href="https://www.bccu.org/nonprofit" class="dropdown-item">Non-Profit Accounts</a></li> <li class="nav-item "><a href="https://www.bccu.org/business-testimonials" class="dropdown-item">Business Testimonials</a></li> </ul> </li> <li class="dropdown-submenu "> <a href="" class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Business Banking<svg fill="none" height="9" viewbox="0 0 12 9" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m8.93618 1.66584.32422-.30179.31144.31496 1.10046 1.11285.3313.33507-.3454.32055-4.50558 4.18127-.31093.28854-.31057-.28893-4.49442-4.18127-.344585-.32057.330925-.33466 1.10043-1.11285.31196-.31549.32426.30284 3.08282 2.87919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item "><a href="https://www.bccu.org/business/business-savings" class="dropdown-item">Savings</a></li> <li class="nav-item "><a href="https://www.bccu.org/business-checking" class="dropdown-item">Checking</a></li> <li class="nav-item "><a href="https://www.bccu.org/business-moneymarket" class="dropdown-item">Money Market</a></li> <li class="nav-item "><a href="https://www.bccu.org/business-certificates" class="dropdown-item">Certificates</a></li> </ul> </li> <li class="dropdown-submenu "> <a href="" class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Business Credit and Loans<svg fill="none" height="9" viewbox="0 0 12 9" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m8.93618 1.66584.32422-.30179.31144.31496 1.10046 1.11285.3313.33507-.3454.32055-4.50558 4.18127-.31093.28854-.31057-.28893-4.49442-4.18127-.344585-.32057.330925-.33466 1.10043-1.11285.31196-.31549.32426.30284 3.08282 2.87919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item "><a href="https://www.bccu.org/business-credit-and-loans/commercial-lending" class="dropdown-item">Commercial Lending</a></li> </ul> </li> </ul> </li> <li class="nav-item dropdown"> <a href="" class="nav-link d-flex align-items-center justify-content-between nav-link-d" data-toggle="dropdown" role="button"><span class="nav-link-inner-text mr-1">Services</span> <svg fill="none" height="16" viewbox="0 0 11 16" width="11" xmlns="http://www.w3.org/2000/svg"><path d="m1.29768 3.24225-.301797-.32422.314957-.31145 1.58057-1.56293.33508-.33133.32054.34541 5.93861 6.39923.28855.31093-.28893.31057-5.93861 6.38334-.32058.3446-.33466-.3309-1.58057-1.5629-.315482-.312.302842-.3243 4.21139-4.50919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item dropdown-heading"> <a href="#" class="dropdown-item d-flex align-items-center"><svg class="mr-3" fill="none" height="16" viewbox="0 0 11 16" width="11" xmlns="http://www.w3.org/2000/svg"><path d="m9.48516 12.2769.30179.3242-.31496.3115-1.58057 1.5629-.33507.3313-.32055-.3454-5.93861-6.39919-.28854-.31093.28893-.31057 5.93861-6.38338.32057-.344585.33466.330925 1.58057 1.56293.31549.31196-.30284.32426-4.2114 4.50924z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg> Services </a> </li> <li class="dropdown-submenu "> <a href="" class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Fee Free Services<svg fill="none" height="9" viewbox="0 0 12 9" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m8.93618 1.66584.32422-.30179.31144.31496 1.10046 1.11285.3313.33507-.3454.32055-4.50558 4.18127-.31093.28854-.31057-.28893-4.49442-4.18127-.344585-.32057.330925-.33466 1.10043-1.11285.31196-.31549.32426.30284 3.08282 2.87919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item "><a href="https://www.bccu.org/savvymoney" class="dropdown-item">SavvyMoney</a></li> <li class="nav-item "><a href="https://www.bccu.org/learn/financial-education" class="dropdown-item">Financial Education Services</a></li> <li class="nav-item "><a href="https://www.bccu.org/digital-wallet" class="dropdown-item">Digital Wallet</a></li> <li class="nav-item "><a href="https://www.bccu.org/fee-free-services/saving-makes-cents" class="dropdown-item">Saving Makes Cents</a></li> <li class="nav-item "><a href="https://www.bccu.org/fee-free-services/clickswitch" class="dropdown-item">ClickSWITCH</a></li> <li class="nav-item "><a href="https://www.bccu.org/digital-banking" class="dropdown-item">Remote Deposit</a></li> <li class="nav-item "><a href="https://www.bccu.org/digital-banking" class="dropdown-item">eStatements</a></li> </ul> </li> <li class="dropdown-submenu "> <a href="" class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Premium Services<svg fill="none" height="9" viewbox="0 0 12 9" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m8.93618 1.66584.32422-.30179.31144.31496 1.10046 1.11285.3313.33507-.3454.32055-4.50558 4.18127-.31093.28854-.31057-.28893-4.49442-4.18127-.344585-.32057.330925-.33466 1.10043-1.11285.31196-.31549.32426.30284 3.08282 2.87919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item "><a href="https://www.bccu.org/cashback" class="dropdown-item">Cashback+ Offers</a></li> <li class="nav-item "><a href="https://www.bccu.org/services/skip-a-pay" class="dropdown-item">Skip a Pay</a></li> <li class="nav-item "><a href="https://www.bccu.org/loyalty-pays" class="dropdown-item">Loyalty Pays</a></li> </ul> </li> <li class="dropdown-submenu "> <a href="" class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Access Your Accounts<svg fill="none" height="9" viewbox="0 0 12 9" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m8.93618 1.66584.32422-.30179.31144.31496 1.10046 1.11285.3313.33507-.3454.32055-4.50558 4.18127-.31093.28854-.31057-.28893-4.49442-4.18127-.344585-.32057.330925-.33466 1.10043-1.11285.31196-.31549.32426.30284 3.08282 2.87919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item "><a href="https://www.bccu.org/digital-banking" class="dropdown-item">Digital Banking</a></li> <li class="nav-item "><a href="https://www.bccu.org/services/moneydesktop" class="dropdown-item">Money Desktop</a></li> </ul> </li> <li class="dropdown-submenu "> <a href="" class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Insurance and Investments<svg fill="none" height="9" viewbox="0 0 12 9" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m8.93618 1.66584.32422-.30179.31144.31496 1.10046 1.11285.3313.33507-.3454.32055-4.50558 4.18127-.31093.28854-.31057-.28893-4.49442-4.18127-.344585-.32057.330925-.33466 1.10043-1.11285.31196-.31549.32426.30284 3.08282 2.87919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item "><a href="https://www.bccu.org/business-services/northeast-planning-associates" class="dropdown-item">Northeast Planning Associates</a></li> <li class="nav-item "><a href="https://www.bccu.org/auto-protection" class="dropdown-item">Auto Protection</a></li> <li class="nav-item "><a href="https://www.bccu.org/loan-protection" class="dropdown-item">Loan Debt Protection</a></li> <li class="nav-item "><a href="https://www.bccu.org/trustage" class="dropdown-item">Insurance</a></li> </ul> </li> </ul> </li> <li class="nav-item dropdown"> <a href="" class="nav-link d-flex align-items-center justify-content-between nav-link-d" data-toggle="dropdown" role="button"><span class="nav-link-inner-text mr-1">Learn</span> <svg fill="none" height="16" viewbox="0 0 11 16" width="11" xmlns="http://www.w3.org/2000/svg"><path d="m1.29768 3.24225-.301797-.32422.314957-.31145 1.58057-1.56293.33508-.33133.32054.34541 5.93861 6.39923.28855.31093-.28893.31057-5.93861 6.38334-.32058.3446-.33466-.3309-1.58057-1.5629-.315482-.312.302842-.3243 4.21139-4.50919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item dropdown-heading"> <a href="#" class="dropdown-item d-flex align-items-center"><svg class="mr-3" fill="none" height="16" viewbox="0 0 11 16" width="11" xmlns="http://www.w3.org/2000/svg"><path d="m9.48516 12.2769.30179.3242-.31496.3115-1.58057 1.5629-.33507.3313-.32055-.3454-5.93861-6.39919-.28854-.31093.28893-.31057 5.93861-6.38338.32057-.344585.33466.330925 1.58057 1.56293.31549.31196-.30284.32426-4.2114 4.50924z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg> Learn </a> </li> <li class="dropdown-submenu "> <a href="" class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Learn<svg fill="none" height="9" viewbox="0 0 12 9" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m8.93618 1.66584.32422-.30179.31144.31496 1.10046 1.11285.3313.33507-.3454.32055-4.50558 4.18127-.31093.28854-.31057-.28893-4.49442-4.18127-.344585-.32057.330925-.33466 1.10043-1.11285.31196-.31549.32426.30284 3.08282 2.87919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item "><a href="https://www.bccu.org/learn/financial-education" class="dropdown-item">Financial Education</a></li> <li class="nav-item "><a href="https://www.bccu.org/news" class="dropdown-item">Member Notices</a></li> <li class="nav-item "><a href="https://www.bccu.org/blog" class="dropdown-item">Blog & News</a></li> <li class="nav-item "><a href="https://www.bccu.org/community" class="dropdown-item">Community Giving</a></li> <li class="nav-item "><a href="https://www.bccu.org/videos" class="dropdown-item">Brand Videos</a></li> <li class="nav-item "><a href="https://www.bccu.org/learn/calculators" class="dropdown-item">Calculators</a></li> <li class="nav-item "><a href="https://www.bccu.org/rate-comparison" class="dropdown-item">Rate Comparison</a></li> <li class="nav-item "><a href="https://www.bccu.org/learn/faqs" class="dropdown-item">FAQs</a></li> </ul> </li> <li class="dropdown-submenu "> <a href="" class="dropdown-toggle dropdown-item d-flex justify-content-between align-items-center" aria-haspopup="true" aria-expanded="false">Security<svg fill="none" height="9" viewbox="0 0 12 9" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m8.93618 1.66584.32422-.30179.31144.31496 1.10046 1.11285.3313.33507-.3454.32055-4.50558 4.18127-.31093.28854-.31057-.28893-4.49442-4.18127-.344585-.32057.330925-.33466 1.10043-1.11285.31196-.31549.32426.30284 3.08282 2.87919z" fill="#083150" stroke="#083150" stroke-width=".913043" /></svg></a> <ul class="dropdown-menu border-primary"> <li class="nav-item "><a href="https://www.bccu.org/security" class="dropdown-item">General Safety Tips</a></li> <li class="nav-item "><a href="https://www.bccu.org/banksafe" class="dropdown-item">AARP Banksafe</a></li> </ul> </li> </ul> </li> <!-- topbar left menu --> <!-- topbar right menu --> <li class="nav-item mobile-only item-1"> <a href="https://www.bccu.org/rates" class="nav-link">Rates</a> </li> <li class="nav-item mobile-only item-2"> <a href="https://www.bccu.org/locations" class="nav-link">Locations</a> </li> <li class="nav-item mobile-only item-3"> <a href="https://www.bccu.org/careers" class="nav-link">Careers</a> </li> <li class="nav-item mobile-only item-4"> <a href="https://www.bccu.org/about-us" class="nav-link">About Bellwether</a> </li> <li class="nav-item mobile-only item-5"> <a href="https://www.bccu.org/loan-payment" class="nav-link">Pay Your Loan</a> </li> </ul> <div class="nav-ctas d-none d-xl-inline mt-3 mt-xl-0"> <button id="button-login-box-trigger" class="btn login-box-trigger" type="button" aria-controls="login-box" aria-expanded="false" aria-label="Open banking login box"> Log In/Enroll </button> </div> <div class="btn-wrapper nav-ctas3 btn-wrapper-auto btn-primary-wrapper d-xl-inline-block my-0 my-2"> <span id="hs_cos_wrapper_widget_1652301667136_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_cta" style="" data-hs-cos-general-type="widget" data-hs-cos-type="cta"><!--HubSpot Call-to-Action Code --><span class="hs-cta-wrapper" id="hs-cta-wrapper-b6e76b5f-6a39-4425-b8a0-358a10c8939d"><span class="hs-cta-node hs-cta-b6e76b5f-6a39-4425-b8a0-358a10c8939d" id="hs-cta-b6e76b5f-6a39-4425-b8a0-358a10c8939d"><!--[if lte IE 8]><div id="hs-cta-ie-element"></div><![endif]--><a href="https://cta-redirect.hubspot.com/cta/redirect/21312726/b6e76b5f-6a39-4425-b8a0-358a10c8939d" target="_blank" rel="noopener"><img class="hs-cta-img" id="hs-cta-img-b6e76b5f-6a39-4425-b8a0-358a10c8939d" style="border-width:0px;" src="https://no-cache.hubspot.com/cta/default/21312726/b6e76b5f-6a39-4425-b8a0-358a10c8939d.png" alt="Open Account"></a></span><script charset="utf-8" src="/hs/cta/cta/current.js"></script><script type="text/javascript"> hbspt.cta._relativeUrls=true;hbspt.cta.load(21312726, 'b6e76b5f-6a39-4425-b8a0-358a10c8939d', {"useNewLoader":"true","region":"na1"}); </script></span><!-- end HubSpot Call-to-Action Code --></span> </div> </div> </div> <div class="col mobile-nav-toggle"> <div class="d-flex d-xl-none align-items-center"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar_global" aria-controls="navbar_global" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"><svg xmlns="http://www.w3.org/2000/svg" width="49" height="43" viewbox="0 0 49 43" fill="none"> <path d="M4.4399 0.850098C2.48553 0.850098 0.899902 2.43572 0.899902 4.3901C0.899902 6.34447 2.48553 7.9301 4.4399 7.9301H44.5599C46.5143 7.9301 48.0999 6.34447 48.0999 4.3901C48.0999 2.43572 46.5143 0.850098 44.5599 0.850098H4.4399ZM4.4399 17.9601C2.48553 17.9601 0.899902 19.5457 0.899902 21.5001C0.899902 23.4545 2.48553 25.0401 4.4399 25.0401H44.5599C46.5143 25.0401 48.0999 23.4545 48.0999 21.5001C48.0999 19.5457 46.5143 17.9601 44.5599 17.9601H4.4399ZM4.4399 35.0701C2.48553 35.0701 0.899902 36.6557 0.899902 38.6101C0.899902 40.5645 2.48553 42.1501 4.4399 42.1501H44.5599C46.5143 42.1501 48.0999 40.5645 48.0999 38.6101C48.0999 36.6557 46.5143 35.0701 44.5599 35.0701H4.4399Z" fill="#889739" /> </svg></span></button> </div> </div> </div> </div> <div id="login-box" class="login-form-wrapper container d-none" aria-labeledby="button-login-box-trigger"> <div class="login-form-container"> <div class="inner"> <nav class="d-flex justify-content-end"> <a class="mb-3 close-login" href="#close-login" role="button" data-target="#close-login" aria-label="Close banking login"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 352 512" width="20" aria-hidden="true"><g><path d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></g></svg> </a> </nav> <form id="Q2OnlineLogin" name="Q2OnlineLogin" action="https://web24.bccu.org/BCCUOnline/Uux.aspx#/login" method="POST"> <div class="form-group"> <label for="user_id" class="wordiness">User ID</label> <input type="text" name="user_id" id="user_id" placeholder="Login ID" class="hb1" autocomplete="username"> </div> <div class="form-group"> <label for="pass" class="wordiness">Password</label> <input type="password" name="password" class="hb2" placeholder="Password" id="pass" autocomplete="current-password"> </div> <div class="utility-links"> <a href="https://web24.bccu.org/BCCU_AutoEnroll/enroll.html" target="_blank">Enroll in Online Banking</a><br> <a href="https://web24.bccu.org/BCCUOnline/Uux.aspx#/login/resetPasswordUsername" class="floatL" id="forgotPassword">Forgot password?</a><br> <a href="/security">Safety & Security</a> </div> <div class="form-group"> <button type="submit" class="btn btn-primary w-100 justify-content-center">Log In</button> </div> </form> </div> </div> </div> </nav> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div> </div> </div></div> </header> <main id="skip"> <div class="container-fluid body_dnd_area"> <div class="row-fluid-wrapper"> <div class="row-fluid"> <div class="span12 widget-span widget-type-cell " style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-1 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-2 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1666814704812" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="speed_bump_group"> <div class="backdrop"></div> <div class="speed_bump_section box"> <div class="close">x</div> <div class="speed_bump_title"> <h4>Third Party Site Disclaimer</h4> </div> <div class="speed_bump_content"> <p>By accessing the noted link you will be leaving Bellwether Community Credit Union’s website and entering a website hosted by another party. Please be advised that you will no longer be subject to, or under the protection of, the privacy and security policies of Bellwether Community Credit Union’s website. We encourage you to read and evaluate the privacy and security policies of the site you are entering, which may be different than those of Bellwether Community Credit Union.</p> </div> <div class="speed_bump_excluded_domains"> https://21312726.sandbox.hs-sites.com,https://21312726.sandbox.hs-sites.com,https://preview.hs-sites.com,https://21312726.hs-sites.com,https://youtube.com,https://web24.bccu.org/BCCU_AutoEnroll/enroll.html,https://21312726.fs1.hubspotusercontent-na1.net/,https://cta-service-cms2.hubspot.com/,https://app.hubspot.com,https://bccu.org,https://www.bccu.org, https://www-aolc52p.myappro.com/APPROOnline/C52/BELL/co/ConsumerLogin.aspx,https://oao.bccu.org/,https://bccu60747-oao-test.connectfssonline.com/ </div> <div class="speed_bump_button sr-spacer-bottom-25 cta-wrapper"> <div class="leave_button btn-wrapper btn-primary-wrapper"> <a class="leave_content cta_button mx-sm-3" target="_blank"> Leave Site </a> </div> <div class="back_button btn-wrapper btn-secondary-wrapper"> <a class="back_content cta_button mx-sm-3">Go Back</a> </div> </div> </div> <div class="custom_content_group custom-box custom-box-0"> <div class="close">x</div> <div class="custom_link">https://gmail.com</div> <div class="speed_bump_title"> <h4>Third Party Site Disclaimer</h4> </div> <div class="speed_bump_content"><p>Custom Test - By accessing the noted link you will be leaving NAME Credit Union’s website and entering a website hosted by another party. Please be advised that you will no longer be subject to, or under the protection of, the privacy and security policies of NAME Credit Union’s website. We encourage you to read and evaluate the privacy and security policies of the site you are entering, which may be different than those of NAME Credit Union.</p></div> <div class="speed_bump_button sr-spacer-bottom-25 cta-wrapper "> <div class="leave_button text-right btn-wrapper btn-primary-wrapper"> <a class="leave_content cta_button mx-sm-3" target="_blank"> Leave Site </a> </div> <div class="back_button text-left btn-wrapper btn-secondary-wrapper"> <a class="back_content cta_button mx-sm-3">Go Back</a> </div> </div> </div> <div class="custom_content_group custom-box custom-box-1"> <div class="close">x</div> <div class="custom_link">https://docs.google.com</div> <div class="speed_bump_title"> <h4>Third Party Site Disclaimer</h4> </div> <div class="speed_bump_content"><p>Custom Test - By accessing the noted link you will be leaving NAME Credit Union’s website and entering a website hosted by another party. Please be advised that you will no longer be subject to, or under the protection of, the privacy and security policies of NAME Credit Union’s website. We encourage you to read and evaluate the privacy and security policies of the site you are entering, which may be different than those of NAME Credit Union. Proceed to <a href="https://docs.google.com" rel=" noopener">https://docs.google.com</a>.</p></div> <div class="speed_bump_button sr-spacer-bottom-25 cta-wrapper hide_buttons"> <div class="leave_button text-right btn-wrapper btn-primary-wrapper"> <a class="leave_content cta_button mx-sm-3" target="_blank"> Leave Site </a> </div> <div class="back_button text-left btn-wrapper btn-secondary-wrapper"> <a class="back_content cta_button mx-sm-3">Go Back</a> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-3 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1658175597502" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <!-- Label For Modules Data Page --> <div class="widget_1658175597502 sr-hero-01 sr-cover-parallax prototype-no-background "> <div class="sr-cover-image overlay-"></div> <div class="container"> <div class="col-12"> <div class="sr-cover d-flex align-items-center text-left sr-padding-full"> <div class="sr-cover-inner text-white"> <h1 class=" text-white">Ready for a New Ride?</h1> <div class="description"><h5><span>Whether you're looking for new, used, leased, or refinance, Bellwether has you covered.</span></h5> </div> <div class="sr-spacer-top-50 cta-wrapper"> <div class="btn-wrapper btn-primary-wrapper"> <span id="hs_cos_wrapper_widget_1658175597502_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_cta" style="" data-hs-cos-general-type="widget" data-hs-cos-type="cta"><!--HubSpot Call-to-Action Code --><span class="hs-cta-wrapper" id="hs-cta-wrapper-72347330-a01a-476f-99f3-562924e27833"><span class="hs-cta-node hs-cta-72347330-a01a-476f-99f3-562924e27833" id="hs-cta-72347330-a01a-476f-99f3-562924e27833"><!--[if lte IE 8]><div id="hs-cta-ie-element"></div><![endif]--><a href="https://cta-redirect.hubspot.com/cta/redirect/21312726/72347330-a01a-476f-99f3-562924e27833"><img class="hs-cta-img" id="hs-cta-img-72347330-a01a-476f-99f3-562924e27833" style="border-width:0px;" src="https://no-cache.hubspot.com/cta/default/21312726/72347330-a01a-476f-99f3-562924e27833.png" alt="Learn More"></a></span><script charset="utf-8" src="/hs/cta/cta/current.js"></script><script type="text/javascript"> hbspt.cta._relativeUrls=true;hbspt.cta.load(21312726, '72347330-a01a-476f-99f3-562924e27833', {"useNewLoader":"true","region":"na1"}); </script></span><!-- end HubSpot Call-to-Action Code --></span> </div> </div> </div> </div> </div> </div> </div> <div class="mobile-hero-image"></div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-4 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-5 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1665601508624" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <!-- Label For Modules Data Page --> <div class="bccu-hero-cards "> <div class="widget_1665601508624 sr-cover-parallax prototype-no-background"> <div class="overflow"> <div class="sr-cover-image bg-none "> </div> <div class="container"> <div class="row no-gutters"> <div class="col-md-12"> <div class="sr-cover d-flex align-items-center sr-padding-half height-small"> <div class="sr-cover-inner"> <div class="row hero-row "> <div class="content_col col-md-12 text-white "> <div class=" cta-wrapper"> <div class="btn-wrapper btn--wrapper"> </div> <div class="btn-wrapper btn--wrapper"> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- .overflow --> </div> <!-- .bccu-hero-cards --> <div class="widget_1665601508624 sr-cover-parallax hero-overlap sr-spacer-bottom-50"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="row feature-row"> <div class="col-md-6"> <a href="https://www.bccu.org/savvymoney"> <div class="hero-feature card-hover "> <h2 class="hero-feature-title">Introducing SavvyMoney Credit Score</h2> <img src="https://www.bccu.org/hubfs/SavvyMoney%20Homepage%20Block.jpg" alt="SavvyMoney Homepage Block" loading="lazy" style="max-width: 100%; height: auto;"> <div class="hero-feature-content sr-spacer-top-25"> <p align="center" style="text-align: left;"><span>Access your credit score, full credit report, credit monitoring, financial tips, and education for FREE. </span><span>All of this without impacting your credit score! Click to learn more.</span></p> </div> <div class="hero-feature-block sr-spacer-top-25"> </div> </div> </a> </div> <div class="col-md-6"> <a href="https://www.bccu.org/bizlunch"> <div class="hero-feature card-hover "> <h2 class="hero-feature-title">Elevate Your Success</h2> <img src="https://www.bccu.org/hubfs/Lunch%20Business%20Homepage%20Block.jpg" alt="Lunch Business Homepage Block" loading="lazy" style="max-width: 100%; height: auto;"> <div class="hero-feature-content sr-spacer-top-25"> <span>Bellwether Community Credit Union is excited to announce our </span><strong>Lunch with Business Experts Series</strong><span>, seminars designed to help your small business grow, innovate, and succeed</span> </div> <div class="hero-feature-block sr-spacer-top-25"> </div> </div> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-6 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-7 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1658176127151" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <!-- Label For Modules Data Page --> <div class="sr-multicol-media sr-two-col-01 bg-none sr-padding-custom text-center prototype-no-background widget_1658176127151 "> <div class="container"> <h2 class=" section-heading">The Bellwether Difference</h2> <div class="row sr-spacer-top-50 sr-valign-stretch"> <div class="col-md-5 sr-col text-left text- sr-repeater-1 d-flex flex-wrap justify-content-start"> <div class="content-wrapper"> <div class="col-content"> <h4><span style="color: #c06700;">For over 100 years, Bellwether Community Credit Union has proudly served New Hampshire.</span></h4> </div> </div> </div> <div class="col-md-6 offset-md-1 sr-spacer-top-25-md sr-col text-left text- sr-repeater-2 d-flex flex-wrap justify-content-start"> <div class="content-wrapper"> <div class="col-content"> <p style="text-align: left;">Over the years much has changed, including expanding our services to Essex and Middlesex Counties in Massachusetts, but what has stayed consistent is our mission to deliver outstanding value by conveniently providing a full range of competitive financial services in an environment of extraordinary service. We have all the products and services of the big financial institutions but with the personalized service of a true community credit union.</p> </div> </div> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-8 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-9 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_16581768985463" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <!-- Label For Modules Data Page --> <div class="sr-hero-02 "> <div class="module_16581768985463 sr-cover-parallax prototype-no-background"> <div class="overflow"> <div class="sr-cover-image bg-none "> </div> <div class="container"> <div class="row no-gutters"> <div class="col-md-12"> <div class="sr-cover d-flex align-items-center sr-padding-half height-small"> <div class="sr-cover-inner"> <div class="row hero-row "> <div class="content_col col-md-12 text-black "> </div> </div> </div> </div> </div> </div> </div> </div> <!-- .overflow --> </div> <!-- .sr-hero-02 --> <div class="module_16581768985463 sr-cover-parallax hero-overlap sr-spacer-bottom-50"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="row feature-row"> <div class="col-md-4"> <div class="hero-feature card-hover "> <img src="https://www.bccu.org/hubfs/Wellness%20home%20image.svg" alt="Wellness home image" loading="" width="1920" height="1080"> <div class="hero-feature-content sr-spacer-top-25"> <h6>A Real ‘Community’ Credit Union</h6> <p><span style="color: #0600ff;"><a href="/community" rel="noopener" style="color: #0600ff;">Learn More</a></span></p> </div> </div> </div> <div class="col-md-4"> <div class="hero-feature card-hover "> <img src="https://www.bccu.org/hs-fs/hubfs/_photos/bccu-bright-financial-future-homepage-min.jpg?width=744&height=420&name=bccu-bright-financial-future-homepage-min.jpg" alt="man smiling at laptop" loading="" width="744" height="420" srcset="https://www.bccu.org/hs-fs/hubfs/_photos/bccu-bright-financial-future-homepage-min.jpg?width=372&height=210&name=bccu-bright-financial-future-homepage-min.jpg 372w, https://www.bccu.org/hs-fs/hubfs/_photos/bccu-bright-financial-future-homepage-min.jpg?width=744&height=420&name=bccu-bright-financial-future-homepage-min.jpg 744w, https://www.bccu.org/hs-fs/hubfs/_photos/bccu-bright-financial-future-homepage-min.jpg?width=1116&height=630&name=bccu-bright-financial-future-homepage-min.jpg 1116w, https://www.bccu.org/hs-fs/hubfs/_photos/bccu-bright-financial-future-homepage-min.jpg?width=1488&height=840&name=bccu-bright-financial-future-homepage-min.jpg 1488w, https://www.bccu.org/hs-fs/hubfs/_photos/bccu-bright-financial-future-homepage-min.jpg?width=1860&height=1050&name=bccu-bright-financial-future-homepage-min.jpg 1860w, https://www.bccu.org/hs-fs/hubfs/_photos/bccu-bright-financial-future-homepage-min.jpg?width=2232&height=1260&name=bccu-bright-financial-future-homepage-min.jpg 2232w" sizes="(max-width: 744px) 100vw, 744px"> <div class="hero-feature-content sr-spacer-top-25"> <h6>Creating Bright Financial Futures</h6> <p><span style="color: #0600ff;"><a href="/learn/financial-education" rel="noopener" style="color: #0600ff;">Learn More</a></span></p> </div> </div> </div> <div class="col-md-4"> <div class="hero-feature card-hover "> <img src="https://www.bccu.org/hubfs/NonProfit%20Homepage%20block.svg" alt="NonProfit Homepage block" loading="" width="267" height="150" style="max-width: 100%; height: auto;"> <div class="hero-feature-content sr-spacer-top-25"> <h6>Helping Those Who Serve Our Communities</h6> <p><span style="color: #0600ff;"><a href="/nonprofit" rel="noopener" style="color: #0600ff;">Learn More About Non-Profit Accounts</a></span></p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-10 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-11 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_16522748417533" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <!-- Label For Modules Data Page --> <div class="sr-multicol-media sr-three-col-03 bg-secondary sr-padding-custom two-pattern-large sr-bg-image text-center prototype-no-background module_16522748417533 "> <div class="container-fluid"> <div class="row"> <div class="col-md-10 offset-md-1"> <div class="section-description"><h2><span style="color: #ffffff;">Rates</span></h2></div> <div class="row sr-spacer-top-50 sr-valign-stretch"> <div class="col-md-4 sr-col text-center text- prototype-background sr-repeater-1 d-flex flex-wrap justify-content-center"> <div class="content-wrapper"> <h2 class="col-subheading "> Auto Loan </h2> <h5 class="col-heading "> APR as low as </h5> <div class="col-content"> <h2>5.59%</h2> <p><span style="color: #0600ff;"><a href="/auto-and-truck-loans" rel="noopener" style="color: #0600ff;">Apply</a></span></p> </div> </div> </div> <div class="col-md-4 sr-col text-center text- prototype-background sr-repeater-2 d-flex flex-wrap justify-content-center"> <div class="content-wrapper"> <h2 class="col-subheading "> 6-Month Certificate </h2> <h5 class="col-heading "> $500 min. at </h5> <div class="col-content"> <h2>4.20% APY</h2> <p><span style="color: #0600ff;"><a href="/bank/savings-certificates#rates" rel="noopener" style="color: #0600ff;">Open</a></span></p> </div> </div> </div> <div class="col-md-4 sr-col text-center text- prototype-background sr-repeater-3 d-flex flex-wrap justify-content-center"> <div class="content-wrapper"> <h2 class="col-subheading "> Personal Loan </h2> <h5 class="col-heading "> APR as low as </h5> <div class="col-content"> <h2>9.75%</h2> <p><span style="color: #0600ff;"><a href="/borrow/personal-loans" rel="noopener" style="color: #0600ff;">Apply</a></span></p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-12 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-13 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1652725021619" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <!-- Label For Modules Data Page --> <div class="sr-multicol-media sr-one-col-01 bg-secondary sr-padding-custom prototype-no-background widget_1652725021619 "> <div class="container"> <div class="row"> <div class="col-md-6 offset-md-3"> <div class="row sr-valign-center"> <div class="col-md-12 sr-col text-center text- sr-repeater-1 "> <div class="content-wrapper"> </div> <div class="cta-group sr-spacer-top-25 d-flex flex-wrap justify-content-center mt-auto w-100"> <div class="btn-wrapper btn-tertiary-wrapper"> <span id="hs_cos_wrapper_widget_1652725021619_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_cta" style="" data-hs-cos-general-type="widget" data-hs-cos-type="cta"><!--HubSpot Call-to-Action Code --><span class="hs-cta-wrapper" id="hs-cta-wrapper-45eafacf-03f8-4e2d-963a-22b7be2c6f3e"><span class="hs-cta-node hs-cta-45eafacf-03f8-4e2d-963a-22b7be2c6f3e" id="hs-cta-45eafacf-03f8-4e2d-963a-22b7be2c6f3e"><!--[if lte IE 8]><div id="hs-cta-ie-element"></div><![endif]--><a href="https://cta-redirect.hubspot.com/cta/redirect/21312726/45eafacf-03f8-4e2d-963a-22b7be2c6f3e"><img class="hs-cta-img" id="hs-cta-img-45eafacf-03f8-4e2d-963a-22b7be2c6f3e" style="border-width:0px;" src="https://no-cache.hubspot.com/cta/default/21312726/45eafacf-03f8-4e2d-963a-22b7be2c6f3e.png" alt="View All Rates"></a></span><script charset="utf-8" src="/hs/cta/cta/current.js"></script><script type="text/javascript"> hbspt.cta._relativeUrls=true;hbspt.cta.load(21312726, '45eafacf-03f8-4e2d-963a-22b7be2c6f3e', {"useNewLoader":"true","region":"na1"}); </script></span><!-- end HubSpot Call-to-Action Code --></span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-14 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-15 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1658501187394" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="sr-cards-grid-02 bccu-card-offers bg-light sr-padding-full prototype-no-background widget_1658501187394"> <div class="container"> <div class="row sr-spacer-bottom-50"> <div class="col-md-12"> <div class=" text-center "> <h2 class=" heading ">Bellwether Product Offers</h2> <div class="description"><p>Bellwether offers the same wide range of products and services you would expect from a large bank, just with better rates. We offer great low rates on loans and high rates on deposits. Let us know how we can help you today.</p></div> </div> </div> </div> <a href="https://www.bccu.org/housing-grant" class="offer-card card-hover card-1 text-center bg-none"> <div class="card-inner"> <div class="card-image sr-spacer-bottom-25" style="background-image:url(https://www.bccu.org/hubfs/Housing%20Grant%20image1.jpg);"></div> <div class="card-content card-content_with-image"> <h4 class="">Looking to Buy a Home?</h4> <div class="text-wrapper "><p><span>Program grant funds are available first-come, first-served.</span></p> <p><span>Click to learn more.</span></p></div> </div> </div> </a> <a href="https://www.bccu.org/refer-a-friend" class="offer-card card-hover card-2 bg-none" "> <div class="card-inner"> <div class="card-image" style="background-image:url(https://www.bccu.org/hubfs/Refer%20a%20Friend%20homepage%20banner-1-1.png);background-position: center; background-repeat: no-repeat;background-size: cover;"></div> <div class="card-content card-content_with-image"> <h4 class="">Refer a Friend</h4> <div class="text-wrapper "><p><span>A friend always has your back! Refer a friend to Bellwether Community Credit Union and you BOTH get $100. Click for promotion requirements.</span></p></div> </div> </div> </a> <a href="https://www.bccu.org/business-services" class="offer-card card-hover card-3 bg-none" "> <div class="card-inner"> <div class="card-image" style="background-image:url(https://www.bccu.org/hubfs/Business%20services%20homepage-1.png);background-position: center; background-repeat: no-repeat;background-size: cover;"></div> <div class="card-content card-content_with-image"> <h4 class="">Business Services</h4> <div class="text-wrapper "><p><span>Our Business Services Team is committed to helping your business succeed. From deposits to loans, our dedicated team will find solutions to save you time while growing your business. We understand the local market because it's our home too.</span></p></div> </div> </div> </a> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-16 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-17 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1652279233442" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <!-- Label For Modules Data Page --> <div class="sr-tabs-testimonials-01 bg-tertiary sr-padding-full text-center text-white widget_1652279233442"> <div class="container-fluid"> <div class="row"> <div class="col-md-8 offset-md-2"> <div class="sr-tabs-testimonials-01-wrapper"> <svg xmlns="http://www.w3.org/2000/svg" width="78" height="40" viewbox="0 0 78 40" fill="none"> <g clip-path="url(#clip0_316_648)"> <path d="M51.8426 39.8835C56.4416 39.8835 61.0377 39.8835 65.6367 39.8835C67.5486 36.5493 69.8831 32.0056 71.9903 26.3981C75.5751 16.8619 80.1158 6.04042 75.7704 1.73571C75.0213 0.992516 74.2461 0.674837 73.7127 0.462079C69.9094 -1.05346 64.299 0.0802801 38.1679 20.8081C34.9911 23.3292 30.4329 26.9927 24.8108 31.9473C21.2377 35.0979 18.3349 37.7996 16.3181 39.7144C20.1564 36.5639 23.2545 33.9962 25.3151 32.2854C32.0183 26.7158 34.1867 24.8418 38.1824 21.9565C39.9165 20.7061 41.4321 19.689 44.4602 17.6576C46.002 16.6258 49.3857 14.3788 53.8594 11.9889C57.8376 9.86423 59.8136 9.15892 61.4807 9.95749C61.4807 9.95749 62.4891 10.4413 63.2032 11.6188C65.9923 16.2062 53.7486 36.7183 51.8426 39.8806V39.8835Z" fill="white" /> <path d="M35.3175 39.8819C39.0597 39.8819 42.799 39.8819 46.5412 39.8819C48.0975 37.1685 49.9948 33.47 51.7114 28.9089C54.6288 21.1505 58.3215 12.3429 54.7862 8.83967C54.1771 8.23637 53.5446 7.97698 53.1104 7.80502C50.0152 6.5722 45.4482 7.49317 24.1843 24.3622C21.5991 26.414 17.889 29.3956 13.3162 33.4292C10.4105 35.9911 8.04685 38.1915 6.40601 39.7478C9.53032 37.1831 12.0513 35.0963 13.7272 33.7032C19.183 29.1712 20.9463 27.6469 24.1988 25.2978C25.6094 24.2806 26.8423 23.4529 29.3079 21.8004C30.5611 20.961 33.3153 19.1307 36.9555 17.1868C40.1935 15.4585 41.8022 14.8814 43.1575 15.5343C43.1575 15.5343 43.9764 15.9277 44.5593 16.8866C46.8297 20.62 36.8651 37.3142 35.3146 39.8848V39.879L35.3175 39.8819Z" fill="#889739" /> <path d="M21.739 39.8818H30.1793C31.351 37.8417 32.7761 35.0613 34.0672 31.6309C36.2589 25.7961 39.0393 19.1744 36.3784 16.5397C35.9208 16.085 35.4458 15.8897 35.1194 15.7615C32.7936 14.8347 29.3604 15.5283 13.3687 28.2122C11.4247 29.754 8.63558 31.9952 5.1965 35.0292C3.01065 36.9557 1.23574 38.6082 0 39.7798C2.34906 37.8504 4.24347 36.2824 5.50543 35.2332C9.60901 31.8262 10.9322 30.6779 13.3803 28.9117C14.4412 28.1452 15.368 27.5244 17.2216 26.2828C18.163 25.6504 20.2352 24.2776 22.9719 22.8146C25.4054 21.5147 26.6149 21.0834 27.635 21.5701C27.635 21.5701 28.25 21.8645 28.69 22.5872C30.3979 25.3939 22.9048 37.9466 21.739 39.8789V39.8818Z" fill="#889739" /> </g> <defs> <clippath id="clip0_316_648"> <rect width="77.5482" height="39.8877" fill="white" /> </clippath> </defs> </svg> <h2>Testimonials</h2> <div class="sr-tabs-testimonials-01-quotes sr-spacer-top-25 sr-spacer-bottom-25"> <div class="widget_1652279233442-testimonial-1"> <div class="testimonial-content"> "<span>They gave me the mortgage rate that was advertised on the website with no surprise points, fees or charges. I was able to close on time and with no hiccups from Bellwether Community Credit Union.</span>" </div> <div class="testimonial-label"> - Greg R. </div> </div> <div class="widget_1652279233442-testimonial-2"> <div class="testimonial-content"> "<span>Bellwether is always available for any questions or concerns from start to finish. Highly recommended. I even had my son reach out.</span>" </div> <div class="testimonial-label"> Robert D. </div> </div> <div class="widget_1652279233442-testimonial-3"> <div class="testimonial-content"> "<span>I've been a member of BCCU for 10 years. And have always had positive experiences.</span>" </div> <div class="testimonial-label"> Eliot D. </div> </div> <div class="widget_1652279233442-testimonial-4"> <div class="testimonial-content"> "<span>Have had an account for a very long time. Love doing most of my banking and bill paying online.</span>" </div> <div class="testimonial-label"> Lilian C. </div> </div> <div class="widget_1652279233442-testimonial-5"> <div class="testimonial-content"> "Scott is an asset to your credit union. He makes every interaction pleasant. When serving others it is all about the "experience " and with Scott, it has always been great." </div> <div class="testimonial-label"> Susan B. </div> </div> </div> </div> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-18 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-19 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1658863038431" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <!-- Label For Modules Data Page --> <div class="two-pattern sr-multicol-media col-9-md sr-two-col-03 bg-secondary sr-padding-full prototype-no-background widget_1658863038431 text-white" id="BCCU-Two-Col-04"> <div class="container"> <div class="row sr-valign-center"> <div class="bccu-800 sr-col text-left text- sr-repeater-1 "> <div class="content-wrapper"> <h3 class="col-heading "> Win a 46-ounce Yeti® Chug Bottle! </h3> <div class="col-content"> <h4>Plus Get a Great Rate too!</h4> <h5>Sweepstakes Entry Period: March 17, 2025 and August 1, 2025</h5> <p><span style="text-decoration: underline;"><strong>How to be Automatically Entered</strong></span></p> <p><strong>Step 1:</strong> Have an existing or open a new emergency savings account with Bellwether Community Credit Union during the Sweepstakes Period.</p> <p><strong>Step 2: </strong>Maintain a minimum daily balance of $100 in the account for a minimum of 30 consecutive days.</p> <p>For a complete list of official rules click the button below.</p> </div> </div> <div class="cta-group sr-spacer-top-25 d-flex flex-wrap justify-content-start mt-auto w-100"> <div class="btn-wrapper btn-outline-secondary-wrapper"> <a href="https://www.bccu.org/yeti" class="cta_button">Learn More</a> </div> </div> </div> <div class="col-md-6 offset-md-1 sr-col text- sr-repeater-2 "> <div class="content-wrapper"> <div class="responsive-image"> </div> </div> </div> </div> </div> </div> <div class="large-col-image col-3-md" style="background-image: url(https://www.bccu.org/hubfs/Yeti%20Page%20Image.svg);"></div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-20 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-21 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1658178651807" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <!-- Label For Modules Data Page --> <div class="sr-multicol-media sr-three-col-01 bg-none sr-padding-full prototype-no-background widget_1658178651807 "> <div class="container"> <div class="row sr-valign-stretch"> <div class="col-md-3 sr-col text- sr-repeater-1 d-flex flex-wrap "> <div class="content-wrapper"> <h4 class="col-heading "> Locations </h4> </div> </div> <div class="col-md-3 sr-col text- sr-repeater-2 d-flex flex-wrap "> <div class="content-wrapper"> <div class="col-content"> <h6><img src="https://www.bccu.org/hubfs/_graphics/marker.svg" alt="marker" width="16" loading="lazy" style="width: 16px;"></h6> <h6><a href="/locations/manchester-branch" rel="noopener">Manchester</a></h6> <p>425 Hooksett Road<br>Manchester, NH 03104<br><a href="tel:6036458181" rel="noopener">603-645-8181</a></p> </div> </div> </div> <div class="col-md-3 sr-col text- sr-repeater-3 d-flex flex-wrap "> <div class="content-wrapper"> <div class="col-content"> <h6><img src="https://www.bccu.org/hubfs/_graphics/marker.svg" alt="marker" width="16" loading="lazy" style="width: 16px;"></h6> <h6><a href="/locations/nashua-branch" rel="noopener">Nashua</a></h6> <p>409 Amherst Street<br>Nashua, NH 03063<br><a href="tel:6036458181" rel="noopener">603-645-8181</a></p> </div> </div> </div> <div class="col-md-3 sr-col text- sr-repeater-4 d-flex flex-wrap "> <div class="content-wrapper"> <div class="col-content"> <h6><img src="https://www.bccu.org/hubfs/_graphics/marker.svg" alt="marker" width="16" loading="lazy" style="width: 16px;"></h6> <h6><a href="/locations/bedford-branch" rel="noopener">Bedford</a></h6> <p>7 Leavy Drive<br>Bedford, NH 03110<br><a href="tel:6036458181" rel="noopener">603-645-8181</a></p> </div> </div> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div> </div> </div> </main> <div data-global-resource-path="sr/templates/partials/site_footer.html"><div class="container-fluid"> <div class="row-fluid-wrapper"> <div class="row-fluid"> <div class="span12 widget-span widget-type-cell " style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-1 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1652301822727" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <!-- Label For Modules Data Page --> <footer class="sr-footer sr-footer-04 bg-none sr-padding-half widget_1652301822727"> <div class="sr-footer-nav"> <div class="container"> <div class="row d-flex flex-wrap"> <div class="col-md-12"> <div class="footer-logo text-"> </div> <div class=" "> <div class=""> <span id="hs_cos_wrapper_widget_1652301822727_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_menu" style="" data-hs-cos-general-type="widget" data-hs-cos-type="menu"><div id="hs_menu_wrapper_widget_1652301822727_" class="hs-menu-wrapper active-branch flyouts hs-menu-flow-horizontal" role="navigation" data-sitemap-name="default" data-menu-id="72448284515" aria-label="Navigation Menu"> <ul role="menu"> <li class="hs-menu-item hs-menu-depth-1 hs-item-has-children" role="none"><a href="javascript:;" aria-haspopup="true" aria-expanded="false" role="menuitem">Bank</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-2 hs-item-has-children" role="none"><a href="javascript:;" role="menuitem">Checking</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/checking-overview" role="menuitem">Checking Accounts Overview</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/bank/mymoney-account" role="menuitem">MyMoney Account</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/bank/live-free-checking" role="menuitem">Live Free Checking</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/beginbanking" role="menuitem">Begin Banking</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/bank/courtesy-pay" role="menuitem">Courtesy Pay</a></li> </ul></li> <li class="hs-menu-item hs-menu-depth-2 hs-item-has-children" role="none"><a href="javascript:;" role="menuitem">Savings</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/savings-accounts" role="menuitem">Savings Accounts</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/bank/certificates" role="menuitem">Certificates & IRAs</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/bank/money-market-accounts" role="menuitem">Money Market Accounts</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/bank/club-accounts" role="menuitem">Club Accounts</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/beginsavings" role="menuitem">Begin Saving</a></li> </ul></li> <li class="hs-menu-item hs-menu-depth-2 hs-item-has-children" role="none"><a href="javascript:;" role="menuitem">Access Your Accounts</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/digital-banking" role="menuitem">Digital Banking</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/services/moneydesktop" role="menuitem">Money Desktop</a></li> </ul></li> </ul></li> <li class="hs-menu-item hs-menu-depth-1 hs-item-has-children" role="none"><a href="javascript:;" aria-haspopup="true" aria-expanded="false" role="menuitem">Borrow</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-2 hs-item-has-children" role="none"><a href="javascript:;" role="menuitem">Mortgages</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/mortgage-loans" role="menuitem">Mortgages Loans</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/mortgage-team" role="menuitem">Meet the Mortgage Team</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/borrow/first-time-homebuyer" role="menuitem">First Time Homebuyer</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/borrow/fixed-rate-mortgage" role="menuitem">Fixed Rate Mortgages</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/borrow/adjustable-rate-mortgage" role="menuitem">Adjustable Rate Mortgages</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/borrow/government-mortgages" role="menuitem">Government Mortgages</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/borrow/home-equity-line-of-credit" role="menuitem">Home Equity Line of Credit</a></li> </ul></li> <li class="hs-menu-item hs-menu-depth-2 hs-item-has-children" role="none"><a href="javascript:;" role="menuitem">Vehicle Loans</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/auto-and-truck-loans" role="menuitem">Auto and Truck Loans</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/recreational-vehicle-loans" role="menuitem">Recreational Vehicle and Motorcycle Loans</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/auto-refi" role="menuitem">Auto Loan Refinance</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/lease-buyout" role="menuitem">Lease Buyout Program</a></li> </ul></li> <li class="hs-menu-item hs-menu-depth-2 hs-item-has-children" role="none"><a href="javascript:;" role="menuitem">Credit Cards</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/borrow/credit-cards" role="menuitem">Visa Credit Cards</a></li> </ul></li> <li class="hs-menu-item hs-menu-depth-2 hs-item-has-children" role="none"><a href="https://www.bccu.org/borrow/personal-loans" role="menuitem">Personal Loans</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/borrow/personal-loans" role="menuitem">Personal Loans and Lines of Credit</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/home-loan" role="menuitem">Home Improvement Loan</a></li> </ul></li> </ul></li> <li class="hs-menu-item hs-menu-depth-1 hs-item-has-children" role="none"><a href="javascript:;" aria-haspopup="true" aria-expanded="false" role="menuitem">Business</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/business-services" role="menuitem">Business Services</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/business/business-savings" role="menuitem">Business Banking</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/business-credit-and-loans/commercial-lending" role="menuitem">Business Credit & Loans</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/nonprofit" role="menuitem">Non-Profit Accounts</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/business-testimonials" role="menuitem">Business Testimonials</a></li> </ul></li> <li class="hs-menu-item hs-menu-depth-1 hs-item-has-children" role="none"><a href="javascript:;" aria-haspopup="true" aria-expanded="false" role="menuitem">Services</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/savvymoney" role="menuitem">SavvyMoney</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/cashback" role="menuitem">Cashback+ Offers</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/loyalty-pays" role="menuitem">Loyalty Pays</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/digital-banking" role="menuitem">Access Your Accounts</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/business-services/northeast-planning-associates" role="menuitem">Insurance & Investments</a></li> </ul></li> <li class="hs-menu-item hs-menu-depth-1 hs-item-has-children" role="none"><a href="https://www.bccu.org/learn" aria-haspopup="true" aria-expanded="false" role="menuitem">Learn</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/learn/financial-education" role="menuitem">Financial Education</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/news" role="menuitem">Member Notices</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/blog" role="menuitem">Blog & News</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/videos" role="menuitem">Brand Videos</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/learn/faqs" role="menuitem">FAQs</a></li> <li class="hs-menu-item hs-menu-depth-2 hs-item-has-children" role="none"><a href="javascript:;" role="menuitem">Security</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/security" role="menuitem">General Safety Tips</a></li> <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.bccu.org/banksafe" role="menuitem">AARP Banksafe</a></li> </ul></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/learn/calculators" role="menuitem">Resources & Calculator Tools</a></li> </ul></li> <li class="hs-menu-item hs-menu-depth-1 hs-item-has-children" role="none"><a href="javascript:;" aria-haspopup="true" aria-expanded="false" role="menuitem">Quick Links</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/contact" role="menuitem">Contact Us</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/careers" role="menuitem">Careers</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/digital-banking" role="menuitem">Digital Banking</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/hubfs/_files/Direct%20Deposit.pdf" role="menuitem">Direct Deposit</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/locations/shared-branching" role="menuitem">Nationwide Account Access</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/make-a-payment" role="menuitem">Make A Payment</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/locations" role="menuitem">Locations & ATMs</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/rates" role="menuitem">Rates & Disclosures</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/apply-loan" role="menuitem">Apply for a Loan</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bccu.org/calendar-winners" role="menuitem">Make a Wish Calendar Raffle Winners</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.ordermychecks.com/login_a.jsp" role="menuitem">Reorder Checks</a></li> </ul></li> </ul> </div></span> </div> </div> </div> </div> </div> </div> <div class="footer-logo-social"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="row footer-row"> <div class="col-md-6 text-md-left footer-copyright "> <small><p class="small">BELLWETHER COMMUNITY CREDIT UNION <br><br>Manchester Branch, 425 Hooksett Road, Manchester, NH 03104<br>Nashua Branch, 409 Amherst Street, Nashua, NH 03063<br>Bedford Branch, 7 Leavy Drive, Bedford, NH 03110<br>Toll Free: <a href="tel:18669969828" rel="noopener">1-866-996-9828</a> | Routing Number: 211489478</p> <div ng-if="contactInfo.companyNMLS">Company NMLS #435122</div> <br> <p class="small"><a href="https://www.bccu.org/terms-and-conditions" rel="noopener">Terms & Conditions</a> | <a href="https://www.bccu.org/hubfs/_files/Annual%20Privacy%20Policy.pdf" rel="noopener" target="_blank">Privacy Policy</a> | <a href="//www.bccu.org/online-accessibility-statement" rel="noopener">Online Accessibility Statement</a> <br>© 2025 Bellwether Community Credit Union<br><br>A New Hampshire Credit Union since 1921.</p></small> </div> <!-- Social Icon Section --> <div class="col-md-6 icon-row"> <ul class="social"> <li> <a class="no-decoration" href="https://www.facebook.com/BellwetherCU" target="_blank"> <i style="background-color: #87909E; fill: #fff"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 320 512" height="16" aria-hidden="true"><g id="Facebook F1_layer"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" /></g></svg> </i> </a> </li> <li> <a class="no-decoration" href="https://www.linkedin.com/company/bellwether-community-credit-union" target="_blank"> <i style="background-color: #87909E; fill: #fff"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" height="16" aria-hidden="true"><g id="LinkedIn In2_layer"><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z" /></g></svg> </i> </a> </li> <li> <a class="no-decoration" href="https://twitter.com/BellwetherCCU" target="_blank"> <i style="background-color: #87909E; fill: #fff"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512" height="16" aria-hidden="true"><g id="Twitter3_layer"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" /></g></svg> </i> </a> </li> <li> <a class="no-decoration" href="https://instagram.com/bellwetherccu/" target="_blank"> <i style="background-color: #87909E; fill: #fff"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" height="16" aria-hidden="true"><g id="Instagram4_layer"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" /></g></svg> </i> </a> </li> <li> <a class="no-decoration" href="https://www.youtube.com/BellwetherCU" target="_blank"> <i style="background-color: #87909E; fill: #fff"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512" height="16" aria-hidden="true"><g id="YouTube5_layer"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" /></g></svg> </i> </a> </li> </ul> <div class="cta-group sr-spacer-top-25 d-flex flex-wrap mt-auto w-100"> <div class="btn-wrapper btn-primary-wrapper"> <a href="/contact" class="cta_button">Contact Us</a> </div> </div> </div> </div> <div class="row footer-logos" style="justify-content:right;"> <div class="footer-logo"> <img src="https://www.bccu.org/hubfs/_graphics/NCUA-logo-white-footer.svg" alt="NCUA-logo-white-footer" loading="lazy" width="127" height="75" style="max-width: 100%; height: auto;"><br> <span></span> </div> <div class="footer-logo"> <img src="https://www.bccu.org/hubfs/_graphics/equal-housing-lender-logo-footer.svg" alt="equal-housing-lender-logo-footer" loading="lazy" width="78" height="80" style="max-width: 100%; height: auto;"><br> <span></span> </div> <div class="footer-logo"> <img src="https://www.bccu.org/hubfs/_graphics/CU-service-centers-logo-white-footer.svg" alt="CU-service-centers-logo-white-footer" loading="lazy" width="170" height="47" style="max-width: 100%; height: auto;"><br> <span></span> </div> <div class="footer-logo"> <img src="https://www.bccu.org/hubfs/_graphics/co-op-shared-branch-logo-white-footer.svg" alt="co-op-shared-branch-logo-white-footer" loading="lazy" width="93" height="81" style="max-width: 100%; height: auto;"><br> <span></span> </div> </div> </div> </div> </div> </div> </footer> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-2 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1665000345568" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="speed_bump_group"> <div class="backdrop"></div> <div class="speed_bump_section box"> <div class="close">x</div> <div class="speed_bump_title"> <h4>Third Party Site Disclaimer</h4> </div> <div class="speed_bump_content"> <p>By accessing the noted link you will be leaving Bellwether Community Credit Union’s website and entering a website hosted by another party. Please be advised that you will no longer be subject to, or under the protection of, the privacy and security policies of Bellwether Community Credit Union’s website. We encourage you to read and evaluate the privacy and security policies of the site you are entering, which may be different than those of Bellwether Community Credit Union.</p> </div> <div class="speed_bump_excluded_domains"> https://21312726.sandbox.hs-sites.com,https://21312726.sandbox.hs-sites.com,https://preview.hs-sites.com,https://21312726.hs-sites.com,https://youtube.com,https://web24.bccu.org/BCCU_AutoEnroll/enroll.html,https://21312726.fs1.hubspotusercontent-na1.net/,https://cta-service-cms2.hubspot.com/,https://app.hubspot.com,https://bccu.org,https://www.bccu.org, https://www-aolc52p.myappro.com/APPROOnline/C52/BELL/co/ConsumerLogin.aspx,https://oao.bccu.org/,https://bccu60747-oao-test.connectfssonline.com/ </div> <div class="speed_bump_button sr-spacer-bottom-25 cta-wrapper"> <div class="leave_button btn-wrapper btn-primary-wrapper"> <a class="leave_content cta_button mx-sm-3" target="_blank"> Leave Site </a> </div> <div class="back_button btn-wrapper btn-secondary-wrapper"> <a class="back_content cta_button mx-sm-3">Go Back</a> </div> </div> </div> <div class="custom_content_group custom-box custom-box-0"> <div class="close">x</div> <div class="custom_link">https://gmail.com</div> <div class="speed_bump_title"> <h4>Third Party Site Disclaimer</h4> </div> <div class="speed_bump_content"><p>Custom Test - By accessing the noted link you will be leaving NAME Credit Union’s website and entering a website hosted by another party. Please be advised that you will no longer be subject to, or under the protection of, the privacy and security policies of NAME Credit Union’s website. We encourage you to read and evaluate the privacy and security policies of the site you are entering, which may be different than those of NAME Credit Union.</p></div> <div class="speed_bump_button sr-spacer-bottom-25 cta-wrapper "> <div class="leave_button text-right btn-wrapper btn-primary-wrapper"> <a class="leave_content cta_button mx-sm-3" target="_blank"> Leave Site </a> </div> <div class="back_button text-left btn-wrapper btn-secondary-wrapper"> <a class="back_content cta_button mx-sm-3">Go Back</a> </div> </div> </div> <div class="custom_content_group custom-box custom-box-1"> <div class="close">x</div> <div class="custom_link">https://docs.google.com</div> <div class="speed_bump_title"> <h4>Third Party Site Disclaimer</h4> </div> <div class="speed_bump_content"><p>Custom Test - By accessing the noted link you will be leaving NAME Credit Union’s website and entering a website hosted by another party. Please be advised that you will no longer be subject to, or under the protection of, the privacy and security policies of NAME Credit Union’s website. We encourage you to read and evaluate the privacy and security policies of the site you are entering, which may be different than those of NAME Credit Union. Proceed to <a href="https://docs.google.com" rel=" noopener">https://docs.google.com</a>.</p></div> <div class="speed_bump_button sr-spacer-bottom-25 cta-wrapper hide_buttons"> <div class="leave_button text-right btn-wrapper btn-primary-wrapper"> <a class="leave_content cta_button mx-sm-3" target="_blank"> Leave Site </a> </div> <div class="back_button text-left btn-wrapper btn-secondary-wrapper"> <a class="back_content cta_button mx-sm-3">Go Back</a> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div> </div> </div></div> <script src="https://code.jquery.com/jquery-3.6.3.min.js" integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script> <!-- HubSpot performance collection script --> <script defer src="/hs/hsstatic/content-cwv-embed/static-1.1293/embed.js"></script> <script> var hsVars = hsVars || {}; hsVars['language'] = 'en'; </script> <script src="/hs/hsstatic/cos-i18n/static-1.53/bundles/project.js"></script> <script src="https://www.bccu.org/hs-fs/hubfs/hub_generated/module_assets/1/72443895930/1743861871878/module_SR_Nav_Dropdown_01.min.js"></script> <script src="/hs/hsstatic/keyboard-accessible-menu-flyouts/static-1.17/bundles/project.js"></script> <script> const loginTrigger = $(".login-box-trigger"); const loginFormContainerWrap = $('.login-form-wrapper *'); const loginFormContainer = $('.login-form-container'); const loginFormClose = $('a.close-login'); //const loginFormBackgrop = $('.login-form-wrapper::before'); function toggleLoginTriggerAria(expanded) { let loginTrigger = $(".login-box-trigger"); loginTrigger.attr('aria-expanded', expanded); } loginTrigger.on('click', function(e) { e.preventDefault(); loginTrigger.toggleClass('active'); loginFormContainer.toggle(); let firstTextInput = loginFormContainer.find('form input[type=text]').filter(':visible:first'); firstTextInput.focus(); toggleLoginTriggerAria( loginTrigger.attr('aria-expanded') === 'true' ? 'false' : 'true' ); e.stopPropagation(); }); $(document).on('click', function(e) { if (!$(e.target).is(loginFormContainerWrap)) { loginTrigger.removeClass('active'); toggleLoginTriggerAria('false'); loginFormContainer.hide(); } }); loginFormClose.on('click', function(e) { e.preventDefault(); loginTrigger.removeClass('active'); loginTrigger.focus(); toggleLoginTriggerAria('false'); loginFormContainer.hide(); }); </script> <script defer> $(window).on('load', function (e) { $('.close, .backdrop, .back_content, .leave_content').on('click', function () { close_box(); }); var $customLinks = $('.custom_link'); var customDomains = []; var excludeBoxLink = $('.speed_bump_excluded_domains').text(); $customLinks.each(function (index) { customDomains.push($(this).text()); }); $('body a').each(function () { var $this = $(this); var baseUrl = $this.attr('href') || ""; var baseUrlSplit = baseUrl.split("/"); var baseUrltemp = baseUrlSplit[0] + "//" + baseUrlSplit[2]; var URLIndexInCustomDomains = customDomains.indexOf(baseUrltemp); if (!baseUrl.match(/^(http:\/\/|https:\/\/|\/\/)/gi)) { return; // don't bother with non http or https links } if (excludeBoxLink.indexOf(baseUrltemp) > -1) { return; } $this.on('click', function (event) { event.preventDefault(); var leaveLink = $(this).attr('href'); $('.leave_content').attr('href', leaveLink); if (URLIndexInCustomDomains > -1) { customMessage(URLIndexInCustomDomains); } else { defaultMessage(); } }); }); }); function customMessage(index) { var customBox = ".custom-box-" + index; var backdropAndCustomBox = ".backdrop, " + customBox; $(backdropAndCustomBox).animate({ opacity: "0.5" }, 300, "linear"); $(customBox).animate({ opacity: "1" }, 300, "linear"); $(backdropAndCustomBox).css("display", "block"); } function defaultMessage() { $(".backdrop, .box").animate({ opacity: "0.5" }, 300, "linear"); $(".box").animate({ opacity: "1" }, 300, "linear"); $(".backdrop, .box").css("display", "block"); } function close_box() { $(".backdrop, .box, .custom-box").animate( { opacity: "0" }, 300, "linear", function () { $(".backdrop, .box, .custom-box").css("display", "none"); } ); } </script> <script src="https://www.bccu.org/hs-fs/hubfs/hub_generated/template_assets/1/72443100599/1743661200934/template_baguetteBox.min.js"></script> <script defer src="https://www.bccu.org/hs-fs/hubfs/hub_generated/template_assets/1/72443100593/1743661198246/template_slick.min.js"></script> <script defer type="text/javascript"> window.addEventListener("load", function() { $('.widget_1652279233442 .sr-tabs-testimonials-01-quotes').slick({ slidesToShow: 1, slidesToScroll: 1, dots: true, arrows: false, fade: true, autoplay: true, autoplaySpeed: 5000, adaptiveHeight: false }); }); </script> <!-- Start of HubSpot Analytics Code --> <script type="text/javascript"> var _hsq = _hsq || []; _hsq.push(["setContentType", "standard-page"]); _hsq.push(["setCanonicalUrl", "https:\/\/www.bccu.org"]); _hsq.push(["setPageId", "72443959181"]); _hsq.push(["setContentMetadata", { "contentPageId": 72443959181, "legacyPageId": "72443959181", "contentFolderId": null, "contentGroupId": null, "abTestId": null, "languageVariantId": 72443959181, "languageCode": "en", }]); </script> <script type="text/javascript" id="hs-script-loader" async defer src="/hs/scriptloader/21312726.js"></script> <!-- End of HubSpot Analytics Code --> <script type="text/javascript"> var hsVars = { render_id: "c950d146-c99b-47fd-a715-898e9bf5733b", ticks: 1745926090190, page_id: 72443959181, content_group_id: 0, portal_id: 21312726, app_hs_base_url: "https://app.hubspot.com", cp_hs_base_url: "https://cp.hubspot.com", language: "en", analytics_page_type: "standard-page", scp_content_type: "", analytics_page_id: "72443959181", category_id: 1, folder_id: 0, is_hubspot_user: false } </script> <script defer src="/hs/hsstatic/HubspotToolsMenu/static-1.432/js/index.js"></script> <script type="text/javascript"> var scc = { embed : "ZXlKaGJHY2lPaUpJVXpJMU5pSjkuZXlKemRXSWlPaUkxWVRjNFlqQmxaR0pqT0dSaE5ERTNNakkxTUdJMk56WWlMQ0pwWVhRaU9qRTJOalk0T1RBeU5EWXNJbUYxWkNJNld5SmlZMk4xTG05eVp5SXNJbUpqWTNVdWIzSm5JaXdpZDNkM0xtSmpZM1V1YjNKbklpd2lkM2QzTG1KalkzVXViM0puSWl3aVltTmpkUzV0YjNKMFoyRm5aWGRsWW1ObGJuUmxjaTVqYjIwaUxDSmlZMk4xTG0xdmNuUm5ZV2RsZDJWaVkyVnVkR1Z5TG1OdmJTSXNJakl4TXpFeU56STJMbWh6TFhOcGRHVnpMbU52YlNJc0lqSXhNekV5TnpJMkxtaHpMWE5wZEdWekxtTnZiU0pkTENKd2NtOWtkV04wWDJsa2N5STZXeUkxWVRjNE9UVXpOV0pqT0dSaE5ERTNNakkxTUdJellXRWlMQ0kxWVRjNE9UVXpPR0pqT0dSaE5ERTNNakkxTUdJellXTWlYWDAuWDRiRy1qN0U0dTIwTHBEaEpXcWVGLTZjV3ZsZEtjeHFOcmJCZGRuLWR3OA==" }; window.scc = scc; </script> <script src="https://integration-cdn.silvercloudinc.com/js/silvercloudjs/silvercloud.js"></script> <script defer src="https://www.bccu.org/hs-fs/hubfs/hub_generated/template_assets/1/72443705694/1743661204620/template_interaction.min.js"></script> </body></html>