p.text-breadcrumb {
  display: none;
}
p.text-breadcrumb a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
p.text-breadcrumb img {
  width: 8px;
  padding-right: 10px;
}
.mobileHide {
  display: block;
}
.desktopHide {
  display: none;
}
table thead tr {
  background-color: #DAEBF4;
}
table thead th {
  font-size: 22px;
  font-weight: 400;
  padding: 10px;
  border: 1px solid #A7AFB5;
  word-wrap: break-word;
  text-align: left;
  width: 25%;
  align-content: flex-start;
}
table thead th:nth-child(2) {
  width: 50%;
}
tbody td {
  font-size: 22px;
  font-weight: 300;
  padding: 10px;
  border: 1px solid #A7AFB5;
  word-wrap: break-word;
  width: 25%;
  align-content: flex-start;
}
tbody td:nth-child(2) {
  width: 50%;
}
tbody td:first-child {
  font-weight: 400;
  padding: 10px;
  border: 1px solid #A7AFB5;
  word-wrap: break-word;
  background-color: #DAEBF4;
}
.box-information.box-information-white.box-information-fullWidth {
  margin: 0;
  padding: 0;
}
.box-information.box-information-white.box-information-fullWidth p.list-link_single.list-link_pdf {
  padding: 0;
}
.warning.warning-fullwidth {
  margin-top: 0;
}
strong {
  font-weight: 400;
}
table ul {
  margin-left: 30px;
}
h1.h1 {
  font-weight: 400;
}
.hero-noimg h1.h1 {
  font-weight: 700;
}
#main-content > div.group.breadcrumb {
  display: block;
}
.intermediaries #main-content > div.group.breadcrumb {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobileHide table thead th {
   font-size: 20px;
  }
  .mobileHide table td {
   font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  #main-content > div.group.breadcrumb {
    display: none;
  }
  p.text-breadcrumb {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  table#mortgage-table-mobile {
    margin-bottom: 20px;
  }
  .mobileHide {
    display: none;
  }
  .desktopHide {
    display: block;
    margin-bottom: 10px;
  }
  .accordion .desktopHide:last-child {
    margin-bottom: 0;
  }
  .accordion p.b1 {
    padding-bottom: 10px;
  }
  table.desktopHide th {
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #A7AFB5;
    word-wrap: break-word;
    text-align: left;
    background-color: #DAEBF4;
    vertical-align: top;
  }
  table.desktopHide td {
    font-size: 16px;
    background: #fff;
    width: 50%;
    vertical-align: top;
    font-weight: 300;
  }
  table.desktopHide.no-border th:first-child {
    border-right-color: transparent;
  }
  table.desktopHide.no-border td:first-child {
    border-right-color: transparent;
  }
}
