*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  text-size-adjust: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  line-height: 1;
  touch-action: manipulation;
}

form {
  margin: 0;
}

:focus {
  outline: 1px dotted #767676;
}

img {
  -ms-interpolation-mode: bicubic;
  display: block;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ol > li,
ul > li {
  list-style-type: none;
}

li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  margin: 0;
}

p,
blockquote {
  margin: 0 0 1em 0;
}

p:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

a {
  color: #9d1a36;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

a:hover,
a:active {
  outline: none;
}

a img {
  border: none;
}

p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

@font-face {
  font-family: 'Inter';
  font-display: swap;
  src: url('/outage/fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  font-display: swap;
  src: url('/outage/fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

html,
body {
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #1d2325;
  font-family: Inter, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-feature-settings: 'ss01' on, 'cv05' on;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.h1 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2.2rem;
}

.link {
  text-decoration: underline;
  color: #5d6263;
}

.link:hover {
  color: #222222;
}

.header__logo {
  /* padding-left: 2.8rem; */
  /* float: left; */
  /* display: block; */
  font-size: 0;
  flex: 1;
  text-indent: -120px;
}

.header__wrapper {
  padding: 0.2rem 0;
  margin: 0 auto;
  max-width: 930px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.header__logo:before,
.header__logo:after {
  content: '';
  display: block;
  float: left;
  height: 36px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.header__logo:before {
  width: 212px;
  background-image: url('/outage/images/logo-ben_v1.svg');
}

.header__logo:after {
  background-position: 0% 50%;
  background-image: 'Bendigo Bank';
  opacity: 1;
}

.header__contact {
  text-align: right;
  /* padding-right: 2.8rem; */
  /* float: right; */
  position: relative;
  font-size: 0px;
  text-indent: -1000px;
  text-align: right;
}

.header__contact__mob {
  text-indent: 0px;
  font-size: inherit;
  float: right;
  font-size: 12px;
  font-weight: bold;
  color: rgb(34, 34, 34);
  padding-top: 20px;
}
@media screen and (min-width: 840px) and (min-height: 400px) {
  .header__contact__mob {
    display: none;
  }
}

.header__contact a {
  text-indent: -1000px;
  font-size: 0px;
}
.header__contact a:hover {
  color: rgb(135, 14, 64);
  text-decoration: none;
}

.header__contact a:before {
  position: absolute;
  right: -50px;
  top: -36px;
  content: '';
  background-image: url('/outage/images/phone_v2.svg');
  background-repeat: no-repeat;
  background-position: center center;
  height: 52px;
  width: 57px;
  display: block;
  border-left: 1px solid #e2e6e9;
}

@media screen and (min-width: 840px) and (min-height: 400px) {
  .header__contact a:before {
    display: none;
  }
}

@media screen and (min-width: 840px) and (min-height: 400px) {
  .header__contact a {
    text-indent: 0px;
    font-size: inherit;
    color: #ed0f1c;
    text-decoration: underline;
  }
}

@media screen and (min-width: 840px) and (min-height: 400px) {
  .header__contact {
    text-indent: 0px;
    font-size: inherit;
    flex: 1;
  }
}

.app-store-link__googleplay,
.app-store-link__itunes {
  width: 135px;
  height: 46px;
  text-indent: -120px;
  font-size: 0px;
  display: inline-block;
  margin-bottom: 2.2rem;
}

.app-store-link {
  text-align: center;
  border-bottom: 1px solid #e2e6e9;
  padding: 0 0 2.2rem 0;
}

.app-store-link li {
  display: inline;
}

@media screen and (min-width: 840px) and (min-height: 400px) {
  .app-store-link li a {
    margin-left: 0px;
  }
}

.app-store-link li:first-child a {
  margin-left: 0px;
}

.app-store-link__googleplay {
  background-image: url('/outage/images/google-play-badge.svg');
}

.app-store-link__itunes {
  background-image: url('/outage/images/itunes.svg');
}

.sub-footer {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  clear: both;
  padding: 2.2rem 0px;
  color: #767676;
  text-align: center;
}

.wrapper {
  padding: 0px 2.8rem;
  max-width: 930px;
  padding-right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.content .wrapper {
  width: 100%;
}

@media screen and (min-width: 840px) and (min-height: 400px) {
  .content .wrapper {
    flex-direction: row;
    justify-content: center;
  }

  .pages_error-message .content .wrapper {
    justify-content: flex-start;
  }
}

#header {
  /* background-color: #B20838; */
  /* color: #1D2325; */
  padding: 2.2rem 1.8rem;
  font-size: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}

@media screen and (min-width: 840px) and (min-height: 400px) {
  #header {
    padding: 2.2rem 2.8rem;
  }
}

#header:after {
  content: '';
  display: table;
  clear: both;
}

#footer {
  background-color: #f3f4f5;
  color: #767676;
  padding-top: 30px;
  position: relative;
}

.content {
  background-color: #fff;
  padding: 40px 0px;
  flex: 1;
  border-top: 1px solid rgb(226, 230, 233);
}

@media screen and (min-width: 840px) and (min-height: 400px) {
  .content {
    padding: 75px 0px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.promo-panel {
  margin-bottom: 2.2rem;
  background-color: #ffffff;
  padding: 2.2rem 2.5rem;
}

.promo-panel__header {
  color: #ed0f1c;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 1.5rem 0;
  line-height: 1.5;
}

.promo-panel__content {
}

.promo-panel .link {
  color: #ed0f1c;
}

.pages_error-message .promo-panel {
  margin: 0;
  background-color: transparent;
  padding: 0;
}

.pages_error-message .promo-panel__header {
  color: #330019;
  font-weight: 700;
  font-size: 4.6rem;
  line-height: 1.3;
}

.pages_error-message .promo-panel__content {
  font-size: 1.6rem;
}

.pages_error-message .promo-panel__content a {
  color: #ed0f1c;
}

.pages_error-message .promo-panel__content a:hover {
  color: rgb(135, 14, 64);
  text-decoration: none;
}
