@charset "UTF-8";
/*!
 * Bootstrap Grid v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: rgba(0, 118, 194, 1);
  text-decoration: none;
}
a:visited {
  color: #9358B0;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

.hbs-form input,
.hbs-form textarea, .search input,
.search textarea {
  color: #000;
  font-size: 14px;
}
.hbs-form input, .search input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
  /* We use the :where selector to not increase the specificity of the selector */
}
.hbs-form input:where(:not([type=checkbox])), .search input:where(:not([type=checkbox])) {
  outline: none;
}
.hbs-form input:where(:not([type=checkbox])):focus, .search input:where(:not([type=checkbox])):focus {
  border: 1px solid rgba(0, 118, 195, 1);
}
.hbs-form input[disabled], .search input[disabled] {
  background-color: #ddd;
}
.hbs-form select, .search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #848F99;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}
.hbs-form select:focus, .search select:focus {
  border: 1px solid rgba(0, 118, 195, 1);
}
.hbs-form select::-ms-expand, .search select::-ms-expand {
  display: none;
}
.hbs-form textarea, .search textarea {
  border: 1px solid #848F99;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}
.hbs-form textarea:focus, .search textarea:focus {
  border: 1px solid rgba(0, 118, 195, 1);
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

.container-divider {
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  margin-left: 24px;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/***** Buttons *****/
.button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .article-subscribe button, .section-subscribe button, .split-button button {
  background-color: transparent;
  border: 1px solid rgba(0, 118, 195, 1);
  border-radius: 4px;
  color: rgba(0, 118, 195, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}
@media (min-width: 768px) {
  .button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .article-subscribe button, .section-subscribe button, .split-button button {
    width: auto;
  }
}
.button:visited, .pagination-next-link:visited, .pagination-prev-link:visited, .pagination-first-link:visited, .pagination-last-link:visited, .subscriptions-subscribe button:visited, .requests-table-toolbar .organization-subscribe button:visited, .community-follow button:visited, .article-subscribe button:visited, .section-subscribe button:visited, .split-button button:visited {
  color: rgba(0, 118, 195, 1);
}
.button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .subscriptions-subscribe button:hover, .requests-table-toolbar .organization-subscribe button:hover, .community-follow button:hover, .article-subscribe button:hover, .section-subscribe button:hover, .split-button button:hover, .button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .subscriptions-subscribe button:active, .requests-table-toolbar .organization-subscribe button:active, .community-follow button:active, .article-subscribe button:active, .section-subscribe button:active, .split-button button:active, .button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .subscriptions-subscribe button:focus, .requests-table-toolbar .organization-subscribe button:focus, .community-follow button:focus, .article-subscribe button:focus, .section-subscribe button:focus, .split-button button:focus, .button.button-primary, .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link, .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected=true], .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected=true], .community-follow button.button-primary, .article-subscribe button.button-primary, .article-subscribe button[data-selected=true], .section-subscribe button.button-primary, .section-subscribe button[data-selected=true], .split-button button.button-primary {
  background-color: rgba(0, 118, 195, 1);
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}
.button.button-primary:hover, .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button[data-selected=true]:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button[data-selected=true]:hover, .community-follow button.button-primary:hover, .article-subscribe button.button-primary:hover, .article-subscribe button[data-selected=true]:hover, .section-subscribe button.button-primary:hover, .section-subscribe button[data-selected=true]:hover, .split-button button:hover, .button.button-primary:focus, .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button[data-selected=true]:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button[data-selected=true]:focus, .community-follow button.button-primary:focus, .article-subscribe button.button-primary:focus, .article-subscribe button[data-selected=true]:focus, .section-subscribe button.button-primary:focus, .section-subscribe button[data-selected=true]:focus, .split-button button.button-primary:focus, .button.button-primary:active, .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active, .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button[data-selected=true]:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button[data-selected=true]:active, .community-follow button.button-primary:active, .article-subscribe button.button-primary:active, .article-subscribe button[data-selected=true]:active, .section-subscribe button.button-primary:active, .section-subscribe button[data-selected=true]:active, .split-button button.button-primary:active {
  background-color: #00385d;
  border-color: #00385d;
}
.button[data-disabled], [data-disabled].pagination-next-link, [data-disabled].pagination-prev-link, [data-disabled].pagination-first-link, [data-disabled].pagination-last-link, .subscriptions-subscribe button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .community-follow button[data-disabled], .article-subscribe button[data-disabled], .section-subscribe button[data-disabled], .split-button button[data-disabled] {
  cursor: default;
}

.button-large, .hbs-form input[type=submit] {
  cursor: pointer;
  background-color: rgba(0, 118, 195, 1);
  border: 0;
  border-radius: 4px;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}
@media (min-width: 768px) {
  .button-large, .hbs-form input[type=submit] {
    width: auto;
  }
}
.button-large:visited, .hbs-form input[type=submit]:visited {
  color: rgba(0, 0, 0, 1);
}
.button-large:hover, .button-large:active, .button-large:focus, .hbs-form input[type=submit]:hover, .hbs-form input[type=submit]:active, .hbs-form input[type=submit]:focus {
  background-color: #00385d;
}
.button-large[disabled], .hbs-form input[type=submit][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #666;
  border: 1px solid #848F99;
  background-color: transparent;
}
.button-secondary:visited {
  color: #666;
}
.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #333333;
  border: 1px solid #848F99;
  background-color: #f7f7f7;
}

/***** Split button *****/
.split-button {
  display: flex;
}

.split-button button {
  background-color: rgba(0, 118, 195, 1);
  border: 0;
  color: rgba(0, 0, 0, 1);
  height: 32px;
  line-height: 16px;
  outline-color: rgba(0, 118, 195, 1);
}

[dir=rtl] .split-button button:not(:only-child):first-child {
  border-left: 1px solid rgba(0, 0, 0, 1);
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
[dir=ltr] .split-button button:not(:only-child):first-child {
  border-right: 1px solid rgba(0, 0, 0, 1);
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}
[dir=rtl] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
[dir=ltr] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}
.table th,
.table th a {
  color: #666;
  font-size: 0.875rem;
  text-align: left;
}
[dir=rtl] .table th,
[dir=rtl] .table th a {
  text-align: right;
}
.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}
.table td {
  display: block;
}
@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #848F99;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
.form-field input:focus {
  border: 1px solid rgba(0, 118, 195, 1);
}

.form-field input[type=text] {
  border: 1px solid #848F99;
  border-radius: 4px;
}
.form-field input[type=text]:focus {
  border: 1px solid rgba(0, 118, 195, 1);
}

.form-field input[type=checkbox] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  border: 1px solid #848F99;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}
.form-field .nesty-input:focus {
  border: 1px solid rgba(0, 118, 195, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle {
  border: 1px solid #848F99;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(0, 118, 195, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: #666;
  margin-left: 4px;
}

.form-field p {
  color: #666;
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #666;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 0.875rem;
  margin-top: 30px;
}
.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}
.form .suggestion-list li {
  padding: 10px 0;
}
.form .suggestion-list li a:visited {
  color: #9358B0;
}

/***** Header *****/
.logo img {
  max-height: 37px;
  vertical-align: middle;
}

.logo span {
  margin: 0 10px;
  color: rgba(0, 118, 195, 1);
}

.logo a {
  display: inline-block;
}

.logo a:hover, .logo a:focus, .logo a:active {
  text-decoration: none;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}
.user-nav[aria-expanded=true] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}
.user-nav[aria-expanded=true] > a {
  display: block;
  margin: 20px;
}
.user-nav[aria-expanded=true] > .user-nav-list li {
  display: block;
}
.user-nav[aria-expanded=true] > .user-nav-list a {
  display: block;
  margin: 20px;
}

.user-nav-list {
  display: block;
  list-style: none;
}
.user-nav-list > li {
  display: inline-block;
}

@media (max-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav-wrapper-desktop {
    display: inline-block;
  }
}
.nav-wrapper-desktop a {
  border: 0;
  color: rgba(0, 118, 194, 1);
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}
@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}
[dir=rtl] .nav-wrapper-desktop a {
  padding: 0 0 0 20px;
}
.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:focus, .nav-wrapper-desktop a:active {
  background-color: transparent;
  color: rgba(0, 118, 194, 1);
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}
.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
}
.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 7px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.nav-wrapper-mobile .menu-button-mobile[aria-expanded=true] .icon-menu {
  background: #f3f3f3;
}
.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 2;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=false] {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=true] {
  display: block;
}
.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
}
.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: #333333;
  cursor: pointer;
  text-align: start;
}
.nav-wrapper-mobile .menu-list-mobile-items button:active, .nav-wrapper-mobile .menu-list-mobile-items button:focus, .nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: #f3f3f3;
  text-decoration: underline;
}
.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: #333333;
}
.nav-wrapper-mobile .menu-list-mobile-items a:active, .nav-wrapper-mobile .menu-list-mobile-items a:focus, .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #f3f3f3;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #68737D;
}
.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}
[dir=rtl] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}
[dir=rtl] .skip-navigation {
  left: initial;
  right: -999px;
}
.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}
[dir=rtl] .skip-navigation:focus, [dir=rtl] .skip-navigation:active {
  left: initial;
  right: auto;
}

#zd-modal-container ~ .skip-navigation {
  display: none;
}

.ask-ai {
  align-items: center;
  background-color: rgba(0, 118, 194, 1);
  border: 1px solid rgba(0, 118, 194, 1);
  border-radius: 4px;
  color: rgba(0, 0, 0, 1);
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 6px;
  line-height: 1.4286;
  padding: 6px 14px;
}
.ask-ai:visited {
  color: rgba(0, 0, 0, 1);
}
.ask-ai .ask-ai-icon {
  flex-shrink: 0;
}

.nav-wrapper-desktop .ask-ai {
  margin-inline-end: 16px;
  padding: 6px 14px;
}
.nav-wrapper-desktop .ask-ai, .nav-wrapper-desktop .ask-ai:visited {
  color: rgba(0, 0, 0, 1);
}
.nav-wrapper-desktop .ask-ai:hover, .nav-wrapper-desktop .ask-ai:focus, .nav-wrapper-desktop .ask-ai:active {
  background-color: #0F3554;
  border-color: #0F3554;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

.nav-wrapper-mobile .ask-ai {
  margin: 4px 24px;
  padding: 6px 14px;
  width: auto;
  height: auto;
}
.nav-wrapper-mobile .ask-ai, .nav-wrapper-mobile .ask-ai:visited {
  color: rgba(0, 0, 0, 1);
}
.nav-wrapper-mobile .ask-ai:hover, .nav-wrapper-mobile .ask-ai:focus, .nav-wrapper-mobile .ask-ai:active {
  background-color: #0F3554;
  border-color: #0F3554;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}
.user-info .dropdown-toggle::after {
  display: none;
}
@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}
.user-info > button {
  border: 0;
  color: rgba(0, 118, 194, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}
.user-info > button:hover, .user-info > button:focus {
  color: rgba(0, 118, 194, 1);
  background-color: transparent;
}
.user-info > button::after {
  color: rgba(0, 118, 194, 1);
  padding-right: 15px;
}
[dir=rtl] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}
#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}
.avatar img {
  height: 40px;
  width: 40px;
}
.avatar .icon-agent {
  color: rgba(0, 118, 195, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: rgba(0, 0, 0, 1);
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  margin-top: 60px;
  padding: 30px 0;
}
.footer a {
  color: #666;
}
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}
.footer-language-selector button {
  color: #666;
  display: inline-block;
}

.powered-by-zendesk a,
.powered-by-zendesk a:visited {
  color: #666;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}
.breadcrumbs li {
  display: inline-block;
  color: #666;
  font-size: 0.875rem;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}
.breadcrumbs li a:visited {
  color: rgba(0, 118, 194, 1);
}

/***** Search field *****/
.search-container {
  position: relative;
}

.search:focus-within {
  border-color: rgba(0, 118, 195, 1);
}
.search input[type=search],
.search .clear-button {
  background-color: #fff;
  border-radius: 30px;
  border: none;
}
.search-full input[type=search], .search-full .clear-button {
  border-color: #fff;
}
.search input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #666;
  flex: 1 1 auto;
  height: 40px;
  width: 100%;
}
.search input[type=search]:focus {
  color: #555;
}
.search input[type=search]::-webkit-search-decoration, .search input[type=search]::-webkit-search-cancel-button, .search input[type=search]::-webkit-search-results-button, .search input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search input[type=search]:-webkit-autofill, .search input[type=search]:-webkit-autofill:hover, .search input[type=search]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.search .clear-button {
  align-items: center;
  box-sizing: border-box;
  color: #777;
  cursor: pointer;
  display: none;
  flex: none;
  justify-content: center;
  padding: 0 15px;
}
.search .clear-button:hover {
  background-color: rgba(0, 118, 195, 1);
  color: #fff;
}
.search .clear-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 118, 195, 1);
}
.search-has-value .clear-button {
  display: flex;
}

[dir=ltr] .search input[type=search] {
  padding-left: 40px;
  padding-right: 20px;
}
[dir=ltr] .search-has-value input[type=search] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=ltr] .search-has-value input[type=search]:focus {
  border-right-color: rgba(0, 118, 195, 1);
}
[dir=ltr] .search .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=ltr] .search .clear-button:focus {
  border-left-color: rgba(0, 118, 195, 1);
}

[dir=rtl] .search input[type=search] {
  padding-left: 20px;
  padding-right: 40px;
}
[dir=rtl] .search-has-value input[type=search] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=rtl] .search-has-value input[type=search]:focus {
  border-left-color: rgba(0, 118, 195, 1);
}
[dir=rtl] .search .clear-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=rtl] .search .clear-button:focus {
  border-right-color: rgba(0, 118, 195, 1);
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
  pointer-events: none;
}
[dir=rtl] .search-icon {
  left: auto;
  right: 15px;
}

/***** Hero component *****/
.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
  }
}
.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}
.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}
.page-header-description {
  font-style: italic;
  margin: 0 0 30px 0;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}
.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: space-between;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .sub-nav {
    flex-direction: row;
  }
}
.sub-nav .breadcrumbs {
  margin: 0;
}
.sub-nav .search-container {
  max-width: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  .sub-nav .search-container {
    flex: 0 1 300px;
  }
}
.sub-nav input[type=search]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
/***** Homepage *****/
.section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}
.promoted-articles-item {
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%; /* Three columns on desktop */
  }
  [dir=rtl] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}
.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}
.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}
.promoted-articles-item:last-child a {
  border: 0;
}
@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}
.community-image {
  min-height: 300px;
  margin-top: 32px;
  background-image: url(/hc/theming_assets/01KY8R6XTCPYZ2K5XM3KHZX301);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}
.community a {
  color: rgba(0, 118, 194, 1);
  text-decoration: underline;
}
.community a:visited {
  color: #9358B0;
}
.community a:hover, .community a:active, .community a:focus {
  color: #0F3554;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}
.recent-activity-list {
  padding: 0;
}
.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}
.recent-activity-item h3 {
  margin: 0;
}
.recent-activity-item-parent {
  font-size: 16px;
  font-weight: 600;
}
.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}
.recent-activity-item-link {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent-activity-item-meta {
  color: #333333;
  margin: 15px 0 0 0;
  float: none;
}
@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir=rtl] .recent-activity-item-meta {
    float: left;
  }
}
.recent-activity-item-time, .recent-activity-item-comment {
  display: inline-block;
  font-size: 0.875rem;
}
.recent-activity-item-comment {
  padding-left: 5px;
}
[dir=rtl] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}
.recent-activity-item-comment::before {
  display: inline-block;
}
.recent-activity-controls {
  padding-top: 15px;
}
.recent-activity-controls a {
  color: rgba(0, 118, 194, 1);
  text-decoration: underline;
}
.recent-activity-controls a:visited {
  color: #9358B0;
}
.recent-activity-controls a:hover, .recent-activity-controls a:active, .recent-activity-controls a:focus {
  color: #0F3554;
}
.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: rgba(0, 118, 195, 1);
  width: 16px;
  height: 16px;
}
.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}
[dir=rtl] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}
.category-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}
.section-tree .section {
  flex: initial;
  max-width: 100%;
}
@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%; /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}
.section-tree-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.section-tree-title a {
  color: #333333;
}
.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list-item {
  font-size: 16px;
  padding: 15px 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.article-list-item a {
  color: #333333;
}

.icon-star {
  color: rgba(0, 118, 195, 1);
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}
.section-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}
.section-list {
  margin: 40px 0;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}
.section-list-item:first-child {
  border-top: 1px solid #ddd;
}
.section-list-item a {
  align-items: center;
  color: #333333;
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}
.see-all-sections-trigger[aria-hidden=true] {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 30px;
  }
}
.article-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}
.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}
.article-avatar {
  margin-right: 10px;
}
.article-author {
  margin-bottom: 10px;
}
.article-title {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%; /* Take entire row */
  }
}
.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}
.article [role=button] {
  flex-shrink: 0; /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}
@media (min-width: 768px) {
  .article [role=button] {
    width: auto;
  }
}
.article-info {
  max-width: 100%;
}
.article-meta {
  display: inline-block;
  vertical-align: middle;
}
.article-body {
  display: flow-root;
}
.article-body a {
  color: rgba(0, 118, 194, 1);
  text-decoration: underline;
}
.article-body a:visited {
  color: #9358B0;
}
.article-body a:hover, .article-body a:active, .article-body a:focus {
  color: #0F3554;
}
.article-body img {
  height: auto;
  max-width: 100%;
}
.article-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figure.image {
  display: table;
  margin: 0 auto;
}
.article-body figure.image > img {
  display: block;
  width: 100%;
}
.article-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.article-body ul,
.article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .article-body ul,
[dir=rtl] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body li > ul,
.article-body li > ol {
  margin: 0;
}
.article-body ul {
  list-style-type: disc;
}
.article-body :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  direction: ltr;
}
.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}
.article-body > p:last-child {
  margin-bottom: 0;
}
.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}
.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.article-comment-count {
  color: #666;
}
.article-comment-count:hover {
  text-decoration: none;
}
.article-comment-count-icon {
  vertical-align: middle;
  color: rgba(0, 118, 195, 1);
  width: 18px;
  height: 18px;
}
.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
    max-width: 17%;
  }
}
.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}
.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}
.article-relatives > *:last-child {
  padding: 0;
}
@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}
.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}
.article-votes-question {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
}
.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}
.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}
.article-more-questions a {
  color: rgba(0, 118, 194, 1);
  text-decoration: underline;
}
.article-more-questions a:visited {
  color: #9358B0;
}
.article-more-questions a:hover, .article-more-questions a:active, .article-more-questions a:focus {
  color: #0F3554;
}
.article-return-to-top {
  border-top: 1px solid #848F99;
}
@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}
.article-return-to-top a {
  color: #333333;
  display: block;
  padding: 20px 0;
}
.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}
.article-return-to-top-icon {
  transform: rotate(0.5turn);
}
.article td > p:first-child,
.article th > p:first-child {
  margin-top: 0;
}
.article td > p:last-child,
.article th > p:last-child {
  margin-bottom: 0;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
}
.sidenav-item {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.attachments .attachment-item:last-child {
  margin-bottom: 0;
}
.attachments .attachment-item .attachment-icon {
  color: #333333;
  left: 0;
  position: absolute;
  top: 5px;
}
[dir=rtl] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}
[dir=rtl] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #666;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: #666;
}
.share a:hover {
  text-decoration: none;
  color: rgba(0, 118, 195, 1);
}
.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}
.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.comment-overview p {
  margin-top: 0;
}
.comment-callout {
  color: #666;
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.comment-callout a {
  color: rgba(0, 118, 194, 1);
  text-decoration: underline;
}
.comment-callout a:visited {
  color: #9358B0;
}
.comment-callout a:hover, .comment-callout a:active, .comment-callout a:focus {
  color: #0F3554;
}
.comment-sorter {
  display: inline-block;
  float: right;
}
.comment-sorter .dropdown-toggle {
  color: #666;
  font-size: 0.875rem;
}
[dir=rtl] .comment-sorter {
  float: left;
}
.comment-wrapper {
  display: flex;
  position: relative;
}
.comment-wrapper.comment-official {
  border: 1px solid rgba(0, 118, 195, 1);
  padding: 40px 20px 20px;
}
@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}
.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}
[dir=rtl] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}
.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}
.comment-avatar {
  margin-right: 10px;
}
[dir=rtl] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}
.comment-meta {
  flex: 1 1 auto;
}
.comment-labels {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}
.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}
.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}
.comment-container {
  width: 100%;
}
.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  [dir=ltr] .comment-form-controls {
    text-align: right;
  }
}
.comment-form-controls input[type=submit] {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .comment-form-controls input[type=submit] {
    margin-left: 15px;
  }
  [dir=rtl] .comment-form-controls input[type=submit] {
    margin-left: 0;
    margin-right: 15px;
  }
}
.comment-form-controls input[type=checkbox] {
  margin-right: 5px;
}
.comment-form-controls input[type=checkbox] [dir=rtl] {
  margin-left: 5px;
}
.comment-ccs {
  display: none;
}
.comment-ccs + textarea {
  margin-top: 10px;
}
.comment-attachments {
  margin-top: 10px;
}
.comment-attachments a {
  color: rgba(0, 118, 195, 1);
}
.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flow-root;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}
.comment-body a {
  color: rgba(0, 118, 194, 1);
  text-decoration: underline;
}
.comment-body a:visited {
  color: #9358B0;
}
.comment-body a:hover, .comment-body a:active, .comment-body a:focus {
  color: #0F3554;
}
.comment-body img {
  height: auto;
  max-width: 100%;
}
.comment-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.comment-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.comment-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.comment-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.comment-body figure.image {
  display: table;
  margin: 0 auto;
}
.comment-body figure.image > img {
  display: block;
  width: 100%;
}
.comment-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.comment-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.comment-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.comment-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.comment-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.comment-body ul,
.comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .comment-body ul,
[dir=rtl] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body li > ul,
.comment-body li > ol {
  margin: 0;
}
.comment-body ul {
  list-style-type: disc;
}
.comment-body :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  direction: ltr;
}
.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}
.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #666;
  display: block;
  margin: 3px 0;
}
[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: rgba(0, 118, 195, 1);
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #666;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: rgba(0, 118, 195, 1);
}

.vote-voted:hover {
  color: #00385d;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0; /*Avoid collapsing elements in Safari*/
}
.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01KY8R6XFKDHFJJJBHFMPAMX9K);
  margin-bottom: 10px;
}
.community-footer {
  padding-top: 50px;
  text-align: center;
}
.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}
.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}
.community-header {
  margin-bottom: 30px;
}
.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

.post-to-community {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}
.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}
.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}
.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}
.community-follow button:hover {
  background-color: rgba(0, 118, 195, 1);
}
.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, 1);
}
.community-follow button[data-selected=true] {
  background-color: rgba(0, 118, 195, 1);
  color: rgba(0, 0, 0, 1);
}
.community-follow button[data-selected=true]::after {
  border-left: 1px solid rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, 1);
}
.community-follow button[data-selected=true]:hover {
  background-color: #00385d;
  border-color: #00385d;
}
.community-follow button::after {
  border-left: 1px solid rgba(0, 118, 195, 1);
  content: attr(data-follower-count);
  color: rgba(0, 118, 195, 1);
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}
@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}
[dir=rtl] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid rgba(0, 118, 195, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}
.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}
.striped-list-info {
  flex: 2;
}
.striped-list-title {
  color: rgba(0, 118, 194, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}
.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}
.striped-list-title:visited {
  color: #9358B0;
}
.striped-list .meta-group {
  margin: 5px 0;
}
.striped-list-count {
  color: #666;
  font-size: 0.875rem;
  justify-content: flex-start;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}
.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}
.striped-list-count-item:last-child::after {
  display: none;
}
.striped-list-number {
  text-align: center;
}
@media (min-width: 768px) {
  .striped-list-number {
    color: #333333;
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}
.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}
.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(0, 118, 195, 1);
}
.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}
[dir=rtl] .status-label-official {
  left: 30px;
  right: auto;
}
.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: #666;
}
.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}
.status-label-open {
  background-color: #c72a1c;
}
.status-label-solved {
  background-color: #68737d;
}
.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}
.status-label-hold {
  background-color: #000;
}
.status-label-request {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .status-label-request {
    max-width: 150px;
  }
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}
.post-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}
.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}
.post-header .status-label {
  vertical-align: super;
}
.post-title {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.post-title h1 {
  display: inline;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}
.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.post-avatar {
  margin-bottom: 30px;
}
.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}
.post-info-container {
  display: flex;
  margin-bottom: 40px;
}
.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}
[dir=rtl] .post-info {
  padding-right: 0;
  padding-left: 20px;
}
.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}
[dir=rtl] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}
.post-body {
  display: flow-root;
}
.post-body a {
  color: rgba(0, 118, 194, 1);
  text-decoration: underline;
}
.post-body a:visited {
  color: #9358B0;
}
.post-body a:hover, .post-body a:active, .post-body a:focus {
  color: #0F3554;
}
.post-body img {
  height: auto;
  max-width: 100%;
}
.post-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.post-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.post-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.post-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.post-body figure.image {
  display: table;
  margin: 0 auto;
}
.post-body figure.image > img {
  display: block;
  width: 100%;
}
.post-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.post-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.post-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.post-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.post-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.post-body ul,
.post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .post-body ul,
[dir=rtl] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body li > ul,
.post-body li > ol {
  margin: 0;
}
.post-body ul {
  list-style-type: disc;
}
.post-body :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  direction: ltr;
}
.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}
.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.post-comment-count {
  color: #666;
}
.post-comment-count:hover {
  text-decoration: none;
}
.post-comment-count .icon-comments {
  color: rgba(0, 118, 195, 1);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}
.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir=rtl] .post-sidebar {
    padding: 0 50px 0 0;
  }
}
.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}
.post-comments {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
}

.community-badge-titles {
  display: inline;
}

.community-badge-achievement {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}
.community-badge-achievement img {
  width: 100%;
  height: 100%;
}

.community-badge-achievements {
  display: flex;
}

.community-badge-achievements-rest {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge {
  margin: 2px;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}
.profile-info .community-badge-achievement {
  height: 40px;
  width: 40px;
}
.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}
@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: 22.5px;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}
[dir=rtl] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}
.collapsible-nav-toggle-icon {
  display: none;
}
.collapsible-nav-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.collapsible-nav-toggle[aria-expanded=true] .x-icon {
  display: inline-block;
}
.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid rgba(0, 118, 195, 1);
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}
.collapsible-nav-list li {
  color: #333333;
  line-height: 45px;
  order: 1;
}
@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir=rtl] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}
.collapsible-nav-list li a {
  color: #333333;
  display: block;
}
@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current=page]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}
.collapsible-nav-list li:not([aria-selected=true]),
.collapsible-nav-list li:not(.current) {
  display: none;
}
@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected=true]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}
@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true] {
    padding: 15px 0 11px 0;
  }
}
.collapsible-nav-list li[aria-selected=true],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}
@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid rgba(0, 118, 195, 1);
    order: 1;
  }
}
.collapsible-nav-list li[aria-selected=true] a,
.collapsible-nav-list li.current a {
  color: #333333;
}

.collapsible-nav[aria-expanded=true] li:not([aria-selected=true]),
.collapsible-nav[aria-expanded=true] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}
.collapsible-sidebar-title {
  margin-top: 0;
}
.collapsible-sidebar-toggle {
  position: absolute;
  top: 22.5px;
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}
[dir=rtl] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}
.collapsible-sidebar-toggle-icon {
  display: none;
}
.collapsible-sidebar-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle[aria-expanded=true] .x-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid rgba(0, 118, 195, 1);
}
.collapsible-sidebar-body {
  display: none;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}
.collapsible-sidebar[aria-expanded=true] {
  max-height: none;
}
.collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}
.my-activities-sub-nav {
  margin-bottom: 30px;
}
.my-activities-table .striped-list-title { /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}
@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.my-activities-table thead {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}
.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}
.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}
.my-activities-table td:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}
.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}
.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}
.requests-table-toolbar .request-table-filter {
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}
.requests-table-toolbar .request-filter {
  display: block;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir=rtl] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}
.requests-table-toolbar .request-filter-label {
  font-size: 0.875rem;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}
.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir=rtl] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}
.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}
.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}
.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}
.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}
.requests-table-toolbar + .requests {
  margin-top: 40px;
}
.requests .requests-table-meta {
  display: block;
}
@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}
.requests .requests-table thead {
  display: none;
}
@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}
.requests .requests-table-info {
  display: block;
}
@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}
.requests .requests-table .requests-link {
  position: relative;
}
.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}
.subscriptions-table td:last-child {
  display: block;
}
@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}
.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}
.subscriptions-table .user-avatar {
  margin-right: 10px;
}
.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #666;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #666;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}
.request-container .comment-container {
  min-width: 0;
}
.request-breadcrumbs {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}
.request-main {
  flex: 1 0 auto;
  order: 1;
}
.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}
.request-main .comment-fields.shown {
  display: block;
}
.request-main .request-submit-comment.shown {
  display: inline;
}
@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}
.request-main .comment-form-controls {
  display: block;
}
.request-main .comment-ccs {
  display: block;
}
.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #666;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}
.request-main .comment-show-container.hidden {
  display: none;
}
.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.request-main .form-field.comment-ccs > ul[data-hc-focus=true] {
  border: 1px solid rgba(0, 118, 195, 1);
}
.request-main .form-field.comment-ccs > input[type=text] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(0, 118, 195, 1);
}
.request-main input#mark_as_solved {
  display: none;
}
.request-title {
  width: 100%;
}
@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}
.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}
@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 0.875rem;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}
.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}
.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}
.request-details:last-child {
  border: 0;
}
.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  margin: 20px 0 0 0;
}
.request-details dd {
  padding: 0 10px;
  width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.request-details dd::after {
  content: "\a";
  white-space: pre;
}
.request-details dt {
  line-break: strict;
  color: #666;
  width: 40%;
}
.request-details .request-collaborators {
  display: inline-block;
}
.request-attachments dt, .request-attachments dd {
  width: 100%;
}
.request-attachments dd {
  margin: 10px 0 0 0;
}
.request-form textarea {
  min-height: 120px;
}
.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}
.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}
.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.pagination-next-link {
  padding-right: 10px;
}
.pagination-next-text {
  margin-right: 10px;
}
[dir=rtl] .pagination-next-link {
  padding-left: 10px;
}
[dir=rtl] .pagination-next-text {
  margin-left: 10px;
}
.pagination-prev-link {
  padding-left: 10px;
}
.pagination-prev-text {
  margin-left: 10px;
}
[dir=rtl] .pagination-prev-link {
  padding-right: 10px;
}
[dir=rtl] .pagination-prev-text {
  margin-right: 10px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group-opposite {
  float: right;
}

[dir=rtl] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #666;
  font-size: 0.875rem;
}
.meta-data:not(:last-child)::after {
  content: "·";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}
[dir=rtl] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.profile-header .basic-info .name {
  margin: 0;
  line-height: 25px;
  vertical-align: middle;
  display: inline;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir=rtl] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir=rtl] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #666;
  flex: 0 0 100px;
  margin-right: 10px;
}
[dir=rtl] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir=rtl] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}
@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(0, 118, 195, 1);
  border-radius: 4px;
  color: rgba(0, 118, 195, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}
.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}
@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #666;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 0.875rem;
}
.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}
.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}
[dir=rtl] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}
@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}
@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir=rtl] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-badges-items {
  margin-top: 25px;
}
.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}
.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}
.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}
.profile-badges-item-image img {
  max-height: 40px;
}
[dir=rtl] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}
.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}
.profile-badges-item-title {
  font-weight: 600;
}
.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #666;
  font-size: 0.875rem;
  margin: 0;
}
.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}
[dir=rtl] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir=rtl] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}
[dir=rtl] .profile-contribution-icon {
  right: 0;
}
.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}
[dir=rtl] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}
[dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}
[dir=rtl] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir=rtl] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir=rtl] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}
[dir=rtl] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}
@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}
[dir=rtl] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir=rtl] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}
[dir=rtl] .profile-activity-icon {
  right: 0;
}
@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir=rtl] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}
.search-results-column {
  flex: 1;
}
@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}
.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}
.search-results-sidebar .sidenav-item {
  border-radius: 4px;
  padding: 10px 36px;
  margin-bottom: 4px;
  color: #333333;
}
.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  text-decoration: none;
}
.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}
.search-results-sidebar .sidenav-tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 0;
}
.search-results-sidebar .sidenav-tag .content-tag {
  background: #E9EBED;
  border-radius: 4px;
  padding: 4px 12px;
  text-decoration: none;
}
.search-results-sidebar .sidenav-tag .content-tag .label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.000427656px;
  color: #49545C;
  flex-grow: 0;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .sidenav-tag .content-tag .close-icon {
  color: #555555;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}
.search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
  display: none;
}
@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
    display: block;
  }
}
.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n+6) {
  display: none;
}
.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}
.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: rgba(0, 118, 194, 1);
}
.search-results-sidebar .see-all-filters[aria-hidden=true] {
  display: none;
}
.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}
.search-results-sidebar .see-all-filters::after {
  content: " ⌄";
  font-weight: bold;
}
.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}
.search-results-list {
  margin-bottom: 25px;
}
.search-results-list > li {
  padding: 20px 0;
}
.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}
.search-results .no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}
.search-results .no-results .headline {
  color: #2F3941;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.45px;
}
.search-results .no-results .action-prompt {
  color: #68737D;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.154px;
}
.search-results .no-results .action-prompt a {
  color: rgba(0, 118, 194, 1);
}
.search-results .no-results .action-prompt a:visited {
  color: rgba(0, 118, 194, 1);
}

.search-result-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-result-title {
  font-size: 16px;
  margin-bottom: 0;
}
.search-result-votes, .search-result-meta-count {
  color: #666;
  font-size: 0.875rem;
}
.search-result-votes-icon, .search-result-meta-count-icon {
  color: rgba(0, 118, 195, 1);
  vertical-align: middle;
  width: 13px;
  height: 13px;
}
[dir=ltr] .search-result-votes, [dir=ltr] .search-result-meta-count {
  margin-left: 20px;
}
[dir=rtl] .search-result-votes, [dir=rtl] .search-result-meta-count {
  margin-right: 20px;
}
.search-result-meta-container {
  color: #666;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .search-result-meta-container {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .search-result-meta-container nav {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  [dir=ltr] .search-result-meta-container .meta-data {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  [dir=rtl] .search-result-meta-container .meta-data {
    margin-right: 20px;
  }
}
.search-result-meta-container .meta-data::after {
  content: none;
}
.search-result-breadcrumbs {
  margin: 0;
}
.search-result-description {
  margin-top: 10px;
  margin-bottom: 0;
  word-break: break-word;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|=zh] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height 0.2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-inline.notification-error::before, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
[dir=rtl] .notification-inline {
  text-align: right;
}
.notification-inline[aria-hidden=true] {
  display: none;
}
.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}
[dir=rtl] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}
.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}
.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir=rtl] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

[data-garden-id="dropdowns.combobox.listbox"] li {
  margin-left: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}
.dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-toggle > * {
  display: inline-block;
}
.dropdown-toggle[aria-expanded=true] + .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8dcde;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(23, 73, 77, 0.15);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}
.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitemradio] {
  color: #2f3941;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}
[dir=rtl] .dropdown-menu [role=menuitem],
[dir=rtl] .dropdown-menu [role=menuitemradio] {
  padding: 7px 20px 7px 40px;
}
.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus,
.dropdown-menu [role=menuitemradio]:hover,
.dropdown-menu [role=menuitemradio]:focus {
  background: rgba(31, 115, 183, 0.08);
  text-decoration: none;
  color: #2f3941;
}
.dropdown-menu [role=menuitem][aria-selected=true], .dropdown-menu [role=menuitem][aria-checked=true],
.dropdown-menu [role=menuitemradio][aria-selected=true],
.dropdown-menu [role=menuitemradio][aria-checked=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after, .dropdown-menu [role=menuitem][aria-checked=true]::after,
.dropdown-menu [role=menuitemradio][aria-selected=true]::after,
.dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after, [dir=rtl] .dropdown-menu [role=menuitem][aria-checked=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true],
.dropdown-menu [role=menuitemradio][hidden],
.dropdown-menu [role=menuitemradio][aria-hidden=true] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir=rtl] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}
[dir=rtl] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}

.content-tags > p {
  color: #68737D;
  margin-top: 32px;
  margin-bottom: 4px;
}
.content-tags-add-hint {
  color: #68737D;
  font-size: 14px;
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}
.content-tag-list li {
  border-right: 1px solid #C2C8CC;
  margin-bottom: 4px;
}
[dir=ltr] .content-tag-list li {
  padding-right: 8px;
  margin-right: 8px;
}
[dir=rtl] .content-tag-list li {
  padding-left: 8px;
  margin-left: 8px;
}
.content-tag-list li:last-child {
  border: none;
}

/***** WYSIWYG Editor *****/
#hc-wysiwyg {
  border: 1px solid #848F99;
}

/***** Upload Dropzone *****/
.upload-dropzone {
  border: 1px solid #848F99;
}

/***** Summary component *****/
zd-summary-block {
  background: #f3f6f6;
}
[dir=ltr] zd-summary-block {
  border-left-color: #859fa1;
}
[dir=rtl] zd-summary-block {
  border-right-color: #859fa1;
}

.service-catalog-hero {
  background-image: url(/hc/theming_assets/01KY8R6Y77JFG1BXZSTWR7N0BH);
  margin-bottom: 10px;
  height: 320px;
}
.service-catalog-description {
  display: flow-root;
}
.service-catalog-description a {
  color: rgba(0, 118, 194, 1);
  text-decoration: underline;
}
.service-catalog-description a:visited {
  color: #9358B0;
}
.service-catalog-description a:hover, .service-catalog-description a:active, .service-catalog-description a:focus {
  color: #0F3554;
}
.service-catalog-description img {
  height: auto;
  max-width: 100%;
}
.service-catalog-description p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.service-catalog-description p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.service-catalog-description p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.service-catalog-description p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.service-catalog-description figure.image {
  display: table;
  margin: 0 auto;
}
.service-catalog-description figure.image > img {
  display: block;
  width: 100%;
}
.service-catalog-description figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.service-catalog-description figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.service-catalog-description figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.service-catalog-description figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.service-catalog-description figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.service-catalog-description ul,
.service-catalog-description ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .service-catalog-description ul,
[dir=rtl] .service-catalog-description ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.service-catalog-description ul > ul,
.service-catalog-description ol > ol,
.service-catalog-description ol > ul,
.service-catalog-description ul > ol,
.service-catalog-description li > ul,
.service-catalog-description li > ol {
  margin: 0;
}
.service-catalog-description ul {
  list-style-type: disc;
}
.service-catalog-description :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.service-catalog-description pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  direction: ltr;
}
.service-catalog-description blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}
.service-catalog-main-content {
  display: flex;
  gap: 32px;
}
.service-catalog-list {
  width: 100%;
}
.service-catalog-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 20px;
}

.is-service-catalog-preview #navbar-container,
.is-service-catalog-preview .navbar-container,
.is-service-catalog-preview .assembly-bar,
.is-service-catalog-preview [data-garden-id="chrome.subnav"] {
  display: none !important;
}

.aai-form-hint p {
  margin: 5px 0;
}

.aai-required-indicator {
  color: #ff0000;
}

.Main .aai-form-hint {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

.Main .aai-disclosure-warning {
  color: #ff0000;
  font-weight: 700;
}
.Main .aai-disclosure-warning a {
  color: #ff0000;
}

.Main .aai-field-description {
  margin-top: 4px;
  font-size: 13px;
}

input[type=submit] {
  border: 0;
  color: #fff;
  background-color: #0d59bf;
  text-shadow: none;
  box-shadow: inset 0 -2px 0 0 #09438f;
  background-image: linear-gradient(to right, #0d59bf 0, #0d59bf 50%, #0d59bf 100%);
  cursor: pointer;
}

input[type=submit]:focus {
  border: none;
  box-shadow: 0 0 2px 2px #0d59bf;
}

input[type=submit]:hover {
  box-shadow: inset 0 -2px 0 0 #09438f;
  background-image: linear-gradient(to right, #09438f 0, #09438f 50%, #09438f 100%);
}

input[type=submit]:active {
  background-color: #0d59bf;
  box-shadow: inset 2.5px 2.5px #00507b;
  background-image: linear-gradient(to right, #00a0f7 0, #00a0f7 50%, #00477c 100%);
}

@media only screen and (max-width: 801px) {
  h1 {
    margin-top: 120px;
  }
}
#upload-dropzone {
  display: none;
}

label[for=request-attachments] {
  display: none;
}

.form-field:last-of-type {
  display: none;
}

.form-field.string.required.request_subject {
  display: none;
}

div.request_ticket_form_id {
  display: none;
}

#fair-insurance-mob {
  padding: 16px 16px 16px 0px;
  display: block;
}

#fair-insurance-desk {
  display: none;
}

.fi-wrapper {
  display: flex;
}

.fi-image {
  margin-right: 8px;
}

.fi-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fi-text h4 {
  margin: 0px;
}

.fi-text p {
  margin: 0px;
}

.global-pre-footer-notice {
  margin: 16px 0;
  color: #262626;
}

.global-pre-footer-notice p {
  margin: 0;
}

#new-request-form {
  gap: 16px;
}
@media (min-width: 992px) {
  #new-request-form.has-sidebar {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
  #new-request-form.has-sidebar form {
    flex: 1 1 auto;
    min-width: 0;
  }
}

.mega-menu ol ol .subheading {
  line-height: 1;
  margin-top: 12px;
}

body .Footer {
  background-color: #ffd400;
}

.aria-container {
  background-image: url(https://www.aainsurance.co.nz/content/zd/article-aria.svg);
  background-position: calc(100% - 7px) 100%;
  background-repeat: no-repeat;
  margin-bottom: -37px;
  padding-bottom: 20px;
  background-size: 246px auto;
}

.aria-container .aria-hide {
  display: inline;
}

.aria-container.active .aria-hide {
  display: none;
}

.aria-container .aria-show {
  display: none;
}

.aria-container.active .aria-show {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .aria-container {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    margin-bottom: -37px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 1023px) {
  .aria-container .aria-container-text {
    max-width: 315px;
  }
}
@media only screen and (min-width: 1280px) {
  .aria-container .aria-container-text {
    max-width: 400px;
  }
}
.aria-button-holder button {
  margin: 25px 0 20px;
  width: 230px;
}

@media (max-width: 767px) {
  .sub-nav {
    margin-top: 100px !important;
  }
}
footer.footer {
  content-visibility: auto;
}

section.article-sidebar {
  content-visibility: auto;
}

section.section-articles {
  content-visibility: auto;
}

div.article-votes {
  content-visibility: auto;
}

.Footer {
  color: #000;
  overflow: auto;
}

@font-face {
  font-family: fs_lola_web;
  src: local("fs_lola_web"), url(https://www.aainsurance.co.nz/fonts/fs_lola_web-bold.woff2) format("woff2"), url(https://www.aainsurance.co.nz/fonts/fs_lola_web-bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: fs_lola_web;
  font-style: normal;
  font-weight: 900;
  src: local("fs_lola_web"), url(https://www.aainsurance.co.nz/fonts/fs_lola_web-extrabold.woff2) format("woff2"), url(https://www.aainsurance.co.nz/fonts/fs_lola_web-extrabold.woff) format("woff");
}
.Icon-search--default {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCI+PHN0eWxlPi5zdDB7ZmlsbDojMDU0Yjc5fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQxLjEgMzYuOWwtOC42LTguNi0uMy0uM2M0LjMtNi42IDIuNC0xNS40LTQuMi0xOS43UzEyLjYgNS45IDguMyAxMi41cy0yLjQgMTUuNCA0LjIgMTkuN2M0LjcgMy4xIDEwLjggMy4xIDE1LjUgMCAuMS4xLjIuMi4yLjNsOC42IDguNmMxLjIgMS4yIDMuMSAxLjIgNC4yIDAgMS4zLTEuMSAxLjMtMyAuMS00LjJ6TTIwLjIgMzBjLTUuNCAwLTkuOC00LjQtOS44LTkuOHM0LjQtOS43IDkuOC05LjcgOS44IDQuNCA5LjggOS43YzAgNS40LTQuNCA5LjgtOS44IDkuOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
}

.Icon-cross--default {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDggNDgiPjxzdHlsZT4uc3Qwe2ZpbGw6IzA1NGI3OX08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMy42IDQxLjVsMTEtMTAuOSAxMS4xIDExLjEgNi02LTExLjEtMTEgMTAuOS0xMC45LTYuNi02LjdMMjQgMTguMiAxMi4yIDYuM2wtNiA2IDExLjkgMTEuOEw3LjEgMzVsNi41IDYuNXoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
}

.Icon--mini {
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: none;
  -moz-background-size: 8px 8px;
  -o-background-size: 8px 8px;
  background-size: 8px 8px;
}

.Icon--xsmall {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: none;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}

.Icon--small {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: none;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
}

.Icon--medium {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: none;
  -moz-background-size: 32px 32px;
  -o-background-size: 32px 32px;
  background-size: 32px 32px;
}

.Icon--large {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: none;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

.Icon--xlarge {
  display: inline-block;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: none;
  -moz-background-size: 48px 48px;
  -o-background-size: 48px 48px;
  background-size: 48px 48px;
}

.Icon--xxlarge {
  display: inline-block;
  width: 56px;
  height: 56px;
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: none;
  -moz-background-size: 56px 56px;
  -o-background-size: 56px 56px;
  background-size: 56px 56px;
}

.Icon--xxxlarge {
  display: inline-block;
  width: 72px;
  height: 72px;
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: none;
  -moz-background-size: 72px 72px;
  -o-background-size: 72px 72px;
  background-size: 72px 72px;
}

.isMobile .Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks ul.Footer-linkList .Footer-linkList-link:first-child {
  font-size: 16px;
  display: block;
  background: url(https://www.aainsurance.co.nz/content/zd/Icon-plus.svg#dark) no-repeat left center;
  -moz-background-size: 16px;
  -o-background-size: 16px;
  background-size: 16px;
  margin-top: 0;
}

.isMobile .Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks ul.Footer-linkList.Footer-linkList--expand .Footer-linkList-link {
  display: block;
}

.isMobile .Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks ul.Footer-linkList.Footer-linkList--expand .Footer-linkList-link:first-child {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCI+PHN0eWxlPi5zdDB7ZmlsbDojMDAwMDAwfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE1IDIyLjVoMTh2M0gxNXoiLz48L3N2Zz4=) no-repeat left center;
  -moz-background-size: 16px;
  -o-background-size: 16px;
  background-size: 16px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main {
  max-width: 1344px;
  margin: auto;
}

main.Main-content {
  max-width: 1344px;
  margin: auto;
}

@media only screen and (min-width: 1200px) {
  body {
    margin-left: auto;
    margin-right: auto;
  }
}
body {
  background-color: #fff;
  color: #333;
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-family: fs_lola_web, arial, sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  h1 {
    font-size: 3.5rem;
    line-height: 3.75rem;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #535353;
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

h4 {
  font-size: 1rem;
  font-weight: 700;
}

h5 {
  font-size: 0.875rem;
  font-weight: 700;
}

a {
  color: #0d59bf;
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  text-decoration: underline;
}

a:active:not(nav),
a:focus:not(nav),
a:hover:not(nav) {
  text-decoration: none;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: 0;
  transition: border 0.12s ease-in-out;
}

input:focus {
  border: 1px solid #0076c3;
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTAgNiI+CiAgPHBhdGggZmlsbD0iI0NDQyIgZD0iTTAgMGgxMEw1IDYgMCAweiIvPgo8L3N2Zz4K) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: 0;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #0076c3;
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: 0;
  padding: 10px;
}

textarea:focus {
  border: 1px solid #0076c3;
}

.container {
  width: 1160px !important;
  margin: 0 auto;
  padding: 0 !important;
}

@media (max-width: 949px) {
  .container {
    margin: 0 auto;
    padding: 0 16px !important;
  }
}
@media (min-width: 950px) {
  .container {
    max-width: 95%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1344px) {
  .container {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 5%;
  }
}
.homeContainer {
  max-width: 1160px !important;
  margin: 0 auto;
  padding: 0 5%;
  padding-top: 40px;
}

.requestContainer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 16px;
}

@media (max-width: 960px) {
  .container {
    width: 100% !important;
    margin: 0;
  }
  .homeContainer {
    padding-top: 0;
  }
}
@media (max-width: 740px) {
  .container {
    width: 100% !important;
    margin: 0 auto;
    padding: 0;
  }
  .homeContainer {
    max-width: 95%;
    margin: 0 auto;
    padding: 0;
    padding-top: 0;
  }
  .requestContainer {
    max-width: 95%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 950px) {
  .sg-Menu--fixedContainer {
    overflow-x: visible !important;
  }
}
.insuranceType {
  display: flex;
  text-align: center;
  max-width: 400px;
}

.insuranceType div {
  padding: 8px;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}

.container-divider {
  margin-bottom: 20px;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}
.dropdown-toggle {
  background: 0 0;
  border: 0;
  padding: 0;
  text-align: initial;
}

.dropdown-toggle:focus {
  outline: 0;
  text-decoration: underline;
}

.dropdown-toggle::after {
  color: inherit;
}

.button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link,
[role=button] {
  border: 1px solid #0076c3;
  border-radius: 4px;
  color: #0076c3;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link,
  [role=button] {
    width: auto;
  }
}
.button::after, .split-button button::after, .section-subscribe button::after, .article-subscribe button::after, .community-follow button::after, .requests-table-toolbar .organization-subscribe button::after, .subscriptions-subscribe button::after, .pagination-next-link::after, .pagination-prev-link::after, .pagination-first-link::after, .pagination-last-link::after,
[role=button]::after {
  color: #0076c3;
}

.button:active, .split-button button:active, .section-subscribe button:active, .article-subscribe button:active, .community-follow button:active, .requests-table-toolbar .organization-subscribe button:active, .subscriptions-subscribe button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active,
.button:focus,
.split-button button:focus,
.section-subscribe button:focus,
.article-subscribe button:focus,
.community-follow button:focus,
.requests-table-toolbar .organization-subscribe button:focus,
.subscriptions-subscribe button:focus,
.pagination-next-link:focus,
.pagination-prev-link:focus,
.pagination-first-link:focus,
.pagination-last-link:focus,
.button:hover,
.split-button button:hover,
.section-subscribe button:hover,
.article-subscribe button:hover,
.community-follow button:hover,
.requests-table-toolbar .organization-subscribe button:hover,
.subscriptions-subscribe button:hover,
.pagination-next-link:hover,
.pagination-prev-link:hover,
.pagination-first-link:hover,
.pagination-last-link:hover,
.button[aria-selected=true],
.split-button button[aria-selected=true],
.section-subscribe button[aria-selected=true],
.article-subscribe button[aria-selected=true],
.community-follow button[aria-selected=true],
.requests-table-toolbar .organization-subscribe button[aria-selected=true],
.subscriptions-subscribe button[aria-selected=true],
[aria-selected=true].pagination-next-link,
[aria-selected=true].pagination-prev-link,
[aria-selected=true].pagination-first-link,
[aria-selected=true].pagination-last-link,
[role=button]:active,
[role=button]:focus,
[role=button]:hover,
[role=button][aria-selected=true] {
  background-color: #0076c3;
  color: #000;
  text-decoration: none;
}

.button[aria-selected=true]:active, .split-button button[aria-selected=true]:active, .section-subscribe button[aria-selected=true]:active, .article-subscribe button[aria-selected=true]:active, .community-follow button[aria-selected=true]:active, .requests-table-toolbar .organization-subscribe button[aria-selected=true]:active, .subscriptions-subscribe button[aria-selected=true]:active, [aria-selected=true].pagination-next-link:active, [aria-selected=true].pagination-prev-link:active, [aria-selected=true].pagination-first-link:active, [aria-selected=true].pagination-last-link:active,
.button[aria-selected=true]:focus,
.split-button button[aria-selected=true]:focus,
.section-subscribe button[aria-selected=true]:focus,
.article-subscribe button[aria-selected=true]:focus,
.community-follow button[aria-selected=true]:focus,
.requests-table-toolbar .organization-subscribe button[aria-selected=true]:focus,
.subscriptions-subscribe button[aria-selected=true]:focus,
[aria-selected=true].pagination-next-link:focus,
[aria-selected=true].pagination-prev-link:focus,
[aria-selected=true].pagination-first-link:focus,
[aria-selected=true].pagination-last-link:focus,
.button[aria-selected=true]:hover,
.split-button button[aria-selected=true]:hover,
.section-subscribe button[aria-selected=true]:hover,
.article-subscribe button[aria-selected=true]:hover,
.community-follow button[aria-selected=true]:hover,
.requests-table-toolbar .organization-subscribe button[aria-selected=true]:hover,
.subscriptions-subscribe button[aria-selected=true]:hover,
[aria-selected=true].pagination-next-link:hover,
[aria-selected=true].pagination-prev-link:hover,
[aria-selected=true].pagination-first-link:hover,
[aria-selected=true].pagination-last-link:hover,
[role=button][aria-selected=true]:active,
[role=button][aria-selected=true]:focus,
[role=button][aria-selected=true]:hover {
  background-color: #00385d;
  border-color: #ffd400;
}

.button[data-disabled], .split-button button[data-disabled], .section-subscribe button[data-disabled], .article-subscribe button[data-disabled], .community-follow button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .subscriptions-subscribe button[data-disabled], [data-disabled].pagination-next-link, [data-disabled].pagination-prev-link, [data-disabled].pagination-first-link, [data-disabled].pagination-last-link,
[role=button][data-disabled] {
  cursor: default;
}

.button-large,
input[type=submit] {
  background-color: #0d59bf;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 768px) {
  .button-large,
  input[type=submit] {
    width: auto;
  }
}
.button-large:active,
.button-large:focus,
.button-large:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
  background-color: #00385d;
}

.button-large[disabled],
input[type=submit][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #666666;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:active,
.button-secondary:focus,
.button-secondary:hover {
  color: #333;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

.table {
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}
.table th,
.table th a {
  color: #666666;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir=rtl] .table th,
[dir=rtl] .table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}
.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  .table td,
  .table th {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .table td,
  .table th {
    padding: 10px 20px;
    height: 60px;
  }
}
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid #0076c3;
}

.form-field input[type=text] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type=text]:focus {
  border: 1px solid #0076c3;
}

.form-field input[type=checkbox] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: 0;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid #0076c3;
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: 0;
  border: 1px solid #0076c3;
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label::after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.form-field .optional {
  color: #666666;
  margin-left: 4px;
}

.form-field p {
  color: #666666;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading=true] input,
[data-loading=true] textarea {
  background: url(https://www.aainsurance.co.nz/content/zd/loading.gif) 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #666666;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #072d60;
}

.nesty-panel {
  max-height: 300px;
}

.select.optional.request_ticket_form_id {
  display: none;
}

.logo img {
  max-height: 37px;
  margin-left: 16px;
  max-width: 94px;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}
.user-nav[aria-expanded=true] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded=true] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: #0d59bf;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}
[dir=rtl] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:active,
.nav-wrapper a:focus,
.nav-wrapper a:hover {
  background-color: transparent;
  color: #0d59bf;
  text-decoration: underline;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .icon-menu {
  border: 0;
  color: #0d59bf;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}
[dir=rtl] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

.nav-wrapper .icon-menu:active,
.nav-wrapper .icon-menu:focus,
.nav-wrapper .icon-menu:hover {
  background-color: transparent;
  color: #0d59bf;
}

.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}
.user-info > [role=button] {
  border: 0;
  color: #0d59bf;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role=button]:focus,
.user-info > [role=button]:hover {
  color: #0d59bf;
  background-color: transparent;
}

.user-info > [role=button]::after {
  color: #0d59bf;
  padding-right: 15px;
}

[dir=rtl] .user-info > [role=button]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}
#user #user-name:hover {
  text-decoration: underline;
}

.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: #0076c3;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #000;
  content: "ðŸ‘¤";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

.footer {
  padding: 16px 0 0 0;
  margin-top: 0;
}

.footer a {
  color: #666666;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}
.footer-language-selector {
  color: #666666;
  display: inline-block;
  font-weight: 300;
}

.breadcrumbs {
  margin: 0;
  padding: 0 0 16px 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}
.breadcrumbs li {
  color: #666666;
  display: inline;
  font-weight: 300;
  font-size: 14px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: "/";
  margin: 0 4px;
}

.breadcrumbs li a:visited {
  color: #0d59bf;
}

.search {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 1160px;
}

.search input[type=search] {
  border: 1px solid #eee;
  border-radius: 5px;
  box-sizing: border-box;
  color: #999;
  height: 64px;
  padding-left: 4%;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  background-color: #fff;
}

.search-box .search-input {
  max-width: none;
}

[dir=rtl] .search input[type=search] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type=search]:focus {
  border-bottom: 2px #ffd400;
  border-bottom-style: solid;
}

.search::before {
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #0476c2;
  content: url(https://www.aainsurance.co.nz/content/images/Icon-search.svg);
  font-size: 24px;
  position: absolute;
  right: 16px;
}

[dir=rtl] .search::before {
  right: 15px;
  left: auto;
}

.search-full input[type=search] {
  border: 1px solid #eee;
}

@media only screen and (max-width: 1200px) {
  .search input[type=search] {
    background-color: #eee;
  }
  .search::before {
    background-color: #eee;
  }
}
.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}
.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}
.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}
.page-header .icon-lock::before {
  content: url(https://www.aainsurance.co.nz/images/sg-icons/Icon-lock.svg);
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 50px;
  padding-bottom: 15px;
  margin: 0 16px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .sub-nav input[type=search] {
    min-width: 300px;
  }
}
.sub-nav input[type=search]::after {
  font-size: 15px;
}

.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: -15px;
  }
}
.blocks-item {
  border-radius: 4px;
  box-sizing: border-box;
  color: #0076c3;
  display: flex;
  flex: auto;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  background-color: #fff;
  flex-basis: 0;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: url(https://www.aainsurance.co.nz/images/sg-icons/Icon-lock.svg);
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: #000;
}

.blocks-item-internal a:hover a:focus a:active {
  color: #000;
}

.blocks-item-link {
  color: #0076c3;
  padding: 20px 30px;
}

.blocks-item-link:active,
.blocks-item-link:focus,
.blocks-item-link:hover {
  text-decoration: none;
  color: #000;
}

.blocks-item-title {
  margin-bottom: 0;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

.section-tree .section {
  padding-bottom: 48px;
}

.section h2 {
  margin-bottom: 10px;
  text-align: center;
}

.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}
.promoted-articles-item {
  flex: 1 0 auto;
  margin-left: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
  }
  [dir=rtl] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}
.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  color: #333;
}

.promoted-articles-item .icon-lock::before {
  vertical-align: baseline;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}
.activity,
.community {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-link,
.recent-activity-item-parent {
  margin: 6px 0;
  color: #333;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-link,
  .recent-activity-item-parent {
    width: 70%;
    margin: 0;
  }
}
.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir=rtl] .recent-activity-item-meta {
    float: left;
  }
}
.recent-activity-item-comment,
.recent-activity-item-time {
  color: #666666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir=rtl] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-item-comment span::before {
  color: #0076c3;
  content: "ðŸ’¬";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir=rtl] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

.recent-activity-controls {
  padding-top: 15px;
}

.category-container {
  display: flex;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}
.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}
.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
  }
}
.section-tree-title {
  margin-bottom: 0;
}

.section-tree-title a {
  color: #333;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list-item {
  font-size: 16px;
  padding: 15px 0;
}

.article-list-item .icon-lock::before {
  vertical-align: baseline;
}

.icon-star::before {
  color: #0076c3;
  font-size: 18px;
}

.section-container {
  display: flex;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}
.section-subscribe .dropdown-toggle::after {
  display: none;
}

.article {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding-right: 96px;
  }
}
.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}
.article-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}
.article-avatar {
  margin-right: 10px;
}

.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
  }
}
.article-title .icon-lock::before {
  content: url(https://www.aainsurance.co.nz/images/sg-icons/Icon-lock.svg);
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role=button] {
  flex-shrink: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .article [role=button] {
    width: auto;
  }
}
.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ol,
.article-body ul {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir=rtl] .article-body ol,
[dir=rtl] .article-body ul {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body li > ol,
.article-body li > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body ul > ul {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #666666;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 16px 0;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #666666;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: #0076c3;
  content: "ðŸ’¬";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 1 0%;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    height: auto;
  }
}
.article-relatives {
  display: flex;
  flex-direction: column;
}

.article-relatives > * {
  flex: 1 0 auto;
  margin-right: 0;
}

.article-relatives > :last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    margin-right: 20px;
  }
}
.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  background-color: #eee;
  border: 1px solid #eee;
  color: #0076c3;
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-vote::before {
  font-size: 18px;
  margin-right: 10px;
}

[dir=rtl] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
}

.article-vote:active,
.article-vote:focus {
  background-color: #ffd400;
  color: #0076c3;
}

.article-vote:hover {
  background-color: #ddd;
}

.article-vote:hover::after,
.article-vote:hover::before {
  background-color: #ddd;
}

.article-vote[aria-selected=true]::after,
.article-vote[aria-selected=true]::before {
  background-color: #ffd400;
  color: #000;
}

.article-vote-up::before {
  content: "âœ“";
}

.article-vote-down::before {
  content: "âœ•";
}

.button.article-vote[aria-selected=true], .split-button button.article-vote[aria-selected=true], .section-subscribe button.article-vote[aria-selected=true], .article-subscribe button.article-vote[aria-selected=true], .community-follow button.article-vote[aria-selected=true], .requests-table-toolbar .organization-subscribe button.article-vote[aria-selected=true], .subscriptions-subscribe button.article-vote[aria-selected=true], .article-vote[aria-selected=true].pagination-next-link, .article-vote[aria-selected=true].pagination-prev-link, .article-vote[aria-selected=true].pagination-first-link, .article-vote[aria-selected=true].pagination-last-link {
  background-color: #ffd400;
  border-color: #ffd400;
}

.button.article-vote[aria-selected=true]:focus, .split-button button.article-vote[aria-selected=true]:focus, .section-subscribe button.article-vote[aria-selected=true]:focus, .article-subscribe button.article-vote[aria-selected=true]:focus, .community-follow button.article-vote[aria-selected=true]:focus, .requests-table-toolbar .organization-subscribe button.article-vote[aria-selected=true]:focus, .subscriptions-subscribe button.article-vote[aria-selected=true]:focus, .article-vote[aria-selected=true].pagination-next-link:focus, .article-vote[aria-selected=true].pagination-prev-link:focus, .article-vote[aria-selected=true].pagination-first-link:focus, .article-vote[aria-selected=true].pagination-last-link:focus {
  border-color: #ffd400;
}

.article-vote[aria-selected=true]:focus {
  border-color: #ffd400;
}

@media only screen and (min-width: 600px) {
  .button.article-vote, .split-button button.article-vote, .section-subscribe button.article-vote, .article-subscribe button.article-vote, .community-follow button.article-vote, .requests-table-toolbar .organization-subscribe button.article-vote, .subscriptions-subscribe button.article-vote, .article-vote.pagination-next-link, .article-vote.pagination-prev-link, .article-vote.pagination-first-link, .article-vote.pagination-last-link {
    display: inline-block;
    width: 48%;
  }
}
.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}
.article-return-to-top a {
  color: #333;
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:focus,
.article-return-to-top a:hover {
  text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir=rtl] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: #0076c3;
  color: #000;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #00385d;
  border-color: #00385d;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
}

.sidenav-item {
  color: #0d59bf;
  display: block;
  font-weight: 300;
  padding: 8px 0;
  border-bottom: solid 1px #fff;
}

.sidenav-item.current-article {
  color: #000;
  text-decoration: none;
  border-bottom: solid 1px #ffd400;
}

.sidenav-item:hover {
  color: #0d59bf;
  text-decoration: underline;
  border-bottom: solid 1px #fff;
}

.recent-articles h3,
.related-articles h3 {
  font-family: fs_lola_web, arial, sans-serif;
  padding-top: 32px;
  padding-bottom: 8px;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: #333;
  content: url(https://www.aainsurance.co.nz/images/sg-icons/Icon-download.svg);
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir=rtl] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir=rtl] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #666666;
}

.share {
  padding: 0;
  white-space: nowrap;
}

.share a,
.share li {
  display: inline-block;
}

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #666666;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: #0076c3;
}

.share-twitter::before {
  content: "î¤";
}

.share-facebook::before {
  content: "î¤ƒ";
}

.share-linkedin::before {
  content: "î¤€";
}

.share-googleplus::before {
  content: "î¤‚";
}

.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: 0;
}

.vote a:active,
.vote a:focus,
.vote a:hover {
  text-decoration: none;
}

.vote-sum {
  color: #666666;
  display: block;
  margin: 3px 0;
}

[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-down:hover::before,
.vote-up:hover::before {
  color: #0076c3;
}

.vote-down::before,
.vote-up::before {
  color: #666666;
  font-size: 24px;
}

.vote-up::before {
  content: "âœ“";
}

.vote-down::before {
  content: "âœ•";
}

.vote-voted::before {
  color: #0076c3;
}

.vote-voted:hover::before {
  color: #00385d;
}

.actions {
  text-align: center;
  flex-shrink: 0;
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:active::before,
.actions .dropdown-toggle:focus::before,
.actions .dropdown-toggle:hover::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #666666;
  content: "âš™";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}
.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}
.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir=rtl] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}
.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}
.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}
.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir=rtl] .requests-table-toolbar .organization-subscribe,
  [dir=rtl] .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}
.requests-table-toolbar .organization-unsubscribe {
  background-color: #0076c3;
  color: #000;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}
.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}
.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}
.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

.contributions-table td:last-child {
  color: #666666;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}
.no-activities {
  color: #666666;
}

.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}
.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}
.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields,
.request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}
.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #666666;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus=true] {
  border: 1px solid #0076c3;
}

.request-main .form-field.comment-ccs > input[type=text] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #0076c3;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}
.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}
.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}
.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dd,
.request-details dt {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\a";
  white-space: pre;
}

.request-details dt {
  color: #666666;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dd,
.request-attachments dt {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
}
[dir=rtl] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) a,
.pagination li:hover:not(.pagination-current) span {
  color: #333;
  text-decoration: none;
}

.pagination a,
.pagination span {
  font-size: 15px;
  color: #0d59bf;
  padding: 10px 12px;
}

@media (min-width: 768px) {
  .pagination a,
  .pagination span {
    font-size: 13px;
    padding: 5px 12px;
  }
}
.pagination-current {
  background-color: #ffd400;
}

.pagination-current a,
.pagination-current span {
  color: #000;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir=rtl] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir=rtl] .pagination-last {
  border-radius: 3px 0 0 3px;
}

.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #666666;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "Â·";
  margin: 0 5px;
}

.actions .dropdown-toggle::before,
.article-vote::before,
.attachments .attachment-item::before,
.collapsible-nav-list li[aria-selected=true]::after,
.collapsible-sidebar-title::after,
.icon,
.recent-activity-item-comment span::before,
.search-result-meta-count::before,
.search-result-votes::before,
.search::before,
.share a::before,
.vote-down::before,
.vote-up::before,
[class*=icon-]::before,
[class^=icon-]::before {
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "ðŸ”’";
}

.icon-star::before {
  content: "â˜…";
}

.icon-linkedin::before {
  content: "î¤€";
}

.icon-twitter::before {
  content: "î¤";
}

.icon-googleplus-::before {
  content: "î¤‚";
}

.icon-facebook::before {
  content: "î¤ƒ";
}

.icon-agent::before {
  content: "ðŸ‘¤";
}

.icon-close::before {
  content: "âœ•";
}

.icon-arrow-up::before {
  content: "â¬†";
}

.icon-arrow-down::before {
  content: "â¬‡";
}

.icon-attachments::before {
  content: "ðŸ“Ž";
}

.icon-comments::before {
  content: "ðŸ’¬";
}

.icon-search::before {
  content: "ðŸ”";
}

.icon-vote::before {
  content: "ðŸ‘";
}

.icon-handle::before {
  content: "â–¾";
}

.icon-check::before {
  content: "âœ“";
}

.icon-gear::before {
  content: "âš™";
}

.icon-menu::before {
  content: "â˜°";
}

.icon-article::before {
  content: "ðŸ“„";
}

.icon-post::before {
  content: "ðŸ“”";
}

.icon-notification-alert::before {
  content: "âš ";
}

.icon-notification-error::before {
  content: "Ã—";
}

.icon-notification-info::before {
  content: "â„¹";
}

.icon-notification-success::before {
  content: "âœ”";
}

.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}
.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir=rtl] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir=rtl] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir=rtl] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}
.profile-header .options [data-action=edit-profile] {
  background-color: #0076c3;
  border: 0;
  color: #000;
  line-height: normal;
  padding: 8px 20px;
  outline-color: #0076c3;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #666666;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir=rtl] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}
.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir=rtl] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}
.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}
.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #0076c3;
  border-radius: 4px;
  color: #0076c3;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "ðŸ”’";
  margin-left: 5px;
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}
.profile-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}
.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #666666;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}
.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir=rtl] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}
@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir=rtl] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}
.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir=rtl] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}
.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  line-height: 25px;
}

[dir=rtl] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir=rtl] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}
.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}
.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 10px;
}

[dir=rtl] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir=rtl] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir=rtl] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}
.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir=rtl] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-activity-header {
    margin-right: 0;
  }
}
.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir=rtl] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir=rtl] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}
.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
}

[dir=rtl] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir=rtl] .profile-activity::before {
    right: -14px;
  }
}
.profile-activity-list > li[class$=-article]::before,
.profile-articles > .profile-contribution::before {
  content: "ðŸ“„";
}

.profile-activity-list > li[class$=-post]::before,
.profile-posts > .profile-contribution::before {
  content: "ðŸ“”";
}

.profile-activity-list > li[class$=-comment]::before,
.profile-comments > .profile-contribution::before {
  content: "ðŸ’¬";
  line-height: 35px;
}

.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}
.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 45%;
  }
}
.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-result-meta-count,
.search-result-votes {
  color: #666666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-meta-count::before,
.search-result-votes::before {
  color: #0076c3;
}

[dir=ltr] .search-result-meta-count,
[dir=ltr] .search-result-votes {
  margin-left: 5px;
}

[dir=ltr] .search-result-meta-count::before,
[dir=ltr] .search-result-votes::before {
  margin-right: 3px;
}

[dir=rtl] .search-result-meta-count,
[dir=rtl] .search-result-votes {
  margin-right: 5px;
}

[dir=rtl] .search-result-meta-count::before,
[dir=rtl] .search-result-votes::before {
  margin-left: 3px;
}

.search-result-votes::before {
  content: "ðŸ‘";
}

.search-result-meta-count::before {
  content: "ðŸ’¬";
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
  font-style: italic;
}

@media only screen and (max-width: 600px) {
  .hero {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    margin: auto;
  }
  .hero-inner {
    max-width: 610px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .sideMask {
    padding-top: 24px;
  }
  .section.hero {
    margin-top: 112px;
  }
}
@media only screen and (min-width: 600px) {
  .hero {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    margin: auto;
  }
  .hero-inner {
    max-width: 610px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .sideMask {
    padding-top: 23px;
  }
  .section.hero {
    margin-top: 98px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    margin: auto;
  }
  .hero-inner {
    max-width: 610px;
    margin: 0 auto;
  }
  .sideMask {
    padding-top: 24px;
  }
  .section.hero {
    margin-top: 96px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    height: 400px;
    margin: auto;
  }
  .hero {
    background-image: url(https://www.aainsurance.co.nz/content/zd/hero.webp);
  }
  .hero-inner {
    position: relative;
    top: 30%;
    transform: translateY(-50%);
    max-width: 610px;
    margin: 0 auto;
  }
  .sideMask {
    padding-top: 148px;
  }
}
@media only screen and (max-width: 810px) {
  .aai-nav .aai-hamburger-menu {
    top: 0;
  }
}
.tabs {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 40px;
  text-align: center;
  margin-bottom: 24px;
  min-width: 780px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.tabs .tab {
  position: relative;
  top: 3px;
  margin: 0 5px;
  padding: 5px 20px 5px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #0d59bf;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: inset -2px 0 #ddd;
}

@media (max-width: 1200px) {
  .tabs .tab {
    background-color: #eee;
  }
}
@media (min-width: 1200px) {
  .tabs .tab:hover:not(.active) {
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    color: #0d59bf;
    text-decoration: none;
    border-width: medium;
    border-left-color: #f1f1f1;
    border-right-color: #f1f1f1;
    border-top-color: #f1f1f1;
    border-bottom-color: #ddd;
    font-size: 1rem;
    font-weight: 700;
  }
  .tab {
    background-color: #fff;
  }
}
.tab.active {
  border-radius: 4px;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  background-color: #ffd400;
  box-shadow: inset -2px 0 #ffd400;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: none !important;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tabs {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 32px;
  font-family: arial;
}

.tabs .tab {
  position: relative;
  top: 3px;
  cursor: pointer;
  padding: 15px 8px;
  flex-shrink: 1;
  flex-grow: 1;
  font-family: arial;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab.active {
  border-bottom: 3px solid transparent;
  font-family: arial;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

@media only screen and (max-width: 599px) {
  .tabs {
    padding-left: 12px;
    min-width: 820px;
  }
}
.blocks-list .article-list li:nth-child(3) ~ li {
  display: none;
}

.blocks-item:empty {
  height: 0;
  border: 0;
}

.blocks-list .article-item {
  line-height: 1.5;
  margin-bottom: 16px;
}

.see-all {
  font-weight: 700;
  font-size: 14px;
  width: fit-content;
  width: -moz-fit-content;
  display: table;
}

.blocks-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: -15px;
  }
}
.blocks-item {
  box-sizing: border-box;
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  text-align: left;
  align-self: baseline;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: "ðŸ”’";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: #333;
}

.blocks-item-link {
  color: #0076c3;
  padding: 20px 30px;
}

.blocks-item-link:active,
.blocks-item-link:focus,
.blocks-item-link:hover {
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
  padding-bottom: 8px;
  color: #000;
  font-family: fs_lola_web;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

.section h1 {
  margin-bottom: 10px;
  text-align: center;
  padding-top: 48px;
}

@media (max-width: 768px) {
  .section h1 {
    margin-bottom: 10px;
    text-align: center;
    padding-top: 24px;
  }
}
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}
.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
  }
  [dir=rtl] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}
.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  border-bottom: 1px solid #ddd;
  color: #333;
  display: block;
  padding: 15px 0;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}
.blocks-div {
  display: flex;
  padding: 16px;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  min-width: 300px;
}

@media (max-width: 360px) {
  .blocks-div {
    display: flex;
    padding: 16px;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    min-width: 300px;
  }
}
.blocks-div ul li {
  margin-left: 0 !important;
}

.blocks-item {
  margin-left: 0 !important;
}

ul.article-list > li {
  padding-bottom: 8px;
}

.maskRight {
  width: 32px;
  height: 56px;
  position: absolute;
  z-index: 1;
  right: 0;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

@media (min-width: 740px) {
  .maskRight {
    display: none;
  }
  .maskLeft {
    display: none;
  }
}
.SearchInputBox {
  min-width: 15em !important;
}

a:active:not(nav),
a:focus:not(nav),
a:hover:not(nav) {
  text-decoration: none;
}

div.aai-hamburger-menu.fixed-header {
  background-size: cover !important;
}

.dx-margin-top {
  margin-top: 48px !important;
}

.Footer-categoryLinks {
  font-family: Arial, Helvetica, sans-serif;
}

.page-header .icon-lock::before {
  content: "ðŸ”’";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: "ðŸ”’";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: #000;
}

.promoted-articles-item .icon-lock::before {
  vertical-align: baseline;
}

@media only screen and (min-width: 769px) {
  .Footer .footer-social__whatsapp {
    display: none;
  }
}
@media (min-width: 992px) {
  .header .header-wrapper .top-nav__links li .button, .header .header-wrapper .top-nav__links li .split-button button, .split-button .header .header-wrapper .top-nav__links li button, .header .header-wrapper .top-nav__links li .section-subscribe button, .section-subscribe .header .header-wrapper .top-nav__links li button, .header .header-wrapper .top-nav__links li .article-subscribe button, .article-subscribe .header .header-wrapper .top-nav__links li button, .header .header-wrapper .top-nav__links li .community-follow button, .community-follow .header .header-wrapper .top-nav__links li button, .header .header-wrapper .top-nav__links li .requests-table-toolbar .organization-subscribe button, .requests-table-toolbar .organization-subscribe .header .header-wrapper .top-nav__links li button, .header .header-wrapper .top-nav__links li .subscriptions-subscribe button, .subscriptions-subscribe .header .header-wrapper .top-nav__links li button, .header .header-wrapper .top-nav__links li .pagination-next-link, .header .header-wrapper .top-nav__links li .pagination-prev-link, .header .header-wrapper .top-nav__links li .pagination-first-link, .header .header-wrapper .top-nav__links li .pagination-last-link {
    font-size: 14px;
    padding: 16px;
  }
}
@media (min-width: 992px) {
  .header .header-wrapper {
    width: 100%;
    min-width: 0 !important;
  }
}
.Footer {
  color: #000 !important;
  background-repeat: no-repeat;
  background-size: auto 100% !important;
}

.Footer .Footer-content {
  margin: 0 auto !important;
  padding: 64px 0 !important;
}

.Footer .Footer-content .Footer-socialMedia ul > li > a > picture > img {
  width: 40px !important;
  height: 40px !important;
}

@media (min-width: 769px) {
  .Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks ul.Footer-linkList > li.Footer-linkList-link {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .Footer .Footer-content .Footer-bottom {
    display: block !important;
  }
  .Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks {
    display: block !important;
  }
  .Footer .Footer-linkList {
    display: block !important;
  }
  .Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks ul.Footer-linkList {
    margin-right: 16px !important;
    margin-left: 16px !important;
    margin-bottom: 32px !important;
  }
  .Footer .Footer-content .Footer-bottom .Footer-secondaryLinks ul {
    display: block !important;
  }
  .Footer .Footer-content .Footer-bottom .Footer-secondaryLinks ul li {
    margin: 16px 8px !important;
    text-align: left !important;
  }
  .Footer .Footer-content .Footer-bottom .Footer-secondaryLinks {
    margin: 24px 0 0 !important;
  }
  .Footer-copyright {
    margin: 8px 0 0 16px !important;
  }
}
.Footer .Footer-content .Footer-bottom .Footer-secondaryLinks {
  height: auto !important;
}

.Footer .Footer-content .Footer-bottom .Footer-secondaryLinks ul li {
  height: auto !important;
}

.Footer-copyright {
  margin-top: 24px;
  font-size: 12px;
}

@media (min-width: 769px) {
  .Footer .Footer-content .Footer-bottom .Footer-secondaryLinks ul {
    display: block !important;
    text-align: center;
  }
  .Footer .Footer-content .Footer-bottom .Footer-secondaryLinks ul li {
    display: inline-block !important;
    margin: 8px 16px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.Footer .Footer-content .Footer-bottom .Footer-secondaryLinks ul li a:hover {
  text-decoration: underline;
}

.aa-footer-social {
  display: flex;
  gap: 8px;
  margin: auto;
  width: calc(100% - 48px);
}

.aa-footer-social .aa-footer-icon {
  min-width: 32px;
}

.aa-footer-icon {
  background-color: #262626;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
}

.aa-footer-icon:hover {
  opacity: 0.75;
}

.aa-footer-icon .icon-wrapper {
  align-items: center;
  height: 100%;
}

.icon-wrapper,
.icon-wrapper__single--layers {
  display: flex;
  justify-content: center;
}

.icon-wrapper__single--layers.icon--size--xsmall {
  height: 16px;
  width: 16px;
}

.aa-footer-social .icon__fa {
  height: 16px !important;
  width: 16px !important;
  color: #fff;
}

.aa-footer-icon-shielded-site {
  display: block;
  height: 32px;
  width: 32px;
}

@media (min-width: 576px) {
  .aa-footer-social {
    justify-content: center;
    width: calc(100% - 64px);
  }
}
@media (max-width: 715px) {
  .isMobile .Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks ul.Footer-linkList .Footer-linkList-link:first-child {
    padding-left: 16px;
    background-position: -5px;
  }
}
.isMobile .Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks ul.Footer-linkList .Footer-linkColumnTitle {
  cursor: pointer;
}

.isMobile .Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks ul.Footer-linkList {
  height: 24px;
  overflow: hidden;
}

.isMobile .Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks ul.Footer-linkList.Footer-linkList--is-expanded {
  height: auto;
}

.isMobile .Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks ul.Footer-linkList > li.Footer-linkList-link:not(:first-child) {
  margin: 8px 16px;
}

.isMobile .Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks ul.Footer-linkList {
  height: 24px;
  overflow: hidden;
}

.isMobile .Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks ul.Footer-linkList.Footer-linkList--is-expanded .Footer-linkColumnTitle {
  background-image: url(https://www.aainsurance.co.nz/content/zd/Icon-minus.svg#dark);
  background-repeat: no-repeat;
}

body {
  line-height: 1.6;
}

.sg-Type--heading,
.sg-Type--heading1,
.sg-Type--heading2,
.sg-Type--heading3,
.sg-Type--heading4,
.sg-Type--heading5,
.sg-Type--heading6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.sg-Type--strikeBehind:after,
.sg-Type--strikeBehind:before {
  top: 0.7em;
}

h1.sg-Type--strikeBehind:after,
h1.sg-Type--strikeBehind:before,
h2.sg-Type--strikeBehind:after,
h2.sg-Type--strikeBehind:before,
h3.sg-Type--strikeBehind:after,
h3.sg-Type--strikeBehind:before {
  top: 0.55em;
}

h4.sg-Type--strikeBehind:after,
h4.sg-Type--strikeBehind:before {
  top: 0.65em;
}

h5.sg-Type--strikeBehind:after,
h5.sg-Type--strikeBehind:before,
h6.sg-Type--strikeBehind:after,
h6.sg-Type--strikeBehind:before {
  top: 0.7em;
}

.sg-Type--normal {
  line-height: 1.6 !important;
  font-size: 0.875rem !important;
  -webkit-text-fill-color: #535353 !important;
}

.sg-Type--title,
b {
  font-size: 1.008rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
}

.sg-Type--headingTitle {
  font-weight: 400;
  line-height: 1.0625em;
  color: #0d59bf;
  background: -webkit-linear-gradient(-45deg, #0d59bf 0, #0d59bf 39%, #0d59bf 100%);
  -webkit-background-clip: text;
  text-overflow: clip;
}

.sg-Type--heading1,
h1 {
  line-height: 1.167em;
  color: #0d59bf;
  background: -webkit-linear-gradient(-45deg, #0d59bf 0, #0d59bf 39%, #0d59bf 100%);
  -webkit-background-clip: text;
  text-overflow: clip;
}

@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) and (list-style-type: "*") {
  .sg-Type--heading1,
  h1 {
    -webkit-text-fill-color: transparent;
  }
}
.sg-Type--heading2,
h2 {
  line-height: 1.167em;
}

.sg-Type--heading3,
h3 {
  line-height: 1.167em;
}

.sg-Type--heading4,
h4 {
  line-height: 1.5em;
  font-family: arial, sans-serif;
  font-weight: 700;
}

.sg-Type--heading5,
h5 {
  line-height: 1.6em;
  font-family: arial, sans-serif;
  font-weight: 700;
}

.sg-Type--heading6,
h6 {
  line-height: 1.6em;
  font-family: arial, sans-serif;
  font-weight: 700;
}

.sg-Type--small,
small {
  font-size: 0.756rem;
  font-size: 12px;
  font-size: 0.75rem;
}

.sg-Type--prominent {
  font-weight: 700;
  color: #535353;
  font-size: 1.008rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
}

.sg-Type--muted {
  opacity: 0.65;
}

.sg-Type--tagLine,
.sg-Type--tagLineCorrect,
.sg-Type--tagLineDark,
.sg-Type--tagLineError,
.sg-Type--tagLineLight,
.sg-Type--tagLineNeutral,
.sg-Type--tagLinePrimary,
.sg-Type--tagLineSecondary {
  font-weight: 400;
  font-size: 0.882rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.sg-Type--tagLineSecondary {
  color: #535353;
}

.sg-Type--tagLineCorrect {
  color: #535353;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none !important;
}

.sg-Type--heading a,
.sg-Type--helpLink,
.sg-Type--helpLinkLight,
.sg-Type--link,
.sg-Type--linkInverse,
.sg-Type--linkInverseLight,
.sg-Type--linkLight,
a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

.sg-Type--heading a,
.sg-Type--helpLink,
.sg-Type--helpLinkLight,
.sg-Type--link,
.sg-Type--linkInverse,
a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #0d59bf;
}

.sg-Type--heading a:active,
.sg-Type--heading a:hover,
.sg-Type--helpLink:active,
.sg-Type--helpLink:hover,
.sg-Type--helpLinkLight:active,
.sg-Type--helpLinkLight:hover,
.sg-Type--link:active,
.sg-Type--link:hover,
.sg-Type--linkInverse:active,
.sg-Type--linkInverse:hover,
a:active,
a:hover,
h1 a:active,
h1 a:hover,
h2 a:active,
h2 a:hover,
h3 a:active,
h3 a:hover,
h4 a:active,
h4 a:hover,
h5 a:active,
h5 a:hover,
h6 a:active,
h6 a:hover {
  color: #09438f;
}

@media screen and (max-width: 700px) {
  .sg-Type--headingTitle {
    font-size: 2.142rem;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1em;
  }
  .sg-Type--heading1,
  h1 {
    font-size: 2.142rem;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1em;
  }
  .sg-Type--heading2,
  h2 {
    font-size: 1.638rem;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.076em;
  }
  .sg-Type--heading3,
  h3 {
    font-size: 1.386rem;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.181em;
  }
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details {
  display: block;
}

summary {
  display: list-item;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template {
  display: none;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
}

legend {
  padding: 0;
  color: inherit;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.sg-u-clearfix:after,
.sg-u-clearfix:before {
  display: table;
  line-height: 0;
  content: "";
}

.sg-u-clearfix:after {
  clear: both;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
}

input {
  line-height: normal;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.sg-u-clearfix:after,
.sg-u-clearfix:before {
  display: table;
  line-height: 0;
  content: "";
}

.sg-u-clearfix:after {
  clear: both;
}

img {
  vertical-align: middle;
  outline: 0;
}

img.round {
  border: 3px solid #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 100%;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}

a img {
  border: 0;
  opacity: 1;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
}

.Footer {
  background: #ffd400;
  color: #f7f6f6;
}

.Footer .Footer-linkList-link {
  margin: 0;
}

.Footer .Footer-linkList-link:first-child a {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.25;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 1em;
}

.Footer .Footer-linkList a {
  line-height: 2.3;
  color: #fff;
  display: block;
  font-size: 14px;
}

.Footer .Footer-linkList a:focus {
  outline: 0;
  background-color: transparent;
}

.Footer .sg-Grid-col {
  width: 20%;
}

.Footer .Footer-linkList {
  display: inline-block;
  width: 19%;
  vertical-align: top;
  padding-left: 0;
  margin: 0 1% 0 0;
}

.Footer .Footer-linkList:last-child {
  width: 17%;
  margin: 0;
}

.Footer .Footer-content {
  max-width: 960px;
  padding-top: 50px;
  padding-right: 10px;
  margin: 0 auto;
}

.Footer .Footer-logo {
  float: right;
  margin-top: -40px;
  width: 98px;
}

.Footer .Footer-attachment {
  margin-top: 80px;
}

.Footer .Footer-socialMedia .sg-List-unstyledHorizontal {
  padding-left: 0;
}

.Footer .Footer-socialMedia .sg-List-unstyledHorizontal li {
  float: left;
  margin: 0;
}

.Footer .Footer-socialMedia .sg-List-unstyledHorizontal li:first-child {
  margin-left: 0;
}

.Footer .Footer-socialMedia .sg-List-unstyledHorizontal a {
  display: inline-block;
}

.container {
  position: relative;
  width: 870px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container:after,
.container:before {
  content: "";
  display: table;
}

.container:after {
  clear: both;
}

.Footer .Footer-content {
  max-width: 1170px;
  margin-top: 64px;
  padding: 0;
}

.Footer .Footer-content .Footer-primaryLinks {
  background: 0 0;
}

.Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks ul.Footer-linkList {
  width: auto;
  color: #000;
  line-height: 20px;
  margin: 0 0 20px 0;
}

.Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks ul.Footer-linkList > li.Footer-linkList-link {
  margin: 8px 0;
}

.Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks ul.Footer-linkList > li.Footer-linkList-link a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  color: inherit;
  line-height: inherit;
}

.Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks ul.Footer-linkList > li.Footer-linkList-link a:hover {
  color: #000;
  text-decoration: underline;
}

.Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks ul.Footer-linkList > li:first-child {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: 700;
}

.Footer .Footer-content .Footer-primaryLinks .Footer-categoryLinks ul.Footer-linkList > li:first-child a {
  font-size: 16px;
  font-weight: 700;
}

.Footer .Footer-content .Footer-socialMedia ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Footer .Footer-content .Footer-socialMedia ul > li {
  padding-right: 10px;
}

.Footer .Footer-content .Footer-socialMedia ul > li > a > img {
  width: 40px;
  height: 40px;
}

.Footer .Footer-content .Footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.Footer .Footer-content .Footer-bottom .Footer-secondaryLinks {
  margin: 20px 0 0 0;
  height: 24px;
  font-weight: 400;
}

.Footer .Footer-content .Footer-bottom .Footer-secondaryLinks ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.Footer .Footer-content .Footer-bottom .Footer-secondaryLinks ul li {
  padding-right: 20px;
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-right: 6px;
  padding-right: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-left: 0;
  font-weight: 400;
  height: 20px;
}

.Footer .Footer-content .Footer-bottom .Footer-secondaryLinks ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  margin-left: 0;
  text-indent: 0;
  margin-right: 0;
}

address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}

dl,
ol,
ul {
  margin-top: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
}

a:hover {
  color: #004776;
  text-decoration: underline;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.mega-menu a:focus {
  outline: 0;
}

.header {
  padding: 8px 0;
  background-color: #ffd400;
  flex-grow: 1;
  margin-bottom: 8px;
  max-width: none;
  width: 100%;
  height: 64px;
  top: 0;
  width: 100%;
  z-index: 20;
}

@media (min-width: 992px) {
  .header {
    height: 96px;
    padding: 16px 0;
  }
}
@media (max-width: 768.98px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    height: 64px;
  }
}
.header .header-wrapper {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1168px;
}

.header .header-wrapper .aai-logo--wrapper {
  margin-left: 16px;
}

@media (min-width: 769px) {
  .header .header-wrapper .aai-logo--wrapper {
    margin-left: 24px;
  }
}
@media (min-width: 1200px) {
  .header .header-wrapper .aai-logo--wrapper {
    margin-left: 0;
  }
}
.header .header-wrapper .aai-logo {
  aspect-ratio: 23/8;
  height: 48px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 136px;
}

@media (min-width: 992px) {
  .header .header-wrapper .aai-logo {
    height: 64px;
    width: 184px;
  }
}
.header .header-wrapper .button-dropdown__dropdown {
  width: 300px;
}

.header .header-wrapper .button-dropdown.get-a-quote {
  display: none;
}

.button-dropdown.get-a-quote .button-dropdown__button.has-links {
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .mobile-menu-open .header .header-wrapper .top-nav__links {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .header .header-wrapper .top-nav {
    display: flex;
    flex-grow: 1;
    max-width: 1042px;
  }
  .header .header-wrapper .top-nav__links {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: flex-end;
    list-style: none;
    margin: auto;
    padding-left: 0;
  }
  .header .header-wrapper .top-nav__links li {
    display: inline;
  }
  .header .header-wrapper .top-nav__links li .secondary__links {
    color: #262626;
    font-size: 16px;
    margin-left: 16px;
    font-weight: 700;
  }
  .header .header-wrapper .top-nav__links li .secondary__links:hover {
    border-bottom: 2px solid #262626;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .header .header-wrapper .top-nav__links li .secondary__links {
    font-size: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (-ms-high-contrast: none), screen and (min-width: 992px) and (min-width: 992px) and (-ms-high-contrast: active) {
  .header .header-wrapper .top-nav__links li .secondary__links {
    line-height: 3.5;
  }
}
@media (min-width: 992px) and (max-width: 1099.98px) {
  .header .header-wrapper .top-nav__links li .secondary__links-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .header .header-wrapper .top-nav__links li .secondary__icon {
    color: rgba(0, 0, 0, 0.5);
    display: inline-flex;
    height: 48px;
    margin-left: 16px;
    width: 48px;
  }
  .header .header-wrapper .top-nav__links li .secondary__icon:last-child {
    margin-left: 8px;
  }
  .header .header-wrapper .top-nav__links li .secondary__icon-fa {
    margin: auto;
  }
  .header .header-wrapper .top-nav__links li .button, .header .header-wrapper .top-nav__links li .split-button button, .split-button .header .header-wrapper .top-nav__links li button, .header .header-wrapper .top-nav__links li .section-subscribe button, .section-subscribe .header .header-wrapper .top-nav__links li button, .header .header-wrapper .top-nav__links li .article-subscribe button, .article-subscribe .header .header-wrapper .top-nav__links li button, .header .header-wrapper .top-nav__links li .community-follow button, .community-follow .header .header-wrapper .top-nav__links li button, .header .header-wrapper .top-nav__links li .requests-table-toolbar .organization-subscribe button, .requests-table-toolbar .organization-subscribe .header .header-wrapper .top-nav__links li button, .header .header-wrapper .top-nav__links li .subscriptions-subscribe button, .subscriptions-subscribe .header .header-wrapper .top-nav__links li button, .header .header-wrapper .top-nav__links li .pagination-next-link, .header .header-wrapper .top-nav__links li .pagination-prev-link, .header .header-wrapper .top-nav__links li .pagination-first-link, .header .header-wrapper .top-nav__links li .pagination-last-link,
  .header .header-wrapper .top-nav__links li .button--quarternary,
  .header .header-wrapper .top-nav__links li .button-dropdown__button {
    display: inline;
    font-size: 14px;
    margin: 8px;
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .header .header-wrapper .top-nav {
    margin-right: 0;
  }
}
.header .header-wrapper .top-nav .secondary__mobile {
  display: inline;
}

@media (min-width: 992px) {
  .header .header-wrapper .top-nav .secondary__mobile {
    display: none;
  }
}
.header .header-wrapper .top-nav .secondary__desktop {
  display: none;
}

@media (min-width: 992px) {
  .header .header-wrapper .top-nav .secondary__desktop {
    display: inline;
  }
}
@media (min-width: 896px) {
  .mega-menu {
    align-items: center;
    display: flex;
  }
}
.mega-menu > ol > ol .asset-holder {
  display: none;
}

@media (min-width: 992px) {
  .mega-menu {
    margin-left: 8px;
  }
  .mega-menu__links {
    float: right;
  }
  .mega-menu > li,
  .mega-menu > ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .mega-menu > ol > li > ol.isOpen:before {
    content: "";
    z-index: -1;
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    top: -10px;
    left: 44%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.24);
  }
  .mega-menu > ol > li {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin-right: 16px;
  }
  .mega-menu > ol > li .arrow {
    margin: 0;
    width: 32px;
    height: 1em;
    font-size: 24px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .mega-menu > ol > li.isOpen > a.mobile-menu-level-one .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mega-menu > ol > li > a {
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #262626;
    margin-left: 8px;
    font-family: arial, sans-serif;
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), screen and (min-width: 992px) and (-ms-high-contrast: active) {
  .mega-menu > ol > li > a {
    background-image: none;
  }
}
@media (min-width: 992px) and (min-width: 1100px) {
  .mega-menu > ol > li > a {
    font-size: 18px;
    font-weight: 700;
    color: #262626;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .mega-menu > ol > li > a {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .mega-menu > ol > li > a:hover {
    text-decoration: none;
  }
  .mega-menu > ol > li.has-subnav > a {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #0d59bf), color-stop(50%, #0d59bf), to(#0d59bf));
    background: linear-gradient(90deg, #0d59bf 0, #0d59bf 50%, #0d59bf);
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), screen and (min-width: 992px) and (-ms-high-contrast: active) {
  .mega-menu > ol > li.has-subnav > a {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .mega-menu > ol > li.has-subnav > a:hover {
    border-bottom: 2px solid #535353;
    margin-bottom: -2px;
  }
  .mega-menu > ol > li.has-subnav.isOpen > a {
    color: #535353;
    background-image: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#535353));
    background: linear-gradient(#535353, #535353);
    -webkit-background-clip: text;
    background-clip: text;
    border-bottom: 4px solid #ffd300;
    margin-bottom: -4px;
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), screen and (min-width: 992px) and (-ms-high-contrast: active) {
  .mega-menu > ol > li.has-subnav.isOpen > a {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .mega-menu > ol > li > ol > div > li {
    border-left: 4px solid transparent;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
  }
  .mega-menu > ol > li > ol > div > li:first-child {
    border-radius: 4px;
  }
  .mega-menu > ol > li > ol > div > li:last-child {
    border-radius: 4px;
    border-bottom: 0 solid #fff;
  }
  .mega-menu > ol > li > ol > div > li:hover {
    background-color: #f1f1f1;
  }
  .mega-menu > ol > li > ol > div > li > a {
    height: 72px;
    padding: 16px 16px 16px 8px;
    font-weight: 700;
    line-height: 3;
    display: block;
    background-image: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#0d59bf), to(#0d59bf));
    background: linear-gradient(#0d59bf, #0d59bf);
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) and (list-style-type: "*") {
  @media (min-width: 992px) {
    .mega-menu > ol > li > ol > div > li > a {
      -webkit-text-fill-color: transparent;
    }
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), screen and (min-width: 992px) and (-ms-high-contrast: active) {
  .mega-menu > ol > li > ol > div > li > a {
    background-image: none;
  }
}
.claim .icon-flex,
.claim .mobile-menu-level-two > .icon-flex {
  display: flex;
  align-items: center;
}

.claim .icon-flex > .icon,
.claim .mobile-menu-level-two > .icon-flex > .icon {
  height: 32px;
  margin: 0 8px 0 0;
  width: 32px;
  background-size: 32px 32px;
}

.claim .subheading-flex {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

@media (min-width: 992px) {
  .claim .subheading-flex {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .mobile-menu-icon {
    float: left;
    height: 32px;
    margin: 4px 8px 4px 0;
    width: 32px;
    background-size: 32px 32px;
  }
}
@media (min-width: 992px) {
  .mega-menu > ol > li > ol > div > li > a.no-subheading {
    line-height: 3;
  }
  .mega-menu > ol > li > ol > div > li > a.no-subheading .icon {
    float: left;
    height: 32px;
    margin: 4px 8px 4px 0;
    width: 32px;
    background-size: 32px 32px;
  }
  .mega-menu > ol > li > ol > div > li > a.has-subheading {
    line-height: 0.5;
    font-weight: 14px;
  }
  .mega-menu > ol > li > ol > div > li > a.has-subheading .icon {
    float: left;
    height: 32px;
    margin: 4px 8px 4px 0;
    width: 32px;
    background-size: 32px 32px;
  }
  .mega-menu > ol > li > ol > div > li > ol > div > li {
    background-color: #fff;
  }
  .mega-menu > ol > li > ol > div > li > ol > div > li:hover {
    background-color: #f1f1f1;
  }
  .mega-menu > ol > li > ol > div > li > ol > div > li > a:not(.button--primary):not(.button-dropdown__button) {
    height: 72px;
    padding: 16px 16px 16px 8px;
    font-weight: 700;
    line-height: 3;
    display: block;
    color: #0d59bf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0d59bf), to(#0d59bf));
    background-image: linear-gradient(#0d59bf, #0d59bf);
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) and (list-style-type: "*") {
  @media (min-width: 992px) {
    .mega-menu > ol > li > ol > div > li > ol > div > li > a:not(.button--primary):not(.button-dropdown__button) {
      -webkit-text-fill-color: transparent;
    }
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), screen and (min-width: 992px) and (-ms-high-contrast: active) {
  .mega-menu > ol > li > ol > div > li > ol > div > li > a:not(.button--primary):not(.button-dropdown__button) {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .mega-menu > ol > li > ol > div > li > ol > div > li > a:not(.button--primary):not(.button-dropdown__button).no-subheading {
    line-height: 3;
  }
  .mega-menu > ol > li > ol > div > li > ol > div > li > a:not(.button--primary):not(.button-dropdown__button).no-subheading .icon {
    float: left;
    height: 32px;
    margin: 4px 8px 4px 0;
    width: 32px;
    background-size: 32px 32px;
  }
  .mega-menu > ol > li > ol > div > li > ol > div > li > a:not(.button--primary):not(.button-dropdown__button).has-subheading {
    line-height: 0.5;
    font-weight: 14px;
  }
  .mega-menu > ol > li > ol > div > li > ol > div > li > a:not(.button--primary):not(.button-dropdown__button).has-subheading .icon {
    float: left;
    height: 32px;
    margin: 4px 8px 4px 0;
    width: 32px;
    background-size: 32px 32px;
  }
  .mega-menu ol ol {
    width: 224px;
    margin-top: 24px;
  }
  .mega-menu ol ol ol {
    left: 100%;
    top: 0;
    margin-top: 0;
    width: 480px;
    display: flex;
  }
}
@media (min-width: 992px) and (min-width: 1100px) {
  .mega-menu ol ol ol {
    width: 640px;
  }
}
@media (min-width: 992px) {
  .mega-menu ol ol ol > div {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), screen and (min-width: 992px) and (-ms-high-contrast: active) {
  .mega-menu ol ol ol > div {
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .mega-menu ol ol .dropdown-mega-menu:first-child {
    border-radius: 4px 4px 0 0;
  }
  .mega-menu ol ol .dropdown-mega-menu:last-child {
    border-radius: 0 0 4px 4px !important;
    border-bottom: 0 solid #fff;
  }
  .mega-menu ol ol .dropdown-mega-menu.isOpen {
    border-left: 4px solid #ffd300;
    background-color: #f1f1f1;
  }
  .mega-menu ol ol .dropdown-mega-menu.isOpen a {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    color: #535353;
  }
  .mega-menu ol ol .dropdown-mega-menu ol {
    border: 0;
    width: 224px;
  }
}
@media (min-width: 992px) and (min-width: 1100px) {
  .mega-menu ol ol .dropdown-mega-menu ol {
    width: 240px;
  }
}
@media (min-width: 992px) {
  .mega-menu ol ol .dropdown-mega-menu ol.isOpen {
    top: auto;
    margin-top: -73px;
  }
  .mega-menu ol ol .dropdown-mega-menu ol > div {
    flex: 0 0 100%;
    position: relative;
    box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.24);
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), screen and (min-width: 992px) and (-ms-high-contrast: active) {
  .mega-menu ol ol .dropdown-mega-menu ol > div {
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .mega-menu ol ol .dropdown-mega-menu ol > div > li {
    border-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
  }
  .mega-menu ol ol .dropdown-mega-menu ol > div > li:hover {
    background-color: #f1f1f1;
  }
  .mega-menu ol ol .dropdown-mega-menu ol > div > li.has-subnav > a:hover {
    border-bottom: 2px solid #0d59bf;
  }
  .mega-menu ol ol .dropdown-mega-menu ol > div > li.has-subnav.isOpen > a {
    color: #535353;
    background-image: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#535353));
    background: linear-gradient(#535353, #535353);
    -webkit-background-clip: text;
    background-clip: text;
    border-bottom: 4px solid #ffd300;
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), screen and (min-width: 992px) and (-ms-high-contrast: active) {
  .mega-menu ol ol .dropdown-mega-menu ol > div > li.has-subnav.isOpen > a {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .mega-menu ol ol .dropdown-mega-menu ol > div > li > a {
    height: 72px;
    font-weight: 700;
    line-height: 3;
    background-image: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0d59bf), to(#0d59bf));
    background-image: linear-gradient(#0d59bf, #0d59bf);
    -webkit-background-clip: text;
    background-clip: text;
    padding-left: 8px;
  }
}
@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) and (list-style-type: "*") {
  @media (min-width: 992px) {
    .mega-menu ol ol .dropdown-mega-menu ol > div > li > a {
      -webkit-text-fill-color: transparent;
    }
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), screen and (min-width: 992px) and (-ms-high-contrast: active) {
  .mega-menu ol ol .dropdown-mega-menu ol > div > li > a {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .mega-menu ol ol .dropdown-mega-menu ol > div > li > a.no-subheading {
    line-height: 3;
  }
  .mega-menu ol ol .dropdown-mega-menu ol > div > li > a.no-subheading .icon {
    float: left;
    height: 32px;
    margin: 4px 8px 4px 0;
    width: 32px;
    background-size: 32px 32px;
  }
  .mega-menu ol ol .dropdown-mega-menu ol > div > li > a.has-subheading {
    line-height: 0.5;
    font-weight: 14px;
  }
  .mega-menu ol ol .dropdown-mega-menu ol > div > li > a.has-subheading .icon {
    float: left;
    height: 32px;
    margin: 4px 8px 4px 0;
    width: 32px;
    background-size: 32px 32px;
  }
  .mega-menu ol ol li.has-subnav {
    padding-right: 0;
  }
  .mega-menu ol ol li.has-subnav > a .arrow {
    position: relative;
    font-size: 24px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .mega-menu ol ol.has-asset {
    width: 480px;
    display: flex;
  }
}
@media (min-width: 992px) and (min-width: 1100px) {
  .mega-menu ol ol.has-asset {
    width: 640px;
  }
}
@media (min-width: 992px) {
  .mega-menu ol ol.has-asset > div {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) and (min-width: 896px) {
  .mega-menu ol ol.has-asset > div .mega-menu {
    display: flex;
  }
}
@media (min-width: 992px) {
  .mega-menu ol ol.has-asset > div .mega-menu ol ol .asset-holder {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .mega-menu ol ol.has-asset > div .mega-menu {
    margin-left: 8px;
  }
  .mega-menu ol ol.has-asset > div .mega-menu__links {
    float: right;
  }
  .mega-menu ol ol.has-asset > div .mega-menu li,
  .mega-menu ol ol.has-asset > div .mega-menu ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .mega-menu ol ol.has-asset > div .mega-menu ol li {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
  }
  .mega-menu ol ol.has-asset > div .mega-menu ol li > a {
    line-height: 1;
    text-align: center;
    display: inline-block;
    padding: 20px 0 0;
    font-size: 20px;
    margin-left: 8px;
    font-family: arial, sans-serif;
    font-weight: 500;
    color: #0d59bf;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #0d59bf), color-stop(50%, #0d59bf), to(#0d59bf));
    background: linear-gradient(90deg, #0d59bf 0, #0d59bf 50%, #0d59bf);
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) and (list-style-type: "*") {
  @media (min-width: 992px) {
    .mega-menu ol ol.has-asset > div .mega-menu ol li > a {
      -webkit-text-fill-color: transparent;
    }
  }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 1100px) {
  .mega-menu ol ol.has-asset > div .mega-menu ol li > a {
    padding: 16px 0 4px;
    font-size: 24px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (-ms-high-contrast: none), screen and (min-width: 992px) and (min-width: 992px) and (-ms-high-contrast: active) {
  .mega-menu ol ol.has-asset > div .mega-menu ol li > a {
    background-image: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 1200px) {
  .mega-menu ol ol.has-asset > div .mega-menu ol li > a {
    max-width: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .mega-menu ol ol.has-asset > div .mega-menu ol li > a:hover {
    text-decoration: none;
  }
  .mega-menu ol ol.has-asset > div .mega-menu > ol > li {
    margin-right: 16px;
  }
  .mega-menu ol ol.has-asset > div .mega-menu > ol > li .arrow {
    width: 14px;
    margin-left: 8px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .mega-menu ol ol.has-asset > div .mega-menu > ol > li.isOpen .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mega-menu ol ol.has-asset > div .mega-menu > ol > li.has-subnav > a:hover {
    border-bottom: 2px solid #0d59bf;
  }
  .mega-menu ol ol.has-asset > div .mega-menu > ol > li.has-subnav.isOpen > a {
    color: #535353;
    background-image: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#535353));
    background: linear-gradient(#535353, #535353);
    -webkit-background-clip: text;
    background-clip: text;
    border-bottom: 4px solid #ffd300;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (-ms-high-contrast: none), screen and (min-width: 992px) and (min-width: 992px) and (-ms-high-contrast: active) {
  .mega-menu ol ol.has-asset > div .mega-menu > ol > li.has-subnav.isOpen > a {
    background-image: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .mega-menu ol ol.has-asset > div .mega-menu ol ol {
    width: 224px;
    margin-top: 24px;
  }
  .mega-menu ol ol.has-asset > div .mega-menu ol ol ol {
    left: 100%;
    top: 0;
    margin-top: 0;
    width: 480px;
    display: flex;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 1100px) {
  .mega-menu ol ol.has-asset > div .mega-menu ol ol ol {
    width: 640px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .mega-menu ol ol.has-asset > div .mega-menu ol ol ol > div {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (-ms-high-contrast: none), screen and (min-width: 992px) and (min-width: 992px) and (-ms-high-contrast: active) {
  .mega-menu ol ol.has-asset > div .mega-menu ol ol ol > div {
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .mega-menu ol ol.has-asset > div .mega-menu ol ol li.has-subnav {
    padding-right: 0;
  }
  .mega-menu ol ol.has-asset > div .mega-menu ol ol li.has-subnav > a .arrow {
    float: right;
    position: relative;
    top: calc(50% - 7px);
    font-size: 14px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .mega-menu ol ol.has-asset > div .mega-menu ol ol.has-asset {
    width: 480px;
    display: flex;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 1100px) {
  .mega-menu ol ol.has-asset > div .mega-menu ol ol.has-asset {
    width: 640px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .mega-menu ol ol.has-asset > div .mega-menu ol ol.has-asset > div {
    flex: 0 0 50%;
  }
  .mega-menu ol ol.has-asset > div .mega-menu ol ol .asset-holder {
    display: block;
    flex: 0 0 50%;
  }
  .mega-menu ol ol.has-asset > div .mega-menu ol ol li {
    position: static;
    font-size: 14px;
    display: block;
    font-family: arial, sans-serif;
  }
  .mega-menu ol ol.has-asset > div .mega-menu ol ol a {
    font-size: inherit;
    display: block;
    max-width: none;
    text-align: left;
    color: #0d59bf;
    font-family: arial, sans-serif;
    line-height: 1.2;
    padding: 16px 16px 16px 8px;
  }
  .mega-menu ol ol.has-asset > div .mega-menu ol ol a:hover {
    background-color: #f2f2f2;
  }
  .mega-menu ol ol.has-asset > div .mega-menu ol ol .subheading {
    -webkit-text-fill-color: #535353;
    display: block;
    margin-top: 16px;
    font-weight: 300;
    font-size: 14px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.75);
  }
}
@media (min-width: 992px) {
  .mega-menu ol ol .asset-holder {
    display: block;
    flex: 0 0 50%;
  }
  .mega-menu ol ol li {
    position: static;
    font-size: 16px;
    font-weight: 700;
    display: block;
    font-family: arial, sans-serif;
  }
  .mega-menu ol ol .subheading {
    -webkit-text-fill-color: #535353;
    display: block;
    margin-top: 16px;
    font-weight: 300;
    font-size: 14px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.75);
  }
}
.mega-menu .manage-policy > ol.isOpen {
  left: -22%;
}

@media (min-width: 769px) {
  .mega-menu .manage-policy ol.isOpen {
    width: 264px;
  }
}
@media (min-width: 1100px) {
  .mega-menu .manage-policy ol.isOpen {
    width: 320px;
  }
}
.mega-menu .claim > ol.isOpen {
  left: -86%;
}

@media (min-width: 996px) {
  .mega-menu .claim ol.isOpen {
    width: 264px;
  }
}
@media (min-width: 1100px) {
  .mega-menu .claim ol.isOpen {
    width: 300px;
  }
}
.mega-menu .claim > ol > div > li.start-a-claim > a {
  color: #535353;
  background: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#535353));
  background: linear-gradient(#535353, #535353);
  background-image: none;
  -webkit-text-fill-color: #535353;
  cursor: text;
}

.mega-menu .claim > ol > div > li.start-a-claim:hover {
  background-color: #fff;
  border-left: 4px solid transparent;
}

@media (max-width: 991.98px) {
  .mega-menu .claim > ol > div > li.start-a-claim:hover {
    margin-left: -4px;
  }
}
@media (max-width: 991.98px) {
  .mega-menu .claim > ol > div > li.start-a-claim .subheading {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .our-insurance > ol.isOpen {
    border: 0 solid;
    border-radius: 4px 0 0 4px;
    width: 264px;
    box-shadow: -2px 3px 5px 0 rgba(0, 0, 0, 0.2);
    margin-left: -40%;
  }
}
@media (min-width: 992px) and (min-width: 1100px) {
  .our-insurance > ol.isOpen {
    width: 320px;
  }
}
@media (min-width: 992px) {
  .our-insurance > ol.isOpen > div {
    height: 365px;
  }
  .our-insurance > ol.isOpen > div > li {
    border-left: 4px solid transparent;
    border-bottom: 1px solid #fff;
    background-color: #f1f1f1;
    height: 73px;
  }
  .our-insurance > ol.isOpen > div > li:first-child {
    border-radius: 4px 0 0 0;
  }
  .our-insurance > ol.isOpen > div > li:last-child {
    border-radius: 0 0 0 4px;
    border-bottom: 0 solid #fff;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance {
    border-left: 4px solid #ffd300;
    background-color: #fff;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > a,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > a,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > a {
    color: #535353;
    background-image: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#535353));
    background: linear-gradient(#535353, #535353);
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), screen and (min-width: 992px) and (-ms-high-contrast: active) {
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > a,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > a,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > a {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen {
    border-radius: 0 0 4px 0;
    border: 0 solid;
    width: 528px;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2);
    height: 365px;
    background: 0 0;
  }
}
@media (min-width: 992px) and (min-width: 1100px) {
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen {
    width: 640px;
  }
}
@media (min-width: 992px) {
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div {
    background: #fff;
    border-radius: 0 0 4px 0;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    width: 264px;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li:nth-child(10),
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li:nth-child(5),
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li:nth-child(10),
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li:nth-child(5),
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li:nth-child(10),
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li:nth-child(5) {
    border-radius: 0 0 4px 0;
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 992px) and (min-width: 1100px) {
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li {
    width: 320px;
  }
}
@media (min-width: 992px) {
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li:hover,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li:hover,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li:hover {
    background-color: #f1f1f1;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li:hover .icon,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li:hover .icon,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li:hover .icon {
    opacity: 0.75;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li.get-a-quote,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li.get-a-quote,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li.get-a-quote {
    padding-top: 12px;
  }
  .hero.inlineHero .hero__links .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li.get-a-quote .button--primary,
  .hero.inlineHero .hero__links .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li.get-a-quote .button--primary,
  .hero.inlineHero .hero__links .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li.get-a-quote .button--primary,
  .hero.offsetHero .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li.get-a-quote .hero__links > .button--primary,
  .hero.offsetHero .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li.get-a-quote .hero__links > .button--primary,
  .hero.offsetHero .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li.get-a-quote .hero__links > .button--primary,
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li.get-a-quote .button--primary,
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li.get-a-quote .button-dropdown__button,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li.get-a-quote .button--primary,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li.get-a-quote .button-dropdown__button,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li.get-a-quote .button--primary,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li.get-a-quote .button-dropdown__button {
    margin: 0 8px 12px;
    width: 248px;
  }
}
@media (min-width: 992px) and (min-width: 1100px) {
  .hero.inlineHero .hero__links .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li.get-a-quote .button--primary,
  .hero.inlineHero .hero__links .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li.get-a-quote .button--primary,
  .hero.inlineHero .hero__links .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li.get-a-quote .button--primary,
  .hero.offsetHero .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li.get-a-quote .hero__links > .button--primary,
  .hero.offsetHero .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li.get-a-quote .hero__links > .button--primary,
  .hero.offsetHero .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li.get-a-quote .hero__links > .button--primary,
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li.get-a-quote .button--primary,
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li.get-a-quote .button-dropdown__button,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li.get-a-quote .button--primary,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li.get-a-quote .button-dropdown__button,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li.get-a-quote .button--primary,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li.get-a-quote .button-dropdown__button {
    width: 304px;
  }
}
@media (min-width: 992px) {
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button),
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button),
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button) {
    height: 72px;
    font-weight: 700;
    line-height: 3;
    background-image: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#0d59bf), to(#0d59bf));
    background: linear-gradient(#0d59bf, #0d59bf);
    -webkit-background-clip: text;
    background-clip: text;
    padding-left: 8px;
  }
}
@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) and (list-style-type: "*") {
  @media (min-width: 992px) {
    .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button),
    .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button),
    .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button) {
      -webkit-text-fill-color: transparent;
    }
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), screen and (min-width: 992px) and (-ms-high-contrast: active) {
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button),
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button),
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button) {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button).no-subheading,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button).no-subheading,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button).no-subheading {
    line-height: 3;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button).no-subheading .icon,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button).no-subheading .icon,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button).no-subheading .icon {
    float: left;
    height: 32px;
    margin: 4px 8px 4px 0;
    width: 32px;
    background-size: 32px 32px;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button).has-subheading,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button).has-subheading,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button).has-subheading {
    line-height: 0.5;
    font-weight: 14px;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button).has-subheading .icon,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button).has-subheading .icon,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button).has-subheading .icon {
    float: left;
    height: 32px;
    margin: 4px 8px 4px 0;
    width: 32px;
    background-size: 32px 32px;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.home-contents > ol.isOpen .asset-holder .gatsby-image-wrapper,
  .our-insurance > ol.isOpen > div > li.isOpen.more-insurance > ol.isOpen .asset-holder .gatsby-image-wrapper,
  .our-insurance > ol.isOpen > div > li.isOpen.small-business-insurance > ol.isOpen .asset-holder .gatsby-image-wrapper {
    border-radius: 0 4px 4px 0;
    height: 365px;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle {
    border-left: 4px solid #ffd300;
    background-color: #fff;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > a {
    color: #535353;
    background-image: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#535353));
    background: linear-gradient(#535353, #535353);
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), screen and (min-width: 992px) and (-ms-high-contrast: active) {
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > a {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen {
    border-radius: 0;
    border: 0 solid;
    width: 528px;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2);
    height: 365px;
  }
}
@media (min-width: 992px) and (min-width: 1100px) {
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen {
    width: 640px;
  }
}
@media (min-width: 992px) {
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    width: 264px;
    display: flex;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li:nth-child(10),
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li:nth-child(5) {
    border-radius: 0 0 4px 0;
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 992px) and (min-width: 1100px) {
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li {
    width: 320px;
  }
}
@media (min-width: 992px) {
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li:hover {
    background-color: #f1f1f1;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li:hover .icon {
    opacity: 0.75;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li.get-a-car-quote {
    padding-top: 12px;
    max-width: 319px;
    height: 73px;
  }
  .hero.inlineHero .hero__links .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li.get-a-car-quote .button--primary,
  .hero.offsetHero .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li.get-a-car-quote .hero__links > .button--primary,
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li.get-a-car-quote .button--primary,
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li.get-a-car-quote .button-dropdown__button {
    margin: 0 8px 12px;
    width: 248px;
    max-height: 48px;
  }
}
@media (min-width: 992px) and (min-width: 1100px) {
  .hero.inlineHero .hero__links .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li.get-a-car-quote .button--primary,
  .hero.offsetHero .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li.get-a-car-quote .hero__links > .button--primary,
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li.get-a-car-quote .button--primary,
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li.get-a-car-quote .button-dropdown__button {
    width: 304px;
  }
}
@media (min-width: 992px) {
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button) {
    height: 72px;
    font-weight: 700;
    line-height: 3;
    background-image: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#0d59bf), to(#0d59bf));
    background: linear-gradient(#0d59bf, #0d59bf);
    -webkit-background-clip: text;
    background-clip: text;
    padding-left: 8px;
    display: inline-block;
  }
}
@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) and (list-style-type: "*") {
  @media (min-width: 992px) {
    .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button) {
      -webkit-text-fill-color: transparent;
    }
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), screen and (min-width: 992px) and (-ms-high-contrast: active) {
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button) {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button).no-subheading {
    line-height: 3;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button).no-subheading .icon {
    float: left;
    height: 32px;
    margin: 4px 8px 4px 0;
    width: 32px;
    background-size: 32px 32px;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button).has-subheading {
    line-height: 0.5;
    font-weight: 14px;
  }
  .our-insurance > ol.isOpen > div > li.isOpen.car-vehicle > ol.isOpen > div > li > a:not(.button--primary):not(.button-dropdown__button).has-subheading .icon {
    float: left;
    height: 32px;
    margin: 4px 8px 4px 0;
    width: 32px;
    background-size: 32px 32px;
  }
}
.claim .mobile-menu-level-two,
.our-insurance .mobile-menu-level-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.our-insurance .external-link {
  margin-right: 4px;
  font-size: 12px;
  width: 12px;
}

.claims > a.no-subheading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.sticky-header .header {
  background-color: #ffd400;
  box-shadow: 0 2px 14px #ccc;
  height: 64px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}

@media (min-width: 992px) {
  body.sticky-header .header {
    height: 80px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  body.sticky-header .header {
    height: 80px;
  }
}
body.sticky-header .header .aai-logo {
  height: 48px;
  width: 136px;
}

@media (min-width: 769px) {
  body.sticky-header .top-nav {
    margin-top: 0;
  }
}
body.sticky-header main {
  margin-top: 72px;
}

@media (max-width: 768.98px) {
  body.sticky-header main {
    margin-top: 100px;
  }
}
@media (min-width: 769px) {
  body.sticky-header .mega-menu > ol > li > ol {
    margin-top: 32px;
  }
  body.sticky-header .mega-menu > ol > li:not(.our-insurance) {
    display: none;
  }
  body.sticky-header .mega-menu .our-insurance > a {
    font-size: 20px;
  }
  body.sticky-header .header .header-wrapper .button-dropdown.get-a-quote {
    display: block;
    margin-left: 16px;
  }
  body.sticky-header .header .header-wrapper .button-dropdown.get-a-quote .has-links .arrow {
    float: none;
  }
  body.sticky-header .header .header-wrapper .button-dropdown.get-a-quote > .button-dropdown__dropdown {
    width: 344px;
    margin-left: -80px;
  }
}
@media (min-width: 896px) {
  body.top-nav-open footer,
  body.top-nav-open main {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}
.mobile-menu-btn.mobile-menu-btn-open .fa-bars {
  display: block;
}

.mobile-menu-btn.mobile-menu-btn-open .fa-times {
  display: none;
}

.mobile-menu-btn.mobile-menu-btn-closed .fa-bars {
  display: none;
}

.mobile-menu-btn.mobile-menu-btn-closed .fa-times {
  display: block;
}

@media (min-width: 992px) {
  .mobile-menu-btn {
    display: none;
  }
}
.mobile__links {
  align-items: center;
  display: flex;
  margin-right: 8px;
}

@media (min-width: 992px) {
  .mobile__links {
    display: none;
  }
}
.mobile__links .mobile__links-item {
  align-items: center;
  background: 0 0;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.mobile__links .mobile__links-item-icon {
  color: rgba(0, 0, 0, 0.5);
  height: 24px;
  width: 24px;
}

.mobile-menu-btn:active,
.mobile-menu-btn:focus {
  outline: 0;
}

@media (max-width: 768.98px) {
  main {
    margin-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 64px;
    background: #fff;
    z-index: 10;
    display: none;
  }
  .top-nav.isOpen {
    display: block;
    overflow: scroll;
  }
  .top-nav ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .top-nav ol li {
    margin: 0;
    padding: 0;
    position: relative;
  }
  .top-nav ol li > a:not(.button):not(.pagination-next-link):not(.pagination-prev-link):not(.pagination-first-link):not(.pagination-last-link):not(.button--quarternary):not(.button-dropdown__button) {
    padding: 16px;
    display: block;
    color: #0d59bf;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    outline: 0;
    border-bottom: 1px solid #f1f1f1;
  }
  .top-nav ol li > a.mobile-menu-level-one:not(.button):not(.pagination-next-link):not(.pagination-prev-link):not(.pagination-first-link):not(.pagination-last-link):not(.button--quarternary):not(.button-dropdown__button) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0d59bf;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    outline: 0;
    border-bottom: 1px solid #f1f1f1;
  }
  .top-nav ol li > a.mobile-menu-level-two:not(.button):not(.pagination-next-link):not(.pagination-prev-link):not(.pagination-first-link):not(.pagination-last-link):not(.button--quarternary):not(.button-dropdown__button) {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0d59bf;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    outline: 0;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 36px;
  }
  .top-nav ol li > a:not(.button):not(.pagination-next-link):not(.pagination-prev-link):not(.pagination-first-link):not(.pagination-last-link):not(.button--quarternary):not(.button-dropdown__button):hover {
    color: #0d59bf;
    text-decoration: none;
  }
  .top-nav ol li.has-subnav .arrow {
    width: 14px;
    margin-left: 8px;
    font-size: 24px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    max-height: 24px;
  }
  .top-nav ol li.has-subnav.isOpen .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .top-nav ol li.has-subnav > a > .arrow {
    float: right;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
  }
  .top-nav ol li.has-subnav.isOpen > a > .arrow {
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }
  .top-nav ol li.has-subnav .has-subnav > a {
    color: #0d59bf;
  }
  .top-nav ol li.isOpen > a {
    color: rgba(0, 0, 0, 0.75);
  }
  .top-nav ol li.isOpen > a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-nav > div ol {
    display: block;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    background-color: #fff;
    width: 100%;
  }
  .top-nav > div ol.isOpen > div {
    height: auto;
  }
  .top-nav > div ol > div {
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .top-nav div > ol > li.isOpen {
    border-left: 4px solid #ffd300;
  }
  .top-nav > div > ol > li > ol > div > li > a:not(.button):not(.pagination-next-link):not(.pagination-prev-link):not(.pagination-first-link):not(.pagination-last-link):not(.button--quarternary):not(.button-dropdown__button) {
    padding-left: 36px;
  }
  .top-nav > div > ol > li > ol > div > li > a:not(.button):not(.pagination-next-link):not(.pagination-prev-link):not(.pagination-first-link):not(.pagination-last-link):not(.button--quarternary):not(.button-dropdown__button).has-subheading {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .top-nav > div > ol > li.claim > ol > div > li > a:not(.button):not(.pagination-next-link):not(.pagination-prev-link):not(.pagination-first-link):not(.pagination-last-link):not(.button--quarternary):not(.button-dropdown__button).no-subheading {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .top-nav > div > ol > li > ol > div > li > ol > div > li > a:not(.button):not(.pagination-next-link):not(.pagination-prev-link):not(.pagination-first-link):not(.pagination-last-link):not(.button--quarternary):not(.button-dropdown__button) {
    padding-left: 64px;
    line-height: 1.4;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .top-nav > div > ol > li > ol > div > li > ol > div > li > a:not(.button):not(.pagination-next-link):not(.pagination-prev-link):not(.pagination-first-link):not(.pagination-last-link):not(.button--quarternary):not(.button-dropdown__button) .icon {
    width: 32px;
    height: 32px;
    margin: 0 8px 0 0;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .top-nav > div > ol > li > ol > div > li > ol > div > li > a:not(.button):not(.pagination-next-link):not(.pagination-prev-link):not(.pagination-first-link):not(.pagination-last-link):not(.button--quarternary):not(.button-dropdown__button).has-subheading {
    padding-top: 2px;
  }
  .top-nav > div > ol > li > ol > div > li > ol > div > li > a:not(.button):not(.pagination-next-link):not(.pagination-prev-link):not(.pagination-first-link):not(.pagination-last-link):not(.button--quarternary):not(.button-dropdown__button).has-subheading .icon {
    margin-top: 8px;
  }
  .top-nav a.button, .top-nav a.pagination-next-link, .top-nav a.pagination-prev-link, .top-nav a.pagination-first-link, .top-nav a.pagination-last-link,
  .top-nav a.button--quarternary,
  .top-nav a.button-dropdown__button {
    max-width: 85%;
    margin: 8px auto 8px 36px;
  }
  .top-nav .subheading {
    -webkit-text-fill-color: #535353;
    display: block;
    margin-left: 44px;
    font-weight: 400;
    font-size: 12px;
    margin-top: -8px;
    color: rgba(0, 0, 0, 0.75);
  }
  .top-nav a:not(.has-icon) .subheading {
    -webkit-text-fill-color: #535353;
    display: block;
    margin-left: 0;
    font-weight: 400;
    font-size: 12px;
    margin-top: 0;
    color: rgba(0, 0, 0, 0.75);
  }
  .top-nav .claim .subheading-flex .subheading {
    margin-left: 0;
    padding-top: 8px;
  }
  .top-nav .our-insurance .car-vehicle > ol > div > li:nth-child(2) a,
  .top-nav .our-insurance .small-business-insurance > ol > div > li:nth-child(2) a {
    border-top: 1px solid #f1f1f1;
  }
  .top-nav .asset-holder,
  .top-nav .our-insurance > ol > div > li:last-child {
    display: none;
  }
}
.menu-transition {
  position: absolute;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 0;
  padding: 0;
  top: 100%;
  width: 100%;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  z-index: 1010;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.menu-transition img,
.menu-transition picture {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.menu-transition.isOpen {
  visibility: visible;
  overflow: visible;
  height: auto;
  opacity: 1;
}

.menu-transition.isOpen img,
.menu-transition.isOpen picture {
  opacity: 1;
}

@media (min-width: 992px) {
  .menu-transition-md {
    position: absolute;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    margin: 0;
    padding: 0;
    top: 100%;
    width: 100%;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    z-index: 1010;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .menu-transition-md img,
  .menu-transition-md picture {
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .menu-transition-md.isOpen {
    visibility: visible;
    overflow: visible;
    height: auto;
    opacity: 1;
  }
  .menu-transition-md.isOpen img,
  .menu-transition-md.isOpen picture {
    opacity: 1;
  }
}
.button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link,
.button--quarternary,
.button-dropdown__button {
  align-self: stretch;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-sizing: border-box;
  display: block;
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  min-height: 48px;
  line-height: 25.2px;
  margin: 8px 8px 8px 0;
  min-width: 48.6px;
  outline-style: none;
  outline-width: 0;
  padding: 11.502px 23.994px;
  text-align: center;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  background-color: #f1f1f1;
  box-shadow: inset -2px 0 0 #bbb;
  color: #0d59bf;
  border: 0;
}

.button--quarternary:focus,
.button-dropdown__button:focus,
.button:focus,
.split-button button:focus,
.section-subscribe button:focus,
.article-subscribe button:focus,
.community-follow button:focus,
.requests-table-toolbar .organization-subscribe button:focus,
.subscriptions-subscribe button:focus,
.pagination-next-link:focus,
.pagination-prev-link:focus,
.pagination-first-link:focus,
.pagination-last-link:focus {
  border: 1px solid transparent;
  box-shadow: 0 0 2px 2px #0d59bf;
}

.button--primary,
.button-dropdown__button,
.hero.inlineHero .hero__links .button--primary,
.hero.inlineHero .hero__links.single-button .button--primary,
.hero.offsetHero .hero__links > .button--primary {
  background-color: #0d59bf;
  border-bottom-color: #00578f;
  color: #fff;
  outline-color: #fff;
  box-shadow: inset -2px 0 0 #09438f;
}

.button--primary:hover,
.button-dropdown__button:hover,
.hero.inlineHero .hero__links .button--primary:hover,
.hero.offsetHero .hero__links > .button--primary:hover {
  box-shadow: inset -2px 0 0 #09438f;
  background-image: -moz- oldlinear-gradient(left, #09438f 0, #09438f 50%, #09438f 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #09438f), color-stop(50%, #09438f), to(#09438f));
  background-image: linear-gradient(90deg, #09438f 0, #09438f 50%, #09438f);
  text-decoration: none;
  color: #fff;
}

.button--quarternary,
.button--secondary,
.button-dropdown--secondary,
.hero.inlineHero .hero__links .button--secondary,
.hero.offsetHero .hero__links > .button--secondary {
  background-color: #f1f1f1;
  box-shadow: inset -2px 0 0 #bbb;
  color: #0d59bf;
  border: 0;
}

.button--quarternary:hover,
.button--secondary:hover,
.button-dropdown--secondary:hover,
.hero.inlineHero .hero__links .button--secondary:hover,
.hero.offsetHero .hero__links > .button--secondary:hover {
  text-decoration: none;
  color: #0d59bf;
  background: #e8e6e3;
  box-shadow: inset -2px 0 0 #bebebe;
}

.button--tertiary,
.hero.homepage-hero .hero__content .hero__links .button--tertiary {
  background-color: #fff;
  box-shadow: inset -2px 0 0 #bbb;
  color: #0d59bf;
  border: 0;
}

.button--tertiary:hover,
.hero.homepage-hero .hero__content .hero__links .button--tertiary:hover {
  text-decoration: none;
  background-color: #f4f4f4;
  color: #0d59bf;
  box-shadow: inset -2px 0 0 #bbb;
  font-weight: 700;
}

.button--quarternary,
.button--quarternary:hover {
  background-color: #f4d045;
  background-image: none;
  border-color: #f1c415;
  box-shadow: inset 0 1px 0 0 #f7dc75;
}

.button--yellow {
  background-color: #ffd400;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#ffd400), to(#f2c900));
  background-image: linear-gradient(to bottom right, #ffd400, #f2c900);
  border-bottom-color: #ca0;
  border-right-color: #ca0;
  border-top-color: #ca0;
  box-shadow: inset 0 1px 0 0 #ffe14d;
  color: #535353;
  outline-color: #535353;
  -webkit-text-decoration-color: #535353;
  text-decoration-color: #535353;
  text-shadow: rgba(255, 229, 102, 0.8) 0 1px 1px;
}

.button--yellow:hover {
  text-decoration: none;
}

.button--full-width {
  width: 100%;
  margin: 8px auto !important;
}

.button--fixed-width-center {
  width: 80%;
  max-width: 280px;
  margin: 8px auto !important;
}

.button--fixed-width-left {
  width: 80%;
  max-width: 280px;
}

.button--icon.button--quarternary,
.button--icon.button-dropdown__button,
.button.button--icon,
.split-button button.button--icon,
.section-subscribe button.button--icon,
.article-subscribe button.button--icon,
.community-follow button.button--icon,
.requests-table-toolbar .organization-subscribe button.button--icon,
.subscriptions-subscribe button.button--icon,
.button--icon.pagination-next-link,
.button--icon.pagination-prev-link,
.button--icon.pagination-first-link,
.button--icon.pagination-last-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.button--icon.button--quarternary .icon,
.button--icon.button-dropdown__button .icon,
.button.button--icon .icon,
.split-button button.button--icon .icon,
.section-subscribe button.button--icon .icon,
.article-subscribe button.button--icon .icon,
.community-follow button.button--icon .icon,
.requests-table-toolbar .organization-subscribe button.button--icon .icon,
.subscriptions-subscribe button.button--icon .icon,
.button--icon.pagination-next-link .icon,
.button--icon.pagination-prev-link .icon,
.button--icon.pagination-first-link .icon,
.button--icon.pagination-last-link .icon {
  float: none;
}

.icon.icon--xsmall {
  width: 16px;
  height: 16px;
}

.icon.icon--small {
  width: 24px;
  height: 24px;
}

.icon.icon--medium {
  width: 32px;
  height: 32px;
}

.icon.icon--large {
  width: 40px;
  height: 40px;
}

.icon.icon--xlarge {
  width: 48px;
  height: 48px;
}

.icon.icon--xxlarge {
  width: 56px;
  height: 56px;
}

.icon.icon--xxxlarge {
  width: 72px;
  height: 72px;
}

.button--icon.button--quarternary .icon.icon--xsmall,
.button--icon.button-dropdown__button .icon.icon--xsmall,
.button.button--icon .icon.icon--xsmall,
.split-button button.button--icon .icon.icon--xsmall,
.section-subscribe button.button--icon .icon.icon--xsmall,
.article-subscribe button.button--icon .icon.icon--xsmall,
.community-follow button.button--icon .icon.icon--xsmall,
.requests-table-toolbar .organization-subscribe button.button--icon .icon.icon--xsmall,
.subscriptions-subscribe button.button--icon .icon.icon--xsmall,
.button--icon.pagination-next-link .icon.icon--xsmall,
.button--icon.pagination-prev-link .icon.icon--xsmall,
.button--icon.pagination-first-link .icon.icon--xsmall,
.button--icon.pagination-last-link .icon.icon--xsmall {
  width: 16px;
  height: 16px;
  margin: -4px 0 0 2px;
}

.button--icon.button--quarternary .icon.icon--small,
.button--icon.button-dropdown__button .icon.icon--small,
.button.button--icon .icon.icon--small,
.split-button button.button--icon .icon.icon--small,
.section-subscribe button.button--icon .icon.icon--small,
.article-subscribe button.button--icon .icon.icon--small,
.community-follow button.button--icon .icon.icon--small,
.requests-table-toolbar .organization-subscribe button.button--icon .icon.icon--small,
.subscriptions-subscribe button.button--icon .icon.icon--small,
.button--icon.pagination-next-link .icon.icon--small,
.button--icon.pagination-prev-link .icon.icon--small,
.button--icon.pagination-first-link .icon.icon--small,
.button--icon.pagination-last-link .icon.icon--small {
  width: 24px;
  height: 24px;
  margin: -4px 0 0 2px;
}

.button--icon.button--quarternary .icon.icon--medium,
.button--icon.button-dropdown__button .icon.icon--medium,
.button.button--icon .icon.icon--medium,
.split-button button.button--icon .icon.icon--medium,
.section-subscribe button.button--icon .icon.icon--medium,
.article-subscribe button.button--icon .icon.icon--medium,
.community-follow button.button--icon .icon.icon--medium,
.requests-table-toolbar .organization-subscribe button.button--icon .icon.icon--medium,
.subscriptions-subscribe button.button--icon .icon.icon--medium,
.button--icon.pagination-next-link .icon.icon--medium,
.button--icon.pagination-prev-link .icon.icon--medium,
.button--icon.pagination-first-link .icon.icon--medium,
.button--icon.pagination-last-link .icon.icon--medium {
  width: 32px;
  height: 32px;
  margin: -4px 0 0 2px;
}

.button--icon.button--quarternary .icon.icon--large,
.button--icon.button-dropdown__button .icon.icon--large,
.button.button--icon .icon.icon--large,
.split-button button.button--icon .icon.icon--large,
.section-subscribe button.button--icon .icon.icon--large,
.article-subscribe button.button--icon .icon.icon--large,
.community-follow button.button--icon .icon.icon--large,
.requests-table-toolbar .organization-subscribe button.button--icon .icon.icon--large,
.subscriptions-subscribe button.button--icon .icon.icon--large,
.button--icon.pagination-next-link .icon.icon--large,
.button--icon.pagination-prev-link .icon.icon--large,
.button--icon.pagination-first-link .icon.icon--large,
.button--icon.pagination-last-link .icon.icon--large {
  width: 40px;
  height: 40px;
  margin: -4px 0 0 2px;
}

.button-dropdown {
  position: relative;
}

.button-dropdown__button.has-links .arrow {
  width: 14px;
  margin-left: 8px;
  font-size: 14px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.button-dropdown__button.has-links.isOpen .arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.button-dropdown__button.has-links .arrow {
  float: right;
  margin-top: 4px;
}

.button-dropdown__dropdown {
  margin-top: 16px;
  cursor: pointer;
}

.button-dropdown__dropdown:before {
  border: 16px solid transparent;
  border-bottom-color: #d4d4d4;
  margin-left: -16px;
}

.button-dropdown__dropdown:after,
.button-dropdown__dropdown:before {
  bottom: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.button-dropdown__dropdown:after {
  border: 14px solid transparent;
  border-bottom-color: #fff;
  margin-left: -14px;
}

.button-dropdown__dropdown li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.button-dropdown__dropdown a:not(.button--primary):not(.button-dropdown__button) {
  padding: 16px;
  display: block;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
  font-weight: 700;
  color: #0d59bf;
  line-height: 1.6;
}

.button-dropdown__dropdown a:not(.button--primary):not(.button-dropdown__button) span {
  vertical-align: middle;
}

.button-dropdown__dropdown a:not(.button--primary):not(.button-dropdown__button) .icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 4px 0;
  background-size: 32px 32px;
}

.button-dropdown__dropdown a:not(.button--primary):not(.button-dropdown__button) .callout {
  border-radius: 8px;
  background-color: #ffd400;
  color: #535353;
  padding: 0 6px;
  font-size: 11px;
  margin: 0;
  font-weight: 700;
  display: block;
}

.button-dropdown__dropdown a:not(.button--primary):not(.button-dropdown__button):hover {
  color: #09438f;
  background-color: #f2f2f2;
  text-decoration: none;
}

.button-dropdown__dropdown a:not(.button--primary):not(.button-dropdown__button):hover .icon {
  opacity: 0.75;
}

.button-dropdown--secondary {
  background-image: none;
}

.button-dropdown--secondary a {
  padding: 16px;
  display: block;
  border-bottom: 1px solid #d4d4d4;
  background-image: none;
  font-size: 14px;
  font-weight: 700;
  color: #0d59bf;
  line-height: 1.6;
}

.button-dropdown--secondary a:hover {
  color: #09438f;
  background-color: #e8e6e3;
  text-decoration: none;
}

.button-dropdown--secondary a:hover .icon {
  opacity: 0.75;
}

.mega-menu .button--primary {
  max-width: 95%;
}

.top-nav__links .button--secondary {
  max-width: 95%;
  margin: auto;
}

@media only screen and (min-width: 992px) {
  .mega-menu .button--primary {
    max-width: 100%;
  }
  .top-nav__links .button--secondary {
    max-width: 100%;
    margin: auto;
  }
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

#nav-background {
  display: none;
}

body,
html {
  height: auto;
}

@media only screen and (min-width: 992px) {
  body.top-nav-open {
    position: relative;
  }
  body.top-nav-open #nav-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  body.mobile-menu-open {
    overflow-y: hidden;
  }
}
.icon {
  display: inline-block;
}

.claim .mobile-menu-level-two > .icon-flex > .icon {
  margin: 8px 8px 8px 0;
}

@media only screen and (max-width: 768px) {
  .claim .start-claim ol li .has-icon {
    padding-left: 72px !important;
  }
  .claim .icon {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.icon__fa {
  background-size: 48px 48px !important;
  height: 32px !important;
  width: 32px !important;
  background-position: center;
}

.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height 0.2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-dismiss,
.notification-icon,
.notification-inline.notification-error::before,
.notification-text {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before,
.notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before,
.notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before,
.notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before,
.notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

.notification-dismiss,
a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.1s ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir=rtl] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden=true] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir=rtl] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir=rtl] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

.sg-Flextable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 8px;
}

.sg-Flextable-cell {
  display: flex;
  width: 50%;
  height: 56px;
  margin-bottom: -1px;
  margin-right: -1px;
  border: 1px solid #d5d5d5;
  background-color: #ddd;
}

@media (max-width: 768.98px) {
  .sg-Flextable-cell {
    width: 100%;
  }
  .sg-Flextable-cell:nth-child(2n) {
    order: 1;
  }
}
.is-striped {
  background-color: #eee;
}

.innerPadding {
  padding: 0 16px;
}

.sg-Type--bold {
  font-weight: bolder;
}

.sg-Type--size18 {
  color: #535353;
}

.form.after-hours-claim-form label span.optional {
  display: none;
}

.new-request-form--claim-after-hours .aai-optional-indicator {
  display: none !important;
}

.aai-hide-optional .aai-optional-indicator {
  display: none !important;
}

#icon-user-1 {
  fill: #262626;
}

#icon-menu-1,
#icon-menu-2 {
  fill: #0d59bf;
}

.icon-custom {
  fill: #0d59bf;
  width: 100%;
  height: 100%;
}

#fair-insurance-notice {
  flex-direction: row;
  align-items: center;
  align-self: flex-start;
  order: 1;
}
@media (min-width: 992px) {
  #fair-insurance-notice {
    order: 0;
  }
}

#our-responsibilities {
  align-self: flex-start;
  border: 1px solid #ffd400;
  padding: 16px;
  order: 1;
}
@media (min-width: 992px) {
  #our-responsibilities {
    order: 0;
  }
}

#what-is-insurance-fraud {
  align-self: flex-start;
  border: 1px solid #ffd400;
  padding: 16px;
  order: 1;
}
@media (min-width: 992px) {
  #what-is-insurance-fraud {
    order: 0;
  }
}

#how-callback-work {
  align-self: flex-start;
  border: 1px solid #d4d4d4;
  padding: 16px;
  order: 1;
}
@media (min-width: 992px) {
  #how-callback-work {
    order: 0;
  }
}

.info-callout {
  background-color: #eee;
  padding: 8px 16px;
}
.info-callout p {
  margin: revert;
}

.new-request-form-section {
  margin-top: 30px;
}
.new-request-form-section + .new-request-form-section {
  margin-top: 50px;
}
.new-request-form-section--no-margin {
  margin-top: 0;
}

.new-request-form-section--first {
  margin-top: 0;
}

#main-content li {
  list-style-type: disc;
}

button[type=submit] {
  background-color: #0d59bf;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: auto;
  display: inline-block;
}

.text-container .p, .text-container ul, .text-container ol, .text-container h1, .text-container h2, .text-container h3, .text-container h4, .text-container h5, .text-container h6 {
  margin: 0;
}

.new-request-form-field--hide-default-message {
  display: none !important;
}

.clear-button {
  display: none !important;
}