.app-spacing-vertical-s {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .app-spacing-vertical-s {
      margin-top: 45px;
      margin-bottom: 45px; } }

.app-spacing-vertical-m {
  margin-top: 60px;
  margin-bottom: 60px; }

.app-spacing-vertical-l {
  margin-top: 70px;
  margin-bottom: 70px; }

.app-spacing-below-xs {
  margin-bottom: 30px; }

.app-spacing-below-xxs {
  margin-bottom: 20px; }

.app-spacing-below-s {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .app-spacing-below-s {
      margin-bottom: 45px; } }

.app-spacing-below-m {
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .app-spacing-below-m {
      margin-bottom: 60px; } }

.app-spacing-below-l {
  margin-bottom: 70px; }

.app-spacing-above-s {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .app-spacing-above-s {
      margin-top: 45px; } }

.app-spacing-above-m {
  margin-top: 45px; }
  @media (min-width: 768px) {
    .app-spacing-above-m {
      margin-top: 60px; } }

.app-spacing-above-l {
  margin-top: 70px; }

.app-wrapper {
  padding: 0;
  background: #d9d9d9; }
  @media (min-width: 768px) {
    .app-wrapper {
      padding: 110px 0 150px; } }

.app-container {
  margin: 0 auto;
  padding: 50px 30px 100px;
  background: #fff; }
  @media (min-width: 374px) {
    .app-container {
      padding: 50px 60px 100px; } }
  @media (min-width: 768px) {
    .app-container {
      padding: 120px 35px;
      max-width: 690px; } }
  @media (min-width: 992px) {
    .app-container {
      padding: 120px 155px;
      max-width: 930px; } }
  @media (min-width: 1200px) {
    .app-container {
      padding: 120px 292px;
      max-width: 1206px; } }

@media (min-width: 992px) {
  .app-row-pullout {
    margin: 0 -50px; } }

@media (min-width: 1200px) {
  .app-row-pullout {
    margin: 0 -144px 0 -100px; } }

.app-grid-borders {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 374px) {
    .app-grid-borders {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 768px) {
    .app-grid-borders [class*="col-md"] {
      border-right: 1px solid #cccccc;
      border-left: 1px solid #cccccc; }
      .app-grid-borders [class*="col-md"]:first-child {
        border-left-color: transparent; }
      .app-grid-borders [class*="col-md"]:last-child {
        border-right-color: transparent; } }

img {
  min-height: 1px;
  max-width: 100%;
  height: auto; }

.app-img-realme {
  max-width: 133px; }

.app-img-electorate {
  position: relative;
  top: -15px;
  left: -15px; }

.app-btn {
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  display: inline-block;
  padding: 10px 21px;
  border: 0;
  color: #ffffff;
  font-size: 19px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  text-decoration: none; }
  @media screen and (prefers-reduced-motion: reduce) {
    .app-btn {
      -webkit-transition: none;
      transition: none; } }
  .app-btn:hover {
    text-decoration: none; }
  .app-btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .app-btn:disabled {
    background-color: #cccccc !important; }
    .app-btn:disabled:hover {
      background-color: #cccccc !important; }
  .app-btn:not(:disabled) {
    cursor: pointer; }
  .app-btn + .app-btn {
    margin-left: 13px; }

.app-btn--primary {
  background: #d35400; }
  .app-btn--primary:hover, .app-btn--primary:focus, .app-btn--primary:active {
    background: #aa2e00;
    color: #ffffff; }

.app-btn--secondary {
  background: #666666; }
  .app-btn--secondary:hover, .app-btn--secondary:focus, .app-btn--secondary:active {
    background: #505050;
    color: #ffffff; }

.app-icon-btn {
  width: 45px;
  height: 45px;
  font-size: 22.5px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  display: inline-block;
  color: #ffffff;
  background: #d35400; }
  @media screen and (prefers-reduced-motion: reduce) {
    .app-icon-btn {
      -webkit-transition: none;
      transition: none; } }
  .app-icon-btn:hover {
    text-decoration: none; }
  .app-icon-btn:hover, .app-icon-btn:focus, .app-icon-btn:active {
    background: #aa2e00;
    color: #ffffff; }
  .app-icon-btn:disabled {
    opacity: .5; }
  .app-icon-btn:not(:disabled) {
    cursor: pointer; }

.app-btn-modal {
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  padding: 10px 24px;
  border: 0;
  color: #f89828;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  background: #231f20;
  width: 100%;
  display: block;
  margin: 0 !important; }
  @media screen and (prefers-reduced-motion: reduce) {
    .app-btn-modal {
      -webkit-transition: none;
      transition: none; } }
  .app-btn-modal + .app-btn-modal {
    margin-top: 1rem !important; }
  .app-btn-modal:hover, .app-btn-modal:focus, .app-btn-modal:active {
    background: #000;
    color: #f89828; }
  .app-btn-modal:disabled:hover {
    background: #231f20; }
  .app-btn-modal:hover {
    text-decoration: none; }
  .app-btn-modal:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .app-btn-modal:disabled {
    opacity: .5; }
  .app-btn-modal:not(:disabled) {
    cursor: pointer; }

.slick-prev,
.slick-next {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 20px;
  color: #d35400; }
  @media screen and (prefers-reduced-motion: reduce) {
    .slick-prev,
    .slick-next {
      -webkit-transition: none;
      transition: none; } }
  .slick-prev:hover,
  .slick-next:hover {
    color: #aa2e00; }
  .slick-prev::before,
  .slick-next::before {
    display: none; }

.form-check {
  margin-top: 5px;
  padding-left: 0; }
  .form-check:not(.form-check-inline) {
    margin-top: 15px; }
  .form-check input,
  .form-check.form-check-inline input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    height: 0;
    width: 0;
    border: 0;
    overflow: hidden; }
  .form-check label {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    padding-left: 30px;
    color: #231f20 !important; }
    @media (min-width: 768px) {
      .form-check label {
        font-size: 16px; } }
    .form-check label::before, .form-check label::after {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      color: #666666;
      font-size: 20px;
      font-family: "Font Awesome 5 Pro";
      line-height: 1.1; }
      @media screen and (prefers-reduced-motion: reduce) {
        .form-check label::before, .form-check label::after {
          -webkit-transition: none;
          transition: none; } }
  .form-check input[type="checkbox"] ~ label::before {
    content: "\f0c8";
    /* fa-square */ }
  .form-check input[type="checkbox"] ~ label::after {
    opacity: 0;
    content: "\f14a";
    /* fa-check-square */
    font-weight: 900; }
  .form-check input[type="radio"] ~ label::before {
    content: "\f111";
    /* fa-circle */ }
  .form-check input[type="radio"] ~ label::after {
    opacity: 0;
    content: "\f192";
    /* fa-dot-circle */ }
  .form-check input:checked ~ label::after {
    opacity: 1; }
  .was-validated .form-check input:invalid ~ label::before,
  .form-check input.is-invalid ~ label::before,
  .form-check .is-invalid > input label::before {
    color: #aa2e00; }
  .form-check input:focus ~ label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

span.jq-dte {
  display: block;
  position: relative;
  padding: 4px 10px;
  border-radius: 0;
  border: 3px solid #666666;
  color: #666666;
  height: 40px;
  font-size: 18px;
  line-height: 24px;
  max-width: 245px; }
  .is-invalid span.jq-dte {
    border: 3px solid #aa2e00; }
  @media (min-width: 768px) {
    span.jq-dte {
      height: 50px;
      padding: 9px 10px; } }

span.jq-dte-inner {
  border: none;
  padding: 1px;
  margin: 1px;
  white-space: nowrap;
  background-color: #ffffff; }

span.jq-dte input {
  border: none;
  background-color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
  color: #666666;
  min-width: 58px; }
  span.jq-dte input.jq-dte-year {
    min-width: 87px; }

span.jq-dte input.error {
  background-color: #f3c4b6; }

span.jq-dte.readonly,
span.jq-dte.readonly span.jq-dte-inner,
span.jq-dte.readonly input {
  background-color: #ffffff;
  color: #666666; }

span.jq-dte input.hint {
  color: #6c757d; }

span.jq-dte span.separator {
  color: #666666; }

span.jq-dte span.jq-dte-tooltip,
span.jq-dte span.jq-dte-errorbox {
  display: none !important; }

.is-disabled {
  opacity: .5; }

.form-control,
.custom-file-label {
  height: 40px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 0;
  border: 3px solid #666666;
  color: #666666;
  padding: 4px 10px; }
  @media (min-width: 768px) {
    .form-control,
    .custom-file-label {
      height: 50px; } }
  .form-control:disabled, .form-control[readonly],
  .custom-file-label:disabled,
  .custom-file-label[readonly] {
    background-color: inherit; }
  .form-control.is-pending,
  .custom-file-label.is-pending {
    background-color: #dddddd; }

.custom-file-label {
  line-height: 23px; }
  @media (min-width: 768px) {
    .custom-file-label {
      line-height: 33px; } }
  .custom-file-label::before {
    position: absolute;
    top: -3px;
    right: 127px;
    height: 40px;
    width: 20px;
    content: "";
    display: block;
    background: #fff;
    border-left: inherit; }
    @media (min-width: 768px) {
      .custom-file-label::before {
        height: 50px; } }
  .custom-file-label::after {
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    height: 40px;
    line-height: 20px;
    border-left: 3px solid #fff;
    font-size: 18px;
    padding: 10px 21px;
    font-weight: 800;
    background: #d35400;
    color: #fff;
    top: -3px;
    right: -3px;
    width: 130px;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-file-label::after {
        -webkit-transition: none;
        transition: none; } }
    @media (min-width: 768px) {
      .custom-file-label::after {
        line-height: 30px;
        height: 50px; } }
    .custom-file:hover .custom-file-label::after {
      background: #aa2e00; }

.custom-file-input,
.custom-file {
  height: 40px; }
  @media (min-width: 768px) {
    .custom-file-input,
    .custom-file {
      height: 50px; } }

label:not(.form-check-label):not(.custom-file-label),
legend {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 10px; }
  label:not(.form-check-label):not(.custom-file-label) .optional,
  legend .optional {
    font-weight: 400; }
  label:not(.form-check-label):not(.custom-file-label) strong,
  legend strong {
    font-weight: 800; }

.invalid-feedback {
  margin-top: 10px;
  color: #aa2e00;
  font-size: 16px; }

.invalid-feedback-group-phone {
  font-weight: 600;
  padding: 5px;
  background: #cccccc;
  color: #000; }

.was-validated .form-control:invalid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.form-control.is-valid {
  background-image: none; }

.was-validated .form-control:invalid,
.form-control.is-invalid,
.is-invalid > .form-control {
  border-color: #aa2e00; }
  .was-validated .form-control:invalid:focus,
  .form-control.is-invalid:focus,
  .is-invalid > .form-control:focus {
    border-color: #aa2e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(170, 46, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(170, 46, 0, 0.25); }

.form-check-inline.is-invalid ~ .invalid-feedback,
.is-invalid > .form-check-inline ~ .invalid-feedback {
  display: block;
  margin: 0 0 30px; }

.is-invalid > .invalid-feedback {
  display: block; }

.app-help-text {
  color: #666666;
  font-size: 16px;
  display: block;
  margin: -10px 0 10px; }

select.form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23d35400' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'%3e%3c/path%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px; }
  @media (min-width: 768px) {
    select.form-control {
      background-size: 20px 20px;
      padding-right: 40px; } }
  select.form-control::-ms-expand {
    opacity: 0; }

h1 {
  font-size: 30px;
  font-weight: 800; }
  @media (min-width: 768px) {
    h1 {
      font-size: 36px;
      line-height: 40px; } }

h2,
.h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600; }

h3,
.h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400; }

h4,
.h4 {
  font-size: 18px;
  font-weight: 600; }

h2 strong,
.h2 strong,
h4 strong,
.h4 strong {
  font-weight: 800; }

hr {
  margin: 50px 0;
  border: 0;
  border-bottom: 2px solid #cccccc; }

.divider--large {
  margin: 70px 0; }

main a:not([class]) {
  color: #aa2e00;
  text-decoration: none;
  border-bottom: 1px solid #aa2e00; }
  main a:not([class]):hover {
    color: #231f20;
    text-decoration: none;
    border-bottom-color: #231f20; }
  @media (min-width: 768px) {
    main a:not([class])[href^="tel:"] {
      color: inherit;
      text-decoration: none;
      pointer-events: none;
      border-bottom: 0; } }

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem; }

strong,
b {
  font-weight: 600; }

.app-wrapper .fa-cogs {
  color: #d35400; }

label i.fa-cogs,
legend i.fa-cogs {
  margin-left: 8px; }

.app-verification-result {
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  display: block;
  margin: 0 auto 30px; }
  .app-verification-result--complete {
    background: #cfe4b7; }
  .app-verification-result--incomplete {
    background: #f3c4b6; }

.app-or-horizontal-divider {
  position: relative;
  margin: 60px auto;
  height: 2px;
  width: 100%;
  border: 0;
  background: #cccccc; }
  .app-or-horizontal-divider::before {
    position: absolute;
    display: block;
    content: "OR";
    width: 70px;
    text-align: center;
    background: #ffffff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #231f20;
    top: -13px;
    left: 35px; }

.app-or-realme-login-divider {
  position: relative;
  margin: 30px auto;
  height: 2px;
  width: 100%;
  border: 0;
  background: #cccccc; }
  .app-or-realme-login-divider::before {
    position: absolute;
    display: block;
    content: "OR";
    width: 70px;
    text-align: center;
    background: #ffffff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #231f20;
    top: -13px;
    left: 35px; }

.app-or-divider,
.app-licence-divider,
.app-passport-divider,
.app-realme-divider {
  position: relative;
  margin: 60px auto;
  height: 2px;
  width: 100%;
  border: 0;
  background: #cccccc; }
  @media (min-width: 768px) {
    .app-or-divider,
    .app-licence-divider,
    .app-passport-divider,
    .app-realme-divider {
      margin: 0 auto;
      width: 2px; } }

@media (min-width: 768px) {
  .app-or-divider,
  .app-realme-divider {
    height: 500px; } }

@media (min-width: 1200px) {
  .app-or-divider,
  .app-realme-divider {
    height: 475px; } }

.app-or-divider::before,
.app-realme-divider::before {
  position: absolute;
  display: block;
  content: "OR";
  width: 70px;
  text-align: center;
  background: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #231f20;
  top: -13px;
  left: 50%;
  margin-left: -35px; }
  @media (min-width: 768px) {
    .app-or-divider::before,
    .app-realme-divider::before {
      top: 30px;
      left: -25px;
      height: 33px;
      line-height: 33px;
      margin-left: 0;
      width: 50px; } }

@media (min-width: 768px) {
  .app-licence-divider {
    height: 388px; } }

@media (min-width: 768px) {
  .app-passport-divider {
    height: 239px; } }

@media (min-width: 768px) {
  .app-realme-divider {
    height: 480px; } }

@media (min-width: 1200px) {
  .app-realme-divider {
    height: 500px; } }

.app-electorate-divider {
  display: none; }
  @media (min-width: 768px) {
    .app-electorate-divider {
      display: block;
      position: relative;
      width: 2px;
      background: #cccccc;
      margin-bottom: 25px;
      margin-right: 20px; } }
  .app-electorate-divider::before {
    position: absolute;
    display: block;
    content: "OR";
    text-align: center;
    background: #ffffff;
    font-size: 20px;
    font-weight: 600;
    color: #231f20;
    top: 30px;
    left: -25px;
    height: 33px;
    line-height: 33px;
    margin-left: 0;
    width: 50px; }

.orange-banner {
  margin-bottom: 0; }

.breadcrumb {
  margin-bottom: 0; }

.breadcrumb .second {
    display: inline; }
@media (max-width: 650px) {
    .breadcrumb .second {
        display: none; } }
@media (max-width: 675px) {
    .breadcrumb .realme_secondary_login {
        padding-right: 0;
        background-image: none; } }
@media (max-width: 675px) {
    .breadcrumb .realme_secondary_login .realme_pipe {
        border-right: none; } }
@media (max-width: 675px) {
    .breadcrumb .realme_secondary_login .realme_widget {
        padding-left: 0; } }

footer {
  margin-top: 0; }

.app-typeahead {
  position: relative; }
  .app-typeahead__spinner {
    position: absolute;
    font-size: 18px;
    z-index: 2;
    pointer-events: none;
    top: 6px;
    right: 10px;
    color: #aa2e00; }
    @media (min-width: 768px) {
      .app-typeahead__spinner {
        top: 12px;
        right: 15px; } }
  .app-typeahead__suggestions {
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-box-shadow: 1.7px 8.8px 20px 1.1px rgba(0, 0, 0, 0.45);
            box-shadow: 1.7px 8.8px 20px 1.1px rgba(0, 0, 0, 0.45); }
  .app-typeahead__suggestion {
    font-size: 16px;
    line-height: 24px;
    padding: 14px 20px;
    border-top: 1px solid #d9d9d9;
    cursor: pointer; }
    .app-typeahead__suggestion:hover {
      background: #ededed; }

.app-tooltip-toggle {
  border-radius: 50%;
  background: #231f20;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  height: 20px;
  width: 20px;
  text-align: center; }

.tooltip.show {
  opacity: 1; }

.tooltip-inner {
  font-family: 'Montserrat', sans-serif;
  color: #231f20;
  text-align: left;
  background-color: #cccccc; }

.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #cccccc; }

.app-accordion__heading {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 20px;
  margin: 55px 0;
  color: #d35400;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 3px solid #666666;
  text-decoration: none; }
  @media screen and (prefers-reduced-motion: reduce) {
    .app-accordion__heading {
      -webkit-transition: none;
      transition: none; } }
  .app-accordion__heading strong {
    font-weight: 800; }
  @media (min-width: 768px) {
    .app-accordion__heading {
      margin: 50px 0;
      font-size: 22px; } }
  .app-accordion__heading[aria-expanded="true"] {
    margin-bottom: 20px; }
  .app-accordion__heading:hover {
    text-decoration: none; }
  .app-accordion__heading:hover, .app-accordion__heading:focus, .app-accordion__heading:active {
    color: #aa2e00;
    border-color: #666666 !important;
    text-decoration: none; }

.app-accordion__icons {
  width: 25px;
  height: 25px;
  font-size: 12.5px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  color: #ffffff;
  background: #d35400; }
  @media screen and (prefers-reduced-motion: reduce) {
    .app-accordion__icons {
      -webkit-transition: none;
      transition: none; } }
  .app-accordion__heading:hover .app-accordion__icons {
    background: #aa2e00; }

.app-accordion__content {
  margin: 0 0 50px; }
  .app-accordion__content li ul {
    margin-top: 10px; }

.app-accordion__icon {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 25px !important;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (prefers-reduced-motion: reduce) {
    .app-accordion__icon {
      -webkit-transition: none;
      transition: none; } }

.app-accordion__heading[aria-expanded="true"] .app-accordion__icon--open,
.app-accordion__heading[aria-expanded="false"] .app-accordion__icon--close {
  opacity: 0; }

.screen-overlay {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: left;
  display: none; }

.cover {
  display: block; }

.body-screen-overlay {
  overflow: hidden; }

#definition_container, #definition_container_citizen, #definition_container_resident {
  background: #231f20;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.app-definition {
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
  display: block !important;
  position: relative;
  top: 0;
  right: -105vw;
  width: 100vw;
  float: right;
  background: #231f20;
  color: #fff;
  z-index: 999;
  height: 100vh; }
  @media screen and (prefers-reduced-motion: reduce) {
    .app-definition {
      -webkit-transition: none;
      transition: none; } }
  .app-definition > article {
    position: relative;
    height: 100vh;
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; }
  @media (min-width: 768px) {
    .app-definition {
      width: 400px;
      right: -410px; } }
  .app-definition .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    opacity: 1;
    font-size: 33px; }
    .app-definition .close:hover {
      opacity: 1; }
  .app-definition.show {
    right: 0; }
  .app-definition__title {
    font-weight: 800;
    margin-bottom: 22px; }
  .app-definition__header, .app-definition__content {
    padding-left: 60px;
    padding-right: 60px; }
  .app-definition__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;}
  .app-definition__content {
    background: #231f20;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow-y: visible;
    overscroll-behavior-y: contain; }
    .app-definition__content a:not([class]) {
      color: #f89828;
      border-bottom-color: #f89828; }
      .app-definition__content a:not([class]):hover, .app-definition__content a:not([class]):focus {
        color: #fddfbc;
        border-bottom-color: #fddfbc; }
  .app-definition__divider {
    border-bottom-color: #505050; }

.app-definition-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed #505050;
  position: relative;
  z-index: 1001; }
  .app-definition-link:hover, .app-definition-link:focus, .app-definition-link:active {
    color: #aa2e00;
    text-decoration: none;
    border-bottom-color: #aa2e00; }
  .app-definition-link--realme {
    display: inline-block;
    margin-top: 13px;
    font-size: 13px;
    color: #3a77b9 !important;
    font-weight: 600; }
    .app-definition-link--realme:hover, .app-definition-link--realme:focus, .app-definition-link--realme:active {
      color: #2e5e92 !important;
      border-bottom-color: #2e5e92; }

@media (max-width: 1360px) {
    .app-definition-link {
        z-index: 999; } }

.app-info-panel__title {
  margin: 30px 0; }
  @media (min-width: 768px) {
    .app-info-panel__title {
      margin-top: 0; } }

.app-info-panel p {
  margin-bottom: 46px; }

.app-inline-message {
  margin: 60px 0;
  background: #ededed; }
  .app-inline-message__title {
    background: #505050;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 0; }
  .app-inline-message__content {
    padding: 10px;
    font-size: 16px; }

.item-summary {
  font-size: 18px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .item-summary {
      padding-right: 30px;
      margin-bottom: 50px; } }
  .item-summary strong {
    font-weight: 600;
    display: block;
    margin-bottom: 10px; }
  .item-summary--inline {
    margin-bottom: 14px; }
    @media (min-width: 768px) {
      .item-summary--inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .item-summary--inline strong {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .item-summary--inline strong {
          width: 45%;
          margin-right: 5%; } }
    .item-summary--inline:last-of-type {
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .item-summary--inline:last-of-type {
          margin-bottom: 0; } }

.app-message {
  margin: 60px 0;
  padding: 25px 24px 30px;
  background: #ededed; }
  .app-message__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 800; }
  .app-message__content {
    font-size: 16px;
    margin-bottom: 0; }
    .app-message__content p:last-child {
      font-size: 16px;
      margin-bottom: 0; }
  .app-message p {
    font-size: 16px;
    line-height: 22px; }
    .app-message p:last-child {
      margin-bottom: 0; }

.app-next-steps {
  counter-reset: section;
  list-style: none;
  margin: 0;
  padding: 0; }
  .app-next-steps li {
    margin-bottom: 45px;
    padding: 0; }
    @media (min-width: 768px) {
      .app-next-steps li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .app-next-steps li::before {
      width: 45px;
      height: 45px;
      font-size: 22.5px;
      line-height: 45px;
      text-align: center;
      border-radius: 100%;
      display: block;
      margin: 0 20px 10px 0;
      counter-increment: section;
      content: counter(section);
      font-weight: 800;
      background: #ededed;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .app-next-steps li span {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }

.app-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #999999;
  background: #ededed;
  list-style: none;
  margin: 0 -30px 35px;
  padding: 0; }
  @media (min-width: 374px) {
    .app-tabs {
      margin: 0 -60px 35px; } }
  .app-tabs__tab {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0 !important; }
    .app-tabs__tab:first-child {
      border-right: 1px solid #999999; }
      .app-tabs__tab:first-child a {
        padding-left: 30px; }
        @media (min-width: 374px) {
          .app-tabs__tab:first-child a {
            padding-left: 60px; } }
  .app-tabs__link {
    display: block;
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
    color: #505050;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #ededed;
    border-bottom: 1px solid #999999; }
    @media (max-width: 300px) {
      .app-tabs__link {
        font-size: 10px;
        padding-left: 10px; } }
    .app-tabs__link:hover, .app-tabs__link:focus, .app-tabs__link:active {
      color: #aa2e00; }
    .app-tabs__link.active {
      color: #d35400;
      background: #ffffff;
      border-bottom-color: #ffffff; }

.app-progress {
  position: relative;
  overflow: hidden;
  margin: 0 0 50px; }
  .app-progress a {
    border-bottom: none !important; }
    .app-progress a:hover, .app-progress a:focus, .app-progress a:active {
      border-bottom: none; }
  @media (min-width: 768px) {
    .app-progress {
      margin: -153px 0 79px; } }
  @media (min-width: 768px) {
    .app-progress--compact {
      margin-left: 12.5%;
      margin-right: 12.5%; } }
  .app-progress__steps {
    position: relative;
    z-index: 3;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    width: 100%; }
  .app-progress__step {
    padding-bottom: 0 !important;
    text-align: center; }
  .app-progress__icon {
    width: 46px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background: #999999;
    color: #ffffff; }
    @media (min-width: 768px) {
      .app-progress__icon {
        width: 74px;
        height: 74px;
        font-size: 37px;
        line-height: 74px;
        text-align: center;
        border-radius: 100%; } }
    .app-progress__step--active .app-progress__icon {
      background: #d35400; }
    .app-progress__step--complete .app-progress__icon {
      background: #aa2e00; }
  .app-progress__track {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -2px;
    height: 4px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #999999;
    z-index: 1; }
    @media (min-width: 768px) {
      .app-progress__track {
        margin-top: -4px;
        height: 8px; } }
  .app-progress__bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #d35400; }
    .app-progress__bar[data-step-current="1"] {
      width: 20%; }
      .app-progress--compact .app-progress__bar[data-step-current="1"] {
        width: 28%; }
    .app-progress__bar[data-step-current="2"] {
      width: 50%; }
      .app-progress--compact .app-progress__bar[data-step-current="2"] {
        width: 72%; }
    .app-progress__bar[data-step-current="3"] {
      width: 80%; }
      .app-progress--compact .app-progress__bar[data-step-current="3"] {
        width: 100%; }
    .app-progress__bar[data-step-current="4"] {
      width: 100%; }

.app-about-block {
  width: 100%;
  margin: 45px 0; }
  @media (min-width: 768px) {
    .app-about-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end; } }
  .app-about-block__title {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .app-about-block__title {
        margin-bottom: 50px; } }
  .app-about-block__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

.app-checklist-content h2 {
  margin-bottom: 36px; }

.app-checklist-content ul {
  margin: 0;
  padding: 0 0 0 20px; }

.app-diff-block {
  margin-bottom: 10px; }
  .app-diff-block,
  .app-diff-block p {
    font-size: 18px;
    line-height: 1.5; }
  @media (min-width: 768px) {
    .app-diff-block__address {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .app-diff-block__address p {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .app-diff-block__current, .app-diff-block__pending, .app-diff-block__date {
    overflow-wrap: break-word; }
  .app-diff-block__pending {
    padding: 15px;
    border: 3px solid #d35400;
    margin-bottom: 30px; }
  .app-diff-block__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .app-diff-block__date strong {
      font-size: 20px;
      margin-top: 25px; }
  .app-diff-block strong {
    display: block; }

.app-electorates {
  position: relative;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .app-electorates {
      margin-bottom: 0; } }
  .app-electorates::after {
    position: absolute;
    bottom: 0;
    left: -60px;
    right: -60px;
    display: block;
    content: "";
    background: #999999;
    height: 1px; }
    @media (min-width: 768px) {
      .app-electorates::after {
        display: none; } }
  .app-electorates__title {
    margin-bottom: 30px; }
  .app-electorates__options {
    overflow: hidden; }
    @media (min-width: 768px) {
      .app-electorates__options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .app-electorates__options > .tab-pane {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          opacity: 1 !important; } }
  .app-electorates__option {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .app-electorates__option {
        width: 280px;
        margin-bottom: 0; } }
    .app-electorates__option .app-img-electorate {
      left: 0; }
      @media (min-width: 768px) {
        .app-electorates__option .app-img-electorate {
          top: -12px;
          left: -12px; } }
    .app-electorates__option p {
      margin-bottom: 20px;
      font-size: 18px; }
      @media (min-width: 768px) {
        .app-electorates__option p {
          margin-bottom: 40px; } }
    .app-electorates__option .form-check-label span {
      font-size: 18px;
      font-weight: 600; }

.enrolment__box > a {
  color: inherit !important;
  border-bottom: none !important; }

.app-link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin: 60px 0;
  padding: 0 0 30px;
  border-bottom: 1px solid #666666;
  color: inherit;
  font-size: 18px;
  font-weight: 600; }
  .app-link-block:hover {
    text-decoration: none; }
  .app-link-block:hover, .app-link-block:focus, .app-link-block:active {
    color: inherit; }
  .app-link-block strong {
    font-weight: 800; }
  .app-link-block__icon {
    width: 25px;
    height: 25px;
    font-size: 12.5px;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 13px;
    background: #231f20;
    color: #fff; }

@media (min-width: 768px) {
  .app-media-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.app-media-block--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.app-media-block__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .app-media-block__image {
      margin-right: 30px;
      margin-bottom: 0; } }

.app-media-block__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.app-realme-card__image {
  display: none; }
  @media (min-width: 768px) {
    .app-realme-card__image {
      display: block;
      max-width: 143px;
      margin: 50px 0 40px; } }

.app-realme-card__intro {
  margin-bottom: 45px; }

.app-sample-licence__image,
.app-sample-passport__image {
  position: relative; }

.app-sample-licence__cover, .app-sample-licence__background,
.app-sample-passport__cover,
.app-sample-passport__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.app-sample-licence__cover,
.app-sample-passport__cover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: 3; }
  @media screen and (prefers-reduced-motion: reduce) {
    .app-sample-licence__cover,
    .app-sample-passport__cover {
      -webkit-transition: none;
      transition: none; } }
  .js-identification-focus .app-sample-licence__cover, .js-identification-focus
  .app-sample-passport__cover {
    opacity: 1; }

.app-sample-licence__background,
.app-sample-passport__background {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .app-sample-licence__background,
    .app-sample-passport__background {
      -webkit-transition: none;
      transition: none; } }
  .js-identification-focus .app-sample-licence__background, .js-identification-focus
  .app-sample-passport__background {
    opacity: .6;
    -webkit-filter: blur(2px);
            filter: blur(2px); }

.app-sample-licence__image,
.app-sample-passport__image {
  margin: 30px 0 50px; }

.app-sample-licence__help,
.app-sample-passport__help {
  font-size: 14px;
  line-height: 20px; }

.app-sample-licence__image {
  height: 145px; }

.app-sample-licence__cover, .app-sample-licence__background {
  background: url(/images/providers/verification-DL.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 222px; }

.js-identification-focus--first_name .app-sample-licence__cover {
  background-position: -75px -28px;
  top: 28px;
  left: 75px;
  width: 66px;
  height: 12px; }

.js-identification-focus--middle_names .app-sample-licence__cover {
  background-position: -75px -38px;
  top: 38px;
  left: 75px;
  width: 66px;
  height: 10px; }

.js-identification-focus--surname .app-sample-licence__cover {
  background-position: -75px -17px;
  top: 17px;
  left: 75px;
  width: 66px;
  height: 12px; }

.js-identification-focus--dateofbirth .app-sample-licence__cover {
  background-position: -75px -55px;
  top: 55px;
  left: 75px;
  width: 50px;
  height: 12px; }

.js-identification-focus--licence_number .app-sample-licence__cover {
  background-position: -75px -75px;
  top: 75px;
  left: 75px;
  width: 50px;
  height: 12px; }

.js-identification-focus--licence_version .app-sample-licence__cover {
  background-position: -126px -75px;
  top: 75px;
  left: 126px;
  width: 40px;
  height: 12px; }

.app-sample-passport__image {
  height: 165px; }

.app-sample-passport__cover, .app-sample-passport__background {
  background: url(/images/providers/verification-PP-open.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 242px; }

.js-identification-focus--forenames .app-sample-passport__cover {
  background-position: -75px -42px;
  top: 42px;
  left: 75px;
  width: 95px;
  height: 17px; }

.js-identification-focus--surname .app-sample-passport__cover {
  background-position: -75px -28px;
  top: 28px;
  left: 75px;
  width: 54px;
  height: 17px; }

.js-identification-focus--dateofbirth .app-sample-passport__cover {
  background-position: -75px -69px;
  top: 69px;
  left: 75px;
  width: 67px;
  height: 15px; }

.js-identification-focus--passport_number .app-sample-passport__cover {
  background-position: -142px -15px;
  top: 15px;
  left: 142px;
  width: 61px;
  height: 15px; }

.js-identification-focus--passport_expiry .app-sample-passport__cover {
  background-position: -144px -92px;
  top: 92px;
  left: 144px;
  width: 64px;
  height: 17px; }

.app-update-pending {
  display: inline-block;
  font-size: 22px;
  padding: 22px 35px 22px 45px;
  border: 3px solid #d35400; }

.app-modal .modal-content {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 1.7px 8.8px 20px 1.1px rgba(0, 0, 0, 0.45);
          box-shadow: 1.7px 8.8px 20px 1.1px rgba(0, 0, 0, 0.45); }

.app-modal .modal-header {
  border-bottom: 0; }

.app-modal .modal-body {
  padding: 0 25px; }
  @media (min-width: 768px) {
    .app-modal .modal-body {
      padding: 0 75px; } }

.app-modal .modal-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 0;
  padding: 0 25px 50px; }
  @media (min-width: 768px) {
    .app-modal .modal-footer {
      padding: 0 75px 56.5px; } }

.app-modal .close {
  font-size: 24px;
  font-weight: 400; }

.app-modal__title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 0; }
  .app-modal__title .fa-pulse {
    display: inline-block;
    color: #aa2e00;
    font-size: 60px;
    margin-bottom: 30px; }

.app-modal__body p {
  font-size: 18px;
  font-weight: 600; }
  .app-modal__body p strong {
    font-weight: 800; }

.app-identity-provider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  width: 100%; }
  .app-identity-provider a:not(.app-definition-link) {
    border-bottom: 0 !important; }
  .app-identity-provider__wrapper-link {
    display: block; }
    .app-identity-provider__wrapper-link:hover {
      text-decoration: none; }
  .app-identity-provider__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 180px;
    margin: 0; }
    @media (min-width: 768px) {
      .app-identity-provider__image {
        display: block;
        height: 188px; } }
    .app-identity-provider__image img {
      display: inline-block;
      max-height: 100%; }
  .app-identity-provider__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 0 20px;
    font-size: 19px;
    line-height: 22.5px;
    font-weight: 800; }
    @media (min-width: 768px) {
      .app-identity-provider__title {
        margin-bottom: 50px; } }
    .app-identity-provider__title,
    .app-identity-provider__title a {
      color: #d35400;
      text-decoration: none; }
      .app-identity-provider__title:hover, .app-identity-provider__title:focus,
      .app-identity-provider__title a:hover,
      .app-identity-provider__title a:focus {
        color: #aa2e00; }
  .app-identity-provider__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: auto 0 0 0; }
  .app-identity-provider--realme img {
    width: 133px; }
  .app-identity-provider--realme .app-definition-link--realme {
    margin-top: 5px; }
  .app-identity-provider--licence img {
    height: 103px; }
  .app-identity-provider--passport img {
    height: 148px; }

.realme_button_padding {
  color: #fff;
  padding: 10px 40px 10px 20px;
  text-transform: uppercase; }

.realme_login_lockup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0; }
  .realme_login_lockup img {
    position: static; }

.realme_btn_margin {
  margin-left: 14px; }

.realme_button {
  display: inline-block;
  text-decoration: none;
  line-height: 24px; }
  .realme_button i {
    margin-left: 3px;
    font-size: 14px; }
  .realme_button:hover {
    text-decoration: none; }

#realme_logout {
  float: right;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: initial;
  padding-top: initial;
  z-index: 10; }

.app-realme-img-replacement {
  border: 1px solid #cccccc;
  padding: 6px 2px;
  width: 48px; }

.app-header {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .app-header {
      margin-bottom: 50px; } }
  .app-header p {
    margin-bottom: 0; }

.app-title {
  margin-bottom: 30px;
  overflow-wrap: break-word; }
  .app-header--small .app-title {
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .app-header--small .app-title {
        margin-bottom: 15px; } }
  @media (min-width: 768px) {
    .app-title {
      margin-bottom: 15px; } }

.app-lead,
.app-lead p {
  font-size: 18px; }
  @media (min-width: 768px) {
    .app-lead,
    .app-lead p {
      font-size: 18px; } }

@media (min-width: 768px) {
  .app-title .app-lead {
    font-size: 22px;
    line-height: 28px; } }

.app-first-child-lead p:first-child {
  font-size: 18px; }
  @media (min-width: 768px) {
    .app-first-child-lead p:first-child {
      font-size: 18px; } }

.app-form-spacing {
  margin-bottom: 50px; }
  .app-form-spacing--large {
    margin-bottom: 60px; }
  .app-form-spacing--xl {
    margin-bottom: 70px; }
  .app-form-spacing .form-group {
    margin: 0; }

.app-form-field--title {
  max-width: 370px; }
  .app-form-field--title select {
    max-width: 122px;
    margin-right: 20px; }
  @media (max-width: 450px) {
    .app-form-field--title .input-group {
      display: block; }
      .app-form-field--title .input-group > .form-control {
        width: 100%; }
      .app-form-field--title .input-group > .form-control:first-child {
        width: 122px;
        margin-bottom: 10px; } }

.app-form-field--first-name input[type="text"] {
  margin-bottom: 15px; }

label.form-check-label[for^=roll_choice--] > span {
    font-size: 18px;
    font-weight: 600;
}

@media (min-width: 768px) {
  .app-form-field--first-name, .app-form-field--last-name, .app-form-field--email, .app-form-field--occupation, .app-form-field--city, .app-form-field--suburb, .app-form-field--postal-options, .app-form-field--mobile-number, .app-form-field--other-number, .app-form-field--postal-address {
    max-width: 340px; } }

@media (min-width: 768px) {
  .app-form-field--dob input:not(.hint) {
    max-width: 245px; } }

@media (min-width: 768px) {
  .app-form-field--address1, .app-form-field--country {
    max-width: 440px; } }

.app-form-field--postcode input, .app-form-field--licence-version input {
  max-width: 140px; }

.app-form-field--licence-number input, .app-form-field--passport-number input {
  max-width: 180px; }
  @media (min-width: 768px) {
    .app-form-field--licence-number input, .app-form-field--passport-number input {
      max-width: 245px; } }

.app-form-field--phone-combo {
  max-width: 300px; }
  .app-form-field--phone-combo select {
    max-width: 103px;
    margin-right: 20px; }
    @media (min-width: 768px) {
      .app-form-field--phone-combo select {
        max-width: 122px; } }

.app-form-field--descent .form-check-inline {
  margin-top: 15px;
  margin-bottom: 30px;
  min-width: 49%;
  margin-right: 0; }
  @media (min-width: 768px) {
    .app-form-field--descent .form-check-inline {
      min-width: 100px;
      margin-right: 20px; } }

.app-form-field--descent + p {
  margin: 20px 0; }
  @media (min-width: 768px) {
    .app-form-field--descent + p {
      margin: 0;
      max-width: 355px; } }

.app-form-field--declaration ul {
  margin-top: 10px; }

.app-form-field--paper-options, .app-form-field--voting-overseas {
  padding-top: 50px; }

.app-form-field--eligibility-question .form-check, .app-form-field--resided-one-month .form-check {
  min-width: 40%; }
  @media (min-width: 576px) {
    .app-form-field--eligibility-question .form-check, .app-form-field--resided-one-month .form-check {
      min-width: 130px; } }

.app-form-btn-group {
  font-size: 0;
  margin-bottom: 60px; }

.app-section-legend {
  margin-bottom: 60px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400; }
  .app-section-legend:not(.app-section-legend--large) strong {
    font-weight: 600; }
  .app-section-legend--large {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600; }
  .app-section-legend--compact {
    margin-bottom: 10px; }

.app-section-legend + h3 {
  margin-top: calc(-60px + 1rem);
  margin-bottom: 60px; }

.app-verify-realme {
  max-width: 500px; }
  .app-verify-realme__card h2 {
    margin-bottom: 20px; }
  .app-verify-realme__card .realme_login_lockup {
    margin-top: 30px; }

.app-pending-help-text {
  margin-bottom: 50px;
  border-bottom: 2px solid #d35400; }

.app-summary-panel {
  border-bottom: 2px solid #cccccc;
  line-height: 0;
}
  .app-summary-panel__title {
    text-decoration: none;
    margin: 50px 0;
    font-weight: 600; }

.app-summary-panel__title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d35400; }

.app-summary-panel__title i {
  margin-left: 10px; }

@media (min-width: 768px) {
  .app-summary-panel__title i {
    margin-left: 20px; } }

@media (min-width: 768px) {
  .app-summary-panel__items {
    justify-content: end; }
  .app-summary-panel__items > * {
    flex: 0 0 auto;
    margin-right: auto; } }

.app-edit-contact {
  padding-left: 8px;
  color: #d43900; }

#app .ui-widget {
  font-family: 'Montserrat', sans-serif; }

.app-summary-panel__items {
  column-count: 2;
  column-width: 260px; }

.review-item-summary, #review_current_address {
  width: 260px;
  line-height: 1.5em;
  display: inline-block;
  white-space: nowrap; }

.review-important-info__heading {
  font-size: 18px;
  color: #d43900;
}

/* Fix for accordian show/hide icons */

main a .fas {
    margin-left: 1px;
}

/* Missing styles from template/ec.css */

.breadcrumb {
    margin: 0 0 50px;
    padding: 12px 0
}

.breadcrumb a,
.breadcrumb span {
    display: inline;
    margin: 0 10px
}

.breadcrumb a.first {
    margin-left: 0
}

.breadcrumb a {
    color: #aa2e00
}

.breadcrumb i {
    margin-right: 10px
}

.electorate-map {
    width: 100%;
    height: 100vh
}

.block__link {
    font-weight: 600
}

.block__link i {
    margin-left: 6px
}

.block__link i::before {
    display: inline
}

.enrolment.accordion {
    margin: 0 0 50px
}

.enrolment__accordion--title {
    line-height: 1.363636363636364;
    padding: 0 80px 16px 0;
    background-color: transparent;
    color: #d43900;
    border-bottom: 3px solid #666
}

.enrolment__accordion--title::after {
    right: 0;
    top: auto;
    bottom: 11px;
    font-size: 26px
}

[data-whatinput=mouse] .enrolment__accordion--title:active,
[data-whatinput=mouse] .enrolment__accordion--title:focus,
[data-whatinput=touch] .enrolment__accordion--title:active,
[data-whatinput=touch] .enrolment__accordion--title:focus {
    border-bottom-color: #666
}

.enrolment__accordion--content {
    padding: 50px 0 0
}

.enrolment__box:not(:last-child) {
    margin-bottom: 50px
}

.enrolment__box__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #231f20
}

.enrolment__box>a:active,
.enrolment__box>a:focus,
.enrolment__box>a:hover {
    color: #231f20;
    text-decoration: none
}

.enrolment__box .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.enrolment__box .icon .fa-svg-replacement svg {
    width: 41px;
    height: 33px
}

.enrolment__box .icon i {
    font-size: 27px
}

.enrolment__box a .icon .fa-svg-replacement {
    color: #d43900
}

.enrolment__box .text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.enrolment__box .header {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33333333333333
}

.enrolment__box a .header {
    color: #d43900
}

.enrolment__box a:active .header,
.enrolment__box a:focus .header,
.enrolment__box a:hover .header {
    text-decoration: underline
}

.enrolment__box .header:not(:last-child) {
    margin-bottom: 12px
}

.enrolment__box p,
.enrolment__box--load .header span {
    font-size: 16px;
    line-height: 1.4375
}

.enrolment__box p:last-child {
    margin-bottom: 0
}

.enrolment__box--load .header span {
    font-weight: 300
}