div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
ins,
small,
strong,
sub,
sup,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
}
ol,
ul {
  list-style: none;
}
* {
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Segoe UI', 'Lucida Sans', 'Arial', 'Verdana', sans-serif;
  font-size: 62.5%;
  line-height: 2rem;
  color: #3d5265;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 1.4rem;
}
a {
  color: #4487cb;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: normal;
  font-weight: bold;
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Segoe UI', 'Lucida Sans', 'Arial', 'Verdana', sans-serif;
  color: #08051d;
}
h1 {
  font-size: 2.2rem;
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Segoe UI', 'Lucida Sans', 'Arial', 'Verdana', sans-serif;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.8rem;
}
h4 {
  font-size: 1.6rem;
}
h5 {
  font-size: 1.4rem;
}
h6 {
  font-size: 1.2rem;
}
hr {
  margin: 10px 0;
  border: none;
  border-top: 1px solid #b8b8b8;
}
small {
  font-size: 1.2rem;
}
strong {
  font-weight: bold;
}
p {
  margin: 10px 0;
  font-size: 1.4rem;
}
.page--profile .external-link,
.page--accounts .external-link,
.page--searches .external-link,
.page--rulings .external-link {
  color: #303ab2;
}
.no-scroll {
  overflow: hidden;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='search'],
select,
textarea {
  border: 1px solid #bfc5cb;
  border-radius: 8px;
  padding: 10px;
  font-size: 1.6rem;
  -webkit-appearance: none;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='search']:focus,
select:focus,
textarea:focus,
input[type='text']:active,
input[type='email']:active,
input[type='password']:active,
input[type='tel']:active,
input[type='number']:active,
input[type='search']:active,
select:active,
textarea:active {
  outline: none;
}
select::-ms-expand {
  display: none;
}
button {
  -webkit-appearance: none;
  border: none;
  background: none;
}
button:focus,
button:active {
  outline: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[type='number']:hover,
input[type='number']:active,
input[type='number']:focus {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
label {
  font-weight: bold;
  color: #51606e;
  display: inline-block;
}
.form__message--error {
  background-color: #e0457b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.3rem;
  margin-top: 8px;
}
.form__message--tip {
  color: rgba(74, 74, 74, 0.5);
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.form__row {
  position: relative;
}
.form__row--invalid input,
.form__row--invalid select,
.form__row--invalid textarea {
  border: 1px solid #e0457b !important;
  box-shadow: 0 0 0 1px #e0457b;
}
.form__row--invalid input:focus,
.form__row--invalid select:focus,
.form__row--invalid textarea:focus {
  box-shadow: 0 0 0 1px #303ab2;
  border-color: #303ab2 !important;
}
.form__row--invalid .input--money .icon {
  box-shadow: 0 0 0 1px #e0457b;
  background-color: #e0457b;
}
.form__row--invalid .input--money input:focus + .icon,
.form__row--invalid .input--money input:active + .icon {
  box-shadow: 0 0 0 1px #303ab2;
}
.form__row--highlight .form__label,
.form__row--highlight .form__message--tip {
  color: #303ab2 !important;
}
.form__row--highlight input,
.form__row--highlight select,
.form__row--highlight textarea {
  border: 1px solid #303ab2 !important;
  background-color: #303ab2;
  box-shadow: 0 0 0 1px #303ab2;
  color: white;
}
.form__row--highlight input::placeholder,
.form__row--highlight select::placeholder,
.form__row--highlight textarea::placeholder {
  color: #bbb;
}
.form__row--highlight input:focus,
.form__row--highlight select:focus,
.form__row--highlight textarea:focus {
  box-shadow: 0 0 0 1px white !important;
  border-color: white !important;
}
.form__row .email-error {
  color: #e0457b;
  margin-top: 10px;
}
.form__row .email-error a {
  color: inherit;
  text-decoration: underline;
}
.form__row + .form__row {
  margin-top: 15px;
}
@media only screen and (min-width: 1024px) {
  .form__row__container {
    flex-direction: row;
    display: flex;
    align-items: center;
  }
}
.form__row__container .form__label {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .form__row__container .form__label {
    margin: 0;
    padding-right: 20px;
    text-align: right;
    flex-shrink: 0;
    position: absolute;
    right: 100%;
    white-space: normal;
    width: 75%;
    top: 10px;
  }
}
.form__row__container .form__field {
  flex-grow: 1;
  min-width: 0;
}
.form__row__container .form__field > input,
.form__row__container .form__field textarea {
  width: 100%;
}
.form__row__container .form__field--group {
  display: flex;
}
.form__row__container .form__field--group > * + * {
  margin-left: 5px;
}
@media only screen and (min-width:  601px ) {
  .form__row__container .form__field--group > * + * {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .form__row__container .form__field--group > * + * {
    margin-left: 20px;
  }
}
.form__row__container .form__field__text {
  line-height: 1.2rem;
}
.form__footer {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e9ec;
  border-top: 1px solid #e8e9ec;
  padding: 24px 0;
}
.form__footer span {
  display: block;
  margin-top: 1rem;
}
@media only screen and (min-width: 1024px) {
  .form__footer > * + * {
    margin-top: 0;
    margin-left: 10px;
  }
  .form__footer span {
    margin-top: 1rem;
  }
}
.form-wrapper .form {
  padding: 15px;
}
.form-wrapper .form__footer {
  margin-top: 15px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.form-wrapper .form__footer__buttons {
  display: flex;
  justify-content: flex-end;
}
.form-wrapper .complete-profile__terms {
  margin-top: 20px;
}
.btn {
  cursor: pointer;
  background: transparent;
  font-size: 1.4rem;
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Segoe UI', 'Lucida Sans', 'Arial', 'Verdana', sans-serif;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  color: #303ab2;
  font-weight: bold;
  border: none;
  transition: opacity 195ms linear, background-color 195ms linear, transform 195ms ease-in-out;
  border-radius: 4px;
}
.btn:focus,
.btn:active {
  outline: none;
  text-decoration: none;
}
.btn:disabled,
.btn[disabled] {
  opacity: 0.8;
}
.btn:hover {
  text-decoration: none;
}
.btn--block {
  display: block;
}
.btn--report {
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  border: 1px solid #e0e0e0;
  color: #3d5265;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 1.3rem;
  min-width: 145px;
}
.page {
  display: flex;
  flex-direction: column;
}
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
  display: block;
  padding: 8px;
}
.skip-link:focus,
.skip-link:active {
  position: static;
  width: auto;
  height: auto;
  margin: inherit;
  overflow: visible;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  white-space: inherit;
}
.alert--filled {
  padding: 10px;
  border-radius: 5px;
}
.alert--filled.alert--warning {
  background-color: #f7cc05;
  color: #fff;
}
.account-info {
  border-top: 1px solid #e0e0e0;
  padding: 10px 0;
}
@media only screen and (min-width: 1024px) {
  .account-info {
    position: relative;
    padding: 30px 0;
  }
}
.account-info:first-child {
  border-top: none;
}
@media only screen and (min-width: 1024px) {
  .account-info:first-child {
    border-top: 1px solid #e0e0e0;
  }
}
.account-info__summary {
  padding: 0 15px 30px;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .account-info__summary {
    position: absolute;
    left: 0;
    top: 15px;
    width: 50%;
    padding: 0;
    align-items: center;
  }
}
.account-info__summary__brand {
  flex: 2;
  padding-right: 10px;
}
@media only screen and (min-width: 1024px) {
  .account-info__summary__brand {
    flex: 1;
    padding-right: 30px;
    font-size: 1.6rem;
  }
}
.account-info__summary__balance,
.account-info__summary__limit {
  font-weight: bold;
  font-size: 1.1rem;
  flex: 1;
}
@media only screen and (min-width: 1024px) {
  .account-info__summary__balance,
  .account-info__summary__limit {
    text-transform: uppercase;
    font-size: 1.6rem;
  }
}
.account-info__summary__balance .money-display,
.account-info__summary__limit .money-display {
  display: block;
  font-size: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .account-info__summary__balance .money-display,
  .account-info__summary__limit .money-display {
    font-size: 2rem;
    margin-top: 5px;
  }
}
.account-info__summary__balance .money-display {
  color: #e0457b;
}
.account-info__summary__limit .money-display {
  color: #303ab2;
}
.account-info__details {
  padding: 15px;
}
.account-info__content {
  padding: 15px;
}
@media only screen and (min-width: 1024px) {
  .account-info__content {
    display: block;
    padding: 30px;
  }
  .account-info__content p {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .account-info .see-more {
    flex: 1;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .account-info .see-more__trigger {
    width: 50%;
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  .account-info .see-more .slideout__wrapper {
    margin-top: 30px;
  }
}
.account-info .see-more .report-tabs {
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .account-info .see-more .report-tabs {
    display: none;
  }
}
.account-info .see-more .report-tabs__labels {
  padding: 0 15px;
}
.account-info--moda .account-info__content p {
  margin-bottom: 20px;
}
.account-info--moda .account-info__details {
  padding: 0;
}
.account-timeline {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
}
.account-timeline svg {
  overflow: visible;
}
.account-timeline__graph {
  position: relative;
  overflow: visible;
}
.account-timeline__nav {
  display: flex;
  justify-content: space-between;
  overflow: visible;
  position: absolute;
  bottom: 0;
  height: 40px;
  left: 0;
  right: 0;
}
.account-timeline__nav button {
  background: #fff;
  border-radius: 2px;
  padding: 2px 8px;
}
.account-timeline__popover {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 12px;
  padding: 20px;
  width: 70%;
  position: relative;
}
.account-timeline__popover__close {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #fff;
  font-size: 28px;
  right: -14px;
  top: -14px;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}
.account-timeline__popover__close:hover {
  background-color: #f7f7fc;
}
.account-timeline__popover__title {
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.account-timeline__popover__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}
.account-timeline__popover__overlay_open {
  display: flex;
}
.account-timeline__popover__bead {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
}
.account-timeline__popover__label {
  flex-grow: 1;
}
.account-timeline__popover .money-display {
  font-size: 1.6rem;
  font-weight: bold;
}
.account-timeline__popover__series {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
.account-timeline__render-error {
  backgroundcolor: #e0457b;
  padding: 15px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 340px;
}
.timeline__list {
  position: relative;
  width: 49%;
  margin: 0 auto;
  padding-left: 20px;
  animation: reveal 2s 0 ease both 1;
}
@media only screen and (min-width: 1024px) {
  .timeline__list {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0 40px;
    margin-top: 40px;
  }
  .timeline__list:before {
    content: '';
    position: absolute;
    border-top: 3px dotted #9de89f;
    width: 100%;
    bottom: 0;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: scaleHorizontal 2s 1s ease both 1;
    animation: scaleHorizontal 2s 1s ease both 1;
  }
}
.timeline__item {
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .timeline__item {
    padding: 30px;
    animation: scaleHorizontal 2s 1s ease both 1;
  }
}
.timeline__item:before {
  content: '';
  position: absolute;
  border-left: 3px dotted #9de89f;
  margin-left: -30px;
  height: 100%;
  bottom: 0;
  top: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: scaleVertical 3s 1s ease both 1;
  animation: scaleVertical 3s 1s ease both 1;
}
@media only screen and (min-width: 1024px) {
  .timeline__item:before {
    display: none;
  }
}
.timeline__item:after {
  content: '';
  position: absolute;
  top: 0px;
  margin-left: -40px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
  border: 4px solid #9de89f;
  -webkit-animation: revealScaleUp 0.75s 0s ease both 1;
  animation: revealScaleUp 0.75s 0s ease both 1;
}
@media only screen and (min-width: 1024px) {
  .timeline__item:after {
    top: -10px;
    left: 42%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .timeline__item__content {
    text-align: center;
  }
}
.timeline__item__content span {
  display: block;
  font-weight: bold;
}
.timeline__item:nth-child(3):after {
  animation-delay: 1.2s;
}
.timeline__item:nth-child(3):after .timeline__item__content {
  animation-delay: 1.5s;
}
.timeline__item:nth-child(2):after {
  animation-delay: 0.85s;
}
.timeline__item:nth-child(2):after .timeline__item__content {
  animation-delay: 1.05s;
}
.timeline__item:nth-child(1):after {
  animation-delay: 0.7s;
}
.timeline__item:nth-child(1):after .timeline__item__content {
  animation-delay: 0.9s;
}
.timeline__item:first-child:after {
  animation-delay: 0.1s;
}
.timeline__item:first-child:after .timeline__item__content {
  animation-delay: 0.3s;
}
.timeline__item--start:after {
  content: '';
  position: absolute;
  top: 0px;
  margin-left: -33px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #9de89f;
  -webkit-animation: revealScaleUp 0.75s 0s ease both 1;
  animation: revealScaleUp 0.75s 0s ease both 1;
  animation-delay: 1.8s;
}
@media only screen and (min-width: 1024px) {
  .timeline__item--start:after {
    top: -3px;
    margin-left: 0;
  }
}
.timeline__item--start:after .timeline__item__content {
  animation-delay: 2.1s;
}
.timeline__item--start:before {
  display: none;
}
@keyframes reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleVertical {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes scaleHorizontal {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes revealScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.change-request {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .change-request {
    margin-top: 40px;
  }
}
.change-request__text {
  text-align: right;
}
.change-request__text p {
  padding: 0 15px;
}
@media only screen and (min-width: 1024px) {
  .change-request__text p {
    padding: 0;
  }
}
.change-request__text a {
  text-decoration: underline;
  display: block;
  color: #303ab2;
}
@media only screen and (min-width: 1024px) {
  .change-request__text a {
    display: inline-block;
  }
}
.change-request__action {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.change-request__action .loading-square {
  margin-left: 15px;
}
@media only screen and (min-width:  601px ) {
  .change-request__action {
    justify-content: flex-start;
  }
}
.change-request__action__success,
.change-request__action__error {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width:  601px ) {
  .change-request__action__success,
  .change-request__action__error {
    flex-direction: row;
    justify-content: space-between;
  }
}
.change-request__action__success__message,
.change-request__action__error__message {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (min-width:  601px ) {
  .change-request__action__success__message,
  .change-request__action__error__message {
    margin-bottom: 0;
  }
}
.change-request__action__success button,
.change-request__action__error button {
  width: 100%;
}
@media only screen and (min-width:  601px ) {
  .change-request__action__success button,
  .change-request__action__error button {
    width: auto;
  }
}
.change-request__action__success svg,
.change-request__action__error svg {
  margin-right: 10px;
}
.electoral-roll--not-found .change-request {
  padding: 0 20px;
}
.electoral-roll--success .change-request span {
  flex: 1;
  padding-right: 20px;
}
.cifas-case .cifas-case__subjects {
  display: flex;
  padding: 20px 0 10px;
  border-top: 1px solid #e0e0e0;
}
.cifas-case .cifas-case__subjects:first-child {
  border-top: none;
  padding-top: 0;
}
.dispute .form__row {
  margin: 15px 0;
}
.dispute .form__row__container {
  display: block;
}
.dispute .form__row--new {
  border-top: none;
  padding-top: 0;
}
.dispute .form__label {
  position: inherit;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.dispute__upload {
  margin-top: 20px;
}
.dispute__upload label {
  display: block;
  margin-bottom: 5px;
}
.dispute__footer {
  margin-top: 20px;
}
.dispute--electoral-roll ul {
  padding-left: 40px;
}
.dispute--electoral-roll ul li {
  list-style-type: circle;
}
.electoral-roll__status {
  display: flex;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .electoral-roll__status {
    padding-bottom: 20px;
  }
}
.electoral-roll__status p {
  margin: 0 0 0 10px;
  flex: 1;
}
@media only screen and (min-width: 1024px) {
  .electoral-roll__status p {
    margin: 0;
  }
}
.electoral-roll__status svg {
  height: 18px;
  width: 18px;
}
@media only screen and (min-width: 1024px) {
  .electoral-roll__status svg {
    display: none;
  }
}
.electoral-roll--not-found .electoral-roll__status {
  padding-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .electoral-roll--not-found .electoral-roll__content {
    align-items: center;
    border-top: none !important;
  }
}
.payment-progress__graphic__flag {
  overflow: visible;
  width: calc(100% - 5px);
}
.payment-progress__graphic__flag svg {
  transform-origin: bottom left;
  position: relative;
  top: 17px;
}
.payment-progress__graphic__wrapper {
  overflow: visible;
  padding: 2px;
}
.payment-progress__values {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.payment-progress__values .money-display {
  font-size: 2.4rem;
}
.payment-progress__values p {
  margin: 10px 0 0 0;
}
.payment-progress__values__paid {
  color: #303ab2;
}
.payment-progress__values__remaining {
  text-align: right;
  color: #e0457b;
}
.report-data__group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-basis: 50%;
}
@media only screen and (min-width: 1024px) {
  .report-data__group {
    margin-top: 20px;
  }
}
.report-data__group + .report-data__group {
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .report-data__group + .report-data__group {
    margin-top: 20px;
  }
}
.report-data__list {
  margin: 0;
  padding: 0;
}
.report-data__list__counter {
  font-family: 'Lato', 'Helvetica Neue', 'Segoe UI', 'Lucida Sans', 'Arial', 'Verdana', sans-serif;
  font-size: 2.2rem;
  padding-right: 20px;
  color: #303ab2;
  flex-shrink: 0;
}
@media only screen and (min-width: 1024px) {
  .report-data__list__counter {
    padding-right: 40px;
  }
}
.report-data__list__content {
  width: 100%;
}
.report-data__list__item {
  display: flex;
  margin: 20px 0;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
}
@media only screen and (min-width: 1024px) {
  .report-data__list__item {
    align-items: baseline;
  }
}
.report-data__list__item:first-child {
  margin-top: 0;
}
.report-data__list__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .report-data__list__item {
    width: 100%;
  }
}
.report-data__list__item__content {
  flex-grow: 1;
}
@media only screen and (min-width: 1024px) {
  .report-data__list__item__content {
    display: table-row;
  }
}
@media only screen and (min-width: 1024px) {
  .report-search {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
  }
}
.report-search__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 15px;
  border-top: 1px solid #e0e0e0;
}
@media only screen and (min-width: 1024px) {
  .report-search__stats {
    position: absolute;
    left: 0;
    top: 15px;
    width: 85%;
    padding: 0;
    border-top: none;
    font-size: 1.6rem;
  }
}
.report-search__stats__brand,
.report-search__stats__total,
.report-search__stats__type,
.report-search__stats__date {
  flex: 0 0 50%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .report-search__stats__brand,
  .report-search__stats__total,
  .report-search__stats__type,
  .report-search__stats__date {
    flex: 2;
    margin-bottom: 0;
  }
}
.report-search__stats__total,
.report-search__stats__date {
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .report-search__stats__total,
  .report-search__stats__date {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .report-search__stats__brand,
  .report-search__stats__total {
    flex: 1;
    margin-right: 20px;
  }
}
.report-search__stats span {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.report-search__stats__total {
  padding-left: 10px;
}
@media only screen and (min-width: 1024px) {
  .report-search__stats__total {
    padding-left: 0;
  }
}
.report-search__stats__total span {
  font-weight: normal;
  text-transform: none;
}
.report-search__details__header {
  background: #eeeff9;
  padding: 10px 15px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .report-search__details__header {
    font-size: 1.6rem;
  }
}
.report-search__details__info {
  padding: 0 15px 10px;
}
.report-search__details__info p {
  font-size: 1.4rem;
  margin: 5px 0;
}
@media only screen and (min-width: 1024px) {
  .report-search__details__info p {
    font-size: 1.6rem;
  }
}
.report-search__list {
  padding: 0 15px;
}
.report-search__list p {
  margin: 0;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1024px) {
  .report-search__list p {
    font-size: 1.6rem;
  }
}
.report-search__list__item {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
}
.report-search__list__item:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}
.report-search__list__counter {
  color: #303ab2;
  margin-right: 10px;
  font-size: 2.2rem;
}
.report-search__list__quotation {
  flex: 2;
  font-weight: bold;
}
.report-search__list__reference {
  white-space: nowrap;
}
@media only screen and (min-width:  601px ) {
  .report-search__list__reference {
    padding-right: 15px;
  }
}
.report-search__list__rhs {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  max-width: 30%;
}
@media only screen and (min-width:  601px ) {
  .report-search__list__rhs {
    flex-direction: row;
    max-width: none;
  }
}
@media only screen and (min-width: 1024px) {
  .report-search .see-more {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .report-search .see-more__trigger {
    width: 15%;
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  .report-search .see-more .slideout__wrapper {
    margin-top: 30px;
  }
}
.report-section {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .report-section {
    margin-bottom: 0;
  }
}
.report-section__inner {
  padding: 15px 15px 20px;
}
.report-section__subtitle {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1024px) {
  .report-section__subtitle {
    padding-left: 0;
    padding-right: 0;
  }
}
.report-section__subtitle a {
  color: #303ab2;
  text-decoration: underline;
}
.report-section__cta {
  display: block;
  text-align: right;
  padding-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .report-section__cta {
    display: none;
  }
}
.report-section__points-of-interest {
  text-align: center;
}
.report-section--intelligent-alerts {
  margin-bottom: 20px;
}
.report-section--intelligent-alerts .btn {
  font-size: 1.2em;
}
.report-section--intelligent-alerts .report-section__title,
.report-section--balance-summary .report-section__title,
.report-section--searches .report-section__title,
.report-section--rulings .report-section__title,
.report-section--open-accounts .report-section__title,
.report-section--closed-accounts .report-section__title,
.report-section--recent-activity .report-section__title,
.report-section--personal-details .report-section__title {
  background: none;
}
.report-section--searches .report-section__title,
.report-section--rulings .report-section__title,
.report-section--recent-activity .report-section__title,
.report-section--intelligent-alerts .report-section__title,
.report-section--personal-details .report-section__title {
  padding-bottom: 0;
}
.page--overview,
.page--accounts,
.page--profile,
.page--searches,
.page--rulings {
  color: #08051d;
}
@media only screen and (min-width: 1024px) {
  .page--overview .report-section,
  .page--accounts .report-section,
  .page--profile .report-section,
  .page--searches .report-section,
  .page--rulings .report-section {
    padding: 20px 0;
    border-top: 1px solid #303ab2;
  }
  .page--overview .report-section:first-child,
  .page--accounts .report-section:first-child,
  .page--profile .report-section:first-child,
  .page--searches .report-section:first-child,
  .page--rulings .report-section:first-child {
    border-top: none;
  }
}
@media only screen and (min-width:  601px ) {
  .page--overview .report-section__subtitle,
  .page--accounts .report-section__subtitle,
  .page--profile .report-section__subtitle,
  .page--searches .report-section__subtitle,
  .page--rulings .report-section__subtitle {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .page--overview .report-section__subtitle,
  .page--accounts .report-section__subtitle,
  .page--profile .report-section__subtitle,
  .page--searches .report-section__subtitle,
  .page--rulings .report-section__subtitle {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.page--overview .report-section--personal-details,
.page--accounts .report-section--personal-details,
.page--profile .report-section--personal-details,
.page--searches .report-section--personal-details,
.page--rulings .report-section--personal-details,
.page--overview .report-section--searches,
.page--accounts .report-section--searches,
.page--profile .report-section--searches,
.page--searches .report-section--searches,
.page--rulings .report-section--searches,
.page--overview .report-section--rulings,
.page--accounts .report-section--rulings,
.page--profile .report-section--rulings,
.page--searches .report-section--rulings,
.page--rulings .report-section--rulings {
  border-top: none;
}
@media only screen and (min-width: 1024px) {
  .page--overview .report-section__inner,
  .page--accounts .report-section__inner,
  .page--profile .report-section__inner,
  .page--searches .report-section__inner,
  .page--rulings .report-section__inner {
    padding: 10px 0 20px;
  }
}
.report-section__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: #eeeff9;
}
.report-section__title__details {
  display: flex;
  align-items: center;
}
.report-section__title__details h2 {
  margin-right: 10px;
}
.report-section__title h2 {
  font-size: 1.6rem;
}
@media only screen and (min-width:  601px ) {
  .report-section__title h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .report-section__title h2 {
    font-size: 2.2rem;
  }
}
.report-section__title__cta {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .page--overview .report-section__title,
  .page--profile .report-section__title,
  .page--accounts .report-section__title,
  .page--searches .report-section__title,
  .page--rulings .report-section__title {
    padding: 10px 0;
    background: none;
  }
}
.page--overview .report-section__title__number,
.page--profile .report-section__title__number,
.page--accounts .report-section__title__number,
.page--searches .report-section__title__number,
.page--rulings .report-section__title__number {
  margin-right: 10px;
  margin-left: -5px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .page--overview .report-section__title__cta,
  .page--profile .report-section__title__cta,
  .page--accounts .report-section__title__cta,
  .page--searches .report-section__title__cta,
  .page--rulings .report-section__title__cta {
    display: block;
  }
}
.see-more {
  margin-bottom: 10px;
}
.see-more__trigger {
  width: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.see-more__trigger button {
  font-size: 1.4rem;
  color: #303ab2;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
}
.see-more__alert {
  display: flex;
  align-items: center;
}
.see-more__alert span {
  margin-left: 10px;
  font-size: 1.4rem;
  font-weight: semibold;
}
.see-more__alert svg {
  width: 20px !important;
  height: 20px !important;
}
.see-more .slideout {
  width: 100%;
}
.see-more .slideout__wrapper {
  background: #f7f7fc;
  position: relative;
  margin-top: 15px;
}
.see-more .slideout__wrapper:before {
  content: '';
  position: absolute;
  margin-top: -10px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f7f7fc;
}
.see-more .slideout__nested {
  max-height: 0;
}
.score-bubbles {
  position: relative;
  width: 100%;
  overflow: visible;
  height: 100%;
}
.score-bubbles svg {
  overflow: visible;
  shape-rendering: auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.score-bubbles svg .filled {
  fill: #e3ed55;
}
.score-bubbles__fill {
  stroke: #000;
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
}
.score-bubbles__bg {
  stroke: #e1e1e1;
  fill: none;
  vector-effect: non-scaling-stroke;
}
.score-bubbles__children {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.score-bubbles__children__wrapper {
  background: white;
  padding: 20px;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .score-bubbles__children__wrapper {
    width: 220px;
    height: 220px;
  }
}

