img.brand-logo {
  width: 133px;
}
/* .site-header {
  position: initial;
} */

.site-legal__wrapper ul {
  /* padding: 1em 0; */
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
}


.dt_show {
  display: none;
}
.site-legal__wrapper ul li {
  padding: 1em 0em;
}

.confirm-window-container {
  position: fixed;
  z-index: 1000;
  background: #f0f8ff82;
  min-height: 100vh;
  width: 100%;
  display: none;
}
.backgroundwhite-bg {
  background: #fff;
}
.confirm-window-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #dadfed;
  padding: 5em 5em;
  width: 45%;
  animation: fadeIn .5s, slideIn .3s linear;
}


@keyframes slideIn {
  0% {
    transform: translate(-50%, -10%);

    animation-timing-function: ease-out;
  }
  
  100% {
    transform: translate(-50%, -50%);

    animation-timing-function: ease-in;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.confirm-window-close button, .confirm-window-close button:focus{
  position: absolute;
  z-index: 2000;
  right: 0.75em;
  top: 0.5em;
  font-size: 30px;
  outline: none;
  background: transparent;
  border: 1px solid transparent;
}

.page_wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
}

.site-footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 0;
    width: 95%;
    max-width: 1024px;
    margin: 0 auto;
}

.hero-section {
  background:  #f3f3f4;
}

.hero-section .container {
  width: 100%;
  height: 0;
  padding-top: 245px;
}

.en .hero-section .container {
  background: url(http://image.emails.mbna.ca/lib/fe9912747762077d74/m/1/f065e715-9c54-4391-b81c-d460743a450d.png), #f3f3f4;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}

.fr .hero-section .container {
  background: url(http://image.emails.mbna.ca/lib/fe9912747762077d74/m/1/504c1587-694b-4fd9-a06d-af243e1208ed.png), #f3f3f4;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;

}

/*accordian */

.accordion_container {
  /* width: 90%; */
}

button.accordion {
  width: 100%;
  border: none;
  background-color: #fff;
  outline: none;
  text-align: left;
  padding: 0em 0 0em 2.4em;
  font-size: 17px;
  color: #333;
  cursor: pointer;
  position: relative;
  /* transition: background-color 0.2s linear; */
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;

}


button.accordion:before {
  content: "";
  left: 0;
  height: 25px;
  width: 25px;
  position: absolute;
  border: 2px solid #63c7e9;
  border-radius: 50%;

  left: 0.2em;
  top: -0.3em;
}

button.accordion:after {
  content: "\002B";
  font-size: 26px;
  position: absolute;
  left: 0.4em;
  top: -0.35em;
  color: #0053a6;
}

button.accordion.is-open:after {
  content: "\2212";
}

button.accordion:hover,
button.accordion.is-open {
  /* background-color: #ddd; */

}

.accordion-content {
  padding: 0em 0em 0em 1.5em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.accordion-content ul {
  margin: 0;
  list-style: none;
  padding-top: 2em;
  width: 80%;
}
.accordion-content li {
  padding: 0em 0em 1em 0em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  position: relative;
}

.accordion-content li:before {
  content: "\2022"; 
  color: #0054a6;
  display: inline-block;
  width: .7em; 
  left: -0.7em;
  top: -0.45em;
  font-size: 40px;
  position: absolute;
}

.accordion_wrapper {
  padding: 2em 0;
  border-top: 1px solid black;
}

.accordion_wrapper:last-of-type {
  border-bottom: 1px solid black;
}

@media screen and (min-width: 600px) {



  .dt_show {
    display: inline;
  }

  .confirm-window-inner {
    width: initial;
    top: 40%;

  }

  .hero-section {
    background:  #f3f3f4;
    padding: 2em 0;
  }

  .hero-section .container {
    width: 100%;
    height: 0;
    padding-top: 375px;
  }

  .en .hero-section .container {
    background: url(http://image.emails.mbna.ca/lib/fe9912747762077d74/m/1/6757a3d7-bcb6-407b-b74c-28734f30bccf.png), #f3f3f4;
    background-size: 1200px;
    background-repeat: no-repeat;
    background-position: center center;

  }

  .fr .hero-section .container {
    background: url(http://image.emails.mbna.ca/lib/fe9912747762077d74/m/1/017a8a86-cf12-453f-ac19-3ef721fab2f1.png), #f3f3f4;
    background-size: 1200px;
    background-repeat: no-repeat;
    background-position: center center;

  }

  button.accordion {
    padding: 0em 0em 0em 6em;
    font-size: 20px;

  }

  .accordion-content {
    padding: 0em 3em 0em 6.5em;
  }

  button.accordion:before {
    left: 2em;
    top: 0;
    height: 30px;
    width: 30px;
  }

  button.accordion:after {
    font-size: 35px;
    left: 1.34em;
    top: -0.20em;
  }

  .container {
    width: 50%;
  }

}
