:root {
  --color-branding-primary: #522C6C;
  --color-branding-secondary: #522C6C;
  --color-branding-accent1: #522C6C;
  --color-text-dark: #636666;
  --color-text-light: #fff;
  --color-branding-shade-dark: #444444;
  --color-branding-shade-medium: #cccccc;
  --color-branding-shade-light: #eeeeee;
  --color-primary-background: #522C6C;
  --color-gray-banner: #eeeeee;
  --color-footer-background: rgb(42.5, 42.5, 42.5);
  --color-button-text-light: #fff;
  --color-button-text-dark: #444444;
  --color-button-background: #FF9800;
  --color-button-text-primary: #fff;
  --color-button-text-secondary: #000000;
  --color-button-text-Large: #eeeeee;
}

/*Buttons*/
a.btn, .btn, a.btn-secondary,
.btn-secondary, input[type=file]::file-selector-button, a.btn-primary,
.btn-primary {
  display: inline-block;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: "Open Sans", sans-serif;
  color: #444444;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background: #eeeeee;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
}

input[type=file]::file-selector-button, a.btn-primary,
.btn-primary {
  color: #fff;
  border: 1px solid rgb(95.7565789474, 51.3815789474, 126.1184210526);
  background: #522C6C;
  padding: 6px 20px 6px 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2em;
}
input[type=file]:hover::file-selector-button,
.btn-primary:hover, input[type=file]:focus::file-selector-button,
.btn-primary:focus {
  color: #522C6C !important;
  border: 1px solid #522C6C;
  background: none;
}
@media (max-width: 767px) {
  input[type=file]::file-selector-button, a.btn-primary,
  .btn-primary {
    white-space: normal !important;
  }
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #636666;
  border: 1px solid #eeeeee;
  background: #eeeeee;
}

select.error, textarea.error, input.error {
  outline: max(2px, 0.15em) solid red !important;
  outline-offset: max(2px, 0.15em);
  box-shadow: none;
}
select:focus, textarea:focus, input:focus {
  border-color: #522C6C !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input[type=file]::file-selector-button {
  -webkit-appearance: none;
}
input[type=file]::file-selector-button:hover, input[type=file]::file-selector-button:focus {
  color: #522C6C !important;
  border: 1px solid #522C6C;
}
input.cellphoneclaim [type=checkbox] {
  margin-left: -30px !important;
  display: grid;
}
input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  place-content: center;
}
input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: currentColor;
}
input[type=checkbox]:checked:before {
  transform: scale(1);
}
input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

label.checkbox {
  margin-left: 20px;
}

.help-tip {
  background: #522C6C;
  font-weight: normal;
  top: -5px;
}

header.main__header {
  background: #522C6C;
  color: rgb(71.8445559211, 65.8623684211, 75.9376315789);
}
header .powered-by {
  background: #eeeeee;
  text-align: right;
  padding: 5px 25px;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  header .powered-by {
    text-align: center;
  }
}
header .powered-by figure img {
  max-height: 30px;
  filter: grayscale(1);
}
@media (max-width: 767px) {
  header .powered-by figure img {
    max-height: 20px;
  }
}
header .powered-by figure figcaption {
  color: black;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  color: #636666; /*#8f8f8f;*/
  font-size: 16px;
}

a, a:hover {
  color: #522C6C;
}

h1, h2, h3, h4, h5 {
  color: #522C6C;
}
h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover {
  color: #522C6C;
}

h4 a {
  color: rgb(178.5, 178.5, 178.5);
}
h4 a:hover {
  color: #522C6C;
}

.primaryBackground {
  background: #522C6C;
  color: #fff;
}
.primaryBackground a {
  color: #fff;
}

.grayBackground {
  background: #eeeeee;
  color: #636666;
}
.grayBackground a {
  color: #636666;
}

.newToEclubHeader, .newToEclubText {
  color: #fff;
}

/* Navbar */
.navbar-default .navbar-brand a {
  color: #fff;
}
.navbar-default .navbar-brand a span {
  color: #522C6C;
}
.navbar-default .navbar-brand span {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li:hover > a {
  color: #fff;
  background: #522C6C;
  border-bottom: 2px solid #522C6C;
}
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover {
  color: #444444;
  background: #522C6C;
  border-bottom: 2px solid #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #522C6C;
  background-color: #FF9800 !important;
}

ul.dropdown-menu li {
  background: rgba(42.5, 42.5, 42.5, 0.9);
  border-bottom: 1px solid rgb(29.75, 29.75, 29.75);
}

ul.dropdown-menu > li > a {
  color: #eeeeee;
}

ul.dropdown-menu > li > a:hover {
  color: #522C6C;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #522C6C;
  }
  .dropdown-toggle {
    color: #522C6C;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #444444;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background-color: #cccccc;
  }
  .navbar-default .navbar-toggle {
    border-color: #fff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav > li.open {
    border-bottom: 1px solid #522C6C;
  }
  .navbar-default .nav-justified > li.dropdown:hover,
  .navbar-default .nav-justified > li.dropdown.active {
    border-top: 0px solid #522C6C;
  }
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #522C6C;
}

/* Buttons */
/*Buttons*/
a.btn, .btn, a.btn-primary,
.btn-primary, a.btn-secondary,
.btn-secondary, input[type=file]::file-selector-button {
  display: inline-block;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: "Open Sans", sans-serif;
  color: #444444;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background: #eeeeee;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
}

a.btn-primary,
.btn-primary, input[type=file]::file-selector-button {
  color: #fff;
  border: 1px solid rgb(95.7565789474, 51.3815789474, 126.1184210526);
  background: #522C6C;
  padding: 6px 20px 6px 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2em;
}
.btn-primary:hover, input[type=file]:hover::file-selector-button,
.btn-primary:focus, input[type=file]:focus::file-selector-button {
  color: #522C6C !important;
  border: 1px solid #522C6C;
  background: none;
}
@media (max-width: 767px) {
  a.btn-primary,
  .btn-primary, input[type=file]::file-selector-button {
    white-space: normal !important;
  }
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #636666;
  border: 1px solid #eeeeee;
  background: #eeeeee;
}

/* Aside */
aside h3 {
  border-top: 1px solid #cccccc;
}
aside ul li {
  border-bottom: 1px solid #cccccc;
}

/* Main Content*/
.main-content h2 {
  border-top: 1px solid #cccccc;
}

/* Footer */
footer {
  background: rgb(42.5, 42.5, 42.5);
  box-shadow: 0px 500px 0px 500px rgb(42.5, 42.5, 42.5);
  color: #cccccc;
}
footer h3,
footer p span,
footer a {
  color: #fff;
}
footer hr {
  border-top: 1px solid rgb(80.75, 80.75, 80.75);
}

.GridTable th {
  background-color: #522C6C;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

/* Accordion */
.accordionHeader {
  border: 1px solid #444444;
  color: #fff;
  background-color: #522C6C;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-top: 5px;
  cursor: pointer;
}

/* Treeview Styles */
.NodeStyle[class],
.HoverNodeStyle[class],
.SelectedNodeStyle[class] {
  color: #522C6C !important;
  font-weight: normal;
  text-decoration: none;
}

.NodeStyle[class]:hover, .NodeStyle[class]:hover a {
  color: #522C6C !important;
  text-decoration: underline;
}

/* nav search */
.navSearch {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navSearch:before, .navSearch:after {
  display: table;
  content: " ";
}
.navSearch:after {
  clear: both;
}
.navSearch > li {
  position: relative;
  display: block;
}
.navSearch > li > a {
  position: relative;
  display: block;
  padding: 5px 6px;
}
.navSearch > li > a:hover, .navSearch > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.navSearch > li > a > img {
  max-width: none;
}
.navSearch > li.disabled > a {
  color: #444444;
}
.navSearch > li.disabled > a:hover, .navSearch > li.disabled > a:focus {
  color: #444444;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.navSearch .open > a {
  background-color: #eeeeee;
  border-color: #522C6C;
}
.navSearch .open > a .carat, .navSearch .open > a:hover, .navSearch .open > a:focus, .navSearch .open > a:hover .carat, .navSearch .open > a:focus .carat {
  background-color: #eeeeee;
  border-color: #522C6C;
  border-top-color: rgb(71.8445559211, 65.8623684211, 75.9376315789);
  border-bottom-color: rgb(71.8445559211, 65.8623684211, 75.9376315789);
}
.navSearch .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #eeeeee;
}

.terms-info {
  background-color: #eeeeee;
  padding-top: 19px;
  padding-bottom: 19px;
}
.terms-info p {
  font-size: smaller;
}

.row.actions {
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (max-width: 767px) {
  .box {
    width: auto !important;
    float: none !important;
  }
}
.icon-scale {
  max-width: 100%;
  max-height: 64px;
  height: 100%;
  margin-top: 18px;
  margin-bottom: 5px;
}

* {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li:hover > a {
  color: #FF9800;
  background: #FF9800;
  border-bottom: 2px solid #555759;
  display: none !important;
}

.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover {
  color: #FF9800;
  background: #FF9800;
  border-bottom: 2px solid #FF9800;
  display: none !important;
}

.navbar-default .navbar-nav {
  display: none !important;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
  height: 140px;
}

.nav-second-logo {
  padding-top: 35px;
  width: 65px;
}

a.btn-primary, .btn-primary {
  color: #000000 !important;
  border: 1px solid #FF9800;
  background: #FF9800;
}

a.btn-secondary:hover, a.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:focus {
  color: #636666;
  border: 1px solid #000000;
  background: #522C6C;
}

a.btn-secondary, a.btn-secondary {
  color: #000000 !important;
  border: 1px solid #FF9800;
  background: #FF9800;
}

ul.dropdown-menu > li > a:hover {
  color: #000000;
  background: none;
}

.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover {
  color: #fff;
}

.grayBackground a {
  color: #522C6C;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background: #FF9800;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}

/*begin custom styles*/
/*FONTS*/
body {
  /*    font-family:SF-Pro, sans-serif;
  input, textarea,,a, button {
      font-family:SF-Pro, sans-serif !important;
  }*/
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
}

h1 {
  /*    font-weight: 800 !important;
  font-family: SF-Pro-Display !important;*/
}

/*HOME PAGE*/
body.homeaffinityplusfcu > h1 {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
body.homeaffinityplusfcu #BenefitList {
  margin: 10px;
  padding: 10px;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
@media (width <= 1050px) {
  body.homeaffinityplusfcu #BenefitList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 680px) {
  body.homeaffinityplusfcu #BenefitList {
    grid-template-columns: 1fr;
  }
}
body.homeaffinityplusfcu #BenefitList .benefitCard {
  border: none;
  border-radius: 16px;
  color: white;
  background-color: #522C6C;
  padding: 20px;
  padding-bottom: 10px;
  max-width: unset !important;
  display: flex;
  flex-direction: column;
}
body.homeaffinityplusfcu #BenefitList .benefitCard .link {
  margin-top: auto;
  text-align: right;
}
body.homeaffinityplusfcu #BenefitList .benefitCard .link a {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
}
body.homeaffinityplusfcu #BenefitList .benefitCard .link a span:first-child {
  display: inline-block;
  padding-bottom: 1px;
  background-image: linear-gradient(#fff 0 0);
  background-position: 0 100%; /*OR bottom left*/
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.4s, background-position 0s 0.4s; /*change after the size immediately*/
}
body.homeaffinityplusfcu #BenefitList .benefitCard .link a:hover {
  text-decoration: none;
}
body.homeaffinityplusfcu #BenefitList .benefitCard:hover {
  /*  <'box-shadow-offset'> <'box-shadow-blur'> <'box-shadow-spread'> */
  /* <x-offset> <y-offset> <blur> <color>*/
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25), 2px 4px 20px rgba(0, 0, 0, 0.2);
}
body.homeaffinityplusfcu #BenefitList .benefitCard:hover .link a span:first-child {
  background-position: 100% 100%; /*OR bottom right*/
  background-size: 100% 1px;
}
body.homeaffinityplusfcu #BenefitList .benefitCard > * {
  width: 100%;
  text-align: left;
}
body.homeaffinityplusfcu #BenefitList .benefitCard .icon {
  font-size: 24px;
  display: flex;
  align-items: center;
}
body.homeaffinityplusfcu #BenefitList .benefitCard .name {
  font-size: 24px;
  font-weight: 800;
  margin-top: 5px;
  margin-bottom: 5px;
}
body.homeaffinityplusfcu #BenefitList .benefitCard .description {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 400;
}
body.homeaffinityplusfcu .disclosures {
  margin-top: 70px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}

/* ALL PAGES */
.main-content {
  width: 100%;
}

div[id^=webDescription] {
  width: 100%;
  max-width: 100% !important;
}

/*header.main__header {
    display: none;
}*/
.widgethost #content > div.box.widgetHostSiteMap {
  display: none !important;
}

/* WidgetHost renders this eclub WL inside base_bizsense.master, whose form has
   outer padding that insets the header and shows white around the purple bar
   after login. Zero it so the header/content sit flush (tiles stay centered
   via their own .container). */
body.widgethost > form#aspnetForm {
  padding: 0 !important;
}

/*div#content {
    padding-top: 15px;

    > br {
        display: none;
    }
}*/
aside {
  display: none;
}

/*footer {
    display: none;
}*/
body:not(.login, .default, .relogin, .register) form {
  padding: 10px;
}

button + button, .btn-primary + .btn-primary {
  margin-left: 5px;
}

/* PAGE overrides*/
body.map hr {
  display: none;
}
body.map #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_UpdatePanel1 table {
  border: 1px solid black;
}
body.map #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_UpdatePanel1 table td:nth-child(1) {
  padding: 10px;
}
body.map #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_UpdatePanel1 table td:nth-child(3) {
  text-align: center;
}

body.healthdiscounts aside {
  display: block;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  margin-top: 20px;
}
body.healthdiscounts aside h2, body.healthdiscounts aside .box_rightbar {
  display: none;
}
body.healthdiscounts aside ul {
  display: block;
  padding: 0 !important;
  margin: 0;
}

.cart #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_SiteMapPath1 > a:nth-child(2) {
  display: none;
}

#webDescription_275 > div > b {
  display: none;
}

#webDescription_275 > div > br:nth-child(5) {
  display: none;
}

#webDescription_275 > div > br:nth-child(4) {
  display: none;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_btnAddToCart:hover,
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_btnAddToCart:focus {
  color: #522C6C !important;
  border: 1px solid #522C6C;
  background: none;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_btnAddToCart {
  color: #000000 !important;
  border: 1px solid #FF9800;
  background: #FF9800;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_btnProcess:hover,
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_btnProcess:focus {
  color: #522C6C !important;
  border: 1px solid #522C6C;
  background: none;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_btnProcess {
  color: #000000 !important;
  border: 1px solid #FF9800;
  background: #FF9800;
}

@media (max-width: 650px) {
  #card-element > div > div > div > div.form-group.CVV {
    margin-left: 0px;
  }
  #cvv {
    width: 100px;
  }
  #cardNumber {
    width: 350px;
  }
}
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_divDarkWebMonitoring {
  display: none;
}

/*Default Landing page SSO styling*/
/*#ctl00_ContentPlaceHolder1_eclub_default_section > div:nth-child(2) > div > div:nth-child(3),
#ctl00_ContentPlaceHolder1_eclub_default_section > div:nth-child(3) {
    display: none;
}

.default #ctl00_ContentPlaceHolder1_eclub_default_section > div:nth-child(2) > div > h1 {
    font-size: 0px;
}

.default #ctl00_ContentPlaceHolder1_eclub_default_section > div:nth-child(2) > div > h1::after {
    content: "Log in to access your BundleUp benefits";
    display: flex;
    justify-content: center;
    font-size: 44px;
}

.default #ctl00_ContentPlaceHolder1_welcomeMessage{
    font-size: 0px;
}

.default #ctl00_ContentPlaceHolder1_welcomeMessage::after {
    content: "To access your BundleUp Checking account benefits, just log in to Affinity Plus digital banking and select the Your BundleUp Benefits tile.";
    display: flex;
    justify-content: center;
    font-size: 16px;
}


.default #ctl00_ContentPlaceHolder1_signUpDiv > h2 {
    font-size: 0px;
}

.default #ctl00_ContentPlaceHolder1_signUpDiv > h2::after {
    content: "";
}

.default #ctl00_ContentPlaceHolder1_CustomRegistration > p.text-center.newToEclubText {
    font-size: 0px;
}

.default #ctl00_ContentPlaceHolder1_CustomRegistration > p.text-center.newToEclubText::after {
    content: "";
}

.default #ctl00_ContentPlaceHolder1_eclub_default_section > div:nth-child(2) > div > div.form-group.text-center > button{
    font-size: 0px;
}

.default #ctl00_ContentPlaceHolder1_eclub_default_section > div:nth-child(2) > div > div.form-group.text-center > button::after{
    padding: 6px 0px 6px 0px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2em;
    content: "Log In";
}

.default #ctl00_ContentPlaceHolder1_SignUpHere {
    display: none;
}

*/ /*Login OLB only*/
/*.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlLogin > div > h1 {
    font-size: 0px;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlLogin > div > h1::after {
    Content: "Log in to access your BundleUp benefits";
    font-size: 44px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlLogin > div > p:nth-child(4) {
    font-size: 0px;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlLogin > div > p:nth-child(4)::after {
    content: "Access Managed by Affinity Plus";
    font-size: 32px;
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0px !important;
    margin-bottom: 24px;
    padding-top: 27px;
    font-weight: 300;
    color: $color-branding-primary;
    text-align: center;
    position: relative;
    top: 25px;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlLogin > div > div.input-group.margin-bottom-sm {
    display: none;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlLogin > div > p:nth-child(10) {
    display: none;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlLogin > div > p:nth-child(11)::after {
    content: "To access your BundleUp Checking account benefits, just log in to Affinity Plus digital banking and select the Your BundleUp Benefits tile.";
    display: flex;
    justify-content: center;
    text-align: center;
    color: #636666;
    margin-bottom: 40px;
    margin-left: 75px;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlLogin > div > p:nth-child(11) > a {
    display: none;
}*/
/*Login account recovery OLB only*/
/*.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlForgotUName > div > p:nth-child(5), #ctl00_ContentPlaceHolder1_pnlForgotUName > div > div:nth-child(6), #ctl00_ContentPlaceHolder1_pnlForgotUName > div > p:nth-child(8), #ctl00_ContentPlaceHolder1_pnlForgotUName > div > div:nth-child(9), #ctl00_ContentPlaceHolder1_pnlForgotUName > div > p:nth-child(11) {
    display: none;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlForgotUName > div > p:nth-child(3) {
    font-size: 0px;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlForgotUName > div > p:nth-child(3)::after {
    content: "To recover access to your benefits, please return to your online banking platform.";
    font-size: 16px;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlForgotUName > div > p:nth-child(4) {
    font-size: 0px;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlForgotUName > div > p:nth-child(4)::after {
    content: "Account Recovery must be completed through Affinity Plus FCU to ensure your security.";
    font-size: 16px;
}*/
/*relogin*/
/*.relogin .main__middle__container.grayBackground > .row > .col-md-12 > h1 {
    font-size: 0px;
}

.relogin .main__middle__container.grayBackground > .row > .col-md-12 > h1::after {
    content: "Log in to access your BundleUp benefits";
    font-size: 44px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.relogin #aspnetForm > section.main__middle__container.grayBackground > div:nth-child(2) > div > p > a {
    display: none;
}

.relogin #aspnetForm > section.main__middle__container.grayBackground > div:nth-child(1) > div > p {
    font-size: 0px;
}

.relogin #aspnetForm > section.main__middle__container.grayBackground > div:nth-child(1) > div > p::after {
    content: "Access Managed by Affinity Plus";
    font-size: 32px;
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0px;
    font-weight: 300;
    color: $color-branding-primary;
    text-align: center;
    position: relative;
    top: 25px;
}

.relogin #aspnetForm > section.main__middle__container.grayBackground > div:nth-child(1) > div > div:nth-child(3) {
    font-size: 12px;
}

.relogin #aspnetForm > section.main__middle__container.grayBackground > div:nth-child(1) > div > div:nth-child(3)::after {
    content: "To access your BundleUp Checking account benefits, just log in to Affinity Plus digital banking and select the Your BundleUp Benefits tile.";
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}

.relogin #textinput {
    display: none;
}

.relogin #aspnetForm > section.main__middle__container.grayBackground > div:nth-child(1) > div > div.form-group.text-center > button {
    font-size: 0px;
}

.relogin #aspnetForm > section.main__middle__container.grayBackground > div:nth-child(1) > div > div.form-group.text-center > button::after {
    padding: 6px 0px 6px 0px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2em;
    content: "Log In";
}

#aspnetForm > section.main__middle__container.grayBackground > div:nth-child(1) > div > div.form-group.text-center{
    display: inherit;
}

.relogin #aspnetForm > section.main__middle__container.primaryBackground > div > div > h2 {
    font-size: 0px;
}

.relogin #aspnetForm > section.main__middle__container.primaryBackground > div > div > h2::after {
    content: "";
}

.relogin #aspnetForm > section.main__middle__container.primaryBackground > div > div > p.text-center.newToEclubText {
    font-size: 0px;
}

.relogin #aspnetForm > section.main__middle__container.primaryBackground > div > div > p.text-center.newToEclubText::after {
    content: "";
}

.relogin #aspnetForm > section.main__middle__container.primaryBackground > div > div > p:nth-child(3) {
    display: none;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_SiteMapPath1 {
    display: none;
}*/

/*# sourceMappingURL=eclub.AffinityPlusFCUemployeebundle.css.map */
