@charset "UTF-8";
.visuallyhidden, .sr-only, .pagination--next span,
.pagination--prev span, .pagination--last-page span, .pagination--first-page span, .search-facets__list .facet__item input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active, .pagination--next span.focusable:active,
.pagination--prev span.focusable:active, .pagination--last-page span.focusable:active, .pagination--first-page span.focusable:active, .search-facets__list .facet__item input.focusable:active[type="checkbox"],
.visuallyhidden.focusable:focus, .focusable.sr-only:focus, .pagination--next span.focusable:focus,
.pagination--prev span.focusable:focus, .pagination--last-page span.focusable:focus, .pagination--first-page span.focusable:focus, .search-facets__list .facet__item input.focusable:focus[type="checkbox"] {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

:root {
  --blue: #2a3c6e;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #8c1b10;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #00a79a;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2a3c6e;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #8c1b10;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1350px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, .article-content__meta h1, h3, .consumption-calc__legend, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 12.5px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .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: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #2a3c6e;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #151e37;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, .article-content__meta h1, h3, .consumption-calc__legend, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 12.5px;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .article-content__meta h1, .h2 {
  font-size: 2rem;
}

h3, .consumption-calc__legend, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 25px;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 12.5px;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1350px) {
  .container {
    max-width: 1330px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1350px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 25px;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c3c8d6;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #909ab4;
}

.table-hover .table-primary:hover {
  background-color: #b4bacc;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b4bacc;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #dfbfbc;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #c38883;
}

.table-hover .table-danger:hover {
  background-color: #d7afab;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #d7afab;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1349.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #5873bf;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(42, 60, 110, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #8c1b10;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(140, 27, 16, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #8c1b10;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%238c1b10' viewBox='-2 -2 7 7'%3e%3cpath stroke='%238c1b10' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #8c1b10;
  box-shadow: 0 0 0 0.2rem rgba(140, 27, 16, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #8c1b10;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%238c1b10' viewBox='-2 -2 7 7'%3e%3cpath stroke='%238c1b10' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #8c1b10;
  box-shadow: 0 0 0 0.2rem rgba(140, 27, 16, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #8c1b10;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #8c1b10;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #8c1b10;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ba2415;
  background-color: #ba2415;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(140, 27, 16, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #8c1b10;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #8c1b10;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #8c1b10;
  box-shadow: 0 0 0 0.2rem rgba(140, 27, 16, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .sq-form-submit, .facets-controls__link {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn, .sq-form-submit, .facets-controls__link {
    transition: none;
  }
}

.btn:hover, .sq-form-submit:hover, .facets-controls__link:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .sq-form-submit:focus, .facets-controls__link:focus, .btn.focus, .focus.sq-form-submit, .focus.facets-controls__link {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(42, 60, 110, 0.25);
}

.btn.disabled, .disabled.sq-form-submit, .disabled.facets-controls__link, .btn:disabled, .sq-form-submit:disabled, .facets-controls__link:disabled {
  opacity: 0.65;
}

a.btn.disabled, a.disabled.sq-form-submit, a.disabled.facets-controls__link,
fieldset:disabled a.btn,
fieldset:disabled a.sq-form-submit,
fieldset:disabled a.facets-controls__link {
  pointer-events: none;
}

.btn-primary, .sq-form-submit {
  color: #fff;
  background-color: #2a3c6e;
  border-color: #2a3c6e;
}

.btn-primary:hover, .sq-form-submit:hover {
  color: #fff;
  background-color: #1f2d52;
  border-color: #1c2849;
}

.btn-primary:focus, .sq-form-submit:focus, .btn-primary.focus, .focus.sq-form-submit {
  box-shadow: 0 0 0 0.2rem rgba(74, 89, 132, 0.5);
}

.btn-primary.disabled, .disabled.sq-form-submit, .btn-primary:disabled, .sq-form-submit:disabled {
  color: #fff;
  background-color: #2a3c6e;
  border-color: #2a3c6e;
}

.btn-primary:not(:disabled):not(.disabled):active, .sq-form-submit:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .sq-form-submit:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.show > .dropdown-toggle.sq-form-submit {
  color: #fff;
  background-color: #1c2849;
  border-color: #182340;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .sq-form-submit:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .sq-form-submit:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > .dropdown-toggle.sq-form-submit:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 89, 132, 0.5);
}

.btn-secondary, .facets-controls__link {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover, .facets-controls__link:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .facets-controls__link:focus, .btn-secondary.focus, .focus.facets-controls__link {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .disabled.facets-controls__link, .btn-secondary:disabled, .facets-controls__link:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .facets-controls__link:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .facets-controls__link:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.show > .dropdown-toggle.facets-controls__link {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .facets-controls__link:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .facets-controls__link:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.show > .dropdown-toggle.facets-controls__link:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #8c1b10;
  border-color: #8c1b10;
}

.btn-danger:hover {
  color: #fff;
  background-color: #6a140c;
  border-color: #5e120b;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 61, 52, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #8c1b10;
  border-color: #8c1b10;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #5e120b;
  border-color: #531009;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 61, 52, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #2a3c6e;
  border-color: #2a3c6e;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #2a3c6e;
  border-color: #2a3c6e;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 60, 110, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #2a3c6e;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2a3c6e;
  border-color: #2a3c6e;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 60, 110, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #8c1b10;
  border-color: #8c1b10;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #8c1b10;
  border-color: #8c1b10;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 27, 16, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #8c1b10;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #8c1b10;
  border-color: #8c1b10;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 27, 16, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #2a3c6e;
  text-decoration: none;
}

.btn-link:hover {
  color: #151e37;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .sq-form-submit, .btn-group-lg > .facets-controls__link, .sq-form-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .sq-form-submit, .btn-group-sm > .facets-controls__link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1350px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 12.5px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2a3c6e;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group > .sq-form-submit, .btn-group > .facets-controls__link,
.btn-group-vertical > .btn,
.btn-group-vertical > .sq-form-submit,
.btn-group-vertical > .facets-controls__link {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover, .btn-group > .sq-form-submit:hover, .btn-group > .facets-controls__link:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .sq-form-submit:hover,
.btn-group-vertical > .facets-controls__link:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .sq-form-submit:focus, .btn-group > .facets-controls__link:focus, .btn-group > .btn:active, .btn-group > .sq-form-submit:active, .btn-group > .facets-controls__link:active, .btn-group > .btn.active, .btn-group > .active.sq-form-submit, .btn-group > .active.facets-controls__link,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .sq-form-submit:focus,
.btn-group-vertical > .facets-controls__link:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .sq-form-submit:active,
.btn-group-vertical > .facets-controls__link:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.sq-form-submit,
.btn-group-vertical > .active.facets-controls__link {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .sq-form-submit:not(:first-child), .btn-group > .facets-controls__link:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .sq-form-submit:not(:last-child):not(.dropdown-toggle), .btn-group > .facets-controls__link:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .sq-form-submit,
.btn-group > .btn-group:not(:last-child) > .facets-controls__link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .btn-group > .sq-form-submit:not(:first-child), .btn-group > .facets-controls__link:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .sq-form-submit,
.btn-group > .btn-group:not(:first-child) > .facets-controls__link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .sq-form-submit + .dropdown-toggle-split, .btn-group-sm > .facets-controls__link + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .sq-form-submit + .dropdown-toggle-split, .btn-group-lg > .facets-controls__link + .dropdown-toggle-split, .sq-form-submit + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}


.btn-group-vertical > .btn,
.btn-group-vertical > .sq-form-submit,
.btn-group-vertical > .facets-controls__link,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .sq-form-submit:not(:first-child), .btn-group-vertical > .facets-controls__link:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .sq-form-submit:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .facets-controls__link:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .sq-form-submit,
.btn-group-vertical > .btn-group:not(:last-child) > .facets-controls__link {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .sq-form-submit:not(:first-child), .btn-group-vertical > .facets-controls__link:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .sq-form-submit,
.btn-group-vertical > .btn-group:not(:first-child) > .facets-controls__link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .sq-form-submit, .btn-group-toggle > .facets-controls__link,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .sq-form-submit,
.btn-group-toggle > .btn-group > .facets-controls__link {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .sq-form-submit input[type="radio"], .btn-group-toggle > .facets-controls__link input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .sq-form-submit input[type="checkbox"],
.btn-group-toggle > .facets-controls__link input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .sq-form-submit input[type="radio"],
.btn-group-toggle > .btn-group > .facets-controls__link input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .sq-form-submit input[type="checkbox"],
.btn-group-toggle > .btn-group > .facets-controls__link input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn, .input-group-prepend .sq-form-submit, .input-group-prepend .facets-controls__link,
.input-group-append .btn,
.input-group-append .sq-form-submit,
.input-group-append .facets-controls__link {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-prepend .sq-form-submit:focus, .input-group-prepend .facets-controls__link:focus,
.input-group-append .btn:focus,
.input-group-append .sq-form-submit:focus,
.input-group-append .facets-controls__link:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .sq-form-submit + .btn, .input-group-prepend .facets-controls__link + .btn, .input-group-prepend .btn + .sq-form-submit, .input-group-prepend .sq-form-submit + .sq-form-submit, .input-group-prepend .facets-controls__link + .sq-form-submit, .input-group-prepend .btn + .facets-controls__link, .input-group-prepend .sq-form-submit + .facets-controls__link, .input-group-prepend .facets-controls__link + .facets-controls__link,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .sq-form-submit + .input-group-text,
.input-group-prepend .facets-controls__link + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .sq-form-submit,
.input-group-prepend .input-group-text + .facets-controls__link,
.input-group-append .btn + .btn,
.input-group-append .sq-form-submit + .btn,
.input-group-append .facets-controls__link + .btn,
.input-group-append .btn + .sq-form-submit,
.input-group-append .sq-form-submit + .sq-form-submit,
.input-group-append .facets-controls__link + .sq-form-submit,
.input-group-append .btn + .facets-controls__link,
.input-group-append .sq-form-submit + .facets-controls__link,
.input-group-append .facets-controls__link + .facets-controls__link,
.input-group-append .btn + .input-group-text,
.input-group-append .sq-form-submit + .input-group-text,
.input-group-append .facets-controls__link + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .sq-form-submit,
.input-group-append .input-group-text + .facets-controls__link {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .sq-form-submit,
.input-group-lg > .input-group-prepend > .facets-controls__link,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .sq-form-submit,
.input-group-lg > .input-group-append > .facets-controls__link {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .sq-form-submit,
.input-group-sm > .input-group-prepend > .facets-controls__link,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .sq-form-submit,
.input-group-sm > .input-group-append > .facets-controls__link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .sq-form-submit, .input-group > .input-group-prepend > .facets-controls__link,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .sq-form-submit,
.input-group > .input-group-append:not(:last-child) > .facets-controls__link,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .sq-form-submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .facets-controls__link:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .sq-form-submit, .input-group > .input-group-append > .facets-controls__link,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .sq-form-submit,
.input-group > .input-group-prepend:not(:first-child) > .facets-controls__link,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .sq-form-submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .facets-controls__link:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2a3c6e;
  background-color: #2a3c6e;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(42, 60, 110, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #5873bf;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #7d92cd;
  border-color: #7d92cd;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2a3c6e;
  background-color: #2a3c6e;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(42, 60, 110, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(42, 60, 110, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(42, 60, 110, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(42, 60, 110, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #5873bf;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(42, 60, 110, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

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

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #5873bf;
  box-shadow: 0 0 0 0.2rem rgba(42, 60, 110, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(42, 60, 110, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(42, 60, 110, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(42, 60, 110, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2a3c6e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #7d92cd;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2a3c6e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #7d92cd;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #2a3c6e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #7d92cd;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2a3c6e;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 12.5px 25px;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 25px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1349.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1350px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2a3c6e;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #151e37;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(42, 60, 110, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2a3c6e;
  border-color: #2a3c6e;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

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

.badge:empty {
  display: none;
}

.btn .badge, .sq-form-submit .badge, .facets-controls__link .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #2a3c6e;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #1c2849;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(42, 60, 110, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #8c1b10;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #5e120b;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(140, 27, 16, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #161f39;
  background-color: #d4d8e2;
  border-color: #c3c8d6;
}

.alert-primary hr {
  border-top-color: #b4bacc;
}

.alert-primary .alert-link {
  color: #080b14;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #490e08;
  background-color: #e8d1cf;
  border-color: #dfbfbc;
}

.alert-danger hr {
  border-top-color: #d7afab;
}

.alert-danger .alert-link {
  color: #1b0503;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2a3c6e;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2a3c6e;
  border-color: #2a3c6e;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1350px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #161f39;
  background-color: #c3c8d6;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #161f39;
  background-color: #b4bacc;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #161f39;
  border-color: #161f39;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #490e08;
  background-color: #dfbfbc;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #490e08;
  background-color: #d7afab;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #490e08;
  border-color: #490e08;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1350px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #2a3c6e !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1c2849 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #8c1b10 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #5e120b !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #2a3c6e !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #8c1b10 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}

@media (min-width: 1350px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

.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;
}

.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;
}

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}

@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}

@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}

@media (min-width: 1350px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1350px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

.m-1 {
  margin: 6.25px !important;
}

.mt-1,
.my-1 {
  margin-top: 6.25px !important;
}

.mr-1,
.mx-1 {
  margin-right: 6.25px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 6.25px !important;
}

.ml-1,
.mx-1 {
  margin-left: 6.25px !important;
}

.m-2 {
  margin: 12.5px !important;
}

.mt-2,
.my-2 {
  margin-top: 12.5px !important;
}

.mr-2,
.mx-2 {
  margin-right: 12.5px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 12.5px !important;
}

.ml-2,
.mx-2 {
  margin-left: 12.5px !important;
}

.m-3 {
  margin: 25px !important;
}

.mt-3,
.my-3 {
  margin-top: 25px !important;
}

.mr-3,
.mx-3 {
  margin-right: 25px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 25px !important;
}

.ml-3,
.mx-3 {
  margin-left: 25px !important;
}

.m-4 {
  margin: 37.5px !important;
}

.mt-4,
.my-4 {
  margin-top: 37.5px !important;
}

.mr-4,
.mx-4 {
  margin-right: 37.5px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 37.5px !important;
}

.ml-4,
.mx-4 {
  margin-left: 37.5px !important;
}

.m-5 {
  margin: 75px !important;
}

.mt-5,
.my-5 {
  margin-top: 75px !important;
}

.mr-5,
.mx-5 {
  margin-right: 75px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 75px !important;
}

.ml-5,
.mx-5 {
  margin-left: 75px !important;
}

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

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

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

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

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

.p-1 {
  padding: 6.25px !important;
}

.pt-1,
.py-1 {
  padding-top: 6.25px !important;
}

.pr-1,
.px-1 {
  padding-right: 6.25px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 6.25px !important;
}

.pl-1,
.px-1 {
  padding-left: 6.25px !important;
}

.p-2 {
  padding: 12.5px !important;
}

.pt-2,
.py-2 {
  padding-top: 12.5px !important;
}

.pr-2,
.px-2 {
  padding-right: 12.5px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 12.5px !important;
}

.pl-2,
.px-2 {
  padding-left: 12.5px !important;
}

.p-3 {
  padding: 25px !important;
}

.pt-3,
.py-3 {
  padding-top: 25px !important;
}

.pr-3,
.px-3 {
  padding-right: 25px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 25px !important;
}

.pl-3,
.px-3 {
  padding-left: 25px !important;
}

.p-4 {
  padding: 37.5px !important;
}

.pt-4,
.py-4 {
  padding-top: 37.5px !important;
}

.pr-4,
.px-4 {
  padding-right: 37.5px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 37.5px !important;
}

.pl-4,
.px-4 {
  padding-left: 37.5px !important;
}

.p-5 {
  padding: 75px !important;
}

.pt-5,
.py-5 {
  padding-top: 75px !important;
}

.pr-5,
.px-5 {
  padding-right: 75px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 75px !important;
}

.pl-5,
.px-5 {
  padding-left: 75px !important;
}

.m-n1 {
  margin: -6.25px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -6.25px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -6.25px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -6.25px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -6.25px !important;
}

.m-n2 {
  margin: -12.5px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -12.5px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -12.5px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -12.5px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -12.5px !important;
}

.m-n3 {
  margin: -25px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -25px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -25px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -25px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -25px !important;
}

.m-n4 {
  margin: -37.5px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -37.5px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -37.5px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -37.5px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -37.5px !important;
}

.m-n5 {
  margin: -75px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -75px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -75px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -75px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -75px !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 6.25px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 6.25px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 6.25px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 6.25px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 6.25px !important;
  }
  .m-sm-2 {
    margin: 12.5px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 12.5px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 12.5px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 12.5px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 12.5px !important;
  }
  .m-sm-3 {
    margin: 25px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 25px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 25px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 25px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 25px !important;
  }
  .m-sm-4 {
    margin: 37.5px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 37.5px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 37.5px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 37.5px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 37.5px !important;
  }
  .m-sm-5 {
    margin: 75px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 75px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 75px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 75px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 75px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 6.25px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 6.25px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 6.25px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 6.25px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 6.25px !important;
  }
  .p-sm-2 {
    padding: 12.5px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 12.5px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 12.5px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 12.5px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 12.5px !important;
  }
  .p-sm-3 {
    padding: 25px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 25px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 25px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 25px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 25px !important;
  }
  .p-sm-4 {
    padding: 37.5px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 37.5px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 37.5px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 37.5px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 37.5px !important;
  }
  .p-sm-5 {
    padding: 75px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 75px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 75px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 75px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 75px !important;
  }
  .m-sm-n1 {
    margin: -6.25px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -6.25px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -6.25px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -6.25px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -6.25px !important;
  }
  .m-sm-n2 {
    margin: -12.5px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -12.5px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -12.5px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -12.5px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -12.5px !important;
  }
  .m-sm-n3 {
    margin: -25px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -25px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -25px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -25px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -25px !important;
  }
  .m-sm-n4 {
    margin: -37.5px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -37.5px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -37.5px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -37.5px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -37.5px !important;
  }
  .m-sm-n5 {
    margin: -75px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -75px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -75px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -75px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -75px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 6.25px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 6.25px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 6.25px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 6.25px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 6.25px !important;
  }
  .m-md-2 {
    margin: 12.5px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 12.5px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 12.5px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 12.5px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 12.5px !important;
  }
  .m-md-3 {
    margin: 25px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 25px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 25px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 25px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 25px !important;
  }
  .m-md-4 {
    margin: 37.5px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 37.5px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 37.5px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 37.5px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 37.5px !important;
  }
  .m-md-5 {
    margin: 75px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 75px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 75px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 75px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 75px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 6.25px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 6.25px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 6.25px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 6.25px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 6.25px !important;
  }
  .p-md-2 {
    padding: 12.5px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 12.5px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 12.5px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 12.5px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 12.5px !important;
  }
  .p-md-3 {
    padding: 25px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 25px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 25px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 25px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 25px !important;
  }
  .p-md-4 {
    padding: 37.5px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 37.5px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 37.5px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 37.5px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 37.5px !important;
  }
  .p-md-5 {
    padding: 75px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 75px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 75px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 75px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 75px !important;
  }
  .m-md-n1 {
    margin: -6.25px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -6.25px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -6.25px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -6.25px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -6.25px !important;
  }
  .m-md-n2 {
    margin: -12.5px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -12.5px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -12.5px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -12.5px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -12.5px !important;
  }
  .m-md-n3 {
    margin: -25px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -25px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -25px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -25px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -25px !important;
  }
  .m-md-n4 {
    margin: -37.5px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -37.5px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -37.5px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -37.5px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -37.5px !important;
  }
  .m-md-n5 {
    margin: -75px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -75px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -75px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -75px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -75px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 6.25px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 6.25px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 6.25px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 6.25px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 6.25px !important;
  }
  .m-lg-2 {
    margin: 12.5px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 12.5px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 12.5px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 12.5px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 12.5px !important;
  }
  .m-lg-3 {
    margin: 25px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 25px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 25px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 25px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 25px !important;
  }
  .m-lg-4 {
    margin: 37.5px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 37.5px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 37.5px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 37.5px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 37.5px !important;
  }
  .m-lg-5 {
    margin: 75px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 75px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 75px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 75px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 75px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 6.25px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 6.25px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 6.25px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 6.25px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 6.25px !important;
  }
  .p-lg-2 {
    padding: 12.5px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 12.5px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 12.5px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 12.5px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 12.5px !important;
  }
  .p-lg-3 {
    padding: 25px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 25px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 25px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 25px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 25px !important;
  }
  .p-lg-4 {
    padding: 37.5px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 37.5px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 37.5px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 37.5px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 37.5px !important;
  }
  .p-lg-5 {
    padding: 75px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 75px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 75px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 75px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 75px !important;
  }
  .m-lg-n1 {
    margin: -6.25px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -6.25px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -6.25px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -6.25px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -6.25px !important;
  }
  .m-lg-n2 {
    margin: -12.5px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -12.5px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -12.5px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -12.5px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -12.5px !important;
  }
  .m-lg-n3 {
    margin: -25px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -25px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -25px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -25px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -25px !important;
  }
  .m-lg-n4 {
    margin: -37.5px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -37.5px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -37.5px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -37.5px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -37.5px !important;
  }
  .m-lg-n5 {
    margin: -75px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -75px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -75px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -75px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -75px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1350px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 6.25px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 6.25px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 6.25px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 6.25px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 6.25px !important;
  }
  .m-xl-2 {
    margin: 12.5px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 12.5px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 12.5px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 12.5px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 12.5px !important;
  }
  .m-xl-3 {
    margin: 25px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 25px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 25px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 25px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 25px !important;
  }
  .m-xl-4 {
    margin: 37.5px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 37.5px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 37.5px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 37.5px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 37.5px !important;
  }
  .m-xl-5 {
    margin: 75px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 75px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 75px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 75px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 75px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 6.25px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 6.25px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 6.25px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 6.25px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 6.25px !important;
  }
  .p-xl-2 {
    padding: 12.5px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 12.5px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 12.5px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 12.5px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 12.5px !important;
  }
  .p-xl-3 {
    padding: 25px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 25px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 25px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 25px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 25px !important;
  }
  .p-xl-4 {
    padding: 37.5px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 37.5px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 37.5px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 37.5px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 37.5px !important;
  }
  .p-xl-5 {
    padding: 75px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 75px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 75px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 75px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 75px !important;
  }
  .m-xl-n1 {
    margin: -6.25px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -6.25px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -6.25px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -6.25px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -6.25px !important;
  }
  .m-xl-n2 {
    margin: -12.5px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -12.5px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -12.5px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -12.5px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -12.5px !important;
  }
  .m-xl-n3 {
    margin: -25px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -25px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -25px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -25px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -25px !important;
  }
  .m-xl-n4 {
    margin: -37.5px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -37.5px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -37.5px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -37.5px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -37.5px !important;
  }
  .m-xl-n5 {
    margin: -75px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -75px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -75px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -75px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -75px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1350px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #2a3c6e !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #151e37 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #8c1b10 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #470e08 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.sq-form-submit):not(.facets-controls__link) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p, h2, .article-content__meta h1, h3, .consumption-calc__legend {
    orphans: 3;
    widows: 3;
  }
  h2, .article-content__meta h1, h3, .consumption-calc__legend {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: a 2s infinite linear;
}

.fa-pulse {
  animation: a 1s infinite steps(8);
}

@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(mysource_files/fa-brands-400.eot);
  src: url(mysource_files/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(mysource_files/fa-brands-400.woff2) format("woff2"), url(mysource_files/fa-brands-400.woff) format("woff"), url(mysource_files/fa-brands-400.ttf) format("truetype"), url(mysource_files/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
  font-family: Font Awesome\ 5 Brands;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  src: url(mysource_files/fa-regular-400.eot);
  src: url(mysource_files/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(mysource_files/fa-regular-400.woff2) format("woff2"), url(mysource_files/fa-regular-400.woff) format("woff"), url(mysource_files/fa-regular-400.ttf) format("truetype"), url(mysource_files/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url(mysource_files/fa-solid-900.eot);
  src: url(mysource_files/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(mysource_files/fa-solid-900.woff2) format("woff2"), url(mysource_files/fa-solid-900.woff) format("woff"), url(mysource_files/fa-solid-900.ttf) format("truetype"), url(mysource_files/fa-solid-900.svg#fontawesome) format("svg");
}

.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free;
}

.fa, .fas {
  font-weight: 900;
}

/**
 * @license
 * MyFonts Webfont Build ID 3585707, 2018-05-23T02:23:01-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: AzoSans-BoldItalic by Rui Abreu
 * URL: https://www.myfonts.com/fonts/r-type/azo-sans/bold-italic/
 * Copyright: Copyright (c) 2010 by Rui Abreu, Portugal. All rights reserved.
 * 
 * Webfont: AzoSans-Bold by Rui Abreu
 * URL: https://www.myfonts.com/fonts/r-type/azo-sans/bold/
 * Copyright: Copyright (c) 2012 by Rui Abreu, Portugal. All rights reserved.
 * 
 * Webfont: AzoSans-Black by Rui Abreu
 * URL: https://www.myfonts.com/fonts/r-type/azo-sans/black/
 * Copyright: Copyright (c) 2012 by Rui Abreu, Portugal. All rights reserved.
 * 
 * Webfont: AzoSans-BlackItalic by Rui Abreu
 * URL: https://www.myfonts.com/fonts/r-type/azo-sans/black-italic/
 * Copyright: Copyright (c) 2012 by Rui Abreu, Portugal. All rights reserved.
 * 
 * Webfont: AzoSans-Italic by Rui Abreu
 * URL: https://www.myfonts.com/fonts/r-type/azo-sans/italic/
 * Copyright: Copyright (c) 2012 by Rui Abreu, Portugal. All rights reserved.
 * 
 * Webfont: AzoSans-Light by Rui Abreu
 * URL: https://www.myfonts.com/fonts/r-type/azo-sans/light/
 * Copyright: Copyright (c) 2012 by Rui Abreu, Portugal. All rights reserved.
 * 
 * Webfont: AzoSans-LightItalic by Rui Abreu
 * URL: https://www.myfonts.com/fonts/r-type/azo-sans/light-italic/
 * Copyright: Copyright (c) 2012 by Rui Abreu, Portugal. All rights reserved.
 * 
 * Webfont: AzoSans-Medium by Rui Abreu
 * URL: https://www.myfonts.com/fonts/r-type/azo-sans/medium/
 * Copyright: Copyright (c) 2012 by Rui Abreu, Portugal. All rights reserved.
 * 
 * Webfont: AzoSans-MediumItalic by Rui Abreu
 * URL: https://www.myfonts.com/fonts/r-type/azo-sans/medium-italic/
 * Copyright: Copyright (c) 2012 by Rui Abreu, Portugal. All rights reserved.
 * 
 * Webfont: AzoSans-Regular by Rui Abreu
 * URL: https://www.myfonts.com/fonts/r-type/azo-sans/regular/
 * Copyright: Copyright (c) 2012 by Rui Abreu, Portugal. All rights reserved.
 * 
 * Webfont: AzoSans-ThinItalic by Rui Abreu
 * URL: https://www.myfonts.com/fonts/r-type/azo-sans/thin-italic/
 * Copyright: Copyright (c) 2012 by Rui Abreu, Portugal. All rights reserved.
 * 
 * Webfont: AzoSans-Thin by Rui Abreu
 * URL: https://www.myfonts.com/fonts/r-type/azo-sans/thin/
 * Copyright: Copyright (c) 2012 by Rui Abreu, Portugal. All rights reserved.
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3585707
 * Licensed pageviews: 100,000
 * 
 * © 2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
/* @import url("//hello.myfonts.net/count/36b6ab"); */
@font-face {
  font-family: 'AzoSans';
  src: url("mysource_files/36B6AB_0_0.eot");
  src: url("mysource_files/36B6AB_0_0.eot?#iefix") format("embedded-opentype"), url("mysource_files/36B6AB_0_0.woff2") format("woff2"), url("mysource_files/36B6AB_0_0.woff") format("woff"), url("mysource_files/36B6AB_0_0.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: 'AzoSans';
  src: url("mysource_files/36B6AB_1_0.eot");
  src: url("mysource_files/36B6AB_1_0.eot?#iefix") format("embedded-opentype"), url("mysource_files/36B6AB_1_0.woff2") format("woff2"), url("mysource_files/36B6AB_1_0.woff") format("woff"), url("mysource_files/36B6AB_1_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'AzoSans';
  src: url("mysource_files/36B6AB_4_0.eot");
  src: url("mysource_files/36B6AB_4_0.eot?#iefix") format("embedded-opentype"), url("mysource_files/36B6AB_4_0.woff2") format("woff2"), url("mysource_files/36B6AB_4_0.woff") format("woff"), url("mysource_files/36B6AB_4_0.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: 'AzoSans';
  src: url("mysource_files/36B6AB_7_0.eot");
  src: url("mysource_files/36B6AB_7_0.eot?#iefix") format("embedded-opentype"), url("mysource_files/36B6AB_7_0.woff2") format("woff2"), url("mysource_files/36B6AB_7_0.woff") format("woff"), url("mysource_files/36B6AB_7_0.ttf") format("truetype");
  font-style: medium;
  font-weight: 500;
}

@font-face {
  font-family: 'AzoSans';
  src: url("mysource_files/36B6AB_8_0.eot");
  src: url("mysource_files/36B6AB_8_0.eot?#iefix") format("embedded-opentype"), url("mysource_files/36B6AB_8_0.woff2") format("woff2"), url("mysource_files/36B6AB_8_0.woff") format("woff"), url("mysource_files/36B6AB_8_0.ttf") format("truetype");
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: 'AzoSans';
  src: url("mysource_files/36B6AB_9_0.eot");
  src: url("mysource_files/36B6AB_9_0.eot?#iefix") format("embedded-opentype"), url("mysource_files/36B6AB_9_0.woff2") format("woff2"), url("mysource_files/36B6AB_9_0.woff") format("woff"), url("mysource_files/36B6AB_9_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'AzoSans';
  src: url("mysource_files/36B6AB_5_0.eot");
  src: url("mysource_files/36B6AB_5_0.eot?#iefix") format("embedded-opentype"), url("mysource_files/36B6AB_5_0.woff2") format("woff2"), url("mysource_files/36B6AB_5_0.woff") format("woff"), url("mysource_files/36B6AB_5_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'AzoSans';
  src: url("mysource_files/36B6AB_6_0.eot");
  src: url("mysource_files/36B6AB_6_0.eot?#iefix") format("embedded-opentype"), url("mysource_files/36B6AB_6_0.woff2") format("woff2"), url("mysource_files/36B6AB_6_0.woff") format("woff"), url("mysource_files/36B6AB_6_0.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: 'AzoSans';
  src: url("mysource_files/36B6AB_A_0.eot");
  src: url("mysource_files/36B6AB_A_0.eot?#iefix") format("embedded-opentype"), url("mysource_files/36B6AB_A_0.woff2") format("woff2"), url("mysource_files/36B6AB_A_0.woff") format("woff"), url("mysource_files/36B6AB_A_0.ttf") format("truetype");
  font-style: italic;
  font-weight: 100;
}

@font-face {
  font-family: 'AzoSans';
  src: url("mysource_files/36B6AB_B_0.eot");
  src: url("mysource_files/36B6AB_B_0.eot?#iefix") format("embedded-opentype"), url("mysource_files/36B6AB_B_0.woff2") format("woff2"), url("mysource_files/36B6AB_B_0.woff") format("woff"), url("mysource_files/36B6AB_B_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}

body {
  font-family: AzoSans, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 3rem;
  font-weight: 500;
  color: #2a3c6e;
}

h2, .article-content__meta h1 {
  font-size: 2rem;
  font-weight: 400;
  color: #2a3c6e;
  margin-bottom: 1.5rem;
}

h3, .consumption-calc__legend {
  font-size: 1.5rem;
  font-weight: 500;
  color: #2a3c6e;
  margin-bottom: 1.125rem;
}

h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #2a3c6e;
}

h5 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #191919;
}

h6 {
  font-size: 1rem;
  font-weight: 400;
  color: #191919;
}

p {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 400;
  color: #191919;
}

a {
  color: #0165b0;
}

sub {
  font-size: 0.75rem;
}

blockquote p {
  padding-left: 0.9375rem;
  font-size: 1.375rem;
  position: relative;
  line-height: 1.75rem;
  color: #0165b0;
  margin-bottom: 1.375rem;
}

blockquote p:before {
  content: "\201C";
  position: absolute;
  top: 0;
  left: 0;
}

blockquote p:after {
  content: "\201D";
}

@media (max-width: 575.98px) {
  h2, .article-content__meta h1 {
    font-size: 1.75rem;
  }
  h3, .consumption-calc__legend {
    font-size: 1.625rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.375rem;
  }
  h6 {
    font-size: 1.25rem;
  }
  p.paragraph--type-intro {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .main.container {
    padding: 0 30px;
  }
}

/* Additional CCT padding settings */
.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pl-12 {
  padding-left: 12.5px;
}

.pr-12 {
  padding-right: 12.5px;
}

.ml-12 {
  margin-left: 12.5px;
}

.mr-12 {
  margin-right: 12.5px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-12 {
  padding-top: 12.5px;
}

.pb-12 {
  padding-bottom: 12.5px;
}

.mt-12 {
  margin-top: 12.5px;
}

.mb-12 {
  margin-bottom: 12.5px;
}

.paragraph--type-intro {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}

.call-out-box {
  padding: 2.1875rem 2rem;
  margin: 3.125rem 0;
  background-color: #2a3c6e;
  font-size: 1.1875rem;
  line-height: 1.875rem;
  color: #fff;
}

.list--type-default,
ol.list--type-alpha {
  list-style: none;
  padding-left: 2.1875rem;
}

.list--type-default ul,
.list--type-default ol,
ol.list--type-alpha ul,
ol.list--type-alpha ol {
  list-style: none;
  padding-left: 2.1875rem;
  margin-top: 0.9375rem;
}

.list--type-default ul > li:before,
ol.list--type-alpha ul > li:before {
  content: "\2022";
  width: 0.3125rem;
  margin-left: -0.3125rem;
  margin-right: 0.625rem;
}

.list--type-default ol,
ol.list--type-alpha ol {
  counter-reset: li;
}

.list--type-default ol > li,
ol.list--type-alpha ol > li {
  counter-increment: li;
}

.list--type-default ol > li:before,
ol.list--type-alpha ol > li:before {
  content: counter(li) ")";
  display: inline-block;
  width: 2rem;
  margin-left: -1.75rem;
  margin-right: 0.625rem;
  text-align: right;
  font-weight: 700;
}

.list--type-default li + li,
ol.list--type-alpha li + li {
  margin-top: 1.25rem;
}

.list--type-default li:last-child,
ol.list--type-alpha li:last-child {
  margin-bottom: 0;
}

.list--type-default > li,
ol.list--type-alpha > li {
  font-weight: 700;
  color: #191919;
}

.list--type-default > li:before,
ol.list--type-alpha > li:before {
  color: #0165b0;
}

.list--type-default > li > ul > li,
.list--type-default > li > ol > li,
ol.list--type-alpha > li > ul > li,
ol.list--type-alpha > li > ol > li {
  font-weight: 400;
  font-size: 0.875rem;
  color: #191919;
}

.list--type-default > li > ul > li:before,
.list--type-default > li > ol > li:before,
ol.list--type-alpha > li > ul > li:before,
ol.list--type-alpha > li > ol > li:before {
  color: #191919;
}

.list--type-default > li > ul > li > ul > li,
.list--type-default > li > ul > li > ol > li,
.list--type-default > li > ol > li > ul > li,
.list--type-default > li > ol > li > ol > li,
ol.list--type-alpha > li > ul > li > ul > li,
ol.list--type-alpha > li > ul > li > ol > li,
ol.list--type-alpha > li > ol > li > ul > li,
ol.list--type-alpha > li > ol > li > ol > li {
  color: #767676;
}

.list--type-default > li > ul > li > ul > li:before,
.list--type-default > li > ul > li > ol > li:before,
.list--type-default > li > ol > li > ul > li:before,
.list--type-default > li > ol > li > ol > li:before,
ol.list--type-alpha > li > ul > li > ul > li:before,
ol.list--type-alpha > li > ul > li > ol > li:before,
ol.list--type-alpha > li > ol > li > ul > li:before,
ol.list--type-alpha > li > ol > li > ol > li:before {
  color: #767676;
}

ul.list--type-default > li:before {
  content: "\2022";
  width: 0.3125rem;
  margin-left: -0.3125rem;
  margin-right: 0.625rem;
}

ol.list--type-default,
ol.list--type-alpha {
  counter-reset: li;
}

ol.list--type-default > li,
ol.list--type-alpha > li {
  counter-increment: li;
}

ol.list--type-default > li:before,
ol.list--type-alpha > li:before {
  display: inline-block;
  width: 2rem;
  margin-left: -1.75rem;
  margin-right: 0.625rem;
  text-align: right;
  font-weight: 700;
}

ol.list--type-default > li:before {
  content: counter(li) ")";
}

ol.list--type-alpha > li:before,
ol.list--type-alpha ol.list--type-alpha > li:before {
  content: counter(li, lower-alpha) ")";
}

.main__content .list--nested-ol OL {
  counter-reset: item;
}

.main__content .list--nested-ol OL LI {
  display: block;
}

.main__content .list--nested-ol OL LI:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  padding-right: 10px;
  margin-left: -20px;
}

.main__content ol.list--nested-ol {
  counter-increment: item;
}

.main__content ol.list--nested-ol OL LI {
  display: block;
}

.main__content ol.list--nested-ol OL LI:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  padding-right: 10px;
  margin-left: -20px;
}

.theme--bg-colour-white {
  background: #fff;
}

.theme--bg-colour-black {
  background: #000;
}

.theme--bg-colour-whisper {
  background: #eaeaea;
}

.standard .theme--bg-colour-whisper {
  position: relative;
}

.standard .theme--bg-colour-whisper:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 300%;
  top: 0;
  right: 100%;
  background: #eaeaea;
}

.standard .theme--bg-colour-whisper:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 300%;
  top: 0;
  left: 100%;
  background: #eaeaea;
}

.standard .main .icon-tile-strip {
  overflow-x: initial;
  position: relative;
}

.standard .main .icon-tile-strip:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 300%;
  top: 0;
  right: 100%;
  background: #eaeaea;
}

.standard .main .icon-tile-strip:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 300%;
  top: 0;
  left: 100%;
  background: #eaeaea;
}

.standard .theme--bg-colour-black {
  position: relative;
}

.standard .theme--bg-colour-black:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 300%;
  top: 0;
  right: 100%;
  background: black;
}

.standard .theme--bg-colour-black:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 300%;
  top: 0;
  left: 100%;
  background: black;
}

.standard-sidebar .theme--bg-colour-whisper {
  /*
  margin-left: pxToRem(-25);
  margin-right: pxToRem(-25);
  padding-left: pxToRem(25);
  padding-right: pxToRem(25); 
  */
}

.btn, .sq-form-submit, .facets-controls__link {
  border-radius: 0;
  border: none;
  padding: 0.78125rem 1.875rem;
}

.btn:focus, .sq-form-submit:focus, .facets-controls__link:focus {
  box-shadow: none !important;
}

.btn.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .sq-form-submit, .btn-group-lg > .facets-controls__link, .sq-form-submit, .btn-lg.facets-controls__link {
  font-size: 1.125rem;
  padding: 1rem 6.25rem;
}

.btn i.fab, .sq-form-submit i.fab, .facets-controls__link i.fab,
.btn i.fas,
.sq-form-submit i.fas,
.facets-controls__link i.fas {
  padding-left: 1.5625rem;
}

.btn-primary, .sq-form-submit {
  background-color: #2a3c6e;
  border: none;
}

.btn-primary:hover, .sq-form-submit:hover, .btn-primary:focus, .sq-form-submit:focus {
  background-color: #0d1731;
}

.btn-secondary, .facets-controls__link {
  background-color: #6e7d28;
}

.btn-secondary:hover, .facets-controls__link:hover, .btn-secondary:focus, .facets-controls__link:focus {
  background-color: #495415;
}

.btn.btn-danger, .btn-danger.sq-form-submit, .btn-danger.facets-controls__link {
  background-color: #ef7d17;
  border: none;
  color: black;
}

.btn.btn-danger:hover, .btn-danger.sq-form-submit:hover, .btn-danger.facets-controls__link:hover, .btn.btn-danger:focus, .btn-danger.sq-form-submit:focus, .btn-danger.facets-controls__link:focus {
  background-color: #8f5622;
  color: white;
}

@media (min-width: 576px) {
  .container-narrow {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-narrow {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-narrow {
    max-width: 900px;
  }
}

ul.list--type-links {
  position: relative;
  list-style: none;
  padding-left: 0;
}

ul.list--type-links li {
  border-bottom: solid 0.0625rem #e1e1e1;
}

ul.list--type-links li:first-child {
  border-top: solid 0.0625rem #e1e1e1;
}

ul.list--type-links a {
  display: block;
  position: relative;
  padding: 1.0625rem 5rem 1rem 0;
  color: #2a3c6e;
  font-weight: 500;
  font-size: 1rem;
  transition: all linear 0.1s;
}

ul.list--type-links a:after {
  content: url("mysource_files/linked-lists-chevron.svg");
  height: 0.875rem;
  width: 0.875rem;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 5px;
  transform: rotate(180deg);
  vertical-align: middle;
  transition: all linear .3s;
}

ul.list--type-links li:hover {
  background-color: #eaeaea;
}

ul.list--type-links li:hover a {
  text-decoration: none;
  padding-left: 0.5rem;
}

ul.list--type-links li:hover a:after {
  right: 1.875rem;
}

@media (min-width: 992px) {
  .list--type-links {
    max-width: 505px;
  }
}

/* Module: S */
/* responsive detection settings */
body {
  position: relative;
  z-index: 1;
}

.btn, .sq-form-submit, .facets-controls__link {
  white-space: normal;
}

.navigation-desktop {
  display: none;
}

body.body-scroll-off {
  overflow-y: hidden;
}

body.body-scroll-off #page-wrapper .header {
  top: 0 !important;
}

body.body-scroll-off #page-wrapper input[type="text"] {
  outline: none !important;
}

.shadow-inset-top {
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.19);
}

.navigation-mobile a,
.navigation-mobile a:hover,
.navigation-desktop a,
.navigation-desktop a:hover {
  text-decoration: none;
}

.navigation-mobile {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 100%;
  padding-top: 40px;
  z-index: 8;
  overflow: auto;
  -webkit-transition: left 300ms ease-in-out;
  -moz-transition: left 300ms ease-in-out;
  transition: left 300ms ease-in-out;
  background: #eaeaea;
}

.navigation-mobile.active {
  left: 0;
}

.navigation-mobile.active:after {
  content: "";
  display: block;
  width: 100%;
  background: #eaeaea;
  top: 0;
  height: 40px;
  position: fixed;
}

.navigation-mobile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navigation-mobile .navigation-mobile__item {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
}

.navigation-mobile a {
  color: #2a3c6e;
  padding: 10px 75px 10px 20px;
  display: block;
}

.navigation-mobile .navigation-mobile__tier-1 {
  padding-bottom: 40px;
}

.navigation-mobile .navigation-mobile__tier-1 > .navigation-mobile__item > a {
  padding: 15px 75px 15px 20px;
  background: #6e7d28;
  color: #fff;
}

.navigation-mobile .navigation-mobile__tier-1 > .navigation-mobile__item > .navigation-mobile__toggler {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  right: 15px;
  top: 15px;
}

.navigation-mobile .navigation-mobile__tier-1 > .navigation-mobile__item > .navigation-mobile__toggler svg g, .navigation-mobile .navigation-mobile__tier-1 > .navigation-mobile__item > .navigation-mobile__toggler svg path, .navigation-mobile .navigation-mobile__tier-1 > .navigation-mobile__item > .navigation-mobile__toggler svg rect {
  fill: #fff !important;
}

.navigation-mobile .navigation-mobile__tier-1 > .navigation-mobile__item:not(.current) .navigation-mobile__toggler {
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20256%20158.2%22%20style%3D%22enable-background%3Anew%200%200%20256%20158.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%22128%2C0%200%2C128%2030.2%2C158.2%20128%2C60.4%20225.8%2C158.2%20256%2C128%20%22%2F%3E%3C%2Fsvg%3E") no-repeat 5px 6px;
  background-size: 21px 12px;
}

.navigation-mobile .navigation-mobile__tier-1 ul {
  display: none;
}

.navigation-mobile .navigation-mobile__tier-1 > .navigation-mobile__item:first-child > a,
.navigation-mobile .navigation-mobile__tier-1 .navigation-mobile__item.active > a {
  background: #eaeaea;
  color: #2a3c6e;
  font-size: 1.125rem;
}

.navigation-mobile .navigation-mobile__tier-1 > .navigation-mobile__item:first-child > ul,
.navigation-mobile .navigation-mobile__tier-1 .navigation-mobile__item.active > ul {
  display: block;
}

.navigation-mobile .navigation-mobile__tier-1 > .navigation-mobile__item:first-child > .navigation-mobile__toggler,
.navigation-mobile .navigation-mobile__tier-1 .navigation-mobile__item.active > .navigation-mobile__toggler {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20256%20158.2%22%20style%3D%22enable-background%3Anew%200%200%20256%20158.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%232a3c6e%22%20points%3D%22128%2C0%200%2C128%2030.2%2C158.2%20128%2C60.4%20225.8%2C158.2%20256%2C128%20%22%2F%3E%3C%2Fsvg%3E") no-repeat 4px 6px;
  background-size: 21px 12px;
}

.navigation-mobile .navigation-mobile__tier-1 .navigation-mobile__toggler {
  position: absolute;
  top: 12px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20256%20158.2%22%20style%3D%22enable-background%3Anew%200%200%20256%20158.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%232a3c6e%22%20points%3D%22225.8%2C0%20128%2C97.8%2030.2%2C0%200%2C30.2%20128%2C158.2%20256%2C30.2%20%22%2F%3E%3C%2Fsvg%3E") no-repeat 4px 6px;
  background-size: 21px 12px;
  right: 15px;
  display: block;
  width: 30px;
  height: 20px;
  padding: 0 10px !important;
}

.navigation-mobile .navigation-mobile__tier-1 > .navigation-mobile__item:first-child > .navigation-mobile__toggler {
  display: none;
}

.navigation-mobile .navigation-mobile__tier-2 .navigation-mobile__item.current > a.navigation-mobile__link {
  position: relative;
}

.navigation-mobile .navigation-mobile__tier-2 .navigation-mobile__item.current > a.navigation-mobile__link:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #00a79a;
}

.navigation-mobile .navigation-mobile__tier-2 > .navigation-mobile__item a {
  font-weight: 500;
}

.navigation-mobile .navigation-mobile__tier-2 .navigation-mobile__global-links a {
  font-weight: normal;
}

.navigation-mobile .navigation-mobile__tier-3 {
  background: #dddddd;
  position: relative;
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.19);
}

.navigation-mobile .navigation-mobile__tier-3 .navigation-mobile__item a {
  font-weight: normal;
  font-size: 0.875rem;
}

.navigation-mobile .navigation-mobile__tier-3 .navigation-mobile__item a:not(.navigation-mobile__link-highlight) {
  padding-left: 30px;
}

.navigation-mobile .nav-icon {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 25px;
  top: 8px;
}

.navigation-mobile .nav-icon svg {
  width: 100%;
  height: auto;
}

.navigation-mobile .nav-icon svg g, .navigation-mobile .nav-icon svg path, .navigation-mobile .nav-icon svg rect {
  fill: #6e7d28;
}

.navigation-mobile .navigation-mobile__link-highlight {
  position: relative;
  padding: 10px 20px 10px 50px;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.navigation-mobile .navigation-mobile__link-highlight:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 13px;
  left: 30px;
  top: 15px;
  background: url(../mysource_files/arrow-right-orange.svg) no-repeat 0 0;
}

.navigation-mobile .navigation-mobile__with-icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: calc(100% - 40px);
  left: 20px;
  right: 20px;
  top: 0;
  background: #d5d5d5;
}

.navigation-mobile .navigation-mobile__with-icon::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: calc(100% - 40px);
  top: auto;
  bottom: 0;
  left: 20px;
  right: 20px;
  background: #d5d5d5;
}

.navigation-mobile .navigation-mobile__with-icon + .navigation-mobile__with-icon {
  margin-top: -1px;
}

.navigation-mobile .navigation-mobile__global-links a {
  color: #191919;
  font-weight: normal;
  font-size: 0.875rem;
}

#page-wrapper {
  padding: 2.8125rem 0 0 0;
  /* Cater for the fixed header height */
  min-height: 100vh;
  overflow-x: hidden;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  height: 2.8125rem;
  z-index: 100;
  background-color: #2a3c6e;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.19);
}

.header svg {
  height: auto;
}

.header > .container {
  position: relative;
  height: 100%;
  display: block;
}

.header__logo {
  width: 8.75rem;
  margin: 0;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.header__logo a {
  display: block;
  height: 100%;
  position: relative;
}

.header__logo svg {
  -webkit-transition: 200ms margin ease;
  -moz-transition: 200ms margin ease;
  transition: 200ms margin ease;
  width: 90px;
  height: 21px;
  margin: 8px 0 0 0;
  vertical-align: middle;
}

.header__logo svg g, .header__logo svg path {
  fill: #fff;
}

.header__logo img {
  height: 25px;
  margin: -45px 0 0 0;
  position: absolute;
  -webkit-transition: 100ms margin ease;
  -moz-transition: 100ms margin ease;
  transition: 100ms margin ease;
}

.header__toggle-logo .header__logo svg {
  margin-top: -50px;
}

.header__toggle-logo .header__logo img {
  margin-top: 8px;
}

.header-controllers {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 9;
}

.header-controllers .desktop-only-controllers {
  display: none;
}

.header-controllers .header-controllers__item-splash-screen {
  display: none;
}

.header-controllers svg g, .header-controllers svg path {
  fill: #fff;
}

.header-controllers .toggle-mobile-navigation.active {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22100%22%20height%3D%22100%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M66.195%2C11.643%20L43.220%2C34.618%20L65.842%2C57.240%20C68.283%2C59.681%2068.283%2C63.638%2065.842%2C66.079%20L65.791%2C66.129%20C63.351%2C68.570%2059.393%2C68.570%2056.953%2C66.129%20L34.330%2C43.507%20L11.674%2C66.164%20C9.246%2C68.592%205.308%2C68.592%202.880%2C66.164%20L2.830%2C66.114%20C0.402%2C63.685%200.402%2C59.748%202.830%2C57.320%20L25.486%2C34.663%20L2.152%2C11.329%20C-0.289%2C8.888%20-0.289%2C4.931%202.152%2C2.490%20L2.202%2C2.439%20C4.643%2C-0.001%208.600%2C-0.001%2011.041%2C2.439%20L34.376%2C25.774%20L57.351%2C2.799%20C59.779%2C0.370%2063.716%2C0.370%2066.145%2C2.799%20L66.195%2C2.849%20C68.623%2C5.277%2068.623%2C9.214%2066.195%2C11.643%20Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 3px;
  background-size: cover;
  width: 20px;
  height: 25px;
}

.header-controllers .navigation-close {
  display: none;
}

.header-controllers.active svg g, .header-controllers.active svg path {
  fill: #2a3c6e;
}

.header-controllers.active .navigation-close {
  display: block;
}

.header-controllers.active .navigation-open {
  display: none;
}

.header-controllers__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-controllers__list li {
  width: 20px;
  display: block;
  float: left;
  margin: 0 0 0 15px;
}

.header-controllers__list li a {
  display: block;
}

.header-controllers__list li svg {
  width: 100%;
  height: 1.5625rem;
}

li.current.header-controllers__item {
  background-color: #2a3c6e;
}

li.current.header-controllers__item svg path {
  fill: white !important;
}

.splash-interface, .global-search {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  background: #2a3c6e;
  overflow-y: auto;
}

.splash-interface:before, .global-search:before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: url(../mysource_files/bg-splash-screen.jpg) no-repeat 0 bottom;
  background-size: cover;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: alpha(opacity=10);
  filter: alpha(opacity=10);
}

.splash-interface:after, .global-search:after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: -moz-linear-gradient(top, #152245 0%, #152245 20%, rgba(21, 34, 69, 0) 87%, rgba(21, 34, 69, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #152245 0%, #152245 20%, rgba(21, 34, 69, 0) 87%, rgba(21, 34, 69, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #152245 0%, #152245 20%, rgba(21, 34, 69, 0) 87%, rgba(21, 34, 69, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152245', endColorstr='#00152245',GradientType=0 );
  /* IE6-9 */
}

.splash-interface.active, .active.global-search {
  display: block;
}

.splash-interface .splash-interface__inner, .global-search .splash-interface__inner, .global-search .container {
  position: relative;
  z-index: 3;
  padding: 55px 40px 0;
}

.splash-interface .splash-interface__logo, .global-search .splash-interface__logo {
  width: 150px;
  margin: 0 0 30px 0;
}

.splash-interface .splash-interface__logo svg, .global-search .splash-interface__logo svg {
  height: 35px;
}

.splash-interface .splash-interface__logo svg *, .global-search .splash-interface__logo svg * {
  fill: #fff;
}

.splash-interface .splash-interface__intro, .global-search .splash-interface__intro {
  margin: 0 0 30px 0;
}

.splash-interface .splash-interface__intro p, .global-search .splash-interface__intro p {
  margin: 0;
}

.splash-interface .splash-interface__links, .global-search .splash-interface__links {
  display: block;
}

.splash-interface .splash-interface__list, .global-search .splash-interface__list {
  list-style-type: none;
  margin: 0;
  padding: 0 0 2.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.splash-interface .splash-interface__list-item, .global-search .splash-interface__list-item {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.splash-interface .splash-interface__list-item a, .global-search .splash-interface__list-item a {
  display: block;
  padding: 15px 30px 15px 15px;
  text-decoration: none;
  position: relative;
}

.splash-interface .splash-interface__list-item a:hover, .global-search .splash-interface__list-item a:hover, .splash-interface .splash-interface__list-item a:focus, .global-search .splash-interface__list-item a:focus, .splash-interface .splash-interface__list-item a:active, .global-search .splash-interface__list-item a:active {
  color: #fff;
}

.splash-interface .splash-interface__list-item a:after, .global-search .splash-interface__list-item a:after {
  content: "";
  background: url(../mysource_files/chevron-right-sml-white.svg) no-repeat 0 0;
  background-size: 12px;
  display: block;
  position: absolute;
  width: 10px;
  height: 20px;
  right: 0;
  top: 18px;
}

.splash-interface *, .global-search * {
  color: #fff;
}

body.splash-active .header-controllers svg * {
  fill: #fff;
}

body.splash-active .header-controllers .header-controllers__item-navigation {
  display: none;
}

body.splash-active .header-controllers .header-controllers__item-splash-screen {
  display: block;
}

.global-search {
  top: 45px;
  height: calc(100% - 45px);
}

.global-search .container {
  padding-top: 80px;
  position: relative;
}

.global-search form {
  position: relative;
  display: block;
  margin-bottom: 1.875rem;
}

.global-search fieldset {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.global-search label {
  display: block;
  font-size: 1.5625rem;
  font-weight: 300;
  margin: 0 0 20px 0;
}

.global-search .twitter-typeahead {
  width: calc(100% - 75px);
}

.global-search input[type="text"] {
  background: none;
  border: none;
  color: #fff;
  padding: 5px;
  width: 100%;
  float: left;
  margin: 0 0 5px 0;
  outline: none;
}

.global-search input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}

.global-search input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}

.global-search input[type="text"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}

.global-search button {
  width: 20px;
  right: 40px;
  bottom: 0;
  position: relative;
  float: right;
  border: none;
  background: none;
  color: #fff;
  padding: 5px 0 0;
  cursor: pointer;
}

.global-search button svg {
  fill: currentColor;
  height: 21px;
}

.toggle-search .search-closed {
  display: none;
}

body.search-active .header__logo {
  z-index: 9;
}

body.search-active .toggle-search .search-open {
  display: none;
}

body.search-active .toggle-search .search-closed {
  display: block;
}

body.search-active .global-search__form .toggle-search,
body.search-active .global-search__form .clear-search {
  height: auto;
  float: right;
  position: relative;
  width: 20px;
  padding-top: 7px;
  right: -20px;
}

body.search-active .global-search__form .toggle-search .search-closed,
body.search-active .global-search__form .clear-search .search-closed {
  height: 18px;
  width: 100%;
}

body.search-active .global-search__form .toggle-search .search-closed *,
body.search-active .global-search__form .clear-search .search-closed * {
  fill: white;
}

.global-search__autosuggest {
  position: relative;
  background: #fff;
  width: 100%;
  display: none;
  clear: both;
}

.global-search__autosuggest.active {
  display: block;
}

.global-search__autosuggest a {
  display: block;
  color: #6e7d28;
  padding: 15px 20px;
}

.global-search__autosuggest a .autosuggest__title {
  color: #191919;
  display: block;
}

.global-search__autosuggest a .autosuggest__sub-title {
  color: #858585;
  font-size: 0.75rem;
  display: block;
}

.global-search__autosuggest a .autosuggest__sub-title strong {
  color: #858585;
  font-weight: normal;
}

.global-search__autosuggest strong {
  color: #6e7d28;
}

.global-search__autosuggest .global-search-suggestions__no-results {
  display: none;
}

.pwc-banner__home .search__autosuggest {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100%;
  display: none;
  clear: both;
}

.pwc-banner__home .search__autosuggest.active {
  display: block;
}

.pwc-banner__home .search__autosuggest a {
  display: block;
  color: #6e7d28;
  padding: 15px 20px;
  font-size: 1rem;
  font-style: normal;
}

.pwc-banner__home .search__autosuggest a .autosuggest__title {
  color: #191919;
  display: block;
}

.pwc-banner__home .search__autosuggest strong {
  color: #6e7d28;
}

.pwc-banner__home .search__autosuggest .search-suggestions__no-results {
  display: none;
}

.search-query__wrapper .twitter-typeahead {
  flex-grow: 5;
}

.search-query__wrapper .tt-input {
  width: 100%;
  height: 100%;
}

.search-query__wrapper .search__autosuggest {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100%;
  display: none;
  clear: both;
  border-top: 1px solid #cacaca;
}

.search-query__wrapper .search__autosuggest.active {
  display: block;
}

.search-query__wrapper .search__autosuggest a {
  display: block;
  color: #6e7d28;
  padding: 15px 20px;
  font-size: 1rem;
  font-style: normal;
}

.search-query__wrapper .search__autosuggest a .autosuggest__title {
  color: #191919;
  display: block;
}

.search-query__wrapper .search__autosuggest strong {
  color: #6e7d28;
}

.search-query__wrapper .search__autosuggest .search-suggestions__no-results {
  display: none;
}

.global-search-tiles {
  display: none;
}

.global-search-suggestions {
  padding: 20px 0;
}

.global-search-suggestions .container {
  padding-top: 20px;
}

.global-search-suggestions .global-search-suggestions__section {
  display: block;
  margin: 30px 0 50px 0;
}

.global-search-suggestions h2, .global-search-suggestions .article-content__meta h1, .article-content__meta .global-search-suggestions h1 {
  font-size: 1rem;
  font-weight: 400;
}

.global-search-suggestions h3, .global-search-suggestions .consumption-calc__legend {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.2px;
}

.global-search-suggestions .global-search-suggestions__list {
  margin: 0;
  padding: 0;
}

.global-search-suggestions .global-search-suggestions__list a {
  position: relative;
  padding: 10px 48px 10px 0;
  font-size: 0.75rem;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  transition: all linear .1s;
}

.global-search-suggestions .global-search-suggestions__list a:hover, .global-search-suggestions .global-search-suggestions__list a:focus, .global-search-suggestions .global-search-suggestions__list a:active {
  color: white;
  text-decoration: none;
  padding-left: 8px;
  padding-right: 40px;
}

.global-search-suggestions .global-search-suggestions__list a:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: auto;
  right: 0;
  top: 13px;
  background: url(../mysource_files/arrow-right-orange.svg) no-repeat 0 0;
  transition: all linear .3s;
}

.global-search-suggestions .global-search-suggestions__list a:hover:after, .global-search-suggestions .global-search-suggestions__list a:focus:after {
  right: 1rem;
}

.global-search-suggestions .global-search-suggestions__list a:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.global-search-suggestions .global-search-suggestions__list .global-search-suggestions__no-results {
  display: block;
  font-size: 0.875rem;
  margin-top: 20px;
}

.alert_link_wrapper {
  display: block;
  width: 100%;
  text-decoration: none;
}

.alert_link_wrapper:hover, .alert_link_wrapper:focus {
  text-decoration: none;
}

.alert-type__safety-alert .alert__action-link span {
  color: #8c1b10;
}

.alert-type__safety-alert .alert__action-link:hover {
  background: #631109;
  color: #fff;
}

.alert-type__safety-alert .alert__action-link:hover span {
  color: #fff;
}

.header-alert__container {
  display: none;
  z-index: 9;
}

.header-alert__show, .alert__container {
  position: fixed;
  display: block;
  top: 0;
  height: 3.75rem;
  width: 100%;
  background: #f4f4f4;
  overflow: hidden;
  /*
     *
     * The following rules are the core page header offsets
     * to allow for the alerts to sit above the header which means
     * everything needs to be adjusted down.
     * It's expected that only 2 alert banner will be present.
     *
    */
  /*
     *
     * End page header offsets styles
     *
    */
}

.header-alert__show + #page-wrapper, .alert__container + #page-wrapper,
.header-alert__show + .header-alert__container + #page-wrapper,
.alert__container + .header-alert__container + #page-wrapper {
  padding: 6.5625rem 0 0 0;
}

.header-alert__show + #page-wrapper .header, .alert__container + #page-wrapper .header,
.header-alert__show + .header-alert__container + #page-wrapper .header,
.alert__container + .header-alert__container + #page-wrapper .header {
  top: 3.75rem;
}

.header-alert__show + .header-alert__show, .alert__container + .header-alert__show, .header-alert__show + .alert__container, .alert__container + .alert__container {
  top: 3.75rem;
}

.header-alert__show + .header-alert__show + #page-wrapper, .alert__container + .header-alert__show + #page-wrapper, .header-alert__show + .alert__container + #page-wrapper, .alert__container + .alert__container + #page-wrapper {
  padding: 10.3125rem 0 0 0;
}

.header-alert__show + .header-alert__show + #page-wrapper .header, .alert__container + .header-alert__show + #page-wrapper .header, .header-alert__show + .alert__container + #page-wrapper .header, .alert__container + .alert__container + #page-wrapper .header {
  top: 7.5rem;
}

.header-alert__show .container, .alert__container .container {
  justify-content: center;
  flex-direction: row;
  align-items: center;
  position: relative;
  height: 3.75rem;
}

.no-js .header-alert__show .container, .no-js .alert__container .container,
.no-flexbox .header-alert__show .container,
.no-flexbox .alert__container .container {
  display: table;
}

.flexbox .header-alert__show .container, .flexbox .alert__container .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.alert-type__safety-alert {
  background: #8c1b10;
  border-top: none;
}

.alert-type__safety-alert * {
  color: #fff;
}

.alert__content {
  padding: 0 20px 0 40px;
  font-size: 0.875rem;
  width: 100%;
}

.alert__name {
  display: flex;
  align-items: center;
  min-height: 2.625rem;
}

.alert__subtitle {
  font-size: 0.75rem;
  display: none;
}

.alert__action {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.alert__action-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.alert__action-item {
  display: none;
}

.alert__action-item span {
  display: none;
}

.alert__action-item + .alert__action-item {
  display: block;
}

.alert__action-dismiss {
  display: block;
  width: 18px;
  height: 18px;
  padding: 3px;
  left: auto;
  right: 0;
  background: url(../mysource_files/icon-close.svg) no-repeat 3px 3px;
  background-size: 12px 12px;
  box-sizing: border-box;
  color: #2a3c6e;
}

.alert__action-dismiss:hover {
  text-decoration: none;
}

.alert-type__safety-alert .alert__action-dismiss {
  background: url(../mysource_files/icon-close-white.svg) no-repeat 3px 3px;
  background-size: 12px 12px;
}

.standard-alert__icon, .alert__icon {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../mysource_files/alert-customer-bulletin-icon.svg) no-repeat 0 0;
  background-size: 100%;
}

.safety-alert__icon, .alert-type__safety-alert .alert__icon {
  background: url(../mysource_files/alert-safety-icon.svg) no-repeat 0 0;
}

.alerts-listing__wrapper .alert__container {
  height: auto;
  min-height: 3.75rem;
}

.alerts-listing__wrapper .alerts__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.alerts-listing__wrapper .alerts__item {
  margin: 0 0 3.125rem 0;
}

.alerts-listing__wrapper .alert__issued {
  margin: 0 0 1.25rem 0;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #2a3c6e;
}

.alerts-listing__wrapper .alert__date {
  padding: 0 18px 0 8px;
}

.alerts-listing__wrapper .alert__content {
  padding: 15px 105px 15px 60px;
}

.alerts-listing__wrapper .alert__action-link {
  padding: 5px 10px 3px;
  font-size: 0.75rem;
}

.alert__container {
  position: relative;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.no-js .alert__container,
.no-flexbox .alert__container {
  display: table;
}

.flexbox .alert__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.alert__action-link {
  display: block;
  padding: 0.5rem 1.25rem;
}

.alert__action-link:hover, .alert__action-link:focus, .alert__action-link:active {
  text-decoration: none;
}

.alert-type__customer-bulletin {
  border-top: 5px solid #ef7d17;
}

.alert-type__customer-bulletin .alert__action-link {
  background-color: #6e7d28;
  color: #fff;
}

.alert-type__customer-bulletin .alert__action-link:hover, .alert-type__customer-bulletin .alert__action-link:focus, .alert-type__customer-bulletin .alert__action-link:active {
  background-color: #5b681f;
}

.alert-type__customer-bulletin .alert__name,
.alert-type__customer-bulletin .alert__subtitle {
  color: #202e54;
}

.alert-type__safety-alert .alert__action-link {
  background: #fff;
  color: #8c1b10;
}

.alert-type__safety-alert .alert__action-link:hover, .alert-type__safety-alert .alert__action-link:focus, .alert-type__safety-alert .alert__action-link:active {
  background-color: #631109;
  color: #fff;
}

.alert-type__safety-alert a.alert__name:hover, .alert-type__safety-alert a.alert__name:focus, .alert-type__safety-alert a.alert__name:active {
  color: white;
}

.alert-type__safety-alert .alert__action-dismiss:hover, .alert-type__safety-alert .alert__action-dismiss:focus, .alert-type__safety-alert .alert__action-dismiss:active {
  color: white;
}

.article-content__meta {
  margin-bottom: 3.75rem;
}

.article-content__meta h1 {
  font-size: 2.25rem;
  margin-bottom: 10px;
}

.article-content__type {
  color: #c72d2c;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.article-content__date {
  color: #6e6e6e;
  font-size: 0.9rem;
  display: block;
}

.pwc-one-col > h2:first-child, .article-content__meta .pwc-one-col > h1:first-child {
  margin-top: 1.5rem;
}

/* Module: S */
/* Module: S */
.breadcrumb {
  display: none;
  padding: 0;
  margin: 3.75rem 0;
  background-color: transparent;
}

.breadcrumb-item {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-right: 15px;
  color: #191919;
}

.breadcrumb-item:first-child a {
  padding: 0 0 0 30px;
}

.breadcrumb-item:before {
  direction: ltr;
  width: auto;
  margin: 0;
}

.breadcrumb-item:first-child:before {
  content: "";
  display: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1.5625rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: "\003e";
  color: #191919;
  display: block;
  position: absolute;
  left: 0;
}

.breadcrumb-item.active {
  font-weight: 400;
  color: #191919;
}

.breadcrumb-item__link {
  display: block;
  position: relative;
  padding: 0;
}

.breadcrumb-item__home-icon {
  width: 0.9375rem;
  margin-right: 0.625rem;
  position: absolute;
  display: block;
  top: -0.125rem;
  left: 0;
}

/* Module: S */
.footer {
  padding: 2.5rem 0 3.125rem;
  background-color: #071520;
}

.footer__top {
  margin-bottom: 0.9375rem;
}

.footer .footer__inner {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.footer__logo {
  display: block;
  width: 7.8125rem;
  margin: 0 auto 1.25rem;
}

.footer__logo-img {
  max-width: 100%;
}

.footer__social-links {
  order: 1;
  justify-content: center;
  list-style: none;
  margin: 0 0 0.9375rem 0;
  padding: 0;
  width: 100%;
}

.no-js .footer__social-links,
.no-flexbox .footer__social-links {
  display: table;
}

.flexbox .footer__social-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.footer__social-links li a {
  padding: 0 10px;
  align-items: center;
  height: 2.5rem;
}

.no-js .footer__social-links li a,
.no-flexbox .footer__social-links li a {
  display: table;
}

.flexbox .footer__social-links li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.footer__social-link {
  display: block;
  padding: 3px;
  color: #fff;
  text-decoration: none;
}

.footer__social-link:hover {
  color: #ef7d17;
}

.footer__social-link + .footer__social-link {
  margin-left: 1.25rem;
}

.footer__text-links {
  order: 2;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.no-js .footer__text-links,
.no-flexbox .footer__text-links {
  display: table;
}

.flexbox .footer__text-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.footer__text-links .footer__text-link {
  display: block;
  margin: 0 0.625rem;
  color: #fff;
  font-size: 0.75rem;
  text-decoration: none;
}

.footer__text-links .footer__text-link:hover, .footer__text-links .footer__text-link:focus, .footer__text-links .footer__text-link:active {
  color: #ef7d17;
  text-decoration: underline;
}

.footer__copyright-text {
  margin: 0;
  text-align: center;
  color: #909090;
}

/* Module: S */
form {
  margin-bottom: 1.875rem;
}

.form-heading {
  border-top: solid 6px #2a3c6e;
  padding-top: 2rem;
  font-size: 1.6875rem;
}

input.form-control {
  border-radius: 0;
  padding-left: 20px;
  border: 2px solid #eaeaea;
}

input.form-control:focus {
  border: 3px solid #00a79a;
  box-shadow: none;
}

input.form-control.is-invalid {
  border: 4px solid #ef7d17;
}

input.form-control.is-invalid:focus {
  border-color: #ef7d17;
  box-shadow: none;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 2px solid #eaeaea;
}

input[type=checkbox] {
  vertical-align: text-bottom;
  -webkit-appearance: none;
  background-color: #f9fafa;
  border: 1px solid #c7c7c7;
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  outline: none;
}

input[type=checkbox]:checked {
  appearance: none;
  background-color: #2a3c6e;
  color: #99a1a7;
  border: 1px solid #0b1736;
}

input[type=checkbox]:checked:after {
  content: '✔\fe0e';
  font-size: 15px;
  height: 18px;
  position: absolute;
  top: -1px;
  left: 3px;
  color: white;
}

input[type="checkbox"].sq-form-field,
input[type="radio"].sq-form-field {
  opacity: 0;
  position: absolute;
}

input[type="checkbox"].sq-form-field + label,
input[type="radio"].sq-form-field + label {
  color: #000;
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  padding-left: 2.1875rem;
  position: relative;
}

input[type="checkbox"].sq-form-field + label:before,
input[type="radio"].sq-form-field + label:before,
input[type="radio"]:checked.sq-form-field + label:after {
  content: ' ';
  position: absolute;
}

input[type="checkbox"].sq-form-field + label:before,
input[type="radio"].sq-form-field + label:before {
  border: 1px solid #0b1736;
  border-color: #c7c7c7;
  height: 1.375rem;
  top: -1px;
  left: 0;
  width: 1.375rem;
  box-shadow: 0 1px 1px inset #e9e9e9;
}

input[type="checkbox"]:checked.sq-form-field + label:before,
input[type="radio"]:checked.sq-form-field + label:before {
  border-color: #0b1736;
  background-color: #2a3c6e;
  box-shadow: none;
}

input[type="radio"].sq-form-field + label:before {
  border-radius: 50%;
}

input[type="radio"]:checked.sq-form-field + label:after {
  background-color: white;
  border-radius: 50%;
  height: 0.625rem;
  left: 0.375rem;
  top: 0.3125rem;
  width: 0.625rem;
}

input[type="radio"]:focus.sq-form-field + label:before {
  outline: 3px solid #ef7d17;
}

input[type="checkbox"].sq-form-field + label:before {
  border-radius: 3px;
}

input[type="checkbox"]:focus.sq-form-field + label:before {
  outline: 3px solid #ef7d17;
}

input[type="checkbox"]:checked.sq-form-field + label:before {
  content: '✔\fe0e';
  font-size: 15px;
  color: white;
  text-align: center;
}

.form-check-label {
  margin-bottom: 0.5rem;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: block;
}

.form-group.autocomplete:after {
  content: url("../mysource_files/dropdown-chevron.png");
  position: absolute;
  height: 0.5rem;
  width: 1.125rem;
  margin: auto 0;
  top: 0;
  bottom: 40%;
  right: 20px;
  z-index: 1;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px 20px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.terms-conditions__text {
  color: #2a3c6e;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  width: 90%;
}

.terms-conditions__label {
  color: #2a3c6e;
}

input[type=file].btn, input.sq-form-submit[type=file], input.facets-controls__link[type=file] {
  display: none;
}

.filename {
  background-color: #eaeaea;
  color: #0165b0;
  display: block;
  padding: 0.78125rem 1.875rem;
  margin-left: 0;
  margin-bottom: 0.5rem;
  width: 100%;
}

.file-upload__information {
  color: #2a3c6e;
  font-size: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.sq-form-question {
  margin: 1rem 0 2rem 0;
}

.sq-form-submit {
  text-transform: uppercase;
  margin-top: 20px;
}

.sq-form-question.sq-form-question-datetime .sq-form-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border-radius: 0;
  border: 2px solid #eaeaea;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
  outline: none;
  padding: 0.5rem 3.5rem 0.5rem 1rem;
  margin-right: 1.25rem;
  background-color: #fff;
  background-clip: padding-box;
  background-image: url("../mysource_files/select-chevron.svg"), linear-gradient(to right, #eaeaea, #eaeaea);
  background-position: calc(100% - 12px) calc(1rem), calc(100% - 2.5rem) 0.5rem;
  background-size: 14px 14px, 2px 1.5rem;
  background-repeat: no-repeat;
}

.sq-form-question.sq-form-question-datetime .sq-form-field:focus {
  border: 3px solid #00a79a;
  box-shadow: none;
  outline: none;
}

.sq-form-question.sq-form-question-datetime .sq-form-field::-ms-expand {
  display: none;
}

.sq-form-question.sq-form-question-datetime label {
  font-size: 1rem;
}

input[type="text"].sq-form-field,
input[type="password"].sq-form-field,
input[type="email"].sq-form-field,
input[type="tel"].sq-form-field,
input[type="number"].sq-form-field,
input[type="date"].sq-form-field,
input[type="search"].sq-form-field,
textarea.sq-form-field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
  padding-left: 20px;
  outline: none;
  border: 2px solid #eaeaea;
}

input[type="text"].sq-form-field:focus,
input[type="password"].sq-form-field:focus,
input[type="email"].sq-form-field:focus,
input[type="tel"].sq-form-field:focus,
input[type="number"].sq-form-field:focus,
input[type="date"].sq-form-field:focus,
input[type="search"].sq-form-field:focus,
textarea.sq-form-field:focus {
  border: 3px solid #00a79a;
  box-shadow: none;
  outline: none;
}

.sq-form-question.sq-form-question-select .sq-form-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border-radius: 0;
  border: 2px solid #eaeaea;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
  outline: none;
  padding: 0.5rem 3.5rem 0.5rem 1rem;
  margin-right: 1.25rem;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  background-image: url("../mysource_files/dropdown-chevron.png");
  background-position: calc(100% - 20px) 1rem;
  background-size: 13px 8px;
  background-repeat: no-repeat;
}

.sq-form-question.sq-form-question-select .sq-form-field:focus {
  border: 3px solid #00a79a;
  box-shadow: none;
  outline: none;
}

.sq-form-question.sq-form-question-select .sq-form-field::-ms-expand {
  display: none;
}

.lt-ie9 .sq-form input[type="text"],
.lt-ie9 .sq-form input[type="password"],
.lt-ie9 .sq-form textarea {
  width: 98%;
}

.sq-form-question-title,
.sq-form-question-answer label {
  font-size: 1.125rem;
  color: #2a3c6e;
}

.sq-form-question-title {
  display: block;
}

.sq-form-section-title {
  font-size: 1.375rem;
  font-weight: 500;
  color: #2a3c6e;
}

.sq-form-required-field-note {
  padding-bottom: 2.5rem;
}

.sq-form-question-tickbox-list ul,
.sq-form-question-option-list ul {
  margin: 0;
  padding-left: 0 !important;
}

.sq-form-question-tickbox-list li,
.sq-form-question-option-list li {
  margin-top: 0 !important;
  list-style: none;
}

.sq-form-question-tickbox-list li:before,
.sq-form-question-option-list li:before {
  content: "" !important;
  display: none !important;
  visibility: hidden !important;
}

.sq-form-question-note {
  font-size: 0.8rem;
  color: #666666;
  margin-bottom: 0.7rem;
  display: block;
}

.sq-form-error,
abbr[title].sq-form-required-field {
  text-decoration: none;
}

.sq-form-question .sq-form-error {
  color: #ef7d17;
  font-size: 1rem;
  padding-top: 0.3125rem;
}

.sq-form-question input[type="text"].sq-form-error,
.sq-form-question input[type="password"].sq-form-error,
.sq-form-question input[type="email"].sq-form-error,
.sq-form-question input[type="tel"].sq-form-error,
.sq-form-question input[type="number"].sq-form-error,
.sq-form-question input[type="date"].sq-form-error,
.sq-form-question input[type="search"].sq-form-error,
.sq-form-question textarea.sq-form-error {
  border: 4px solid #ef7d17;
}

.sq-form-question input[type="text"].sq-form-error:focus,
.sq-form-question input[type="password"].sq-form-error:focus,
.sq-form-question input[type="email"].sq-form-error:focus,
.sq-form-question input[type="tel"].sq-form-error:focus,
.sq-form-question input[type="number"].sq-form-error:focus,
.sq-form-question input[type="date"].sq-form-error:focus,
.sq-form-question input[type="search"].sq-form-error:focus,
.sq-form-question textarea.sq-form-error:focus {
  border-color: #ef7d17;
  box-shadow: none;
}

.sq-form-question-error input[type="text"].sq-form-field,
.sq-form-question-error input[type="password"].sq-form-field,
.sq-form-question-error input[type="email"].sq-form-field,
.sq-form-question-error input[type="tel"].sq-form-field,
.sq-form-question-error input[type="number"].sq-form-field,
.sq-form-question-error input[type="date"].sq-form-field,
.sq-form-question-error input[type="search"].sq-form-field,
.sq-form-question-error textarea.sq-form-field {
  border: 4px solid #ef7d17;
}

.sq-form-question-error input[type="text"].sq-form-field:focus,
.sq-form-question-error input[type="password"].sq-form-field:focus,
.sq-form-question-error input[type="email"].sq-form-field:focus,
.sq-form-question-error input[type="tel"].sq-form-field:focus,
.sq-form-question-error input[type="number"].sq-form-field:focus,
.sq-form-question-error input[type="date"].sq-form-field:focus,
.sq-form-question-error input[type="search"].sq-form-field:focus,
.sq-form-question-error textarea.sq-form-field:focus {
  border-color: #ef7d17;
  box-shadow: none;
}

/* Module: S */
.pwc-menu-button__images {
  height: 2.1875rem;
  width: 2.1875rem;
  margin: auto;
  vertical-align: middle;
}

.pwc-menu-button__images path {
  fill: white;
}

.pwc-nav-item:hover .pwc-menu-button__images path {
  fill: white;
}

.pwc-navbar-sidenav .pwc-nav-item:last-child {
  padding-left: 1.875rem;
}

.pwc-navbar-sidenav .pwc-nav-item.phone {
  display: none;
}

/* Module: S */
.navigation-mobile .navigation-mobile__tier-3 .navigation-mobile__item.active a.navigation-mobile__link {
  font-weight: normal;
  font-size: 0.875rem;
}

ul.navigation-mobile__tier-4.active {
  background-color: #cccccc;
}

.navigation-mobile .navigation-mobile__tier-3 .navigation-mobile__item a.navigation-mobile__toggler {
  top: 6px;
}

/* Module: S */
/* For the multi-step function */
body.minimised-design {
  /* Just for decoration */
}

body.minimised-design .msf_hide {
  display: none;
}

body.minimised-design .msf_show {
  display: block;
}

body.minimised-design .msf_bullet_o {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

body.minimised-design .msf_bullet_o > div {
  height: 15px;
  width: 15px;
  margin: 20px 10px;
  border-radius: 100px;
  z-index: 2;
}

body.minimised-design .msf_bullet {
  background-color: lightgrey;
}

body.minimised-design .msf_bullet_active {
  background-color: darkgrey !important;
}

body.minimised-design .msf_line {
  opacity: 0.3;
  background: lightgrey;
  height: 3px;
  width: 70px;
  display: block;
  left: 50%;
  margin-top: -29px;
  margin-left: -35px;
  position: absolute;
  z-index: 1;
}

body.minimised-design input[type="text"]:focus, body.minimised-design input[type="email"]:focus {
  opacity: 0.5;
}

body.minimised-design .create-asset_question_wrapper {
  margin-bottom: 1rem;
}

body.minimised-design .create-asset h2, body.minimised-design .create-asset .article-content__meta h1, .article-content__meta body.minimised-design .create-asset h1 {
  text-align: center;
  margin: 1rem 0;
}

body.minimised-design .create-asset input[type="button"],
body.minimised-design .edit-asset input[type="button"] {
  width: auto;
  margin: 2rem auto 0rem auto;
  padding: 1rem;
}

body.minimised-design .edit-asset input[type="button"] {
  font-size: 1rem;
}

body.minimised-design .create-asset input[type="button"].next {
  float: right;
}

body.minimised-design .create-asset table,
body.minimised-design .end_asset table {
  margin: 0;
}

body.minimised-design .create-asset table tr,
body.minimised-design .edit-asset table tr {
  margin-bottom: 0;
}

body.minimised-design .create-asset table td,
body.minimised-design .end_asset table td {
  border-bottom: none;
  height: 2rem;
}

body.minimised-design .create-asset-preview .label {
  margin-right: 0.5rem;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

body.minimised-design select {
  display: block;
  width: 100%;
  padding: 0.6rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
  padding-left: 20px;
  outline: none;
  border: 2px solid #eaeaea;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

body.minimised-design select:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

body.minimised-design .main__content .container {
  padding-top: 1rem;
}

body.minimised-design .main__content .container .btn, body.minimised-design .main__content .container .sq-form-submit, body.minimised-design .main__content .container .facets-controls__link {
  margin-bottom: 1rem;
}

body.minimised-design .pwc-banner {
  padding: 1rem 0;
}

body.minimised-design .pwc-banner__photo h1 {
  margin-bottom: 0;
}

body.minimised-design .quicklinks {
  margin-bottom: 0;
}

body.minimised-design .quicklinks a.btn, body.minimised-design .quicklinks a.sq-form-submit, body.minimised-design .quicklinks a.facets-controls__link {
  padding: 0.48125rem 0.875rem;
  margin-top: 0.25rem;
}

body.minimised-design table td {
  height: initial;
  border: solid 0.5px rgba(42, 60, 110, 0.4);
}

body.minimised-design table td p {
  margin-bottom: 0.5rem;
}

body.minimised-design table .outage-detail-icon svg {
  width: 1.8rem;
  margin: 0.25rem;
  height: 1.8rem;
}

body.minimised-design a.btn.asset-status, body.minimised-design a.asset-status.sq-form-submit, body.minimised-design a.asset-status.facets-controls__link {
  float: right;
  margin-right: 0.5rem;
}

@media (min-width: 575.98px) {
  body.minimised-design a.btn.asset-status, body.minimised-design a.asset-status.sq-form-submit, body.minimised-design a.asset-status.facets-controls__link {
    float: none;
    margin-right: 0;
    margin-top: 1rem;
    display: block;
  }
}

body.minimised-design .sq-form-question-answer table td {
  border: 0;
}

.edit-asset fieldset {
  border: 0;
  background: none;
  margin-bottom: 1rem;
}

.edit-asset input[type="time"].sq-form-field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
  padding-left: 20px;
  outline: none;
  border: 2px solid #eaeaea;
}

.minimised-design p.paragraph--type-intro {
  margin-bottom: 0;
}

.minimised-design .quicklinks a {
  text-decoration: none;
  margin-bottom: 0.5rem;
}

.minimised-design #search_page_23025 .btn-primary, .minimised-design #search_page_23025 .sq-form-submit {
  margin-top: 0.5rem;
}

.minimised-design #search_page_23025 table td .btn-primary, .minimised-design #search_page_23025 table td .sq-form-submit {
  margin-top: 0;
}

.minimised-design #page_asset_builder_22909 .paragraph--type-intro {
  padding: 0.25rem 1rem;
}

.minimised-design #page_asset_builder_22909 .paragraph--type-intro.paragraph-green {
  background: #acddac;
}

.sq-metadata-multitext-wrapper input {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
  padding-left: 20px;
  outline: none;
  border: 2px solid #eaeaea;
  width: 78%;
}

.sq-metadata-multitext-wrapper button.delete-button,
.sq-metadata-multitext-wrapper a:link {
  display: inline-block;
}

.sq-metadata-multitext-wrapper a:link {
  width: 1rem !important;
  height: 1rem !important;
}

.sq-metadata-multitext-wrapper button.delete-button {
  width: 2rem !important;
  height: 2rem !important;
}

/* Module: S */
.outages-module--type-bar {
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 999;
}

.splash-active .outages-module--type-bar,
.search-active .outages-module--type-bar,
.nav-active .outages-module--type-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  transition: height 1s ease;
}

.outages-module--type-bar.outages-module--is-active {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  transition: height 1s ease;
}

.outages-module--type-bar.outages-module--is-active .outages__toggle-bar-state-btn-text--action {
  margin-top: -2px;
}

.outages-module--is-sticky {
  width: 100%;
  position: fixed;
  bottom: 0;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  transition: height 1s ease;
}

.outages__header {
  position: relative;
}

.outages-module--type-bar .outages__header {
  background-color: #2a3c6e;
}

.outages-module--type-section .outages__header {
  background-color: #eaeaea;
}

.outages-module--type-section .outages__header .container {
  display: flex;
  flex-direction: column;
}

.outages__header-container {
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.outages-module--type-bar .outages__header-container {
  background-color: #2a3c6e;
}

.outages__counters {
  display: flex;
  align-items: center;
}

.outages-module--type-bar .outages__counters {
  flex-grow: 1;
  flex-shrink: 0;
  padding-left: 0.75rem;
}

.outages__counters-title {
  display: none;
  font-size: 0.5625rem;
  font-weight: 500;
  color: #fff;
  margin-right: 0.875rem;
}

.outages-module--type-bar .outages__counters {
  height: 2.8125rem;
}

.outages-module--type-section .outages__counters {
  justify-content: center;
}

.outages__counter {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20295.996%20295.996%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%2300a79a%22%20d%3D%22M147.998%2C0C66.392%2C0%2C0%2C66.392%2C0%2C147.998s66.392%2C147.998%2C147.998%2C147.998s147.998-66.392%2C147.998-147.998%20S229.605%2C0%2C147.998%2C0z%20M147.998%2C279.996c-36.256%2C0-69.143-14.696-93.022-38.44c-9.536-9.482-17.631-20.41-23.934-32.42%20C21.442%2C190.847%2C16%2C170.047%2C16%2C147.998C16%2C75.214%2C75.214%2C16%2C147.998%2C16c34.523%2C0%2C65.987%2C13.328%2C89.533%2C35.102%20c12.208%2C11.288%2C22.289%2C24.844%2C29.558%2C39.996c8.27%2C17.239%2C12.907%2C36.538%2C12.907%2C56.9%20C279.996%2C220.782%2C220.782%2C279.996%2C147.998%2C279.996z%22%2F%3E%3Ccircle%20fill%3D%22%2300a79a%22%20cx%3D%2299.666%22%20cy%3D%22114.998%22%20r%3D%2216%22%2F%3E%3Ccircle%20fill%3D%22%2300a79a%22%20cx%3D%22198.666%22%20cy%3D%22114.998%22%20r%3D%2216%22%2F%3E%3Cpath%20fill%3D%22%2300a79a%22%20d%3D%22M147.715%2C229.995c30.954%2C0%2C60.619-15.83%2C77.604-42.113l-13.439-8.684c-15.597%2C24.135-44.126%2C37.604-72.693%2C34.308%20c-22.262-2.567-42.849-15.393-55.072-34.308l-13.438%2C8.684c14.79%2C22.889%2C39.716%2C38.409%2C66.676%2C41.519%20C140.814%2C229.8%2C144.27%2C229.995%2C147.715%2C229.995z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px 12px;
}

.outages__counter--planned {
  min-width: 6.5rem;
}

.outages__counter-text {
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
}

.outages__counter-text-count {
  font-size: 0.8125rem;
  font-weight: 700;
  margin-top: 0.1875rem;
  min-width: 0.75rem;
}

.outages__counter-text-outage-term {
  display: none;
}

.outages-module--type-section .outages__counter-text {
  color: #2a3c6e;
}

.outages-module--type-section .outages__counter-text-count {
  color: #ef7d17;
  padding-right: 0.3125rem;
}

.outages-module--type-section .outages__counter-text-notification {
  color: #00a79a;
  padding-right: 0.625rem;
  font-weight: 500;
}

.outages-module--type-bar .outages__counter--planned.outages__counter--has-count {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20612%20612%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ef7d17%22%20d%3D%22M587.572%2C186.881c-32.266-75.225-87.096-129.934-162.949-162.285C386.711%2C8.427%2C346.992%2C0.168%2C305.497%2C0.168%20c-41.488%2C0-80.914%2C8.181-118.784%2C24.428C111.488%2C56.861%2C56.415%2C111.535%2C24.092%2C186.881C7.895%2C224.629%2C0%2C264.176%2C0%2C305.664%20c0%2C41.496%2C7.895%2C81.371%2C24.092%2C119.127c32.323%2C75.346%2C87.403%2C130.348%2C162.621%2C162.621c37.877%2C16.247%2C77.295%2C24.42%2C118.784%2C24.42%20c41.489%2C0%2C81.214-8.259%2C119.12-24.42c75.853-32.352%2C130.683-87.403%2C162.956-162.621C603.819%2C386.914%2C612%2C347.16%2C612%2C305.664%20C612%2C264.176%2C603.826%2C224.757%2C587.572%2C186.881z%20M538.724%2C440.853c-24.021%2C41.195-56.929%2C73.876-98.375%2C98.039%20c-41.195%2C24.021-86.332%2C36.135-134.845%2C36.135c-36.47%2C0-71.27-7.024-104.4-21.415c-33.129-14.384-61.733-33.294-85.661-57.215%20c-23.928-23.928-42.973-52.811-57.214-85.997c-14.199-33.065-21.08-68.258-21.08-104.735c0-48.52%2C11.921-93.428%2C35.807-134.509%20c23.971-41.231%2C56.886-73.947%2C98.039-98.04c41.146-24.092%2C85.99-36.142%2C134.502-36.142c48.52%2C0%2C93.649%2C12.121%2C134.845%2C36.142%20c41.446%2C24.164%2C74.283%2C56.879%2C98.375%2C98.039c24.092%2C41.153%2C36.135%2C85.99%2C36.135%2C134.509%20C574.852%2C354.185%2C562.888%2C399.399%2C538.724%2C440.853z%22%2F%3E%3Cpath%20fill%3D%22%23ef7d17%22%20d%3D%22M324.906%2C302.988V129.659c0-10.372-9.037-18.738-19.41-18.738c-9.701%2C0-18.403%2C8.366-18.403%2C18.738v176.005	c0%2C0.336%2C0.671%2C1.678%2C0.671%2C2.678c-0.671%2C6.024%2C1.007%2C11.043%2C5.019%2C15.062l100.053%2C100.046c6.695%2C6.695%2C19.073%2C6.695%2C25.763%2C0%20c7.694-7.695%2C7.188-18.86%2C0-26.099L324.906%2C302.988z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px 12px;
}

.outages-module--type-bar .outages__counter--unplanned.outages__counter--has-count {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%2020%2018%22%3E%3Cpath%20id%3D%22UnplannedIcon%22%20fill%3D%22%23ef7d17%22%20class%3D%22cls-1%22%20d%3D%22M401%2C2108a1.405%2C1.405%2C0%2C1%2C0-1.387-1.41A1.4%2C1.4%2C0%2C0%2C0%2C401%2C2108Zm1.387-10.27a1.387%2C1.387%2C0%2C1%2C0-2.774%2C0%2C1.5%2C1.5%2C0%2C0%2C0%2C.02.24l0.781%2C4.7a0.593%2C0.593%2C0%2C0%2C0%2C1.171%2C0l0.782-4.7A1.5%2C1.5%2C0%2C0%2C0%2C402.387%2C2097.73Zm2.827%2C10.27h4.255a1.535%2C1.535%2C0%2C0%2C0%2C1.1-.47%2C1.516%2C1.516%2C0%2C0%2C0%2C.232-1.81l-8.5-14.96a1.494%2C1.494%2C0%2C0%2C0-2.6%2C0l-8.5%2C14.96a1.551%2C1.551%2C0%2C0%2C0-.2.74%2C1.494%2C1.494%2C0%2C0%2C0%2C.432%2C1.07%2C1.527%2C1.527%2C0%2C0%2C0%2C1.094.47h4.425a0.66%2C0.66%2C0%2C0%2C0%2C0-1.32h-3.644a0.645%2C0.645%2C0%2C0%2C1-.578-0.34%2C0.668%2C0.668%2C0%2C0%2C1%2C0-.67l7.868-13.84a0.46%2C0.46%2C0%2C0%2C1%2C.808%2C0l7.865%2C13.84a0.676%2C0.676%2C0%2C0%2C1-.578%2C1.01h-3.478A0.66%2C0.66%2C0%2C0%2C0%2C405.214%2C2108Z%22%20transform%3D%22translate%28-391%20-2090%29%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px 12px;
}

.outages-module--type-section .outages__counter {
  height: 1.875rem;
}

.outages-module--type-section .outages__counter--planned {
  flex-shrink: 0;
  border-right: 2px solid #b6b6b6;
  padding-right: 0.9375rem;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20612%20612%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M587.572%2C186.881c-32.266-75.225-87.096-129.934-162.949-162.285C386.711%2C8.427%2C346.992%2C0.168%2C305.497%2C0.168%20c-41.488%2C0-80.914%2C8.181-118.784%2C24.428C111.488%2C56.861%2C56.415%2C111.535%2C24.092%2C186.881C7.895%2C224.629%2C0%2C264.176%2C0%2C305.664%20c0%2C41.496%2C7.895%2C81.371%2C24.092%2C119.127c32.323%2C75.346%2C87.403%2C130.348%2C162.621%2C162.621c37.877%2C16.247%2C77.295%2C24.42%2C118.784%2C24.42%20c41.489%2C0%2C81.214-8.259%2C119.12-24.42c75.853-32.352%2C130.683-87.403%2C162.956-162.621C603.819%2C386.914%2C612%2C347.16%2C612%2C305.664%20C612%2C264.176%2C603.826%2C224.757%2C587.572%2C186.881z%20M538.724%2C440.853c-24.021%2C41.195-56.929%2C73.876-98.375%2C98.039%20c-41.195%2C24.021-86.332%2C36.135-134.845%2C36.135c-36.47%2C0-71.27-7.024-104.4-21.415c-33.129-14.384-61.733-33.294-85.661-57.215%20c-23.928-23.928-42.973-52.811-57.214-85.997c-14.199-33.065-21.08-68.258-21.08-104.735c0-48.52%2C11.921-93.428%2C35.807-134.509%20c23.971-41.231%2C56.886-73.947%2C98.039-98.04c41.146-24.092%2C85.99-36.142%2C134.502-36.142c48.52%2C0%2C93.649%2C12.121%2C134.845%2C36.142%20c41.446%2C24.164%2C74.283%2C56.879%2C98.375%2C98.039c24.092%2C41.153%2C36.135%2C85.99%2C36.135%2C134.509%20C574.852%2C354.185%2C562.888%2C399.399%2C538.724%2C440.853z%22%2F%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M324.906%2C302.988V129.659c0-10.372-9.037-18.738-19.41-18.738c-9.701%2C0-18.403%2C8.366-18.403%2C18.738v176.005	c0%2C0.336%2C0.671%2C1.678%2C0.671%2C2.678c-0.671%2C6.024%2C1.007%2C11.043%2C5.019%2C15.062l100.053%2C100.046c6.695%2C6.695%2C19.073%2C6.695%2C25.763%2C0%20c7.694-7.695%2C7.188-18.86%2C0-26.099L324.906%2C302.988z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 10px 10px;
}

.outages-module--type-section .outages__counter--unplanned {
  padding-left: 1.375rem;
  margin-left: 0.9375rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.82%2063%22%3E%3Cpath%20d%3D%22M76.32%2C64H2A1.24%2C1.24%2C0%2C0%2C1%2C.93%2C62.11L38.09%2C1.59a1.24%2C1.24%2C0%2C0%2C1%2C2.11%2C0L77.38%2C62.11A1.24%2C1.24%2C0%2C0%2C1%2C76.32%2C64ZM4.2%2C61.52H74.1L39.15%2C4.61Z%22%20transform%3D%22translate%28-0.74%20-1%29%22%20fill%3D%22%232a3c6e%22%2F%3E%3Cpath%20d%3D%22M39.15%2C16a1.22%2C1.22%2C0%2C0%2C0-1.22%2C1.22V44.14a1.22%2C1.22%2C0%2C0%2C0%2C2.44%2C0V17.27A1.22%2C1.22%2C0%2C0%2C0%2C39.15%2C16Z%22%20transform%3D%22translate%28-0.74%20-1%29%22%20fill%3D%22%232a3c6e%22%2F%3E%3Cpath%20d%3D%22M39.15%2C49a1.22%2C1.22%2C0%2C0%2C0-1.22%2C1.22V52.7a1.22%2C1.22%2C0%2C0%2C0%2C2.44%2C0V50.25A1.22%2C1.22%2C0%2C0%2C0%2C39.15%2C49Z%22%20transform%3D%22translate%28-0.74%20-1%29%22%20fill%3D%22%232a3c6e%22%2F%3E%3C%2Fsvg%3E");
  background-size: 15px 14px;
}

.outages-module--type-section .outages__counter--subscribe {
  margin-left: 0.9375rem;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2060%2060%22%20style%3D%22enable-background%3Anew%200%200%2060%2060%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M42.595%2C0H17.405C14.977%2C0%2C13%2C1.977%2C13%2C4.405v51.189C13%2C58.023%2C14.977%2C60%2C17.405%2C60h25.189C45.023%2C60%2C47%2C58.023%2C47%2C55.595%20V4.405C47%2C1.977%2C45.023%2C0%2C42.595%2C0z%20M15%2C8h30v38H15V8z%20M17.405%2C2h25.189C43.921%2C2%2C45%2C3.079%2C45%2C4.405V6H15V4.405%20C15%2C3.079%2C16.079%2C2%2C17.405%2C2z%20M42.595%2C58H17.405C16.079%2C58%2C15%2C56.921%2C15%2C55.595V48h30v7.595C45%2C56.921%2C43.921%2C58%2C42.595%2C58z%22%2F%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M30%2C49c-2.206%2C0-4%2C1.794-4%2C4s1.794%2C4%2C4%2C4s4-1.794%2C4-4S32.206%2C49%2C30%2C49z%20M30%2C55c-1.103%2C0-2-0.897-2-2s0.897-2%2C2-2%20s2%2C0.897%2C2%2C2S31.103%2C55%2C30%2C55z%22%2F%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M26%2C5h4c0.553%2C0%2C1-0.447%2C1-1s-0.447-1-1-1h-4c-0.553%2C0-1%2C0.447-1%2C1S25.447%2C5%2C26%2C5z%22%2F%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M33%2C5h1c0.553%2C0%2C1-0.447%2C1-1s-0.447-1-1-1h-1c-0.553%2C0-1%2C0.447-1%2C1S32.447%2C5%2C33%2C5z%22%2F%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M56.612%2C4.569c-0.391-0.391-1.023-0.391-1.414%2C0s-0.391%2C1.023%2C0%2C1.414c3.736%2C3.736%2C3.736%2C9.815%2C0%2C13.552%20c-0.391%2C0.391-0.391%2C1.023%2C0%2C1.414c0.195%2C0.195%2C0.451%2C0.293%2C0.707%2C0.293s0.512-0.098%2C0.707-0.293%20C61.128%2C16.434%2C61.128%2C9.085%2C56.612%2C4.569z%22%2F%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M52.401%2C6.845c-0.391-0.391-1.023-0.391-1.414%2C0s-0.391%2C1.023%2C0%2C1.414c1.237%2C1.237%2C1.918%2C2.885%2C1.918%2C4.639%20s-0.681%2C3.401-1.918%2C4.638c-0.391%2C0.391-0.391%2C1.023%2C0%2C1.414c0.195%2C0.195%2C0.451%2C0.293%2C0.707%2C0.293s0.512-0.098%2C0.707-0.293%20c1.615-1.614%2C2.504-3.764%2C2.504-6.052S54.017%2C8.459%2C52.401%2C6.845z%22%2F%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M4.802%2C5.983c0.391-0.391%2C0.391-1.023%2C0-1.414s-1.023-0.391-1.414%2C0c-4.516%2C4.516-4.516%2C11.864%2C0%2C16.38%20c0.195%2C0.195%2C0.451%2C0.293%2C0.707%2C0.293s0.512-0.098%2C0.707-0.293c0.391-0.391%2C0.391-1.023%2C0-1.414%20C1.065%2C15.799%2C1.065%2C9.72%2C4.802%2C5.983z%22%2F%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M9.013%2C6.569c-0.391-0.391-1.023-0.391-1.414%2C0c-1.615%2C1.614-2.504%2C3.764-2.504%2C6.052s0.889%2C4.438%2C2.504%2C6.053%20c0.195%2C0.195%2C0.451%2C0.293%2C0.707%2C0.293s0.512-0.098%2C0.707-0.293c0.391-0.391%2C0.391-1.023%2C0-1.414%20c-1.237-1.237-1.918-2.885-1.918-4.639S7.775%2C9.22%2C9.013%2C7.983C9.403%2C7.593%2C9.403%2C6.96%2C9.013%2C6.569z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 15px 15px;
  padding-left: 1.3125rem;
}

.outages__location-selector {
  width: 100%;
}

.outages__location-selector-container {
  display: none;
}

.outages__location-selector-dropdown {
  display: none;
}

.outages-module--type-bar .outages__location-selector {
  display: none;
  order: 1;
  padding: 0.3125rem;
  background-color: #ececec;
}

.outages-module--is-active .outages__location-selector {
  display: block;
}

.outages-module--type-section .outages__location-selector {
  order: 1;
  margin: 1.5625rem 0;
  background-color: #eaeaea;
}

.outages-module--type-section .outages__location-selector-container {
  padding: 0;
}

.outages__location-selector .select2 {
  font-size: 0.5625rem;
  border: 1px solid #ececec;
}

.outages__location-selector .select2-selection {
  height: 2.8125rem !important;
  border: 0;
  border-radius: 0;
  outline: 0;
  padding-left: 1.375rem;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2238.3px%22%20height%3D%2254.8px%22%20viewBox%3D%220%200%2038.4%2054.8%22%20style%3D%22enable-background%3Anew%200%200%2038.4%2054.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ef7d17%22%20d%3D%22M32.7%2C5.6C29.1%2C2%2C24.3%2C0%2C19.2%2C0C14.1%2C0%2C9.2%2C2%2C5.6%2C5.6c-6.7%2C6.7-7.5%2C19.3-1.8%2C27l15.4%2C22.2l15.3-22.2%20C40.3%2C24.9%2C39.4%2C12.3%2C32.7%2C5.6z%20M19.4%2C26c-3.9%2C0-7-3.1-7-7s3.1-7%2C7-7s7%2C3.1%2C7%2C7S23.2%2C26%2C19.4%2C26z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0.6875rem 0.625rem;
  background-size: 6px 9px;
}

.outages__location-selector .select2-selection__rendered {
  line-height: 2.8125rem !important;
  padding-right: 3.6875rem !important;
  padding-left: 0rem !important;
}

.outages__location-selector .select2-selection__rendered:before {
  content: "Currently showing: ";
  font-weight: 500;
}

.outages__location-selector .select2-selection__arrow {
  width: 3.6875rem !important;
  height: 2.8125rem !important;
  line-height: 2.8125rem;
  background-repeat: no-repeat;
  background-position: right 0.9375rem center;
  background-size: 8px 5px;
  top: 0px !important;
  right: 0px !important;
}

.outages-module--type-bar .outages__location-selector .select2-selection__arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20256%20158.2%22%20style%3D%22enable-background%3Anew%200%200%20256%20158.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%232a3c6e%22%20points%3D%22225.8%2C0%20128%2C97.8%2030.2%2C0%200%2C30.2%20128%2C158.2%20256%2C30.2%20%22%2F%3E%3C%2Fsvg%3E");
}

.outages-module--type-section .outages__location-selector .select2-selection__arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20256%20158.2%22%20style%3D%22enable-background%3Anew%200%200%20256%20158.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%232a3c6e%22%20points%3D%22225.8%2C0%20128%2C97.8%2030.2%2C0%200%2C30.2%20128%2C158.2%20256%2C30.2%20%22%2F%3E%3C%2Fsvg%3E");
}

.outages__location-selector .select2-selection__arrow:before {
  content: "Change";
  font-size: 0.5625rem;
  color: #191919;
  font-weight: 500;
}

.outages__location-selector .select2-selection__arrow b {
  display: none;
}

.outages__location-selector-select2-dropdown {
  border-right: 1px solid #ececec !important;
  border-bottom: 1px solid #ececec !important;
  border-left: 1px solid #ececec !important;
  border-radius: 0 !important;
}

.outages__location-selector-select2-dropdown.select2-dropdown--below .select2-search {
  border-bottom: 1px solid #d4d8e2;
}

.outages__location-selector-select2-dropdown.select2-dropdown--below .select2-geolocation {
  border-bottom: 1px solid #d4d8e2;
}

.outages__location-selector-select2-dropdown .select2-results__option {
  color: #191919;
  font-size: 0.5625rem;
  padding: 0.5rem 0.875rem;
}

.outages__location-selector-select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #d4d8e2;
  color: #191919;
  font-weight: 500;
}

.outages__location-selector-select2-dropdown .select2-results__option[aria-selected="true"] {
  background-color: #ececec;
  color: #191919;
}

.outages__location-selector-select2-dropdown .select2-search {
  padding: 0.625rem 0.625rem 0.625rem 1.6875rem;
  display: flex;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2055%2056.97%22%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M55.15%2C51.89%2C41.59%2C37.79a23.06%2C23.06%2C0%2C1%2C0-4.43%2C4.05L50.82%2C56.05a3%2C3%2C0%2C0%2C0%2C4.33-4.16ZM24%2C6A17%2C17%2C0%2C1%2C1%2C7%2C23%2C17%2C17%2C0%2C0%2C1%2C24%2C6Z%22%20transform%3D%22translate%28-0.98%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0.8125rem 1rem;
  background-size: 8px 8px;
  font-size: 0.5625rem;
}

.outages__location-selector-select2-dropdown .select2-search:before {
  content: "Set your location: ";
  font-weight: 500;
  color: #2a3c6e;
  margin-right: 0.3125rem;
  flex-shrink: 0;
  display: block;
}

.outages__location-selector-select2-dropdown .select2-search__field {
  border: 0 !important;
}

.outages__location-selector-select2-dropdown .select2-geolocation {
  width: 100%;
  padding: 0.625rem 0.625rem 0.625rem 1.6875rem;
  font-size: 0.5625rem;
  font-weight: 500;
  color: #2a3c6e;
  text-align: left;
  outline: 0;
  border: 0;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20295.82%20295.82%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20enable-background%3D%22new%200%200%20295.82%20295.82%22%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22m287.12%2C139.21h-26.537c-4.211-55.649-48.306-99.761-103.972-103.972v-26.537c0-5.22-3.48-8.701-8.701-8.701-5.22%2C0-8.701%2C3.48-8.701%2C8.701v26.537c-55.648%2C4.211-99.76%2C48.305-103.972%2C103.972h-26.536c-5.221%2C0-8.701%2C3.48-8.701%2C8.7%200%2C5.22%203.48%2C8.701%208.701%2C8.701h26.537c4.211%2C55.649%2048.306%2C99.761%20103.972%2C103.972v26.537c0%2C5.22%203.48%2C8.701%208.701%2C8.701%205.22%2C0%208.701-3.48%208.701-8.701v-26.537c55.649-4.211%2099.761-48.306%20103.972-103.972h26.537c5.22%2C0%208.701-3.48%208.701-8.701-0.002-5.22-3.482-8.7-8.702-8.7zm-130.509%2C103.954v-25.649c0-5.22-3.48-8.701-8.701-8.701-5.22%2C0-8.701%2C3.48-8.701%2C8.701v25.649c-45.365-4.246-82.308-41.189-86.554-86.554h25.649c5.22%2C0%208.701-3.48%208.701-8.701%200-5.22-3.48-8.701-8.701-8.701h-25.648c4.246-45.365%2041.189-82.308%2086.554-86.554v25.649c0%2C5.22%203.48%2C8.701%208.701%2C8.701%205.22%2C0%208.701-3.48%208.701-8.701v-25.647c45.365%2C4.246%2082.308%2C41.189%2086.554%2C86.554h-25.649c-5.22%2C0-8.701%2C3.48-8.701%2C8.701%200%2C5.22%203.48%2C8.701%208.701%2C8.701h25.649c-4.247%2C45.364-41.19%2C82.307-86.555%2C86.552z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0.6875rem 0.6875rem;
  background-size: 9px 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.outages__location-selector-select2-dropdown .select2-geolocation--is-loading:after {
  content: " .";
  animation: geolocating-dots 1s steps(5, end) infinite;
}

.outages__location-selector .select2-container--open .select2-selection__arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22icon-close%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20enable-background%3D%22new%200%200%2064%2064%22%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M28.941%2C31.786L0.613%2C60.114c-0.787%2C0.787-0.787%2C2.062%2C0%2C2.849c0.393%2C0.394%2C0.909%2C0.59%2C1.424%2C0.59%20%20%20c0.516%2C0%2C1.031-0.196%2C1.424-0.59l28.541-28.541l28.541%2C28.541c0.394%2C0.394%2C0.909%2C0.59%2C1.424%2C0.59c0.515%2C0%2C1.031-0.196%2C1.424-0.59%20%20%20c0.787-0.787%2C0.787-2.062%2C0-2.849L35.064%2C31.786L63.41%2C3.438c0.787-0.787%2C0.787-2.062%2C0-2.849c-0.787-0.786-2.062-0.786-2.848%2C0%20%20%20L32.003%2C29.15L3.441%2C0.59c-0.787-0.786-2.061-0.786-2.848%2C0c-0.787%2C0.787-0.787%2C2.062%2C0%2C2.849L28.941%2C31.786z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 8px 8px;
}

.outages__location-selector .select2-container--open .select2-selection__arrow:before {
  content: "";
}

.outages__future-outages-link {
  display: none;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 1.6875rem 0 1.0625rem;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2055%2056.97%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M55.15%2C51.89%2C41.59%2C37.79a23.06%2C23.06%2C0%2C1%2C0-4.43%2C4.05L50.82%2C56.05a3%2C3%2C0%2C0%2C0%2C4.33-4.16ZM24%2C6A17%2C17%2C0%2C1%2C1%2C7%2C23%2C17%2C17%2C0%2C0%2C1%2C24%2C6Z%22%20transform%3D%22translate%28-0.98%29%22%2F%3E%3C%2Fsvg%3E") no-repeat right 0.875rem center;
  background-size: 8px 8px;
  color: #fff;
  font-size: 0.5625rem;
  line-height: 1;
}

.outages__future-outages-link:hover {
  color: #fff;
  background-color: #1c2849;
  text-decoration: none;
}

.outages__future-outages-link:focus {
  background-color: #1c2849;
  z-index: 10;
}

.outages__toggle-bar-state-btn {
  flex-shrink: 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  width: 4.5625rem;
  background-color: #ef7d17;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20256%20158.2%22%20style%3D%22enable-background%3Anew%200%200%20256%20158.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%22128%2C0%200%2C128%2030.2%2C158.2%20128%2C60.4%20225.8%2C158.2%20256%2C128%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right 0.9375rem;
  background-size: 9px 6px;
  border: 0;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.outages__toggle-bar-state-btn:hover, .outages__toggle-bar-state-btn:focus {
  background-color: #dd710f;
}

.outages__toggle-bar-state-btn-text {
  color: #152245;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
}

.outages__toggle-bar-state-btn-text--details {
  display: none;
  margin-top: 0;
}

.outages__toggle-bar-state-btn-text--action {
  margin-top: 0;
}

.outages-module--is-active .outages__toggle-bar-state-btn {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22100%22%20height%3D%22100%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M66.195%2C11.643%20L43.220%2C34.618%20L65.842%2C57.240%20C68.283%2C59.681%2068.283%2C63.638%2065.842%2C66.079%20L65.791%2C66.129%20C63.351%2C68.570%2059.393%2C68.570%2056.953%2C66.129%20L34.330%2C43.507%20L11.674%2C66.164%20C9.246%2C68.592%205.308%2C68.592%202.880%2C66.164%20L2.830%2C66.114%20C0.402%2C63.685%200.402%2C59.748%202.830%2C57.320%20L25.486%2C34.663%20L2.152%2C11.329%20C-0.289%2C8.888%20-0.289%2C4.931%202.152%2C2.490%20L2.202%2C2.439%20C4.643%2C-0.001%208.600%2C-0.001%2011.041%2C2.439%20L34.376%2C25.774%20L57.351%2C2.799%20C59.779%2C0.370%2063.716%2C0.370%2066.145%2C2.799%20L66.195%2C2.849%20C68.623%2C5.277%2068.623%2C9.214%2066.195%2C11.643%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px;
}

.outages__content {
  flex-grow: 1;
  width: 100%;
  max-width: 120rem;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.outages-module--type-bar .outages__content {
  display: none;
}

.outages-module--is-active.outages-module--type-bar .outages__content {
  display: flex;
}

.outages-module--type-section .outages__content {
  height: 25rem;
}

.outages__content-wrapper .outages__content {
  height: auto;
}

.outages__footer {
  padding: 0.625rem 1.125rem;
  background-color: #ef7d17;
  flex-shrink: 0;
}

.outages-module--type-bar .outages__footer {
  display: none;
}

.outages-module--is-active.outages-module--type-bar .outages__footer {
  display: block;
}

.outages__footer-text {
  font-size: 0.625rem;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}

.outages__footer-link {
  font-weight: 500;
  color: #191919;
}

.outages__footer-link:hover {
  color: #191919;
}

.outages-list__headers {
  background-color: #ccddec;
  margin: 0 -0.3125rem;
}

.outages-list__headers-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0.5rem 0.625rem;
}

.outages-list__header {
  font-size: 0.5rem;
  text-transform: uppercase;
  line-height: 1;
  color: #272727;
}

.outages-list__item {
  min-height: 3.5rem;
  border-bottom: 1px solid #ededed;
  font-size: 0.5625rem;
}

.outages-list__item-main-details {
  padding: 1.25rem 0.625rem;
  margin: 0 -0.3125rem;
}

.outages-list__item-main-details-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.outages-list__item-street-details {
  padding: 0.4375rem 1.25rem 0.5625rem;
  background-color: #f4f4f4;
  display: none;
}

.outages-list__item-street-details--is-active {
  display: block;
}

.outages-list__item-street-details-container {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.outages-list__item-street-details-container table {
  margin: 0;
}

.outages-list__item-street-details-container th,
.outages-list__item-street-details-container td {
  border: none;
  font-size: 0.5625rem;
  height: auto;
  vertical-align: top;
  padding: 0;
}

.outages-list__item-street-details-container th {
  font-weight: 500;
  padding-top: 0.375rem;
  padding-bottom: 0.4375rem;
}

.outages-list__item-street-details-container tr:first-child th {
  padding-top: 0;
}

.outages-list__item-street-details-container tr td:first-child {
  width: 3.4375rem;
}

.outages-list__item-street-details-container td + td {
  padding-left: 0.3125rem;
}

.outages-list__item-street-area + .outages-list__item-street-area {
  margin-top: 1.25rem;
}

.outages-list__item-street-suburb {
  color: #2a3c6e;
  font-weight: 500;
}

.outages-list__item-street-road {
  display: flex;
}

.outages-list__item-street-road-name {
  flex-grow: 0;
  flex-shrink: 0;
  width: 6.25rem;
}

.outages-list__item-street-road-num {
  flex-grow: 1;
}

.outages-list__cell span {
  display: block;
}

.outages-list__cell--align-center {
  align-self: center;
}

.outage-column-details {
  display: flex;
  flex-direction: column;
}

.outages-list__header,
.outages-list__cell {
  margin: 0 0.3125rem;
  overflow: hidden;
}

.outages-list__header-works-or-outages,
.outages-list__cell-works-or-outages {
  display: none;
  width: 5.3125rem;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: center;
}

.outages-list__header-outage-type,
.outages-list__cell-outage-type {
  display: none;
  width: 7.8125rem;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: center;
}

.outages-list__header-details,
.outages-list__cell-details {
  display: none;
  align-self: center;
  flex-grow: 1;
}

.outages-list__header-order-no,
.outages-list__cell-order-no {
  display: none;
  width: 3.125rem;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: center;
}

.outages-list__header-start,
.outages-list__cell-start {
  display: none;
  width: 3.125rem;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: center;
}

.outages-list__header-estimated-end,
.outages-list__cell-estimated-end {
  display: none;
  width: 4.0625rem;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: center;
}

.outages-list__header-location,
.outages-list__cell-location {
  flex-grow: 0;
  flex-shrink: 0;
  width: 5rem;
}

.outages-list__header-outage-details,
.outages-list__cell-outage-details {
  flex-grow: 1;
}

.outages-list__header-start-end,
.outages-list__cell-start-end {
  flex-grow: 0;
  flex-shrink: 0;
  width: 3.125rem;
}

.outage-detail-icon {
  text-align: center;
}

.outage-detail-icon--type-unplanned svg {
  width: 0.9375rem;
  height: 1.6875rem;
}

.outage-detail-icon--type-unplanned svg * {
  fill: #2a3c6e;
}

.outage-detail-icon--type-planned svg {
  width: 0.9375rem;
  height: 0.9375rem;
}

.outage-detail-icon--type-planned svg * {
  fill: #00a79a;
}

.outage-detail-region {
  line-height: 1;
  color: #666;
  margin-bottom: 0.25rem;
}

.outage-detail-suburb {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.1;
}

.outage-detail-suburb + .outage-detail-suburb {
  margin-top: 0.1875rem;
}

.outage-detail-supply-type {
  margin-bottom: 0.125rem;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 500;
}

.outage-detail-type {
  text-transform: uppercase;
}

.outage-detail-order-no {
  color: #626262;
  font-size: 0.5625rem;
}

.outage-column-details .outage-detail-order-no {
  margin-top: auto;
}

.outage-detail-type {
  text-transform: uppercase;
  color: #666;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}

.outage-column-details .outage-detail-details {
  margin-bottom: 0.625rem;
}

.outage-detail-date {
  font-size: 0.5625rem;
}

.outage-detail-time {
  font-size: 0.5625rem;
  font-weight: 500;
}

.outage-detail-status {
  text-align: center;
  font-size: 0.5625rem;
  font-weight: 500;
}

.outage-detail-status--resolved {
  color: #00a79a;
  padding-top: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22363.025px%22%20height%3D%22363.024px%22%20viewBox%3D%220%200%20363.025%20363.024%22%20style%3D%22enable-background%3Anew%200%200%20363.025%20363.024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%2300a79a%3B%22%20d%3D%22M181.512%2C363.024C81.43%2C363.024%2C0%2C281.601%2C0%2C181.513C0%2C81.424%2C81.43%2C0%2C181.512%2C0%20c100.083%2C0%2C181.513%2C81.424%2C181.513%2C181.513C363.025%2C281.601%2C281.595%2C363.024%2C181.512%2C363.024z%20M181.512%2C11.71%20C87.88%2C11.71%2C11.71%2C87.886%2C11.71%2C181.513s76.17%2C169.802%2C169.802%2C169.802c93.633%2C0%2C169.803-76.175%2C169.803-169.802%20S275.145%2C11.71%2C181.512%2C11.71z%22%2F%3E%3Cpolygon%20style%3D%22fill%3A%2300a79a%3B%22%20points%3D%22147.957%2C258.935%2083.068%2C194.046%2091.348%2C185.767%20147.957%2C242.375%20271.171%2C119.166%20279.451%2C127.445%22%2F%3E%3C%2Fsvg%3E") no-repeat top center;
  background-size: 17px 17px;
}

.outage-view-streets-btn {
  display: block;
  margin-top: 0.375rem;
  padding: 0 0.625rem 0 0;
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20256%20158.2%22%20style%3D%22enable-background%3Anew%200%200%20256%20158.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%230165b0%22%20points%3D%22225.8%2C0%20128%2C97.8%2030.2%2C0%200%2C30.2%20128%2C158.2%20256%2C30.2%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right bottom 0.1875rem;
  background-size: 6px 3px;
  font-size: 0.5625rem;
  text-align: left;
  color: #0165b0;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.outage-view-streets-btn:hover, .outage-view-streets-btn:focus {
  text-decoration: underline;
}

.outage-view-streets-btn:focus {
  outline: 0;
}

.outage-view-streets-btn--is-active {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20256%20158.2%22%20style%3D%22enable-background%3Anew%200%200%20256%20158.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%230165b0%22%20points%3D%22128%2C0%200%2C128%2030.2%2C158.2%20128%2C60.4%20225.8%2C158.2%20256%2C128%20%22%2F%3E%3C%2Fsvg%3E");
}

.outage-supply-type-water {
  padding-left: 1.125rem;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2226.9px%22%20height%3D%2239.2px%22%20viewBox%3D%220%200%2026.9%2039.2%22%20style%3D%22enable-background%3Anew%200%200%2026.9%2039.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Ctitle%3EWater%20Droplet%20Icon%3C%2Ftitle%3E%3Cpath%20fill%3D%22%230165b0%22%20d%3D%22M13.4%2C39.2c7.4%2C0%2C13.5-6%2C13.5-13.5c0-5.6-7.9-18.5-12.5-25.2c-0.2-0.3-0.6-0.5-1-0.5c-0.4%2C0-0.8%2C0.2-1%2C0.5%20C7.9%2C7.2%2C0%2C20.1%2C0%2C25.8C0%2C33.2%2C6%2C39.2%2C13.4%2C39.2z%20M12.7%2C4.3l0.7-1.1l0.7%2C1.1C15.9%2C7%2C24.6%2C20.5%2C24.6%2C25.8c0%2C6.1-5%2C11.1-11.1%2C11.1%20s-11.1-5-11.1-11.1C2.3%2C20.5%2C11%2C7%2C12.7%2C4.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
  background-size: 10px 15px;
}

.outage-supply-type-power {
  padding-left: 1.125rem;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221.5px%22%20height%3D%2242.2px%22%20viewBox%3D%220%200%2021.5%2042.2%22%20style%3D%22enable-background%3Anew%200%200%2021.5%2042.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Ctitle%3ELightning%20Icon%3C%2Ftitle%3E%3Cpath%20fill%3D%22%230165b0%22%20d%3D%22M11.3%2C21.4c0.2%2C0%2C0.3%2C0.1%2C0.4%2C0.2c0.1%2C0.1%2C0.1%2C0.3%2C0.1%2C0.5L5.9%2C38.5l13.6-20.7H9.6c-0.2%2C0-0.3-0.1-0.4-0.2%20c-0.1-0.1-0.1-0.3%2C0-0.5l6.3-15.7H9.7L1.8%2C21.4H11.3z%20M5.4%2C40.6L5.4%2C40.6c-0.3%2C0-0.6-0.1-0.7-0.4c-0.2-0.2-0.2-0.5-0.1-0.8l6-17H1%20c-0.2%2C0-0.3-0.1-0.4-0.2c-0.1-0.1-0.1-0.3-0.1-0.5L8.8%2C0.8c0.1-0.2%2C0.3-0.3%2C0.5-0.3h6.9c0.2%2C0%2C0.3%2C0.1%2C0.4%2C0.2%20c0.1%2C0.1%2C0.1%2C0.3%2C0.1%2C0.5l-6.3%2C15.7h10.1c0.2%2C0%2C0.4%2C0.1%2C0.5%2C0.3c0.1%2C0.2%2C0.1%2C0.4%2C0%2C0.5L6.1%2C40.2C5.9%2C40.5%2C5.6%2C40.6%2C5.4%2C40.6%22%2F%3E%3Cpath%20fill%3D%22%230165b0%22%20d%3D%22M21.4%2C16.9c-0.2-0.3-0.5-0.5-0.9-0.5h-9.4l6-15c0.2-0.5-0.1-1.1-0.6-1.3C16.5%2C0%2C16.4%2C0%2C16.3%2C0H9.3%20c-0.4%2C0-0.8%2C0.2-1%2C0.6L0.1%2C21.6c-0.1%2C0.3-0.1%2C0.7%2C0.1%2C1C0.4%2C22.8%2C0.7%2C23%2C1%2C23h8.8L4.1%2C39.3c-0.2%2C0.6%2C0%2C1.2%2C0.5%2C1.6l-0.5%2C1.3L4.9%2C41%20c0.6%2C0.2%2C1.2%2C0%2C1.6-0.5l14.9-22.6C21.5%2C17.6%2C21.6%2C17.2%2C21.4%2C16.9z%20M12%2C21.4c-0.2-0.3-0.5-0.4-0.8-0.4H2.5L10%2C2h4.7l-6%2C15%20c-0.1%2C0.3-0.1%2C0.7%2C0.1%2C0.9c0.2%2C0.3%2C0.5%2C0.5%2C0.8%2C0.5h9L7.8%2C34.9l4.4-12.6C12.3%2C22%2C12.2%2C21.6%2C12%2C21.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
  background-size: 10px 20px;
}

.outage-supply-type-vegetation-management {
  padding-left: 1.125rem;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229.4px%22%20height%3D%2241.6px%22%20viewBox%3D%220%200%2029.4%2041.6%22%20style%3D%22enable-background%3Anew%200%200%2029.4%2041.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Ctitle%3ETree%20Icon%3C%2Ftitle%3E%3Cpath%20fill%3D%22%230165b0%22%20d%3D%22M17.8%2C15.2c-0.6-0.6-1.3%2C0.1-1.3%2C0.1l-1.1%2C1.1v-4.3c0-0.5-0.4-0.9-0.9-0.9c-0.5%2C0-0.9%2C0.4-0.9%2C0.9v8.4l-2-2%20c-0.4-0.4-1-0.4-1.3%2C0c0%2C0%2C0%2C0%2C0%2C0c-0.3%2C0.4-0.3%2C1%2C0%2C1.3l3.3%2C3.3V29H9c-3.9%2C0-7.1-3.2-7.1-7.1c0-2.2%2C1-4.2%2C2.7-5.6%20C4.9%2C16%2C5%2C15.5%2C4.8%2C15.1C2.4%2C10.9%2C3.9%2C5.4%2C8.2%2C3s9.7-0.9%2C12.1%2C3.4c0.8%2C1.3%2C1.1%2C2.8%2C1.1%2C4.3c0%2C0%2C0%2C0.1%2C0%2C0.2c0%2C0.4%2C0.2%2C0.8%2C0.6%2C0.9%20c1.8%2C0.7%2C3.4%2C1.9%2C4.4%2C3.5c4.4%2C9.6-4.4%2C13.1-4.4%2C13.1c-1%2C0.4-2%2C0.5-3%2C0.5h-3.7v-1.4l3.5-3.5c0.4-0.4%2C0.4-1%2C0-1.3c0%2C0%2C0%2C0%2C0%2C0%20c-0.4-0.3-1-0.3-1.3%2C0L15.3%2C25v-2.1l0%2C0v-3.7l2.4-2.4C18.2%2C16.3%2C18.2%2C15.6%2C17.8%2C15.2z%20M28.3%2C14.8c-1.2-2-2.9-3.6-5.1-4.5%20C23%2C4.4%2C18-0.2%2C12.1%2C0S1.5%2C5.3%2C1.8%2C11.2c0.1%2C1.5%2C0.4%2C2.9%2C1%2C4.2C1%2C17.1%2C0%2C19.5%2C0%2C21.9c0%2C5%2C4%2C9%2C9%2C9l0%2C0h4.5v8.8H7.9%20c-0.5%2C0.1-0.9%2C0.5-0.8%2C1c0%2C0.4%2C0.4%2C0.8%2C0.8%2C0.8h15.3c0%2C0%2C1%2C0.1%2C1.1-0.8c0-0.5-0.3-1-0.9-1.1l1.3-1.3c0.3-0.4%2C0.3-1%2C0-1.3%20c-0.4-0.3-1-0.3-1.3%2C0l-1.3%2C1.3v-1.8c-0.1-0.5-0.5-0.9-1-0.8c-0.4%2C0-0.8%2C0.4-0.8%2C0.8v1.8l-1.3-1.3c-0.3-0.4-0.9-0.4-1.3-0.1%20s-0.4%2C0.9-0.1%2C1.3c0%2C0%2C0.1%2C0.1%2C0.1%2C0.1l1.3%2C1.3h-3.5v-8.8H19c1.4%2C0.1%2C2.9-0.2%2C4.2-0.8C33%2C25.1%2C28.3%2C14.8%2C28.3%2C14.8L28.3%2C14.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
  background-size: 10px 14px;
}

.outage-supply-type-sewerage {
  padding-left: 1.125rem;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2240.3px%22%20height%3D%2241.6px%22%20viewBox%3D%220%200%2040.3%2041.6%22%20style%3D%22enable-background%3Anew%200%200%2040.3%2041.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Ctitle%3EPipe%20Icon%3C%2Ftitle%3E%3Cpath%20fill%3D%22%230165b0%22%20d%3D%22M21.3%2C13.1h-4.6V2h1.5c0.6%2C0%2C1-0.4%2C1-1s-0.4-1-1-1H1C0.4%2C0%2C0%2C0.4%2C0%2C1s0.4%2C1%2C1%2C1h1.5v18.1c0%2C3.9%2C3.2%2C7.1%2C7.1%2C7.1%20h12.3l-1.3-2h-11c-2.8%2C0-5-2.2-5-5V2h10.1v12.1c0%2C0.6%2C0.4%2C1%2C1%2C1h4.5L21.3%2C13.1z%22%2F%3E%3Cpath%20fill%3D%22%230165b0%22%20d%3D%22M18.6%2C25.2l2%2C2h3.1v12.4h-1.5c-0.6%2C0-1%2C0.4-1%2C1s0.4%2C1%2C1%2C1h17.2c0.6%2C0%2C1-0.4%2C1-1s-0.4-1-1-1h-1.5V20.1%20c0-3.9-3.2-7.1-7.1-7.1H20.6l-2%2C2h12.2c2.8%2C0%2C5.1%2C2.3%2C5%2C5.1v19.5H25.7V26.2c0-0.6-0.4-1-1-1L18.6%2C25.2L18.6%2C25.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
  background-size: 10px 14px;
}

.outage-chevron-down-icon {
  width: 0.375rem;
  height: 0.25rem;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20256%20158.2%22%20style%3D%22enable-background%3Anew%200%200%20256%20158.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%232a3c6e%22%20points%3D%22225.8%2C0%20128%2C97.8%2030.2%2C0%200%2C30.2%20128%2C158.2%20256%2C30.2%20%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  margin: 0.75rem 0 0.75rem;
}

@keyframes geolocating-dots {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
  }
  40% {
    color: #2a3c6e;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 #2a3c6e, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%,
  100% {
    text-shadow: 0.25em 0 0 #2a3c6e, 0.5em 0 0 #2a3c6e;
  }
}

.outages__other-links {
  flex-shrink: 0;
}

.outages-module--type-bar .outages__other-links {
  display: none;
}

.outages-module--is-active.outages-module--type-bar .outages__other-links {
  display: block;
}

.outages-view-all {
  margin: 0 0.625rem 0;
  text-align: center;
}

.outages-view-all__cta {
  display: inline-block;
  padding: 0.8125rem 0.75rem 0.8125rem 1.5625rem;
  margin-top: 1.25rem;
  font-size: 0.5625rem;
  color: #fff;
  text-align: left;
  background-color: #6e7d28;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20612%20612%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M587.572%2C186.881c-32.266-75.225-87.096-129.934-162.949-162.285C386.711%2C8.427%2C346.992%2C0.168%2C305.497%2C0.168%20c-41.488%2C0-80.914%2C8.181-118.784%2C24.428C111.488%2C56.861%2C56.415%2C111.535%2C24.092%2C186.881C7.895%2C224.629%2C0%2C264.176%2C0%2C305.664%20c0%2C41.496%2C7.895%2C81.371%2C24.092%2C119.127c32.323%2C75.346%2C87.403%2C130.348%2C162.621%2C162.621c37.877%2C16.247%2C77.295%2C24.42%2C118.784%2C24.42%20c41.489%2C0%2C81.214-8.259%2C119.12-24.42c75.853-32.352%2C130.683-87.403%2C162.956-162.621C603.819%2C386.914%2C612%2C347.16%2C612%2C305.664%20C612%2C264.176%2C603.826%2C224.757%2C587.572%2C186.881z%20M538.724%2C440.853c-24.021%2C41.195-56.929%2C73.876-98.375%2C98.039%20c-41.195%2C24.021-86.332%2C36.135-134.845%2C36.135c-36.47%2C0-71.27-7.024-104.4-21.415c-33.129-14.384-61.733-33.294-85.661-57.215%20c-23.928-23.928-42.973-52.811-57.214-85.997c-14.199-33.065-21.08-68.258-21.08-104.735c0-48.52%2C11.921-93.428%2C35.807-134.509%20c23.971-41.231%2C56.886-73.947%2C98.039-98.04c41.146-24.092%2C85.99-36.142%2C134.502-36.142c48.52%2C0%2C93.649%2C12.121%2C134.845%2C36.142%20c41.446%2C24.164%2C74.283%2C56.879%2C98.375%2C98.039c24.092%2C41.153%2C36.135%2C85.99%2C36.135%2C134.509%20C574.852%2C354.185%2C562.888%2C399.399%2C538.724%2C440.853z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M324.906%2C302.988V129.659c0-10.372-9.037-18.738-19.41-18.738c-9.701%2C0-18.403%2C8.366-18.403%2C18.738v176.005	c0%2C0.336%2C0.671%2C1.678%2C0.671%2C2.678c-0.671%2C6.024%2C1.007%2C11.043%2C5.019%2C15.062l100.053%2C100.046c6.695%2C6.695%2C19.073%2C6.695%2C25.763%2C0%20c7.694-7.695%2C7.188-18.86%2C0-26.099L324.906%2C302.988z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0.5rem center;
  background-size: 11px 11px;
}

.outages-view-all__cta:hover {
  text-decoration: none;
  color: #fff;
  background-color: #5b681f;
}

.outages-links {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  text-align: center;
}

.outages-link {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-right: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin: 0 0.625rem 1.0625rem;
  text-align: center;
}

.outages-link-highlight {
  color: #00a79a;
  font-weight: 500;
}

.outages-link__subscribe {
  padding-left: 1.25rem;
  font-size: 0.5625rem;
}

.outages-link__subscribe span::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2060%2060%22%20style%3D%22enable-background%3Anew%200%200%2060%2060%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M42.595%2C0H17.405C14.977%2C0%2C13%2C1.977%2C13%2C4.405v51.189C13%2C58.023%2C14.977%2C60%2C17.405%2C60h25.189C45.023%2C60%2C47%2C58.023%2C47%2C55.595%20V4.405C47%2C1.977%2C45.023%2C0%2C42.595%2C0z%20M15%2C8h30v38H15V8z%20M17.405%2C2h25.189C43.921%2C2%2C45%2C3.079%2C45%2C4.405V6H15V4.405%20C15%2C3.079%2C16.079%2C2%2C17.405%2C2z%20M42.595%2C58H17.405C16.079%2C58%2C15%2C56.921%2C15%2C55.595V48h30v7.595C45%2C56.921%2C43.921%2C58%2C42.595%2C58z%22%2F%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M30%2C49c-2.206%2C0-4%2C1.794-4%2C4s1.794%2C4%2C4%2C4s4-1.794%2C4-4S32.206%2C49%2C30%2C49z%20M30%2C55c-1.103%2C0-2-0.897-2-2s0.897-2%2C2-2%20s2%2C0.897%2C2%2C2S31.103%2C55%2C30%2C55z%22%2F%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M26%2C5h4c0.553%2C0%2C1-0.447%2C1-1s-0.447-1-1-1h-4c-0.553%2C0-1%2C0.447-1%2C1S25.447%2C5%2C26%2C5z%22%2F%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M33%2C5h1c0.553%2C0%2C1-0.447%2C1-1s-0.447-1-1-1h-1c-0.553%2C0-1%2C0.447-1%2C1S32.447%2C5%2C33%2C5z%22%2F%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M56.612%2C4.569c-0.391-0.391-1.023-0.391-1.414%2C0s-0.391%2C1.023%2C0%2C1.414c3.736%2C3.736%2C3.736%2C9.815%2C0%2C13.552%20c-0.391%2C0.391-0.391%2C1.023%2C0%2C1.414c0.195%2C0.195%2C0.451%2C0.293%2C0.707%2C0.293s0.512-0.098%2C0.707-0.293%20C61.128%2C16.434%2C61.128%2C9.085%2C56.612%2C4.569z%22%2F%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M52.401%2C6.845c-0.391-0.391-1.023-0.391-1.414%2C0s-0.391%2C1.023%2C0%2C1.414c1.237%2C1.237%2C1.918%2C2.885%2C1.918%2C4.639%20s-0.681%2C3.401-1.918%2C4.638c-0.391%2C0.391-0.391%2C1.023%2C0%2C1.414c0.195%2C0.195%2C0.451%2C0.293%2C0.707%2C0.293s0.512-0.098%2C0.707-0.293%20c1.615-1.614%2C2.504-3.764%2C2.504-6.052S54.017%2C8.459%2C52.401%2C6.845z%22%2F%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M4.802%2C5.983c0.391-0.391%2C0.391-1.023%2C0-1.414s-1.023-0.391-1.414%2C0c-4.516%2C4.516-4.516%2C11.864%2C0%2C16.38%20c0.195%2C0.195%2C0.451%2C0.293%2C0.707%2C0.293s0.512-0.098%2C0.707-0.293c0.391-0.391%2C0.391-1.023%2C0-1.414%20C1.065%2C15.799%2C1.065%2C9.72%2C4.802%2C5.983z%22%2F%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M9.013%2C6.569c-0.391-0.391-1.023-0.391-1.414%2C0c-1.615%2C1.614-2.504%2C3.764-2.504%2C6.052s0.889%2C4.438%2C2.504%2C6.053%20c0.195%2C0.195%2C0.451%2C0.293%2C0.707%2C0.293s0.512-0.098%2C0.707-0.293c0.391-0.391%2C0.391-1.023%2C0-1.414%20c-1.237-1.237-1.918-2.885-1.918-4.639S7.775%2C9.22%2C9.013%2C7.983C9.403%2C7.593%2C9.403%2C6.96%2C9.013%2C6.569z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  top: 0.3rem;
  background-size: 24px 24px;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  margin-right: 0.5rem;
}

.outages-link__twitter {
  padding-left: 0.875rem;
  font-size: 0.5625rem;
}

.outages-link__twitter::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20612%20612%22%20style%3D%22enable-background%3Anew%200%200%20612%20612%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M612%2C116.258c-22.525%2C9.981-46.694%2C16.75-72.088%2C19.772c25.929-15.527%2C45.777-40.155%2C55.184-69.411%20c-24.322%2C14.379-51.169%2C24.82-79.775%2C30.48c-22.907-24.437-55.49-39.658-91.63-39.658c-69.334%2C0-125.551%2C56.217-125.551%2C125.513%20c0%2C9.828%2C1.109%2C19.427%2C3.251%2C28.606C197.065%2C206.32%2C104.556%2C156.337%2C42.641%2C80.386c-10.823%2C18.51-16.98%2C40.078-16.98%2C63.101%20c0%2C43.559%2C22.181%2C81.993%2C55.835%2C104.479c-20.575-0.688-39.926-6.348-56.867-15.756v1.568c0%2C60.806%2C43.291%2C111.554%2C100.693%2C123.104%20c-10.517%2C2.83-21.607%2C4.398-33.08%2C4.398c-8.107%2C0-15.947-0.803-23.634-2.333c15.985%2C49.907%2C62.336%2C86.199%2C117.253%2C87.194%20c-42.947%2C33.654-97.099%2C53.655-155.916%2C53.655c-10.134%2C0-20.116-0.612-29.944-1.721c55.567%2C35.681%2C121.536%2C56.485%2C192.438%2C56.485%20c230.948%2C0%2C357.188-191.291%2C357.188-357.188l-0.421-16.253C573.872%2C163.526%2C595.211%2C141.422%2C612%2C116.258z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  top: 0.3rem;
  background-size: 24px 24px;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  margin-right: 0.5rem;
}

.outages__no-results {
  display: none;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.outages__no-results-img {
  width: 1.875rem;
  margin-bottom: 1.25rem;
}

.outages__no-results-text {
  margin: 0;
  font-size: 0.5625rem;
  line-height: 1.1;
  font-weight: 500;
  color: #2a3c6e;
  text-align: center;
}

.outages__no-results-cta {
  margin-top: 1.25rem;
  display: inline-block;
  padding: 0.8125rem 0.75rem 0.8125rem 1.5625rem;
  font-size: 0.5625rem;
  color: #fff;
  text-align: left;
  background-color: #6e7d28;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20612%20612%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M587.572%2C186.881c-32.266-75.225-87.096-129.934-162.949-162.285C386.711%2C8.427%2C346.992%2C0.168%2C305.497%2C0.168%20c-41.488%2C0-80.914%2C8.181-118.784%2C24.428C111.488%2C56.861%2C56.415%2C111.535%2C24.092%2C186.881C7.895%2C224.629%2C0%2C264.176%2C0%2C305.664%20c0%2C41.496%2C7.895%2C81.371%2C24.092%2C119.127c32.323%2C75.346%2C87.403%2C130.348%2C162.621%2C162.621c37.877%2C16.247%2C77.295%2C24.42%2C118.784%2C24.42%20c41.489%2C0%2C81.214-8.259%2C119.12-24.42c75.853-32.352%2C130.683-87.403%2C162.956-162.621C603.819%2C386.914%2C612%2C347.16%2C612%2C305.664%20C612%2C264.176%2C603.826%2C224.757%2C587.572%2C186.881z%20M538.724%2C440.853c-24.021%2C41.195-56.929%2C73.876-98.375%2C98.039%20c-41.195%2C24.021-86.332%2C36.135-134.845%2C36.135c-36.47%2C0-71.27-7.024-104.4-21.415c-33.129-14.384-61.733-33.294-85.661-57.215%20c-23.928-23.928-42.973-52.811-57.214-85.997c-14.199-33.065-21.08-68.258-21.08-104.735c0-48.52%2C11.921-93.428%2C35.807-134.509%20c23.971-41.231%2C56.886-73.947%2C98.039-98.04c41.146-24.092%2C85.99-36.142%2C134.502-36.142c48.52%2C0%2C93.649%2C12.121%2C134.845%2C36.142%20c41.446%2C24.164%2C74.283%2C56.879%2C98.375%2C98.039c24.092%2C41.153%2C36.135%2C85.99%2C36.135%2C134.509%20C574.852%2C354.185%2C562.888%2C399.399%2C538.724%2C440.853z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M324.906%2C302.988V129.659c0-10.372-9.037-18.738-19.41-18.738c-9.701%2C0-18.403%2C8.366-18.403%2C18.738v176.005	c0%2C0.336%2C0.671%2C1.678%2C0.671%2C2.678c-0.671%2C6.024%2C1.007%2C11.043%2C5.019%2C15.062l100.053%2C100.046c6.695%2C6.695%2C19.073%2C6.695%2C25.763%2C0%20c7.694-7.695%2C7.188-18.86%2C0-26.099L324.906%2C302.988z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0.5rem center;
  background-size: 11px 11px;
}

.outages__no-results-cta:hover {
  text-decoration: none;
  color: #fff;
  background-color: #5b681f;
}

.outages-module--type-section .outages__no-results-cta {
  display: none;
}

.outages__show-message {
  opacity: 1;
  display: flex;
}

/* Module: S */
.btn.accordion-toggle, .accordion-toggle.sq-form-submit, .accordion-toggle.facets-controls__link {
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  color: #0165b0;
  padding-right: 0;
  padding-left: 0.75rem;
  position: relative;
}

.btn.accordion-toggle span, .accordion-toggle.sq-form-submit span, .accordion-toggle.facets-controls__link span {
  font-size: 1.75rem;
  font-weight: 200;
  color: black;
  vertical-align: middle;
  padding-left: 0.3125rem;
  line-height: 1px;
}

.pwc-accordion .card .card-header.expanded {
  background-color: #eaeaea;
  transition: all 0.2s ease-in-out;
}

.accordion-cct.mb-12 .pwc-accordion, .accordion-cct.mb-3 .pwc-accordion, .accordion-cct.mb-4 .pwc-accordion, .accordion-cct.mb-50 .pwc-accordion, .accordion-cct.mb-5 .pwc-accordion {
  margin-bottom: 0;
}

.accordion-cct.pb-12 .pwc-accordion, .accordion-cct.pb-3 .pwc-accordion, .accordion-cct.pb-4 .pwc-accordion, .accordion-cct.pb-50 .pwc-accordion, .accordion-cct.pb-5 .pwc-accordion {
  padding-bottom: 0;
}

.pwc-accordion {
  border: none;
  border-top: solid 6px #2a3c6e;
  padding-bottom: 4.1875rem;
  margin-bottom: 1.875rem;
}

.pwc-accordion .card {
  border: none;
  border-top: solid thin rgba(42, 60, 110, 0.4);
  border-radius: 0;
}

.pwc-accordion .card:last-child {
  border-bottom: solid thin rgba(42, 60, 110, 0.4);
}

.pwc-accordion .card .card-header {
  border: none;
  padding: 0.6875rem 1.875rem 0.6875rem 1.25rem;
  border-radius: 0;
  background-color: white;
}

.pwc-accordion .card .card-header:hover {
  background-color: #eaeaea;
}

.pwc-accordion .card .card-header .btn.btn-link, .pwc-accordion .card .card-header .btn-link.sq-form-submit, .pwc-accordion .card .card-header .btn-link.facets-controls__link {
  text-align: left;
  white-space: normal;
  padding-left: 0;
  color: #2a3c6e;
  font-size: 1.375rem;
  font-weight: normal;
  width: 100%;
  display: block;
}

.pwc-accordion .card .card-header .btn.btn-link[aria-expanded="true"], .pwc-accordion .card .card-header .btn-link.sq-form-submit[aria-expanded="true"], .pwc-accordion .card .card-header .btn-link.facets-controls__link[aria-expanded="true"] {
  font-weight: bold;
  text-decoration: none;
}

.pwc-accordion .card .card-header .btn.btn-link[aria-expanded="true"]:after, .pwc-accordion .card .card-header .btn-link.sq-form-submit[aria-expanded="true"]:after, .pwc-accordion .card .card-header .btn-link.facets-controls__link[aria-expanded="true"]:after {
  content: url("../mysource_files/accordion-chevron.png");
  position: absolute;
  width: 1.4375rem;
  height: 1.875rem;
  right: 1.5625rem;
  transform: rotate(180deg);
}

.pwc-accordion .card .card-header .btn.btn-link[aria-expanded="false"]:after, .pwc-accordion .card .card-header .btn-link.sq-form-submit[aria-expanded="false"]:after, .pwc-accordion .card .card-header .btn-link.facets-controls__link[aria-expanded="false"]:after {
  content: url("../mysource_files/accordion-chevron.png");
  position: absolute;
  width: 1.4375rem;
  height: 1.875rem;
  right: 1.5625rem;
}

.pwc-accordion .card .card-body {
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
  background-color: #eaeaea;
}

/* Module: S */
.pwc-banner {
  padding: 2rem 0;
  margin-bottom: 0;
  height: 8.125rem;
  background-color: #2a3c6e;
  background-size: cover;
  font-size: 1.1875rem;
  font-weight: normal;
}

.pwc-banner h1 {
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.4;
}

/* News Banner Small */
div[aria-label=pwc_news_banner].pwc-banner {
  padding: 6.688rem 0;
}

/* News Banner Large */
div[aria-label=pwc_news_banner].pwc-banner.pwc-banner__large {
  padding: 8.719rem 0;
}

.pwc-banner.power-banner {
  height: 100%;
  background-image: url("../mysource_files/power-block.jpg");
  background-size: cover;
}

.pwc-banner.power-banner h1 {
  color: white;
}

.pwc-banner.water-banner {
  height: 100%;
  background-image: url("../mysource_files/water-block.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.pwc-banner.water-banner h1 {
  color: white;
}

.pwc-banner__light h1 {
  color: white;
}

.pwc-banner__heading {
  padding: 1.5rem 0;
}

.pwc-banner__heading h1 {
  margin: 0;
}

.pwc-banner.pwc-banner__photo {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pwc-banner__content {
  padding: 0;
}

.pwc-banner__large h1 {
  max-width: 50rem;
}

.pwc-banner__cta {
  display: flex;
  justify-content: center;
  background-color: #f2f2f2;
  padding: 0.85rem 0;
}

.pwc-banner__cta a {
  font-size: 0.8125rem;
}

.pwc-banner__photo h1 {
  color: white;
}

.pwc-banner.pwc-banner__campaign {
  height: 100%;
  padding: 0;
  max-height: 400px;
  min-height: 150px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.pwc-banner.pwc-banner__campaign img {
  width: 100%;
}

.pwc-banner.pwc-banner__photo.pwc-banner__campaign {
  background-position: center center;
}

.pwc-banner__home {
  padding: 5rem 0;
  position: relative;
}

.pwc-banner__home .pwc-banner__heading {
  text-align: left;
  color: white;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0;
  margin-bottom: 1rem;
}

.pwc-banner__home a {
  display: block;
  color: white;
  text-decoration: none;
  font-style: italic;
  font-size: 0.9rem;
  font-weight: 500;
  padding-bottom: 0.5em;
  border-bottom: 2px solid white;
  cursor: pointer;
}

.pwc-banner__home .pwc-banner__search--icon {
  width: 20px;
  height: 30px;
  float: right;
  color: white;
  padding-bottom: 0.5rem;
}

.pwc-banner__home .pwc-banner__search--icon svg {
  fill: currentColor;
}

.alert-banner {
  height: 260px;
  padding: 1rem 0;
  position: relative;
  background-color: #8c1b10;
}

.alert-banner__icon {
  display: inline-block;
  height: 75px;
  width: 75px;
}

.alert-banner__icon.standard-alert__icon, .alert-banner__icon.alert__icon {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  height: 80px;
  width: 80px;
}

.alert-banner__heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.alert-banner__heading .standard-alert__icon, .alert-banner__heading .alert__icon {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.82%2063%22%3E%3Ctitle%3EAlert%20for%20customer%20bulletin%3C%2Ftitle%3E%3Cpath%20d%3D%22M76.32%2C64H2A1.24%2C1.24%2C0%2C0%2C1%2C.93%2C62.11L38.09%2C1.59a1.24%2C1.24%2C0%2C0%2C1%2C2.11%2C0L77.38%2C62.11A1.24%2C1.24%2C0%2C0%2C1%2C76.32%2C64ZM4.2%2C61.52H74.1L39.15%2C4.61Z%22%20transform%3D%22translate%28-0.74%20-1%29%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M39.15%2C16a1.22%2C1.22%2C0%2C0%2C0-1.22%2C1.22V44.14a1.22%2C1.22%2C0%2C0%2C0%2C2.44%2C0V17.27A1.22%2C1.22%2C0%2C0%2C0%2C39.15%2C16Z%22%20transform%3D%22translate%28-0.74%20-1%29%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M39.15%2C49a1.22%2C1.22%2C0%2C0%2C0-1.22%2C1.22V52.7a1.22%2C1.22%2C0%2C0%2C0%2C2.44%2C0V50.25A1.22%2C1.22%2C0%2C0%2C0%2C39.15%2C49Z%22%20transform%3D%22translate%28-0.74%20-1%29%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
}

.alert-banner__heading-text {
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  padding-left: 40px;
}

.pwc-banner .global-search {
  display: block;
  position: relative;
  background: none;
  top: 0;
  height: auto;
  overflow: visible;
}

.pwc-banner .global-search:before, .pwc-banner .global-search:after {
  display: none;
}

.pwc-banner .global-search .global-search__form {
  width: 100%;
  margin: 0;
  float: none;
}

.pwc-banner .global-search .pwc-banner__heading {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0;
  margin-bottom: 1rem;
}

.pwc-banner .global-search button {
  right: 0;
}

.pwc-banner .global-search input[type="text"] {
  background: none;
  border: none;
  color: #fff;
  padding: 5px;
  width: calc(100% - 40px);
  float: left;
  margin: 0 0 5px 0;
}

.pwc-banner .global-search .twitter-typeahead input[type="text"] {
  width: 100%;
}

.pwc-banner {
  position: relative;
}

.pwc-banner .container {
  position: relative;
  z-index: 1;
}

.pwc-banner:after {
  -webkit-transition: 300ms background ease;
  -moz-transition: 300ms background ease;
  transition: 300ms background ease;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(42, 60, 110, 0);
}

.banner_overlay:after {
  background: rgba(42, 60, 110, 0.75) !important;
}

/* Module: S */
.pwc-campaign-carousel {
  overflow: hidden;
  background: #eaeaea;
}

.pwc-campaign-carousel .container {
  padding: 0 30px;
}

.pwc-campaign-carousel button:hover {
  cursor: pointer;
}

.pwc-campaign-carousel button:focus {
  outline: none;
}

.pwc-campaign-carousel .slick-slide {
  opacity: .5;
  transition: opacity .5s ease;
}

.pwc-campaign-carousel .slick-slide .slide-caption {
  display: none;
}

.pwc-campaign-carousel .slick-slide.slick-active {
  opacity: 1;
}

.pwc-campaign-carousel .slick-slide.slick-active .slide-caption {
  display: block;
}

.pwc-campaign-carousel .slick-next,
.pwc-campaign-carousel .slick-prev {
  border: 0;
  font-size: 0;
  color: white;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  position: absolute;
}

.pwc-campaign-carousel .slick-next:before,
.pwc-campaign-carousel .slick-prev:before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 45%;
}

.pwc-campaign-carousel .slick-dots {
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  position: absolute;
}

.pwc-campaign-carousel .slick-dots li {
  margin-top: 0;
}

.pwc-campaign-carousel .slick-dots li:before {
  display: none;
}

.pwc-campaign-carousel .slick-dots button {
  font-size: 0;
  line-height: 0;
  color: transparent;
  margin: .25rem;
  padding: .25rem;
  border-radius: 50%;
  border: 1px solid white;
  background-color: transparent;
  transition: background-color 1.25s ease;
}

.pwc-campaign-carousel .slick-dots .slick-active button {
  background-color: white;
}

.pwc-campaign-carousel .slick-prev {
  right: 100%;
}

.pwc-campaign-carousel .slick-prev:before {
  background-image: url("../mysource_files/carousel-arrow-left.svg");
  right: 4px;
}

.pwc-campaign-carousel .slick-prev.slick-disabled {
  display: none !important;
}

.pwc-campaign-carousel .slick-next {
  left: 100%;
}

.pwc-campaign-carousel .slick-next:before {
  background-image: url("../mysource_files/carousel-arrow-right.svg");
  left: 4px;
}

.pwc-campaign-carousel .slick-next.slick-disabled {
  display: none !important;
}

.pwc-campaign-carousel__wrapper, .slick-list {
  overflow: visible;
  position: relative;
}

.pwc-campaign-carousel__item {
  height: 16.25rem;
  min-height: 16.25rem;
  vertical-align: bottom;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #eaeaea;
  color: #000000;
}

.pwc-campaign-carousel ul.slick-dots li + li {
  margin-top: 0;
}

/* Module: S */
.pwc-campaign-image-panel {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.pwc-campaign-image-panel__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.pwc-campaign-image-panel__content {
  padding: 2.5rem 0;
  text-align: center;
  position: relative;
  color: white;
}

.pwc-campaign-image-panel__content p {
  color: white;
  z-index: 2;
}

.pwc-campaign-image-panel__content p:last-child {
  margin-bottom: 0;
}

/* Module: S */
.pwc-campaign-intro-strip {
  text-align: left;
}

.pwc-campaign-intro-strip .container {
  position: relative;
  padding-right: 5rem;
}

.pwc-campaign-intro-strip .container-narrow {
  margin: auto;
}

.pwc-campaign-intro-strip p {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.pwc-campaign-intro-strip__heading {
  font-size: 2rem;
}

.pwc-campaign-intro-strip .social-share {
  position: absolute;
  top: 0;
  right: 0;
}

/* Module: S */
.consumption-calc__legend {
  font-weight: 400;
  font-size: 1.6875rem;
}

.consumption-calc__main {
  display: flex;
  margin: 1.875rem 0 2.5rem;
  flex-wrap: wrap;
}

.consumption-calc__row-label {
  width: 3.75rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2a3c6e;
  align-self: flex-end;
}

.consumption-calc__disclaimer {
  font-size: 0.75rem;
  color: #2a3c6e;
  font-style: italic;
  line-height: 0.9375rem;
  padding-top: 1.25rem;
  border-top: 1px solid #aab1c5;
}

.consumption-calc__fields {
  width: calc(100% - 60px);
}

.consumption-calc__labels, .consumption-calc__inputs {
  width: 100%;
}

.consumption-calc__label {
  width: 30%;
  margin-right: 2%;
  color: #2a3c6e;
  vertical-align: top;
}

.consumption-calc__input {
  width: 30%;
  padding: 0.8125rem 0.8125rem 0.5625rem;
  margin-right: 2%;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
  outline: none;
  border: 2px solid #eaeaea;
}

.consumption-calc__input:focus {
  border: 3px solid #00ab9e;
  box-shadow: none;
  outline: none;
}

.consumption-calc__error {
  border: 4px solid #ef7d17 !important;
}

.consumption-calc__results {
  width: calc(100% - 60px);
  margin-left: 3.75rem;
  margin-top: 1.875rem;
}

.consumption-calc__results-headers, .consumption-calc__results-text {
  width: 100%;
}

.consumption-calc__results-headers {
  margin-bottom: 0.625rem;
}

.consumption-calc__result-header {
  display: inline-block;
  width: 30%;
  margin-right: 2%;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  color: #2a3c6e;
  text-align: center;
  vertical-align: top;
}

.consumption-calc__result-header--weight-bold {
  font-weight: 700;
}

.consumption-calc__result-text {
  width: 30%;
  margin-right: 2%;
  display: inline-block;
  text-align: center;
  line-height: 1;
}

.consumption-calc__result-text.total {
  color: #00a79a;
  font-weight: 600;
}

/* Module: S */
.image-cct__inner {
  overflow: hidden;
}

.image-cct__caption {
  display: inline-block;
  padding: 0.625rem 1.25rem 0.625rem 0.9375rem;
  background-color: #2a3c6e;
  font-size: 1rem;
  font-style: italic;
  color: #fff;
}

/* Module: S */
.promo-banner-cct__body {
  background-color: #0061ac;
}

.promo-banner-cct__body-inner {
  padding: 2.5rem;
}

.promo-banner-cct__heading {
  margin-bottom: 1.875rem;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #fff;
}

.promo-banner-cct__text {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  color: #fff;
}

/* Module: S */
.pwc-promo-panel {
  position: relative;
  background-size: cover;
  overflow: hidden;
  height: 13.125rem;
  padding-top: 1.5625rem;
  padding-left: 1.5625rem;
}

.pwc-promo-panel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}

.pwc-promo-panel__overlay.power {
  background-color: #0165b0;
}

.pwc-promo-panel__overlay.water {
  background-color: #00a79a;
}

.pwc-promo-panel__inner {
  max-width: 53.4375rem;
  height: 100%;
  position: relative;
  margin: auto;
}

.pwc-promo-panel__heading {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  padding-right: 1.5625rem;
}

.pwc-promo-panel__content {
  margin-right: 0.5rem;
}

.pwc-promo-panel__text {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}

.pwc-promo-panel__cta {
  font-size: 0.6875rem;
  line-height: 1;
  background-color: #152245;
  padding: 0.625rem 0.9375rem;
  color: #fff;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.pwc-promo-panel__cta:hover {
  color: #fff;
  background-color: #090f1e;
  text-decoration: none;
}

.pwc-promo-panel__cutout {
  display: none;
}

/* Module: S */
.pwc-tagged-content-tiles {
  padding-bottom: 1.5rem;
}

.pwc-tagged-content-tiles__heading {
  text-align: center;
  padding-top: 3rem;
}

.pwc-tagged-content-tiles__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  border-bottom: 1px solid #d1d1d1;
}

.pwc-tagged-content-tiles__tile {
  display: block;
  padding-top: 1rem;
  border-top: 1px solid #d1d1d1;
}

.pwc-tagged-content-tiles__thumbnail {
  position: relative;
  height: 2.5rem;
  overflow: hidden;
}

.pwc-tagged-content-tiles__thumbnail img {
  display: none;
}

.pwc-tagged-content-tiles__thumbnail .pwc-tagged-content-tiles__category {
  background: #0165b0;
  color: white;
  font-size: 0.8rem;
  padding: 8px 10px 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.pwc-tagged-content-tiles__body {
  padding-top: 0.5rem;
}

.pwc-tagged-content-tiles__title {
  color: #2a3c6e;
  font-size: 1rem;
  font-weight: 600;
}

.pwc-tagged-content-tiles__didyouknow {
  order: 3;
}

.pwc-tagged-content-tiles__didyouknow .pwc-tagged-content-tiles__category {
  background: #6e7d28;
}

.pwc-tagged-content-tiles__didyouknow .pwc-tagged-content-tiles__title {
  display: none;
}

.pwc-tagged-content-tiles__didyouknow .pwc-tagged-content-tiles__paragraph {
  color: #2a3c6e;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
}

.pwc-tagged-content-tiles__didyouknow .pwc-tagged-content-tiles__more-link {
  display: none;
}

.pwc-tagged-content-tiles__solid .pwc-tagged-content-tiles__title {
  margin-bottom: 0.3rem;
}

.pwc-tagged-content-tiles__solid .pwc-tagged-content-tiles__paragraph {
  display: none;
}

.pwc-tagged-content-tiles__solid .pwc-tagged-content-tiles__date {
  font-size: 0.8rem;
  font-weight: 500;
  color: #2a3c6e;
}

.pwc-tagged-content_tiles__after {
  order: 4;
}

/* Module: S */
.pwc-thin-cta-strip {
  padding: 2.8125rem 0;
}

.pwc-thin-cta-strip small {
  font-style: italic;
  padding-left: 5px;
  white-space: nowrap;
}

.pwc-thin-cta-strip__row {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.pwc-thin-cta-strip__row a {
  position: relative;
}

.pwc-thin-cta-strip__row a:nth-child(2) {
  margin-top: 0.5rem;
}

.pwc-thin-cta-strip__row.pwc-thin-cta-strip__row--centered {
  justify-content: center;
}

.pwc-thin-cta-strip__text {
  position: relative;
  white-space: normal;
}

.pwc-thin-cta-strip__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pwc-thin-cta-strip__row a:hover .pwc-thin-cta-strip__bg:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.media-release .pwc-thin-cta-strip__bg {
  background-color: #6f7d2c !important;
}

.media-release .pwc-thin-cta-strip__text {
  color: #fff !important;
  line-height: 1;
  font-size: 1.3125rem;
}

.media-release .pwc-thin-cta-strip__text small {
  font-size: 1.125rem;
}

.media-release .pwc-thin-cta-strip .btn, .media-release .pwc-thin-cta-strip .sq-form-submit, .media-release .pwc-thin-cta-strip .facets-controls__link {
  padding: 1.75rem 1.875rem 1.125rem;
}

.media-release .pwc-thin-cta-strip .btn:hover .pwc-thin-cta-strip__bg, .media-release .pwc-thin-cta-strip .sq-form-submit:hover .pwc-thin-cta-strip__bg, .media-release .pwc-thin-cta-strip .facets-controls__link:hover .pwc-thin-cta-strip__bg {
  background-color: #5b681f !important;
}

/* Module: S */
.pwc-three-col {
  display: flex;
  flex-wrap: wrap;
}

.pwc-three-col__col {
  width: 100%;
  margin-bottom: 1.25rem;
}

.pwc-three-col__col .list--type-links {
  max-width: 100%;
}

/* Module: S */
.pwc-tile-listing {
  background-color: white;
  padding: 1rem 0;
}

.pwc-tile-listing__heading {
  font-weight: 500;
}

.pwc-tile-listing__grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

.pwc-tile-listing__tile {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5625rem;
  border-radius: 0;
  border: 1px solid #dcdcdc;
  background: #f4f4f4;
  width: 100%;
}

.pwc-tile-listing__img-wrapper {
  background: white;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pwc-tile-listing__img {
  max-height: 11.875rem;
  flex-shrink: 0;
}

.pwc-tile-listing__body {
  padding: 1.5625rem 1.5625rem 1.25rem 1.5625rem;
  position: relative;
}

.pwc-tile-listing__title {
  font-weight: 400;
}

.pwc-tile-listing__title {
  font-size: 1.3rem;
}

.pwc-tile-listing__text {
  font-size: 0.9rem;
  line-height: 1.3rem;
}

/* Module: S */
.icon-tile {
  width: 6.25rem;
  height: 6.25rem;
  background-color: #fff;
  text-align: center;
}

.icon-tile__link {
  padding: 0.9375rem 0.625rem 0;
  height: 100%;
}

.icon-tile__link:hover {
  text-decoration: none;
}

.icon-tile__image-wrapper {
  height: 1.875rem;
}

.icon-tile__image-wrapper svg {
  height: 100%;
}

.icon-tile__title {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #2c3e70;
  text-align: center;
}

.icon-tile--theme-global .icon-tile__image-wrapper svg * {
  fill: #2a3c6e;
}

.icon-tile--theme-global:hover {
  background-color: #2a3c6e;
}

.icon-tile--theme-global:hover .icon-tile__image-wrapper svg * {
  fill: #fff;
}

.icon-tile--theme-global:hover .icon-tile__title {
  color: #fff;
}

.icon-tile--theme-water {
  -webkit-transition: 500ms background-color ease;
  -moz-transition: 500ms background-color ease;
  transition: 500ms background-color ease;
}

.icon-tile--theme-water .icon-tile__image-wrapper svg * {
  fill: #00a79a;
}

.icon-tile--theme-water:hover {
  background-color: #00a79a;
}

.icon-tile--theme-water:hover .icon-tile__image-wrapper svg * {
  fill: #fff;
}

.icon-tile--theme-water:hover .icon-tile__title {
  color: #fff;
}

.icon-tile--theme-power {
  -webkit-transition: 500ms background-color ease;
  -moz-transition: 500ms background-color ease;
  transition: 500ms background-color ease;
}

.icon-tile--theme-power .icon-tile__image-wrapper svg * {
  fill: #0165b0;
}

.icon-tile--theme-power:hover {
  background-color: #0165b0;
}

.icon-tile--theme-power:hover .icon-tile__image-wrapper svg * {
  fill: #fff;
}

.icon-tile--theme-power:hover .icon-tile__title {
  color: #fff;
}

.icon-tile-strip {
  padding: 1.5625rem 0;
  overflow-x: auto;
  background-color: #eaeaea;
  text-align: center;
}

.icon-tile-strip__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 1.875rem;
}

.icon-tile-strip .icon-tile {
  flex-shrink: 0;
  margin: 0.3125rem;
}

.lead-tile {
  width: 6.25rem;
  height: 6.25rem;
  text-align: center;
}

.lead-tile__link {
  padding: 0 0.625rem 0;
  height: 100%;
}

.lead-tile__link:hover {
  text-decoration: none;
}

.lead-tile__title {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}

.lead-tile--theme-water {
  background-color: #00a79a;
}

.lead-tile--theme-power {
  background-color: #0165b0;
}

.icon-tile-grid {
  background-color: #f2f2f2;
}

.icon-tile-grid .lead-tile {
  flex-shrink: 0;
  white-space: normal;
}

.icon-tile-grid .icon-tile {
  flex-shrink: 0;
  white-space: normal;
}

.icon-tile-grid .icon-tile + .icon-tile {
  margin-left: 0.375rem;
}

.icon-tile-grid__tab-pane {
  white-space: nowrap;
}

.icon-tile-grid__nav-tab {
  text-align: center;
  margin: 0;
}

.icon-tile-grid__nav-tab:before {
  content: "";
  display: none;
}

.icon-tile-grid__nav-tab .icon-tile-grid__nav-tab-link {
  background-color: #fff;
  font-weight: 500;
  color: #2a3c6e;
  padding: 0.9375rem 1.5625rem;
  border: 0;
  position: relative;
}

.icon-tile-grid__nav-tab .icon-tile-grid__nav-tab-link:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.9375rem;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 0.9375rem solid transparent;
  border-right: 0.9375rem solid transparent;
}

.icon-tile-grid__nav-tab .icon-tile-grid__nav-tab-link.active {
  background-color: #fff;
  color: #2a3c6e;
}

.icon-tile-grid__nav-tab .icon-tile-grid__nav-tab-link:hover {
  color: #2a3c6e;
}

.icon-tile-grid__nav-tab--theme-water .icon-tile-grid__nav-tab-link.active, .icon-tile-grid__nav-tab--theme-water .icon-tile-grid__nav-tab-link:hover {
  border-bottom: solid 0.25rem #00a79a;
}

.icon-tile-grid__nav-tab--theme-water .icon-tile-grid__nav-tab-link.active:after, .icon-tile-grid__nav-tab--theme-water .icon-tile-grid__nav-tab-link:hover:after {
  border-top: 0.9375rem solid #00a79a;
}

.icon-tile-grid__nav-tab--theme-power .icon-tile-grid__nav-tab-link.active, .icon-tile-grid__nav-tab--theme-power .icon-tile-grid__nav-tab-link:hover {
  border-bottom: solid 0.25rem #0165b0;
}

.icon-tile-grid__nav-tab--theme-power .icon-tile-grid__nav-tab-link.active:after, .icon-tile-grid__nav-tab--theme-power .icon-tile-grid__nav-tab-link:hover:after {
  border-top: 0.9375rem solid #0165b0;
}

.icon-tile-grid__tabs {
  padding: 1.5625rem 0;
  overflow-x: auto;
  text-align: center;
}

.icon-tile-grid__tab-pane {
  padding: 0 1.875rem;
  display: inline-block;
  text-align: left;
}

.icon-tile-grid__tab-pane.active {
  display: inline-block;
}

.icon-tile-grid__row-break {
  margin-top: 0.625rem;
}

/* Module: S */
.pwc-two-col {
  display: flex;
  flex-wrap: wrap;
}

.pwc-two-col__col {
  width: 100%;
  margin-bottom: 1.25rem;
}

.pwc-two-col__col .list--type-links {
  max-width: 100%;
}

/* Module: S */
.video-cct__title {
  display: inline-block;
  padding: 0.625rem 1.25rem 0.625rem 0.9375rem;
  background-color: #2a3c6e;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  color: #fff;
}

.video-cct__description {
  margin-top: 1.25rem;
}

.video-cct.cct--theme-dark .video-cct__description * {
  color: #fff;
}

.video-cct.cct--theme-dark .video-cct__description > *:last-child {
  margin: 0;
}

/* Module: S */
.related-content {
  margin-top: 0.9375rem;
}

.related-content ul.list--type-links {
  max-width: none;
}

.related-content__section {
  margin-bottom: 2.5rem;
}

.related-content__intro {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  font-style: italic;
  margin-bottom: 1.875rem;
}

/* Module: S */
.related-page-tiles {
  padding: 0 1.875rem;
}

.related-page-tiles__heading {
  font-size: 2.125rem;
  font-weight: 700;
  text-align: center;
  color: #2a3c6e;
  margin-bottom: 3.75rem;
}

.related-page-tile {
  background-color: #f4f4f4;
  margin-bottom: 0.938rem;
}

.related-page-tile__body {
  padding: 1.250rem 1.875rem 1.250rem 0.938rem;
}

.related-page-tile__heading-link {
  color: #2a3c6e;
  text-decoration: none;
  display: block;
  position: relative;
}

.related-page-tile__heading-link:after {
  content: url("mysource_files/sidenav-chevron.png");
  width: 0.5rem;
  height: auto;
  position: absolute;
  right: -15px;
  top: 0;
  line-height: 1;
}

.related-page-tile__text {
  margin: 0;
  font-size: 0.9rem;
}

.related-page-tile__text-link {
  display: none;
  line-height: 1;
}

.related-page-tile__img-link {
  display: none;
}

.theme--bg-colour-whisper .related-page-tile {
  background-color: #fff;
}

/* Module: S */
/*
    Search results
*/
.search-results__wrapper {
  margin: 0 -15px;
  padding: 0;
}

.search-results__wrapper h2, .search-results__wrapper .article-content__meta h1, .article-content__meta .search-results__wrapper h1 {
  font-size: 1.5rem;
  font-weight: 500;
}

.search-facets__wrapper {
  background-color: #f4f4f4;
  padding: 50px 15px 30px 15px;
  position: relative;
  display: none;
}

.search-facets__wrapper.active {
  display: block;
}

.search-results__container {
  padding: 70px 15px 0 15px;
  width: 100%;
  overflow: hidden;
}

.search-results__loading-overlay {
  position: relative;
}

.search-results__loading-overlay::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}

/*
    Search query interface
*/
.search-query__wrapper {
  display: block;
  width: 100%;
  padding: 0.9375rem 0 0;
  padding-bottom: 0.9375rem;
  position: relative;
  color: #fff;
}

.search-query__wrapper * {
  color: #fff;
}

.search-query__wrapper > .container {
  z-index: 2;
  position: relative;
}

.search-query__wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url(/__data/assets/image/0022/19390/bg-blur-clean.jpg) no-repeat 0 0;
  background-size: cover;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: alpha(opacity=10);
  filter: alpha(opacity=10);
}

.search-query__wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #2a3c6e;
}

.search-query__form {
  margin: 0;
}

.search-query__form legend {
  color: #fff;
}

.search-query__container {
  flex-wrap: wrap;
  background: #fff;
}

.no-js .search-query__container,
.no-flexbox .search-query__container {
  display: table;
}

.flexbox .search-query__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.search-query__label {
  padding: 20px 15px 20px 35px;
  margin-bottom: 0;
  text-align: right;
  font-size: 1.125rem;
  color: #515151;
  display: none;
}

#search-query__query {
  border: none;
  background: none;
  outline: none !important;
  color: #2a3c6e;
  padding: 20px;
  font-size: 1rem;
  flex-grow: 5;
}

.search-query__submit {
  background: #6e7d28;
  border: none;
  padding: 10px 20px;
  color: #fff;
  flex-grow: 1;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  transition: background 500ms ease;
  cursor: pointer;
}

.search-query__submit:hover, .search-query__submit:focus, .search-query__submit:active {
  background: #56621f;
}

.search-query__theme-olive:after {
  background: #6e7d28;
}

.search-query__theme-olive .search-query__submit {
  background: #2a3c6e;
}

.search-query__theme-olive .search-query__submit:hover, .search-query__theme-olive .search-query__submit:focus, .search-query__theme-olive .search-query__submit:active {
  background: #202e54;
}

.search-query__theme-red:after {
  background: #8c1b10;
}

.search-query__theme-red .search-query__submit {
  background: #2a3c6e;
}

.search-query__theme-red .search-query__submit:hover, .search-query__theme-red .search-query__submit:focus, .search-query__theme-red .search-query__submit:active {
  background: #202e54;
}

.search-query__synonyms {
  margin-top: 0.9375rem;
}

.search-query__synonyms p {
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0;
}

.search-query__synonyms .search-query__synonyms-link {
  font-weight: normal;
  font-size: 1.3125rem;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.search-query__synonyms .search-query__synonyms-link:hover, .search-query__synonyms .search-query__synonyms-link:focus {
  color: #fff;
}

.search-query__label-mobile {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  color: #fff;
  cursor: pointer;
}

.search-query__suggestions {
  margin-top: 2.1875rem;
}

.search-query__suggestions a:hover, .search-query__suggestions a:focus {
  color: #fff;
}

.search-query__suggestions div.search-query__suggestions-section:last-child {
  padding-right: 0;
  margin-bottom: 0;
}

.search-query__suggestions-section {
  padding-bottom: 1.5625rem;
}

.search-query__suggestions-section h3, .search-query__suggestions-section .consumption-calc__legend {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 1.25rem;
}

.search-query__suggestions-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-query__suggestions-list li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.search-query__suggestions-list li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.search-query__suggestions-list li a {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 15px 40px 15px 0;
  display: block;
  position: relative;
  background: none;
  word-break: break-word;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-query__suggestions-list li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  left: auto;
  right: 15px;
  top: 18px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2021.7%2021.6%22%20xml%3Aspace%3D%22preserve%22%3E%3Ctitle%3EArrow%20icon%3C%2Ftitle%3E%3Cpath%20fill%3D%22%23ffffff%22%20class%3D%22st0%22%20d%3D%22M10.4%2C0c0.4%2C0%2C0.7%2C0.1%2C1%2C0.4l10.4%2C10.4L11.3%2C21.3c-0.5%2C0.6-1.4%2C0.6-2%2C0c0%2C0%2C0%2C0%2C0%2C0c-0.6-0.5-0.6-1.3-0.1-1.9c0%2C0%2C0.1-0.1%2C0.1-0.1l7.1-7.1H0V9.4h16.5L9.4%2C2.3c-0.5-0.5-0.6-1.4%2C0-1.9c0%2C0%2C0%2C0%2C0%2C0C9.7%2C0.1%2C10%2C0%2C10.4%2C0%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-query__suggestions-list li a:hover, .search-query__suggestions-list li a:focus {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding-left: 0.625rem;
  text-decoration: none;
}

.search-query__suggestions-list li a:hover:after, .search-query__suggestions-list li a:focus:after {
  right: 1.25rem;
}

.search-query__no-results {
  font-size: 0.875rem;
  display: block;
  text-align: center;
}

.search-query__no-results .search-query__no-results-link {
  display: block;
  font-weight: bold;
}

.search-results__pagination {
  text-align: center;
  margin: 5rem 0 3rem 0;
}

.search-results__pagination h4 {
  font-weight: 500;
}

.pagination__list {
  list-style: none;
  margin: 0;
  margin-top: 2rem;
  padding: 0;
  justify-content: center;
}

.no-js .pagination__list,
.no-flexbox .pagination__list {
  display: table;
}

.flexbox .pagination__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.pagination__list a {
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.pagination__list a:hover, .pagination__list a:focus {
  background-color: #e6e6e6;
}

.pagination__item {
  margin: 0 5px 0 0;
}

.pagination__current,
.pagination__link {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #2a3c6e;
  background: #2a3c6e;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.pagination__link {
  border: 1px solid rgba(42, 60, 110, 0.25);
  background: #f7f7f7;
  color: #191919;
}

.pagination--next,
.pagination--prev {
  border: 1px solid rgba(1, 101, 176, 0.25);
}

.pagination--next {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2234px%22%20height%3D%2252px%22%3E%3Cpath%20fill%3D%22%230165b0%22%20d%3D%22M34.010%2C52.004%20L8.545%2C25.999%20L34.010%2C-0.010%20L25.475%2C-0.010%20L0.007%2C25.999%20L25.475%2C52.004%20L34.010%2C52.004%20Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 7px 4px;
  background-size: 12px 18px;
  transform: rotate(180deg);
}

.pagination--last-page {
  border: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2052%2052%22%3E%3Cpath%20fill%3D%22%230165b0%22%20d%3D%22M0%2C0l25.5%2C26L0%2C52h8.5L34%2C26L8.5%2C0H0z%22%2F%3E%3Cpath%20fill%3D%22%230165b0%22%20d%3D%22M18%2C0l25.5%2C26L18%2C52h8.5L52%2C26L26.5%2C0H18z%22%2F%3E%3C%2Fsvg%3E") no-repeat 7px 4px;
  background-size: 12px 18px;
}

.pagination--prev {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2234px%22%20height%3D%2252px%22%3E%3Cpath%20fill%3D%22%230165b0%22%20d%3D%22M34.010%2C52.004%20L8.545%2C25.999%20L34.010%2C-0.010%20L25.475%2C-0.010%20L0.007%2C25.999%20L25.475%2C52.004%20L34.010%2C52.004%20Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 7px 4px;
  background-size: 12px 18px;
}

.pagination--first-page {
  border: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2052%2052%22%3E%3Cpath%20fill%3D%22%230165b0%22%20d%3D%22M0%2C0l25.5%2C26L0%2C52h8.5L34%2C26L8.5%2C0H0z%22%2F%3E%3Cpath%20fill%3D%22%230165b0%22%20d%3D%22M18%2C0l25.5%2C26L18%2C52h8.5L52%2C26L26.5%2C0H18z%22%2F%3E%3C%2Fsvg%3E") no-repeat 7px 4px;
  background-size: 12px 18px;
  transform: rotate(180deg);
}

.search-results__body {
  margin-top: 30px;
}

.search-results__list {
  display: block;
  list-style: none;
  margin: 0 0 60px 0;
  padding: 0;
}

.search-results__item {
  border-bottom: 1px solid #eaeaea;
  padding: 1.5625rem 0 1.5625rem 0;
  display: block;
  position: relative;
  width: 100%;
}

.search-results__item-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
  color: #2a3c6e;
}

.search-results__item-title a {
  color: #2a3c6e;
}

.search-results__item-details {
  margin-bottom: 0.7rem;
}

.search-results__item-collection {
  color: #6e7d28;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  position: relative;
  font-size: 0.6875rem;
  font-weight: 500;
}

.search-results__item-collection:before {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  position: absolute;
}

.search-results__item-date {
  color: #6e6e6e;
  display: inline-block;
  padding: 0;
  padding-left: 10px;
  font-size: 0.6875rem;
  font-weight: 500;
}

.search-results__item-cta {
  position: relative;
  display: block;
  text-align: right;
  padding-top: 0.625rem;
}

.search-results__item-cta a {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.5rem;
}

.search-results__item-cta em {
  font-size: 0.7rem;
  color: grey;
}

.search-results__item-description {
  font-size: 0.75rem;
  line-height: 1.375rem;
  margin-bottom: 0;
}

.search-results__type-news-and-media .search-results__item-collection {
  color: #8c1b10;
}

.search-results__type-pages-and-guides .search-results__item-collection {
  color: #0165b0;
}

.search-results__type-form .search-results__item-collection {
  padding: 0 0 0 25px;
}

.search-results__type-form .search-results__item-collection:before {
  display: block;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20129%20129%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20fill%3D%22%236e7d28%22%20d%3D%22m119.2%2C114.3h-109.4c-2.3%2C0-4.1%2C1.9-4.1%2C4.1s1.9%2C4.1%204.1%2C4.1h109.5c2.3%2C0%204.1-1.9%204.1-4.1s-1.9-4.1-4.2-4.1z%22%2F%3E%3Cpath%20fill%3D%22%236e7d28%22%20d%3D%22m5.7%2C78l-.1%2C19.5c0%2C1.1%200.4%2C2.2%201.2%2C3%200.8%2C0.8%201.8%2C1.2%202.9%2C1.2l19.4-.1c1.1%2C0%202.1-0.4%202.9-1.2l67-67c1.6-1.6%201.6-4.2%200-5.9l-19.2-19.4c-1.6-1.6-4.2-1.6-5.9-1.77636e-15l-13.4%2C13.5-53.6%2C53.5c-0.7%2C0.8-1.2%2C1.8-1.2%2C2.9zm71.2-61.1l13.5%2C13.5-7.6%2C7.6-13.5-13.5%207.6-7.6zm-62.9%2C62.9l49.4-49.4%2013.5%2C13.5-49.4%2C49.3-13.6%2C.1%20.1-13.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
}

.search-results__type-safety-alerts .search-results__item-collection {
  color: #8c1b10;
  padding: 0 0 0 25px;
}

.search-results__type-safety-alerts .search-results__item-collection:before {
  display: block;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.82%2063%22%3E%3Cpath%20d%3D%22M76.32%2C64H2A1.24%2C1.24%2C0%2C0%2C1%2C.93%2C62.11L38.09%2C1.59a1.24%2C1.24%2C0%2C0%2C1%2C2.11%2C0L77.38%2C62.11A1.24%2C1.24%2C0%2C0%2C1%2C76.32%2C64ZM4.2%2C61.52H74.1L39.15%2C4.61Z%22%20transform%3D%22translate%28-0.74%20-1%29%22%20fill%3D%22%238c1b10%22%2F%3E%3Cpath%20d%3D%22M39.15%2C16a1.22%2C1.22%2C0%2C0%2C0-1.22%2C1.22V44.14a1.22%2C1.22%2C0%2C0%2C0%2C2.44%2C0V17.27A1.22%2C1.22%2C0%2C0%2C0%2C39.15%2C16Z%22%20transform%3D%22translate%28-0.74%20-1%29%22%20fill%3D%22%238c1b10%22%2F%3E%3Cpath%20d%3D%22M39.15%2C49a1.22%2C1.22%2C0%2C0%2C0-1.22%2C1.22V52.7a1.22%2C1.22%2C0%2C0%2C0%2C2.44%2C0V50.25A1.22%2C1.22%2C0%2C0%2C0%2C39.15%2C49Z%22%20transform%3D%22translate%28-0.74%20-1%29%22%20fill%3D%22%238c1b10%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
}

.search-results__type-download .search-results__item-collection {
  padding: 0 0 0 25px;
}

.search-results__type-download .search-results__item-collection:before {
  display: block;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20489.5%20489.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%236e7d28%22%20d%3D%22M244.75%2C0c-5.5%2C0-9.9%2C4.4-9.9%2C9.9V370l-73.9-73.9c-3.9-3.9-10.1-3.9-14%2C0s-3.9%2C10.1%2C0%2C14l90.8%2C90.8c1.9%2C1.9%2C4.5%2C2.9%2C7%2C2.9s5.1-1%2C7-2.9l90.8-90.8c3.9-3.9%2C3.9-10.1%2C0-14s-10.1-3.9-14%2C0l-73.9%2C73.9V9.9C254.65%2C4.4%2C250.25%2C0%2C244.75%2C0z%22%2F%3E%3Cpath%20fill%3D%22%236e7d28%22%20d%3D%22M38.75%2C366.9c-5.5%2C0-9.9%2C4.4-9.9%2C9.9v102.8c0%2C5.5%2C4.4%2C9.9%2C9.9%2C9.9h412c5.5%2C0%2C9.9-4.4%2C9.9-9.9V376.8c0-5.5-4.4-9.9-9.9-9.9s-9.9%2C4.4-9.9%2C9.9v92.9H48.65v-92.9C48.65%2C371.3%2C44.25%2C366.9%2C38.75%2C366.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
}

.search-facets__body {
  padding: 10px 30px 0 0;
}

.search-facets__body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-facets__body .facet__head {
  display: block;
  position: relative;
  margin: 0;
}

.search-facets__body .facet__list {
  margin: 15px 0 60px 0;
}

.search-facets__body .facet__title {
  font-size: 1.25rem;
  padding-right: 50px;
  display: block;
  width: 100%;
  color: #2a3c6e;
}

.search-facets__body .facet__clear {
  font-size: 0.75rem;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #0165b0;
  text-transform: uppercase;
}

.search-facets__notice {
  color: #2a3c6e;
  font-weight: 500;
}

.search-facets__list .facet__item {
  padding: 5px 0;
}

.search-facets__list .facet__item label {
  display: block;
  padding: 0 35px 0 35px;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.search-facets__list .facet__item .facet__label-count {
  position: absolute;
  background: #fff;
  border-radius: 3px;
  right: 0;
  top: 0;
  font-size: 0.75rem;
  padding: 2px 10px;
}

.search-facets__list .facet__item input[type="checkbox"] ~ label:before {
  content: "";
  background: #f9fafa;
  border: 1px solid #c7c7c7;
  padding: 9px;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: 0;
  width: 23px;
  height: 23px;
  -webkit-transition: background 500ms ease, border 500ms ease;
  -moz-transition: background 500ms ease, border 500ms ease;
  transition: background 500ms ease, border 500ms ease;
}

.search-facets__list .facet__item input[type="checkbox"] ~ label:after {
  display: block;
  content: '';
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20342.357%20342.357%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%22290.04%2C33.286%20118.861%2C204.427%2052.32%2C137.907%200%2C190.226%20118.862%2C309.071%20342.357%2C85.606%20%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 4px;
  top: 3px;
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.search-facets__list .facet__item input[type="checkbox"]:checked ~ label:before {
  background: #2a3c6e;
  border: 1px solid #191919;
}

.search-facets__list .facet__item input[type="checkbox"]:checked ~ label:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

.search-facets__list .facet__item input[type="checkbox"]:not(:checked) ~ label:hover::after {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20342.357%20342.357%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%22290.04%2C33.286%20118.861%2C204.427%2052.32%2C137.907%200%2C190.226%20118.862%2C309.071%20342.357%2C85.606%20%22%20fill%3D%22%236e7d28%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
}

.search-facets__list .facet__item input[type="checkbox"]:focus ~ label:before {
  border: 3px solid #0165b0;
}

.search-facets__foot {
  margin: 0 0 60px 0;
}

.facets-controls__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-facets__toggler {
  display: block;
  padding: 35px 35px 35px 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #2a3c6e;
  position: relative;
  background: #f4f4f4;
}

.search-facets__toggler:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.31%206.37%22%3E%3Ctitle%3EToggle%20menu%3C%2Ftitle%3E%3Crect%20x%3D%22-0.82%22%20y%3D%222.68%22%20width%3D%228%22%20height%3D%221%22%20transform%3D%22translate%283.18%20-1.32%29%20rotate%2845%29%22%20style%3D%22fill%3A%232a3c6e%22%2F%3E%3Crect%20x%3D%224.13%22%20y%3D%222.68%22%20width%3D%228%22%20height%3D%221%22%20transform%3D%22translate%2816.13%20-0.31%29%20rotate%28135%29%22%20style%3D%22fill%3A%232a3c6e%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 5px;
}

.search-facets__toggler .search-facets__toggler-hide {
  display: none;
}

.search-facets__toggler.active .search-facets__toggler-hide {
  display: inline;
}

.search-facets__toggler.active .search-facets__toggler-show {
  display: none;
}

.search-facets__toggler.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-facets__sorting {
  margin-bottom: 30px;
  padding-top: 20px;
}

.search-facets__sorting-label {
  font-size: 1.25rem;
  padding-right: 30px;
  display: block;
  width: 100%;
  color: #2a3c6e;
}

.search-facets__sorting-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border-radius: 0;
  border: 2px solid #eaeaea;
  border-radius: 0;
  padding: 0.5rem 3.5rem 0.5rem 1rem;
  margin: 0 0 20px 0;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  background: #fff url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.31%206.37%22%3E%3Ctitle%3EToggle%20menu%3C%2Ftitle%3E%3Crect%20x%3D%22-0.82%22%20y%3D%222.68%22%20width%3D%228%22%20height%3D%221%22%20transform%3D%22translate%283.18%20-1.32%29%20rotate%2845%29%22%20style%3D%22fill%3A%232a3c6e%22%2F%3E%3Crect%20x%3D%224.13%22%20y%3D%222.68%22%20width%3D%228%22%20height%3D%221%22%20transform%3D%22translate%2816.13%20-0.31%29%20rotate%28135%29%22%20style%3D%22fill%3A%232a3c6e%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
  background-position: calc(100% - 20px) 1rem;
  background-size: 13px 8px;
  cursor: pointer;
}

.search-facets__sorting-select::-ms-expand {
  display: none;
  /* hide the default arrow in ie10 and ie11 */
}

.search-facets__numranks {
  margin-bottom: 0;
  padding-top: 20px;
}

.search-facets__numranks-label {
  font-size: 1.25rem;
  padding-right: 30px;
  display: block;
  width: 100%;
  color: #2a3c6e;
}

.search-facets__numranks-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border-radius: 0;
  border: 2px solid #eaeaea;
  border-radius: 0;
  padding: 0.5rem 3.5rem 0.5rem 1rem;
  margin: 0 0 20px 0;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  background: #fff url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.31%206.37%22%3E%3Ctitle%3EToggle%20menu%3C%2Ftitle%3E%3Crect%20x%3D%22-0.82%22%20y%3D%222.68%22%20width%3D%228%22%20height%3D%221%22%20transform%3D%22translate%283.18%20-1.32%29%20rotate%2845%29%22%20style%3D%22fill%3A%232a3c6e%22%2F%3E%3Crect%20x%3D%224.13%22%20y%3D%222.68%22%20width%3D%228%22%20height%3D%221%22%20transform%3D%22translate%2816.13%20-0.31%29%20rotate%28135%29%22%20style%3D%22fill%3A%232a3c6e%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
  background-position: calc(100% - 20px) 1rem;
  background-size: 13px 8px;
  cursor: pointer;
}

.search-facets__numranks-select::-ms-expand {
  display: none;
  /* hide the default arrow in ie10 and ie11 */
}

/* Module: S */
.sidenav {
  border-top: solid 6px #2a3c6e;
  border-bottom: solid 6px #2a3c6e;
  padding-top: 0.9375rem;
  padding-bottom: 3.125rem;
  /* Level 1 specifics */
  /* Level 2 specifics and down */
}

.sidenav h3, .sidenav .consumption-calc__legend {
  margin: 0;
}

.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidenav .sidenav__nav-item {
  display: block;
  position: relative;
}

.sidenav .sidenav__nav-item-link {
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition: 500ms padding ease;
  -moz-transition: 500ms padding ease;
  transition: 500ms padding ease;
}

.sidenav > .sidenav__nav > .sidenav__nav-item {
  border-bottom: solid 1px rgba(42, 60, 110, 0.4);
}

.sidenav > .sidenav__nav > .sidenav__nav-item.active > .sidenav__nav-item-link {
  font-weight: 500;
  padding-bottom: 10px;
}

.sidenav > .sidenav__nav > .sidenav__nav-item.active > .sidenav__nav {
  padding-bottom: 1.75rem;
}

.sidenav > .sidenav__nav > .sidenav__nav-item > .sidenav__nav-item-link {
  padding: 1.75rem 0;
  font-size: 1.25rem;
  display: block;
  width: auto;
}

.sidenav > .sidenav__nav > .sidenav__nav-item > .sidenav__nav-item-link span {
  display: inline-block;
  position: relative;
}

.sidenav > .sidenav__nav > .sidenav__nav-item > .sidenav__nav-item-link:hover, .sidenav > .sidenav__nav > .sidenav__nav-item > .sidenav__nav-item-link:focus {
  color: #0165b0;
}

.sidenav > .sidenav__nav > .sidenav__nav-item > .sidenav__nav-item-link:hover span:after, .sidenav > .sidenav__nav > .sidenav__nav-item > .sidenav__nav-item-link:focus span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #0165b0;
  display: block;
  position: absolute;
  bottom: 0;
  top: auto;
}

.sidenav .sidenav__nav .sidenav__nav {
  /* LEvel 3 */
}

.sidenav .sidenav__nav .sidenav__nav .sidenav__nav-item-link {
  padding: 0.5rem 3rem 0.5rem 0;
  font-size: 1rem;
}

.sidenav .sidenav__nav .sidenav__nav .sidenav__nav-item-link:hover, .sidenav .sidenav__nav .sidenav__nav .sidenav__nav-item-link:focus {
  padding: 0.5rem 2.375rem 0.5rem 0.625rem;
  text-decoration: underline;
  color: #0165b0;
  background: #eaeaea;
}

.sidenav .sidenav__nav .sidenav__nav .sidenav__nav-item ~ .sidenav__nav {
  display: none;
}

.sidenav .sidenav__nav .sidenav__nav .sidenav__nav-item.active ~ .sidenav__nav {
  display: block;
}

.sidenav .sidenav__nav .sidenav__nav .sidenav__nav-item.active > .sidenav__nav-item-link {
  color: black;
  border-left: solid 3px #00a79a;
  padding-left: 0.4375rem;
  font-weight: 500;
}

.sidenav .sidenav__nav .sidenav__nav .sidenav__nav .sidenav__nav-item .sidenav__nav-item-link {
  color: #2a3c6e;
  font-size: 0.875rem;
  padding-left: 1.25rem;
}

.sidenav .sidenav__nav .sidenav__nav .sidenav__nav .sidenav__nav-item .sidenav__nav-item-link:hover, .sidenav .sidenav__nav .sidenav__nav .sidenav__nav .sidenav__nav-item .sidenav__nav-item-link:focus {
  background-color: #eaeaea;
}

.sidenav .sidenav-collapse__btn {
  position: absolute;
  height: 1.5625rem;
  width: 1.875rem;
  right: 0;
  top: 0.3125rem;
  z-index: 1;
  text-align: center;
  transition: all linear .3s;
}

.sidenav .sidenav-collapse__btn:hover, .sidenav .sidenav-collapse__btn:focus {
  background: #eaeaea;
}

.sidenav .sidenav-collapse__btn img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidenav .sidenav-collapse__btn.collapsed img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

ul.sidenav__nav-level-5 li.sidenav__nav-item .sidenav__nav-item-link {
  padding-left: 2.5rem !important;
}

.sidenav__nav-item.has_no_children .sidenav-collapse__btn {
  display: none !important;
}

/* Module: S */
.social-share {
  width: 3.125rem;
  font-size: 1.25rem;
  text-align: center;
}

.social-share img {
  height: 1.25rem;
  width: 1.25rem;
}

.social-share__nav {
  color: white;
  padding-left: 0 !important;
}

.social-share__nav-item {
  background-color: #0165b0;
  margin-top: 0 !important;
  height: 3.125rem;
  width: 3.125rem;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.social-share__nav-item::before {
  content: "" !important;
  display: none !important;
  visibility: hidden !important;
}

.social-share__nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.125rem;
  width: 3.125rem;
  color: white;
}

.social-share__nav-link:hover {
  color: white;
  text-decoration: none;
}

.social-share__nav .lighter {
  background-color: rgba(1, 101, 176, 0.85);
}

.social-share__nav .lighter .social-share__nav-link {
  color: #74b4e5;
}

/* Module: S */
/* Standard Drawings */
input.drawings-folder__toggle {
  display: none;
}

.drawings-folder__toggle ~ .drawings-folder__list {
  display: none;
}

.drawings-folder__toggle:checked ~ .drawings-folder__list {
  display: block;
}

.drawings-folder__name {
  cursor: pointer;
  color: #2a3c6e;
  font-size: 18px;
  margin-bottom: 10px;
}

.drawings-folder__list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 10px;
}

.drawings-folder__list-item i {
  color: #2a3c6e;
}

.drawings-folder .drawings-folder__list {
  padding-left: 20px;
}

.drawings-folder__list-item + .drawings-folder__list-item {
  margin-top: 10px;
}

.drawings-folder__name:hover,
.drawings-folder__name:hover i,
.drawings-folder__list-item-link:hover {
  color: #ef7d17;
}

.drawings-folder__name--link:hover,
.drawings-folder__list-item-link:hover {
  text-decoration: none;
}

/* If toggle is checked, switch icon to folder-open */
.drawings-folder__toggle:checked + .drawings-folder__name i:before {
  content: "\f07c";
}

/* Sections Drawings List */
.drawings-listing form {
  padding: 0;
}

.drawings-listing__sort {
  margin-bottom: 20px;
}

.drawings-listing__sort-label {
  font-weight: bold;
  display: inline-block;
}

.drawings-listing__toggle-all-wrapper {
  margin-bottom: 20px;
}

.drawings-listing__toggle-all {
  font-weight: bold;
}

input.drawings-group__toggle {
  display: none;
}

.drawings-group__toggle ~ .drawings-group__table {
  display: none;
}

.drawings-group__toggle:checked ~ .drawings-group__name i:before {
  content: "\f07c";
}

.drawings-group__toggle:checked ~ .drawings-group__table {
  display: block;
}

.drawings-group + .drawings-group {
  margin-top: 10px;
}

.drawings-group__name {
  cursor: pointer;
  color: #2a3c6e;
  font-size: 18px;
}

.drawings-group__name:hover,
.drawings-group__name:hover i {
  color: #ef7d17;
}

.drawings-group__table {
  margin-bottom: 40px;
}

.drawings-group__table th {
  padding: 10px;
  height: auto;
}

.drawings-group__table tr {
  display: table-row;
}

.drawings-group__table td {
  display: table-cell;
  border-bottom: solid 1px rgba(42, 60, 110, 0.4);
  padding: 10px;
  height: auto;
}

.drawings-group__table td:first-child {
  width: auto;
}

.drawings-group__table th:nth-child(2),
.drawings-group__table td:nth-child(2),
.drawings-group__table th:last-child,
.drawings-group__table td:last-child {
  text-align: center;
}

.drawings-group__table .col--amendment-number {
  width: 150px;
}

.drawings-group__table .col--amendment-date {
  width: 130px;
}

.drawings-group__table .col--edit {
  width: 60px;
}

.drawings-listing__browse-other {
  margin-bottom: 20px;
}

/* Standard Drawings Asset Builder */
.asset-builder table {
  margin: 0;
}

.asset-builder tr {
  margin: 0;
}

.asset-builder td {
  border: 0;
  padding: 0;
  height: auto;
}

.asset-builder .sq-form-question-datetime .sq-form-question-title {
  font-size: 1.125rem;
  color: #2a3c6e;
}

.asset-builder .alert-danger {
  font-size: 1.125rem;
  color: #2a3c6e;
}

.asset-builder [id$="_drill_down_button"] {
  display: none;
}

.asset-builder .volume-hierarchy-question-wrapper select {
  display: none;
}

.asset-builder .volume-hierarchy-question-wrapper--ready select {
  display: block;
}

.asset-builder .volume-hierarchy-question-wrapper td:first-child {
  font-size: 1.125rem;
  color: #2a3c6e;
  vertical-align: top;
}

.asset-builder .volume-hierarchy-question-wrapper tr + tr td {
  padding-top: 20px;
}

.asset-builder--standard-drawing #sq_commit_button {
  display: none;
}

.asset-builder--ready #sq_commit_button {
  display: block;
}

.asset-builder .sq-backend-smallprint {
  margin-top: 10px;
}

/* Module: S */
table {
  width: 100%;
  margin-bottom: 4.375rem;
}

table th,
table td {
  padding-left: 0.625rem;
  padding-left: 0.625rem;
}

table th {
  color: #2a3c6e;
  height: 3.125rem;
  background-color: #f4f4f4;
  border: solid 1px #c7c7c7;
  font-size: 1.125rem;
}

table th + td {
  border-top: solid 1px rgba(42, 60, 110, 0.4);
}

table td {
  height: 4.0625rem;
  border-bottom: solid 1px rgba(42, 60, 110, 0.4);
  font-size: 1rem;
}

table .w-25 {
  width: 25%;
}

table .w-50 {
  width: 50%;
}

.table__scroll {
  overflow: auto;
  margin-bottom: 4.375rem;
}

.table__scroll table {
  width: 100%;
  min-width: 650px;
  margin-bottom: 0;
}

.table__scroll.table__wide table {
  min-width: 900px;
}

/* Module: S */
.vacancies__subheading {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.9375rem;
  margin-bottom: 1.875rem;
}

.vacancies__list {
  margin-bottom: 3.125rem;
}

.vacancy__item {
  padding-bottom: 2.1875rem;
  border-bottom: 1px solid #d8d8d8;
}

.vacancy__item + .vacancy__item {
  margin-top: 1.25rem;
}

.vacancy__job-title {
  font-size: 1.125rem;
  font-weight: 500;
}

.vacancy__location-code-desc {
  font-size: 0.75rem;
  font-weight: 500;
}

.vacancy__type {
  margin-bottom: 0rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.vacancy__designation {
  font-size: 0.75rem;
  font-weight: 500;
}

.vacancy__pri-obj {
  font-size: 0.75rem;
}

.vacancy__pri-obj-heading {
  font-weight: 500;
}

.vacancy__contact {
  font-size: 0.75rem;
}

.vacancy__contact-heading {
  font-weight: 500;
}

.vacancy__closing-date {
  font-size: 0.75rem;
  font-weight: 500;
}

.vacancy__link {
  display: block;
  color: #0165b0;
  font-size: 0.875rem;
  font-weight: 500;
}

.vacancy__link + .vacancy__link {
  margin-top: 1.25rem;
}

.vacancy__link-attachment + .vacancy__link-attachment {
  margin-top: 0.625rem;
}

@media (min-width: 36em) {
  /* Module: S */
  /* responsive detection settings */
  body {
    z-index: 2;
  }
  /* Module: S */
  /* Module: S */
  .footer {
    padding: 7.125rem 0 2.5rem;
  }
  .footer__top {
    padding: 0 1.25rem 2.1875rem;
    margin-bottom: 1.4375rem;
    border-bottom: 1px solid #5F6B73;
  }
  .footer .footer__inner {
    flex-direction: row;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .footer__inner {
    margin: 0 auto;
  }
  .no-js .footer__inner,
  .no-flexbox .footer__inner {
    display: table;
  }
  .flexbox .footer__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .footer__logo {
    margin: -0.75rem 5% 0 0;
    width: 7.1875rem;
  }
  .footer__social-links {
    margin-bottom: 0;
    order: 2;
    justify-content: flex-end;
    width: auto;
    flex-grow: 1;
    align-items: center;
  }
  .footer__social-links li a {
    height: auto;
  }
  .footer__text-links {
    margin: 0;
    text-align: left;
    justify-content: left;
    width: auto;
    flex-grow: 1;
    align-items: center;
  }
  .footer__text-links .footer__text-link {
    margin: 0 0 0 0.9375rem;
  }
  .footer__text-links li:first-child .footer__text-link {
    margin: 0;
  }
  .footer__bottom {
    padding: 0 1.25rem 0;
  }
  .footer__copyright-text {
    text-align: left;
  }
  /* Module: S */
  form {
    padding: 0 20px;
  }
  .form-heading {
    padding-left: 20px;
  }
  /* Module: S */
  .header-logo-container {
    width: 9.25rem;
  }
  .pwc-menu-button__images {
    height: 2.1875rem;
    width: 2.1875rem;
  }
  .pwc-navbar-sidenav .pwc-nav-item:last-child {
    padding-left: 3.75rem;
  }
  /* Module: S */
  /* Module: S */
  .outages__header-container {
    flex-wrap: nowrap;
  }
  .outages__counter {
    margin-right: 0.75rem;
  }
  .outages-module--type-bar .outages__counters {
    padding-right: 0.75rem;
  }
  .outages__counter-text-outage-term {
    display: block;
  }
  .outages-module--type-bar .outages__location-selector {
    order: 0;
    padding: 0;
    height: 2.8125rem;
  }
  .outages-module--type-bar .outages__location-selector .select2 {
    border: 0;
  }
  .outages-module--type-bar .outages__location-selector .select2-selection--single {
    background-color: #ececec;
  }
  .outages-module--type-bar .outages__location-selector .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20256%20158.2%22%20style%3D%22enable-background%3Anew%200%200%20256%20158.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%232a3c6e%22%20points%3D%22128%2C0%200%2C128%2030.2%2C158.2%20128%2C60.4%20225.8%2C158.2%20256%2C128%20%22%2F%3E%3C%2Fsvg%3E");
  }
  .outages-module--type-bar .outages__location-selector .select2-container--focus .select2-selection--single {
    background-color: #f9f9f9;
    outline: -webkit-focus-ring-color auto 5px;
  }
  .outages-module--type-bar .outages__location-selector .select2-container--open .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22100%22%20height%3D%22100%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20fill%3D%22%232a3c6e%22%20d%3D%22M66.195%2C11.643%20L43.220%2C34.618%20L65.842%2C57.240%20C68.283%2C59.681%2068.283%2C63.638%2065.842%2C66.079%20L65.791%2C66.129%20C63.351%2C68.570%2059.393%2C68.570%2056.953%2C66.129%20L34.330%2C43.507%20L11.674%2C66.164%20C9.246%2C68.592%205.308%2C68.592%202.880%2C66.164%20L2.830%2C66.114%20C0.402%2C63.685%200.402%2C59.748%202.830%2C57.320%20L25.486%2C34.663%20L2.152%2C11.329%20C-0.289%2C8.888%20-0.289%2C4.931%202.152%2C2.490%20L2.202%2C2.439%20C4.643%2C-0.001%208.600%2C-0.001%2011.041%2C2.439%20L34.376%2C25.774%20L57.351%2C2.799%20C59.779%2C0.370%2063.716%2C0.370%2066.145%2C2.799%20L66.195%2C2.849%20C68.623%2C5.277%2068.623%2C9.214%2066.195%2C11.643%20Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 12px 12px;
  }
  .outages__location-selector-select2-dropdown.select2-dropdown--above {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ececec !important;
  }
  .outages__location-selector-select2-dropdown.select2-dropdown--above .select2-search {
    order: 1;
    border-top: 1px solid #d4d8e2;
  }
  .outages__location-selector-select2-dropdown.select2-dropdown--above .select2-geolocation {
    order: 2;
    border-top: 1px solid #d4d8e2;
  }
  .outages-list__header-outage-details,
  .outages-list__cell-outage-details {
    display: none;
  }
  .outages-list__header-outage-type,
  .outages-list__cell-outage-type {
    display: block;
  }
  .outages-list__header-order-no,
  .outages-list__cell-order-no {
    display: block;
  }
  .outages-list__header-details,
  .outages-list__cell-details {
    display: block;
  }
  .outages-list__header-start,
  .outages-list__cell-start {
    display: block;
  }
  .outages-list__header-estimated-end,
  .outages-list__cell-estimated-end {
    display: block;
  }
  .outages-list__header-start-end,
  .outages-list__cell-start-end {
    display: none;
  }
  .outages-links {
    margin-top: 0.75rem;
  }
  .outages-link {
    margin-bottom: 0rem;
  }
  /* Module: S */
  .pwc-banner {
    height: 16.25rem;
    background-size: cover;
    padding: 3rem 0;
    font-size: 1.375rem;
  }
  .pwc-banner h1 {
    text-align: left;
    font-size: 1.375rem;
    line-height: 1.2;
  }
  .pwc-banner__heading {
    padding: 0;
  }
  .pwc-banner__heading h1 {
    margin-bottom: 1.875rem;
  }
  .pwc-banner__photo h1 {
    color: #2a3c6e;
  }
  .pwc-banner__cta {
    display: block;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
  }
  .pwc-banner__light h1 {
    color: white;
  }
  .pwc-banner .global-search {
    width: 28.125rem;
  }
  .pwc-banner .global-search form {
    padding: 0;
  }
  .pwc-banner__home {
    padding: 5rem 0;
    background-color: #f2f2f2;
  }
  .pwc-banner__home .pwc-banner__heading {
    width: 80%;
    margin-bottom: 1.5rem;
    color: #2a3c6e;
  }
  .pwc-banner__home .global-search input[type="text"] {
    color: #2a3c6e;
  }
  .pwc-banner__home ::placeholder {
    color: #2a3c6e !important;
    opacity: 1 !important;
  }
  .pwc-banner__home :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #2a3c6e !important;
  }
  .pwc-banner__home ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #2a3c6e !important;
  }
  .pwc-banner__home .search-form__submit path {
    fill: #2a3c6e;
  }
  .pwc-banner__home .global-search fieldset {
    border-bottom: 1px solid #2a3c6e;
  }
  .pwc-banner__home.pwc-banner__light .pwc-banner__heading {
    color: #fff;
  }
  .pwc-banner__home.pwc-banner__light .global-search input[type="text"] {
    color: #fff;
  }
  .pwc-banner__home.pwc-banner__light ::placeholder {
    color: #fff !important;
  }
  .pwc-banner__home.pwc-banner__light :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
  }
  .pwc-banner__home.pwc-banner__light ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
  }
  .pwc-banner__home.pwc-banner__light .search-form__submit path {
    fill: #fff;
  }
  .pwc-banner__home.pwc-banner__light .global-search fieldset {
    border-bottom: 1px solid #fff;
  }
  .pwc-banner__home.banner_overlay .pwc-banner__heading {
    color: #fff;
  }
  .pwc-banner__home.banner_overlay .global-search input[type="text"] {
    color: #fff;
  }
  .pwc-banner__home.banner_overlay ::placeholder {
    color: #fff !important;
  }
  .pwc-banner__home.banner_overlay :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
  }
  .pwc-banner__home.banner_overlay ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
  }
  .pwc-banner__home.banner_overlay .search-form__submit path {
    fill: #fff;
  }
  .pwc-banner__home.banner_overlay .global-search fieldset {
    border-bottom: 1px solid #fff;
  }
  .pwc-banner.pwc-banner-isDark {
    background-color: black;
    color: white;
  }
  .pwc-banner.pwc-banner-isDark h1 {
    color: white;
  }
  .pwc-banner.pwc-banner-isDark.pwc-banner__photo:after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
  }
  .pwc-banner.pwc-banner-isDark.no-overlay h1 {
    text-shadow: 0 1px 6px #000000;
  }
  .pwc-banner.pwc-banner-isDark.no-overlay.pwc-banner__photo:after {
    background: none;
  }
  .pwc-banner.pwc-banner-isLight {
    background-color: #f2f2f2;
  }
  .pwc-banner.pwc-banner-isLight.pwc-banner__photo:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.4) 100%);
  }
  .pwc-banner.pwc-banner-isLight.no-overlay.pwc-banner__photo:after {
    background: none;
  }
  .pwc-banner.pwc-banner-isLight.pwc-banner__photo.banner_overlay:after, .pwc-banner.pwc-banner-isDark.pwc-banner__photo.banner_overlay:after {
    background: rgba(42, 60, 110, 0.75) !important;
  }
  .pwc-banner.pwc-banner-isDarkCTA {
    background-color: black;
  }
  .pwc-banner.pwc-banner-isDarkCTA h1 {
    color: white;
  }
  .pwc-banner.pwc-banner-isDarkCTA:after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
  }
  .pwc-banner.pwc-banner-isDarkCTA.no-overlay h1 {
    text-shadow: 0 1px 6px #000000;
  }
  .pwc-banner.pwc-banner-isDarkCTA.no-overlay:after {
    background: none;
  }
  .pwc-banner.pwc-banner-isLightCTA {
    background-color: #f2f2f2;
  }
  .pwc-banner.pwc-banner-isLightCTA:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.4) 100%);
  }
  .pwc-banner.pwc-banner-isLightCTA.no-overlay:after {
    background: none;
  }
  /* Module: S */
  .pwc-campaign-carousel .container {
    padding: 0 40px;
  }
  .pwc-campaign-carousel .slick-next:before,
  .pwc-campaign-carousel .slick-prev:before {
    height: 30px;
    width: 30px;
  }
  .pwc-campaign-carousel .slick-prev:before {
    right: 16px;
  }
  .pwc-campaign-carousel .slick-next:before {
    left: 16px;
  }
  /* Module: S */
  .pwc-campaign-image-panel__content {
    padding: 5rem 0;
  }
  .pwc-campaign-image-panel__content p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  /* Module: S */
  /* Module: S */
  .consumption-calc__row-label {
    width: 5rem;
  }
  .consumption-calc__fields {
    width: calc(100% - 80px);
  }
  .consumption-calc__results {
    width: calc(100% - 80px);
    margin-left: 5rem;
  }
  /* Module: S */
  .pwc-promo-panel {
    height: 22.8125rem;
  }
  .pwc-promo-panel__heading {
    font-size: 2.125rem;
    margin-bottom: 1.4375rem;
  }
  .pwc-promo-panel__content {
    width: calc(100% - 200px);
  }
  .pwc-promo-panel__text {
    font-size: 1.125rem;
    margin-bottom: 1.5625rem;
    line-height: 1.4;
  }
  .pwc-promo-panel__cta {
    padding: 1.25rem 1.875rem;
    font-size: 0.875rem;
  }
  .pwc-promo-panel__cutout {
    display: block;
    position: absolute;
    right: 0;
    width: 12.5rem;
    bottom: -1.25rem;
  }
  /* Module: S */
  /* Module: S */
  /* Module: S */
  .pwc-tile-listing__grid {
    justify-content: space-between;
  }
  .pwc-tile-listing__tile {
    width: 48%;
  }
  .pwc-tile-listing__img-wrapper {
    flex-basis: 230px;
    flex-shrink: 0;
  }
  /* Module: S */
  .search-query__form {
    padding: 0;
  }
  /* Module: S */
}

@media (min-width: 48em) {
  /*
--------------------
Modules
--------------------
*/
  .call-out-box {
    padding: 2.1875rem 3.125rem;
    font-size: 1.375rem;
    line-height: 1.9375rem;
  }
  .call-out-box__report {
    padding-left: 160px;
    position: relative;
  }
  .call-out-box__report:after {
    content: '';
    position: absolute;
    top: calc(50% - 50px);
    left: 50px;
    width: 81px;
    height: 81px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2281px%22%20height%3D%2281px%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22%23ffffff%22%20d%3D%22M80.251%2C7.894%20L78.455%2C9.691%20C79.442%2C10.679%2079.442%2C12.274%2078.455%2C13.262%20L80.251%2C15.058%20C80.732%2C15.566%2080.732%2C16.349%2080.251%2C16.858%20L65.801%2C31.287%20L64.129%2C32.958%20C63.878%2C33.211%2063.599%2C33.336%2063.271%2C33.336%20C62.942%2C33.336%2062.612%2C33.211%2062.360%2C32.958%20C61.854%2C32.476%2061.854%2C31.665%2062.360%2C31.160%20L65.801%2C27.717%20L77.569%2C15.945%20L76.659%2C15.058%20L63.271%2C28.451%20L37.306%2C54.450%20L37.279%2C54.424%20C37.076%2C54.628%2036.824%2C54.830%2036.545%2C54.957%20L26.700%2C59.439%20C25.764%2C59.869%2024.625%2C59.665%2023.867%2C58.907%20L22.980%2C59.817%20C22.474%2C60.298%2021.689%2C60.298%2021.184%2C59.817%20C20.703%2C59.312%2020.703%2C58.527%2021.184%2C58.020%20L22.094%2C57.134%20C21.337%2C56.375%2021.133%2C55.236%2021.562%2C54.300%20L26.043%2C44.451%20C26.169%2C44.173%2026.372%2C43.920%2026.575%2C43.718%20L26.549%2C43.690%20L52.539%2C17.716%20L67.724%2C2.527%20C68.712%2C1.539%2070.306%2C1.539%2071.293%2C2.527%20L73.090%2C0.730%20C74.078%2C-0.257%2075.672%2C-0.257%2076.659%2C0.730%20L80.251%2C4.324%20C81.239%2C5.312%2081.239%2C6.905%2080.251%2C7.894%20ZM23.867%2C55.337%20L25.663%2C57.134%20L35.508%2C52.653%20L28.346%2C45.489%20L23.867%2C55.337%20ZM30.144%2C43.690%20L37.306%2C50.855%20L54.287%2C33.842%20L47.150%2C26.704%20L30.144%2C43.690%20ZM61.094%2C17.744%20L71.831%2C7.000%20C71.891%2C6.940%2071.967%2C6.910%2072.036%2C6.864%20L69.496%2C4.324%20L48.922%2C24.907%20L56.083%2C32.071%20L76.659%2C11.489%20L73.757%2C8.586%20C73.711%2C8.654%2073.681%2C8.730%2073.621%2C8.791%20L62.883%2C19.532%20C62.389%2C20.027%2061.588%2C20.027%2061.094%2C19.532%20C60.597%2C19.037%2060.597%2C18.238%2061.094%2C17.744%20ZM74.888%2C2.527%20L73.090%2C4.324%20L76.659%2C7.894%20L78.455%2C6.095%20L74.888%2C2.527%20ZM57.514%2C24.902%20C57.019%2C25.398%2056.219%2C25.398%2055.724%2C24.902%20C55.229%2C24.407%2055.229%2C23.606%2055.724%2C23.111%20L57.514%2C21.322%20C58.008%2C20.827%2058.809%2C20.827%2059.303%2C21.322%20C59.799%2C21.817%2059.799%2C22.618%2059.303%2C23.111%20L57.514%2C24.902%20ZM2.533%2C17.718%20L2.533%2C78.476%20L63.270%2C78.476%20L63.270%2C35.868%20C64.221%2C35.868%2065.092%2C35.507%2065.801%2C34.846%20L65.801%2C78.476%20C65.801%2C79.867%2064.661%2C81.007%2063.270%2C81.007%20L2.533%2C81.007%20C1.140%2C81.007%200.000%2C79.867%200.000%2C78.476%20L0.000%2C17.718%20C0.000%2C16.325%201.140%2C15.186%202.533%2C15.186%20L51.482%2C15.186%20L48.950%2C17.718%20L2.533%2C17.718%20Z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
  }
  /* Module: S */
  .alert__name {
    display: block;
    min-height: 0;
  }
  .alert__subtitle {
    display: block;
  }
  /* Module: S */
  /* Module: S */
  .breadcrumb {
    display: flex;
  }
  /* Module: S */
  .footer__logo {
    margin: -0.75rem 5.125rem 0 0;
  }
  .footer__text-links .footer__text-link {
    margin: 0 0 0 2.1875rem;
  }
  /* Module: S */
  .pwc-menu-button__images {
    height: 2.1875rem;
    width: 2.1875rem;
    margin: auto;
    vertical-align: middle;
  }
  .pwc-menu-button__images path {
    fill: #2a3c6e;
  }
  .pwc-nav-item .pwc-menu-button__images.phone {
    display: initial;
  }
  /* Module: S */
  /* Module: S */
  /* Module: S */
  .outages-module--type-section .outages__header {
    padding-bottom: 3.125rem;
  }
  .outages-module--type-section .outages__header .container {
    flex-direction: row;
  }
  .outages-module--type-section .outages__location-selector {
    order: 0;
    width: 42%;
    margin: 0 0.875rem 0 0;
  }
  .outages-module--type-section .outages__counters {
    justify-content: start;
  }
  .outages-list__header-works-or-outages,
  .outages-list__cell-works-or-outages {
    display: block;
  }
  .outages-list__item-street-details {
    padding-left: 7.1875rem;
  }
  /* Module: S */
  .pwc-banner {
    padding: 4rem 0;
  }
  .pwc-banner h1 {
    font-size: 2rem;
  }
  .pwc-banner.pwc-banner__large {
    padding: 6rem 0;
  }
  .pwc-banner__cta a {
    font-size: 1rem;
  }
  .pwc-banner__home {
    padding: 5rem 0;
  }
  .pwc-banner__home .pwc-banner__heading {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1.8rem;
  }
  .pwc-banner__home a {
    font-size: 1.2rem;
    font-weight: 400;
    padding-bottom: 0.8rem;
    max-width: 350px;
  }
  .pwc-banner__home .pwc-banner__search--icon {
    height: 42px;
  }
  .alert-banner__heading-text {
    font-size: 3rem;
  }
  /* Module: S */
  .pwc-campaign-carousel .container {
    padding: 0 50px;
  }
  .pwc-campaign-carousel .slick-next:before,
  .pwc-campaign-carousel .slick-prev:before {
    height: 35px;
    width: 35px;
  }
  .pwc-campaign-carousel .slick-prev:before {
    right: 20px;
  }
  .pwc-campaign-carousel .slick-next:before {
    left: 20px;
  }
  .pwc-campaign-carousel__item {
    height: 21.875rem;
    min-height: 21.875rem;
  }
  /* Module: S */
  /* Module: S */
  .pwc-campaign-intro-strip p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .pwc-campaign-intro-strip__heading {
    font-size: 2.5rem;
  }
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  .pwc-thin-cta-strip__row {
    flex-direction: row;
  }
  .pwc-thin-cta-strip__row a {
    position: relative;
  }
  .pwc-thin-cta-strip__row a:nth-child(2) {
    margin-top: 0;
    margin-left: 1.875rem;
  }
  .pwc-thin-cta-strip__text {
    position: relative;
    word-wrap: normal;
  }
  .pwc-thin-cta-strip__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .pwc-thin-cta-strip__row a:hover .pwc-thin-cta-strip__bg:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  /* Module: S */
  /* Module: S */
  .pwc-tile-listing__grid {
    justify-content: center;
  }
  .pwc-tile-listing__tile {
    flex-direction: row;
    width: 100%;
    min-height: 13.75rem;
    border: none;
  }
  .pwc-tile-listing__img-wrapper {
    border: 1px solid #b3b3b3;
    border-right-color: #cbcbcb;
  }
  .pwc-tile-listing__img {
    max-height: 11.25rem;
  }
  .pwc-tile-listing__body {
    padding: 2.8125rem 3.75rem 2.1875rem 2.5rem;
    border: 1px solid #dcdcdc;
    border-left: none;
    flex: 1;
  }
  /* Module: S */
  /* Module: S */
  .pwc-two-col {
    margin: 0 -30px;
  }
  .pwc-two-col__col {
    flex: 1;
    margin: 0 30px;
  }
  /* Module: S */
  .related-page-tiles {
    padding: 0;
  }
  /* Module: S */
  .search-results__wrapper {
    margin: 0;
  }
  .no-js .search-results__wrapper,
  .no-flexbox .search-results__wrapper {
    display: table;
  }
  .flexbox .search-results__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .search-facets__wrapper {
    background-color: #f4f4f4;
    padding: 70px 0 0 0;
    position: relative;
    display: block;
    width: 18.75rem;
    min-width: 18.75rem;
  }
  .search-facets__wrapper:before {
    content: '';
    position: absolute;
    background-color: #f4f4f4;
    width: 400%;
    height: 100%;
    right: 100%;
    top: 0;
  }
  .search-facets__toggler {
    display: none;
  }
  .search-results__container {
    padding: 70px 0 0 55px;
    width: 100%;
  }
  .search-query__synonyms {
    margin-top: 1.875rem;
  }
  .search-query__suggestions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2.1875rem -0.9375rem 0;
  }
  .search-query__suggestions-section {
    width: calc(50% - 30px);
    margin: 0 0.9375rem 1.5625rem;
  }
  .search-results__item {
    padding: 1.5625rem 7.1875rem 1.5625rem 0;
  }
  .search-results__item-cta {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
  }
  /* Module: S */
  /* Module: S */
  .vacancy__details {
    display: flex;
    justify-content: space-between;
  }
  .vacancy__details-rhs {
    width: 15.625rem;
    margin-left: 1.25rem;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: right;
  }
}

@media (min-width: 62em) {
  .main__sidebar-inner {
    padding-left: 2.5rem;
  }
  /* Module: S */
  /* responsive detection settings */
  body {
    z-index: 3;
  }
  .header-controllers {
    z-index: 9;
  }
  .header-controllers .desktop-only-controllers {
    display: block;
  }
  .header-controllers .mobile-only-controllers {
    display: none;
  }
  .navigation-mobile {
    display: none;
  }
  .navigation-desktop {
    display: block;
    position: absolute;
    /*z-index: 8;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
  }
  .navigation-desktop ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .navigation-desktop .navigation-desktop__tier-1 {
    margin: 0 160px 0 200px;
    float: right;
    height: 100%;
    overflow: hidden;
  }
  .no-js .navigation-desktop .navigation-desktop__tier-1,
  .no-flexbox .navigation-desktop .navigation-desktop__tier-1 {
    display: table;
  }
  .flexbox .navigation-desktop .navigation-desktop__tier-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .navigation-desktop .navigation-desktop__tier-1 > .navigation-desktop__item > a {
    color: #2a3c6e;
    padding: 20px;
    display: block;
    padding: 27px 25px 27px;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .navigation-desktop .navigation-desktop__tier-1 > .navigation-desktop__item > a:hover, .navigation-desktop .navigation-desktop__tier-1 > .navigation-desktop__item > a:focus {
    background: #eaeaea;
  }
  .navigation-desktop .navigation-desktop__tier-1 > .navigation-desktop__item.current {
    background: #2a3c6e;
  }
  .navigation-desktop .navigation-desktop__tier-1 > .navigation-desktop__item.current > a {
    padding: 27px 25px 27px 25px;
    position: relative;
    color: #fff;
  }
  .navigation-desktop .navigation-desktop__tier-1 > .navigation-desktop__item.current > a:hover, .navigation-desktop .navigation-desktop__tier-1 > .navigation-desktop__item.current > a:focus {
    background: #2a3c6e;
  }
  .navigation-desktop .navigation-desktop__tier-1 > .navigation-desktop__item.current.homepage > a:before {
    background: url(../mysource_files/icon-home.svg) no-repeat 0 0;
  }
  .navigation-desktop .navigation-desktop__tier-1 > .navigation-desktop__item.homepage > a {
    position: relative;
    padding: 27px 25px 27px 50px;
  }
  .navigation-desktop .navigation-desktop__tier-1 > .navigation-desktop__item.homepage > a:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 25px;
    top: 27px;
    background: url(../mysource_files/icon-home-green.svg) no-repeat 0 0;
  }
  .no-js .navigation-desktop .current > .navigation-desktop__tier-2, .no-js .navigation-desktop .navigation-desktop__global.active .current > .navigation-desktop__global-list, .navigation-desktop__global.active .no-js .navigation-desktop .current > .navigation-desktop__global-list,
  .no-flexbox .navigation-desktop .current > .navigation-desktop__tier-2,
  .no-flexbox .navigation-desktop .navigation-desktop__global.active .current > .navigation-desktop__global-list,
  .navigation-desktop__global.active .no-flexbox .navigation-desktop .current > .navigation-desktop__global-list {
    display: table;
  }
  .flexbox .navigation-desktop .current > .navigation-desktop__tier-2, .flexbox .navigation-desktop .navigation-desktop__global.active .current > .navigation-desktop__global-list, .navigation-desktop__global.active .flexbox .navigation-desktop .current > .navigation-desktop__global-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .navigation-desktop .navigation-desktop__tier-2, .navigation-desktop .navigation-desktop__global.active .navigation-desktop__global-list, .navigation-desktop__global.active .navigation-desktop .navigation-desktop__global-list {
    justify-content: center;
    position: absolute;
    width: 100%;
    background: #2a3c6e;
    top: 75px;
    left: 0;
    min-height: 6.25rem;
    display: none;
  }
  .navigation-desktop .navigation-desktop__tier-2 > .navigation-desktop__item, .navigation-desktop .navigation-desktop__global.active .navigation-desktop__global-list > .navigation-desktop__item, .navigation-desktop__global.active .navigation-desktop .navigation-desktop__global-list > .navigation-desktop__item {
    flex-grow: 1;
  }
  .navigation-desktop .navigation-desktop__tier-2 > .navigation-desktop__item.open .navigation-desktop__mega-menu, .navigation-desktop .navigation-desktop__global.active .navigation-desktop__global-list > .navigation-desktop__item.open .navigation-desktop__mega-menu, .navigation-desktop__global.active .navigation-desktop .navigation-desktop__global-list > .navigation-desktop__item.open .navigation-desktop__mega-menu {
    max-height: 400px;
  }
  .navigation-desktop .navigation-desktop__tier-2 > .navigation-desktop__item.open .navigation-desktop__mega-menu > li, .navigation-desktop .navigation-desktop__global.active .navigation-desktop__global-list > .navigation-desktop__item.open .navigation-desktop__mega-menu > li, .navigation-desktop__global.active .navigation-desktop .navigation-desktop__global-list > .navigation-desktop__item.open .navigation-desktop__mega-menu > li {
    left: auto;
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .js-enabled .navigation-desktop .navigation-desktop__tier-2 > .navigation-desktop__item:hover .navigation-desktop__mega-menu, .js-enabled .navigation-desktop .navigation-desktop__global.active .navigation-desktop__global-list > .navigation-desktop__item:hover .navigation-desktop__mega-menu, .navigation-desktop__global.active .js-enabled .navigation-desktop .navigation-desktop__global-list > .navigation-desktop__item:hover .navigation-desktop__mega-menu {
    max-height: 400px;
  }
  .js-enabled .navigation-desktop .navigation-desktop__tier-2 > .navigation-desktop__item:hover .navigation-desktop__mega-menu > li, .js-enabled .navigation-desktop .navigation-desktop__global.active .navigation-desktop__global-list > .navigation-desktop__item:hover .navigation-desktop__mega-menu > li, .navigation-desktop__global.active .js-enabled .navigation-desktop .navigation-desktop__global-list > .navigation-desktop__item:hover .navigation-desktop__mega-menu > li {
    left: auto;
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .navigation-desktop .navigation-desktop__tier-2:before, .navigation-desktop .navigation-desktop__global.active .navigation-desktop__global-list:before, .navigation-desktop__global.active .navigation-desktop .navigation-desktop__global-list:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: #2a3c6e;
    z-index: 0;
    position: absolute;
  }
  .navigation-desktop .navigation-desktop__tier-2:after, .navigation-desktop .navigation-desktop__global.active .navigation-desktop__global-list:after, .navigation-desktop__global.active .navigation-desktop .navigation-desktop__global-list:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: auto;
    top: 0;
    right: -100%;
    background: #2a3c6e;
    z-index: 0;
    position: absolute;
  }
  .navigation-desktop .navigation-desktop__tier-2 a, .navigation-desktop .navigation-desktop__global.active .navigation-desktop__global-list a, .navigation-desktop__global.active .navigation-desktop .navigation-desktop__global-list a {
    color: #fff;
  }
  .navigation-desktop .navigation-desktop__tier-2.expanded .navigation-desktop__link span:before, .navigation-desktop .navigation-desktop__global.active .expanded.navigation-desktop__global-list .navigation-desktop__link span:before, .navigation-desktop__global.active .navigation-desktop .expanded.navigation-desktop__global-list .navigation-desktop__link span:before {
    display: none !important;
  }
  .save-as-homepage {
    max-width: 130px;
  }
  .save-as-homepage:before {
    display: none;
  }
  .save-as-homepage .save-as-homepage-link {
    font-size: 12px;
    padding: 38px 20px 10px;
    display: block;
    text-align: left;
  }
  .save-as-homepage .save-as-homepage-link:after {
    bottom: 0px !important;
  }
  .save-as-homepage .save-as-homepage-link:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    background: url(../mysource_files/icon-home.svg) no-repeat 0 0;
  }
  .save-as-homepage .save-as-homepage-link:hover, .save-as-homepage .save-as-homepage-link:focus {
    text-decoration: none;
  }
  .navigation-desktop__tier-1 .homepage .save-as-homepage {
    display: none;
    /*&:after {
    content: "Saved as your homepage";
    color: #fff;
    text-align: left;
    display: inline-block;
    padding: 38px 20px 10px;
    width: 100%;
    position: relative;
    font-size: 12px;
  }*/
  }
  .navigation-desktop__tier-1 .homepage .save-as-homepage .save-as-homepage-link {
    display: none;
  }
  .navigation-desktop__tier-2:not(.expanded) .navigation-desktop__mega-menu, .navigation-desktop__global.active .navigation-desktop__global-list:not(.expanded) .navigation-desktop__mega-menu {
    transition-delay: 500ms;
  }
  .navigation-desktop__tier-2:not(.expanded) .navigation-desktop__mega-menu > li, .navigation-desktop__global.active .navigation-desktop__global-list:not(.expanded) .navigation-desktop__mega-menu > li {
    transition-delay: 500ms;
  }
  .js-enabled .navigation-desktop__tier-2:not(.expanded) .navigation-desktop__mega-menu > li, .js-enabled .navigation-desktop__global.active .navigation-desktop__global-list:not(.expanded) .navigation-desktop__mega-menu > li, .navigation-desktop__global.active .js-enabled .navigation-desktop__global-list:not(.expanded) .navigation-desktop__mega-menu > li {
    pointer-events: none;
  }
  .navigation-desktop .navigation-desktop__mega-menu {
    max-height: 0;
    padding-left: 15px;
    left: 0;
    top: 100%;
    display: block;
    position: absolute;
    width: 100%;
    -webkit-transition: 500ms max-height ease;
    -moz-transition: 500ms max-height ease;
    transition: 500ms max-height ease;
    background: rgba(7, 21, 32, 0.95);
  }
  .navigation-desktop .navigation-desktop__mega-menu > li {
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 200ms opacity ease, 200ms visibility ease;
    -moz-transition: 200ms opacity ease, 200ms visibility ease;
    transition: 200ms opacity ease, 200ms visibility ease;
  }
  .no-js .navigation-desktop .navigation-desktop__mega-menu,
  .no-flexbox .navigation-desktop .navigation-desktop__mega-menu {
    display: table;
  }
  .flexbox .navigation-desktop .navigation-desktop__mega-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .navigation-desktop .navigation-desktop__mega-menu:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 2000px;
    right: 100%;
    left: auto;
    top: 0;
    background: rgba(7, 21, 32, 0.95);
  }
  .navigation-desktop .navigation-desktop__mega-menu:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 2000px;
    left: 100%;
    right: auto;
    top: 0;
    background: rgba(7, 21, 32, 0.95);
  }
  .navigation-desktop .navigation-desktop__mega-menu .mega-menu__related-links {
    width: 30%;
    padding: 1.375rem 6.25rem 2.25rem 0;
  }
  .navigation-desktop .navigation-desktop__mega-menu .mega-menu__related-links .related-links__list .related-links__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .navigation-desktop .navigation-desktop__mega-menu .mega-menu__related-links .related-links__list .related-links__item:hover .related-links__link {
    text-decoration: none;
  }
  .navigation-desktop .navigation-desktop__mega-menu .mega-menu__related-links .related-links__list .related-links__item:hover .related-links__link:before {
    left: 0.625rem;
  }
  .navigation-desktop .navigation-desktop__mega-menu .mega-menu__related-links .related-links__list .related-links__link {
    display: block;
    padding: 0.9375rem 0 0.9375rem 2.1875rem;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
  }
  .navigation-desktop .navigation-desktop__mega-menu .mega-menu__related-links .related-links__list .related-links__link:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 4px;
    top: 19px;
    background: url(../mysource_files/arrow-right-orange.svg) no-repeat 0 0;
    transition: left ease-in .1s;
  }
  .navigation-desktop .navigation-desktop__mega-menu .mega-menu_tier-3-links {
    width: 70%;
    padding: 1.375rem 0 1.5625rem 0;
  }
  .navigation-desktop .navigation-desktop__mega-menu .navigation-desktop__tier-3 {
    display: flex;
    flex-wrap: wrap;
  }
  .navigation-desktop .navigation-desktop__mega-menu .navigation-desktop__tier-3-item {
    margin-right: 7%;
    width: 25%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .navigation-desktop .navigation-desktop__mega-menu .navigation-desktop__tier-3-item .navigation-desktop__tier-3-link {
    display: block;
    padding: 0.9375rem 0;
    padding-right: 0.3125rem;
    max-width: 100%;
    -webkit-transition: 500ms padding ease;
    -moz-transition: 500ms padding ease;
    transition: 500ms padding ease;
  }
  .navigation-desktop .navigation-desktop__mega-menu .navigation-desktop__tier-3-item .navigation-desktop__tier-3-link:hover {
    text-decoration: none;
    padding-left: 0.3125rem;
    padding-right: 0;
  }
  .toggle-global-navigation.active {
    background: #2a3c6e;
  }
  .toggle-global-navigation.active svg path, .toggle-global-navigation.active svg g {
    fill: #fff;
  }
  .toggle-global-navigation.subs-active {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
  }
  .navigation-desktop__global {
    display: none;
  }
  .navigation-desktop__global.active {
    display: block !important;
    margin-left: 15px;
  }
  .navigation-desktop__global.active .navigation-desktop__global-list {
    position: relative;
    width: 100%;
  }
  .no-js .navigation-desktop__global.active .navigation-desktop__global-list,
  .no-flexbox .navigation-desktop__global.active .navigation-desktop__global-list {
    display: table;
  }
  .flexbox .navigation-desktop__global.active .navigation-desktop__global-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .navigation-desktop__global.active .navigation-desktop__global-list .navigation-desktop__item {
    flex-grow: 1;
  }
  .navigation-desktop__global {
    display: none;
  }
  .navigation-desktop__global.subs-active {
    clear: both;
    display: block !important;
    background: #fff;
    position: relative;
    right: 0;
    width: 280px;
    float: right;
    z-index: 99;
    margin: -15px 0 0 0;
    padding: 10px 0;
    border: 1px solid #efefef;
  }
  .navigation-desktop__global.subs-active:before {
    content: "";
    display: block;
    height: 1px;
    width: 36px;
    background: #fff;
    position: absolute;
    top: -1px;
    right: 1px;
  }
  .navigation-desktop__global.subs-active .navigation-desktop__global-list {
    position: relative;
    width: 100%;
    display: block;
  }
  .navigation-desktop__global.subs-active .navigation-desktop__global-list .navigation-desktop__item {
    font-size: 0.875rem;
  }
  .navigation-desktop__global.subs-active .navigation-desktop__global-list .navigation-desktop__item .navigation-desktop__link {
    color: #191919;
    position: relative;
    display: block;
    padding: 0.625rem 2.8125rem 0.625rem 1.875rem;
    transition: margin-left 500ms ease;
  }
  .navigation-desktop__global.subs-active .navigation-desktop__global-list .navigation-desktop__item .navigation-desktop__link:hover {
    text-decoration: none;
    margin-left: 0.3125rem;
  }
  .navigation-desktop__global.subs-active .navigation-desktop__global-list .navigation-desktop__item .navigation-desktop__link:hover:after {
    right: 25px;
  }
  .navigation-desktop__global.subs-active .navigation-desktop__global-list .navigation-desktop__item .navigation-desktop__link:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: auto;
    right: 20px;
    top: 13px;
    background: url(../mysource_files/arrow-right-green.svg) no-repeat 0 0;
    transition: right 500ms ease;
  }
  .left-border:before, .navigation-desktop .navigation-desktop__tier-2 > .navigation-desktop__item:not(.save-as-homepage) > a:before, .navigation-desktop__global.active .navigation-desktop__global-list .navigation-desktop__item > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    border-left: solid thin #eaeaea;
    height: 50px;
    top: 25px;
    left: 0;
    z-index: 0;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: alpha(opacity=20);
    filter: alpha(opacity=20);
  }
  .right-border:after, .navigation-desktop .navigation-desktop__tier-2 > .navigation-desktop__item:last-child > a:after, .navigation-desktop__global.active .navigation-desktop__global-list .navigation-desktop__item:last-child > a:after {
    content: "";
    display: block;
    /* block */
    position: absolute;
    /* absolute */
    width: 100%;
    border-right: solid thin #eaeaea;
    height: 50px;
    left: auto;
    right: 0;
    top: 25px;
    z-index: 0;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: alpha(opacity=20);
    filter: alpha(opacity=20);
  }
  .tier-2-active-state, .navigation-desktop .navigation-desktop__tier-2 > .navigation-desktop__item > .navigation-desktop__link, .navigation-desktop__global.active .navigation-desktop__global-list .navigation-desktop__item .navigation-desktop__link {
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
    padding: 0;
  }
  .tier-2-active-state span, .navigation-desktop .navigation-desktop__tier-2 > .navigation-desktop__item > .navigation-desktop__link span, .navigation-desktop__global.active .navigation-desktop__global-list .navigation-desktop__item .navigation-desktop__link span {
    display: inline-block;
    position: relative;
    padding: 38px 20px;
  }
  .tier-2-active-state:hover, .navigation-desktop .navigation-desktop__tier-2 > .navigation-desktop__item > .navigation-desktop__link:hover, .navigation-desktop__global.active .navigation-desktop__global-list .navigation-desktop__item .navigation-desktop__link:hover, .tier-2-active-state:focus, .navigation-desktop .navigation-desktop__tier-2 > .navigation-desktop__item > .navigation-desktop__link:focus, .navigation-desktop__global.active .navigation-desktop__global-list .navigation-desktop__item .navigation-desktop__link:focus {
    text-decoration: none;
  }
  .tier-2-active-state-arrow:before, .navigation-desktop .navigation-desktop__tier-2 > .navigation-desktop__item.active > a span:before, .navigation-desktop .navigation-desktop__global.active .navigation-desktop__global-list > .navigation-desktop__item.active > a span:before, .navigation-desktop__global.active .navigation-desktop .navigation-desktop__global-list > .navigation-desktop__item.active > a span:before, .navigation-desktop__global.active .navigation-desktop__global-list .navigation-desktop__item.active .navigation-desktop__link span:before, .hoverDownArrow:hover:before, .navigation-desktop__global.active .navigation-desktop__global-list .navigation-desktop__item.navigation-desktop__has-subs .navigation-desktop__link span:hover:before, .hoverDownArrow:focus:before, .navigation-desktop__global.active .navigation-desktop__global-list .navigation-desktop__item.navigation-desktop__has-subs .navigation-desktop__link span:focus:before {
    content: "";
    display: block;
    left: calc(50% - 15px);
    top: auto;
    bottom: -12px;
    z-index: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #2a3c6e;
  }
  .tier-2-active-state-underline:after, .navigation-desktop__global.active .navigation-desktop__global-list .navigation-desktop__item.active .navigation-desktop__link span:after, .tier-2-active-state:hover span:after, .navigation-desktop .navigation-desktop__tier-2 > .navigation-desktop__item > .navigation-desktop__link:hover span:after, .navigation-desktop__global.active .navigation-desktop__global-list .navigation-desktop__item .navigation-desktop__link:hover span:after, .tier-2-active-state:focus span:after, .navigation-desktop .navigation-desktop__tier-2 > .navigation-desktop__item > .navigation-desktop__link:focus span:after, .navigation-desktop__global.active .navigation-desktop__global-list .navigation-desktop__item .navigation-desktop__link:focus span:after {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 3px;
    left: auto;
    right: auto;
    top: auto;
    bottom: 30px;
    background: #0165b0;
    z-index: 0;
    position: absolute;
  }
  #page-wrapper {
    padding: 175px 0 0 0;
    overflow-x: hidden;
  }
  .header {
    height: 175px;
    background: #fff;
  }
  .header > .container {
    max-width: 1330px;
  }
  .header.header-section__small {
    height: 75px;
  }
  .header.navigation-desktop__active {
    /*height: 175px;*/
  }
  .header .header__logo {
    width: 200px;
    z-index: 9;
    height: 4.6875rem;
  }
  .header .header__logo img {
    display: none;
  }
  .header .header__logo svg {
    width: 145px;
    height: 34px;
    margin: 15px 0 0 0;
  }
  .header .header__logo svg path, .header .header__logo svg g {
    fill: #2a3c6e;
  }
  .header .header__logo svg .svg-fill-alternate {
    fill: #6e7d28;
  }
  .header-controllers {
    right: 0;
    top: 0;
    height: 4.6875rem;
  }
  .header-controllers .header-controllers__list li {
    width: 38px;
  }
  .header-controllers .header-controllers__list li a {
    display: block;
    padding: 25px 7px;
  }
  .header-controllers .header-controllers__list li a.contact-us {
    background-size: 40px 40px;
  }
  .header-controllers svg path, .header-controllers svg g {
    fill: #2a3c6e;
  }
  .header-controllers .toggle-desktop-navigation:hover, .header-controllers .toggle-desktop-navigation:focus, .header-controllers .toggle-desktop-navigation.active {
    background: #2a3c6e;
  }
  .header-controllers .toggle-desktop-navigation:hover svg path, .header-controllers .toggle-desktop-navigation:hover svg g, .header-controllers .toggle-desktop-navigation:focus svg path, .header-controllers .toggle-desktop-navigation:focus svg g, .header-controllers .toggle-desktop-navigation.active svg path, .header-controllers .toggle-desktop-navigation.active svg g {
    fill: #fff;
  }
  .header-alert__container {
    display: none;
  }
  .header-alert__show, .alert__container {
    height: 7.5rem;
    /*
   *
   * The following rules are the core page header offsets
   * to allow for the alerts to sit above the header which means
   * everything needs to be adjusted down.
   * It's expected that only 2 alert banner will be present.
   *
  */
    /*
   *
   * End page header offsets styles
   *
  */
  }
  .header-alert__show + #page-wrapper, .alert__container + #page-wrapper,
  .header-alert__show + .header-alert__container + #page-wrapper,
  .alert__container + .header-alert__container + #page-wrapper {
    padding: 18.4375rem 0 0 0;
  }
  .header-alert__show + #page-wrapper .header, .alert__container + #page-wrapper .header,
  .header-alert__show + .header-alert__container + #page-wrapper .header,
  .alert__container + .header-alert__container + #page-wrapper .header {
    top: 7.5rem;
  }
  .header-alert__show + .header-alert__show, .alert__container + .header-alert__show, .header-alert__show + .alert__container, .alert__container + .alert__container {
    top: 7.5rem;
  }
  .header-alert__show + .header-alert__show + #page-wrapper, .alert__container + .header-alert__show + #page-wrapper, .header-alert__show + .alert__container + #page-wrapper, .alert__container + .alert__container + #page-wrapper {
    padding: 25.875rem 0 0 0;
  }
  .header-alert__show + .header-alert__show + #page-wrapper .header, .alert__container + .header-alert__show + #page-wrapper .header, .header-alert__show + .alert__container + #page-wrapper .header, .alert__container + .alert__container + #page-wrapper .header {
    top: 15rem;
  }
  .header-alert__show .container, .alert__container .container {
    height: 7.5rem;
  }
  .header-alert__show .alert__icon, .alert__container .alert__icon {
    width: 60px;
    height: 60px;
    left: 12px;
  }
  .header-alert__show .alert__content, .alert__container .alert__content {
    padding: 0 250px 0 80px;
    font-size: 1.625rem;
  }
  .header-alert__show .alert__subtitle, .alert__container .alert__subtitle {
    font-size: 0.9375rem;
  }
  .header-alert__show .alert__action, .alert__container .alert__action {
    width: auto;
    height: auto;
    left: auto;
    right: 10px;
  }
  .header-alert__show .alert__action-item, .alert__container .alert__action-item {
    display: block;
    float: left;
    margin: 0 25px 0 0;
  }
  .header-alert__show .alert__action-item span, .alert__container .alert__action-item span {
    display: block;
  }
  .header-alert__show .alert__action-item + .alert__action-item, .alert__container .alert__action-item + .alert__action-item {
    margin: 0;
  }
  .alert__action-link {
    display: block;
    color: #fff;
    padding: 8px 20px;
  }
  .alert__action-dismiss {
    display: block;
    width: auto;
    height: auto;
    padding: 8px 30px 0 0;
    left: auto;
    right: 0;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20342.357%20342.357%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%22290.04%2C33.286%20118.861%2C204.427%2052.32%2C137.907%200%2C190.226%20118.862%2C309.071%20342.357%2C85.606%20%22%20fill%3D%22%232a3c6e%22%2F%3E%3C%2Fsvg%3E") no-repeat 100% 12px;
    background-size: 25px 14px;
    border-bottom: 1px solid #000;
  }
  .alert-type__safety-alert .alert__action-link {
    background: #fff;
    color: #8c1b10;
  }
  .alert-type__safety-alert .alert__action-link span {
    color: #8c1b10;
  }
  .alert-type__safety-alert .alert__action-dismiss {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20342.357%20342.357%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%22290.04%2C33.286%20118.861%2C204.427%2052.32%2C137.907%200%2C190.226%20118.862%2C309.071%20342.357%2C85.606%20%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") no-repeat 100% 12px;
    background-size: 25px 14px;
    border-bottom: 1px solid #fff;
  }
  .alerts-listing__wrapper .alert__content {
    padding: 20px 170px;
  }
  .alerts-listing__wrapper .alert__icon {
    left: 60px;
  }
  .alerts-listing__wrapper .alert__action {
    right: 20px;
  }
  .alerts-listing__wrapper .alert__container {
    height: auto;
    min-height: 7.5rem;
  }
  .alerts-listing__wrapper .alert__action-link {
    padding: 8px 20px;
    font-size: 1rem;
  }
  .alerts-listing__wrapper .alert__issued {
    font-size: 1rem;
  }
  .tool-tip {
    position: absolute;
    width: 405px;
    background: #eaeaea;
    border-top: 5px solid #ef7d17;
    left: -9999px;
    top: 100%;
    padding: 20px 20px 10px 100px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, left 0s linear 0.5s, visibility 0s linear 0.5s;
  }
  .tool-tip.active {
    opacity: 1;
    left: 0;
    visibility: visible;
    transition: opacity 0.5s ease 0.1s;
  }
  .tool-tip:before {
    content: "";
    display: block;
    left: 30px;
    top: -20px;
    z-index: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ef7d17;
  }
  .tool-tip__icon {
    display: block;
    position: absolute;
    left: 20px;
    top: 23px;
    width: 50px;
    height: 50px;
  }
  .tool-tip__text {
    display: block;
    font-size: 0.875rem;
    line-height: 1.3rem;
    width: 62%;
    float: left;
  }
  .tool-tip__options {
    display: block;
    width: 30%;
    padding-top: 10px;
    float: right;
  }
  .tool-tip__options-list {
    justify-content: center;
  }
  .no-js .tool-tip__options-list,
  .no-flexbox .tool-tip__options-list {
    display: table;
  }
  .flexbox .tool-tip__options-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .tool-tip__action {
    display: block;
    background: #fff;
    color: #2a3c6e !important;
    padding: 8px 0;
    width: 50px;
    text-align: center;
    margin: 0 10px 0 0;
  }
  .tool-tip__action + .tool-tip__action {
    margin: 0;
  }
  body.search-active .header {
    position: fixed !important;
    background: #2a3c6e;
  }
  body.search-active .header__logo svg * {
    fill: #ffffff;
  }
  body.search-active .navigation-desktop {
    display: none;
  }
  body.search-active .header-controllers svg * {
    fill: #ffffff;
  }
  body.search-active .header-controllers .header-controllers__item {
    display: none;
  }
  body.search-active .header-controllers .header-controllers__item-search {
    display: block;
  }
  body.search-active .global-search__form .toggle-search,
  body.search-active .global-search__form .clear-search {
    padding-top: 14px;
  }
  .global-search {
    background: #192133;
    top: 75px;
    height: calc(100% - 75px);
  }
  .global-search .global-search__panel {
    position: relative;
  }
  .global-search .global-search__panel:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../mysource_files/bg-splash-screen.jpg) no-repeat 0 bottom;
    background-size: cover;
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
    -ms-filter: alpha(opacity=10);
    filter: alpha(opacity=10);
  }
  .global-search .container {
    overflow: hidden;
    padding: 3.75rem 0 3.75rem;
  }
  .global-search:before, .global-search:after {
    content: none;
  }
  .global-search:after {
    background: none;
  }
  .global-search .global-search__form {
    width: 460px;
    margin: 0 65px 0 0;
    float: left;
  }
  .global-search .global-search__form label {
    margin: 0 0 10px 0;
    font-size: 1rem;
    font-weight: 500;
  }
  .global-search .global-search__form input[type="text"] {
    font-size: 1.5625rem;
  }
  .global-search .global-search__form button {
    padding: 12px 0 0;
  }
  .global-search .global-search-tiles {
    display: block;
    width: calc(100% - 525px);
    float: left;
    margin-top: 5px;
  }
  .global-search .global-search-tiles h2, .global-search .global-search-tiles .article-content__meta h1, .article-content__meta .global-search .global-search-tiles h1 {
    font-size: 1.5625rem;
    display: block;
    margin: 0 0 40px 0;
  }
  .global-search .global-search-tiles .icon-tile-strip {
    background: none;
    margin-top: 60px;
    padding: 0;
    overflow-x: visible;
  }
  .global-search .global-search-tiles .icon-tile-strip .icon-tile-strip__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -0.375rem;
  }
  .global-search .global-search-tiles .icon-tile-strip .icon-tile {
    margin: 0 0.375rem;
    margin-bottom: 0.75rem;
  }
  .global-search .global-search-suggestions {
    width: 100%;
    clear: both;
    padding-top: 0;
    padding-bottom: 100px;
  }
  .global-search .global-search-suggestions h2, .global-search .global-search-suggestions .article-content__meta h1, .article-content__meta .global-search .global-search-suggestions h1 {
    display: block;
    clear: both;
    font-size: 1.5625rem;
    margin-bottom: 40px;
  }
  .global-search .global-search-suggestions h3, .global-search .global-search-suggestions .consumption-calc__legend {
    font-size: 0.875rem;
    height: 1rem;
    margin-bottom: 35px;
  }
  .global-search .global-search-suggestions .global-search-suggestions__inner {
    overflow: hidden;
  }
  .global-search .global-search-suggestions .global-search-suggestions__section {
    float: left;
    margin: 0 35px 0 0;
    width: calc(25% - 35px);
  }
  .global-search .global-search-suggestions .global-search-suggestions__list a {
    font-size: 0.875rem;
    padding: 15px 48px 15px 0;
  }
  .global-search .global-search-suggestions .global-search-suggestions__list a:after {
    top: 17px;
  }
  .global-search .global-search-suggestions .global-search-suggestions__list a:hover, .global-search .global-search-suggestions .global-search-suggestions__list a:focus, .global-search .global-search-suggestions .global-search-suggestions__list a:active {
    padding-left: 8px;
    padding-right: 40px;
  }
  .global-search .global-search-suggestions .global-search-suggestions__list .global-search-suggestions__no-results {
    text-align: center;
    margin-top: 70px;
  }
  .header-alert__container {
    position: relative;
    top: auto;
  }
  .header-alert__container + .header-alert__container {
    top: auto;
  }
  .alert-type__customer-bulletin {
    border-top: 10px solid #ef7d17;
  }
  #page-wrapper {
    padding-top: 0 !important;
  }
  #page-wrapper .header {
    position: relative;
    top: auto !important;
  }
  .navigation-desktop .navigation-desktop__tier-2, .navigation-desktop .navigation-desktop__global.active .navigation-desktop__global-list, .navigation-desktop__global.active .navigation-desktop .navigation-desktop__global-list {
    top: 0;
    margin-top: 75px;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.fixed-nav .navigation-desktop .navigation-desktop__tier-2, body.fixed-nav .navigation-desktop .navigation-desktop__global.active .navigation-desktop__global-list, .navigation-desktop__global.active body.fixed-nav .navigation-desktop .navigation-desktop__global-list,
  body.fixed-nav .navigation-desktop__global.active {
    position: fixed;
    top: 0;
    max-width: 1330px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 15px 0 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  }
  /* Module: S */
  /* Module: S */
  .footer__text-links .footer__text-link {
    margin: 0 0 0 3.375rem;
  }
  /* Module: S */
  .filename {
    background-color: #eaeaea;
    color: #0165b0;
    display: inline-block;
    padding: 0.78125rem 1.875rem;
    margin-left: 2.1875rem;
    margin-bottom: 0.5rem;
    vertical-align: middle;
    width: 50%;
  }
  /* Module: S */
  /* Module: S */
  /* Module: S */
  .outages-module--type-bar {
    height: 4.0625rem;
  }
  .outages-module--type-section .outages__header {
    padding-bottom: 6.25rem;
  }
  .outages-module--type-bar .outages__counters {
    height: 4.0625rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
  .outages__counter {
    margin-right: 0;
    padding-left: 2rem;
    background-size: 24px 24px;
  }
  .outages__counter-text {
    font-size: 1rem;
  }
  .outages__counter-text-count {
    font-size: 1.5rem;
    min-width: 1.5rem;
  }
  .outages__counter--planned {
    min-width: 12.5rem;
  }
  .outages__counter--unplanned {
    min-width: 13.75rem;
  }
  .outages-module--type-bar .outages__counter--planned.outages__counter--has-count {
    background-size: 20px 20px;
  }
  .outages-module--type-bar .outages__counter--unplanned.outages__counter--has-count {
    background-size: 20px 20px;
  }
  .outages-module--type-section .outages__counter--planned {
    background-size: 20px 20px;
  }
  .outages-module--type-section .outages__counter--unplanned {
    padding-left: 2.75rem;
    background-size: 30px 28px;
  }
  .outages-module--type-section .outages__counter--subscribe {
    padding-left: 2.625rem;
    background-size: 30px 30px;
  }
  .outages__future-outages-link {
    display: none;
  }
  .outages__toggle-bar-state-btn {
    width: 9.1875rem;
    padding: 0 3.125rem 0 2.1875rem;
    background-position: center right 1.875rem;
    background-size: 12px 6px;
  }
  .outages__toggle-bar-state-btn-text {
    font-size: 1rem;
  }
  .outages__toggle-bar-state-btn-text--details {
    display: none;
  }
  .outage-chevron-down-icon {
    width: 0.75rem;
    height: 0.5rem;
    margin: 1.5rem 0 1.5rem;
  }
  .outage-detail-icon {
    text-align: center;
  }
  .outage-detail-icon--type-unplanned svg {
    width: 1.875rem;
    height: 1.6875rem;
  }
  .outage-detail-icon--type-planned svg {
    width: 1.875rem;
    height: 1.875rem;
  }
  .outage-detail-region {
    margin-bottom: 0.4375rem;
    font-size: 0.875rem;
  }
  .outage-detail-suburb {
    font-size: 1.0625rem;
  }
  .outage-detail-suburb + .outage-detail-suburb {
    margin-top: 0.4375rem;
  }
  .outage-detail-supply-type {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .outage-detail-type {
    font-size: 0.75rem;
  }
  .outage-detail-order-no {
    font-size: 0.875rem;
  }
  .outage-detail-date {
    font-size: 1rem;
  }
  .outage-detail-time {
    font-size: 1rem;
  }
  .outage-detail-status {
    font-size: 1rem;
  }
  .outage-detail-status--resolved {
    padding-top: 2.5rem;
    background-size: 35px 35px;
  }
  .outage-supply-type-water {
    padding-left: 2.25rem;
    background-size: 20px 29px;
    min-height: 2.25rem;
  }
  .outage-supply-type-power {
    padding-left: 2.25rem;
    background-size: 20px 42px;
    min-height: 2.25rem;
  }
  .outage-supply-type-vegetation-management {
    padding-left: 2.25rem;
    background-size: 20px 29px;
    min-height: 2.25rem;
  }
  .outage-supply-type-sewerage {
    padding-left: 2.25rem;
    background-size: 20px 28px;
    min-height: 2.25rem;
  }
  .outage-view-streets-btn {
    padding-right: 0.9375rem;
    margin-top: 0.75rem;
    background-size: 12px 6px;
    font-size: 0.875rem;
  }
  .outages-module--type-section .outages__counters {
    order: 1;
  }
  .outages__counters-title {
    display: none;
  }
  .outages__no-results-img {
    width: 3.6875rem;
    margin-bottom: 2.5rem;
  }
  .outages__no-results-text {
    font-size: 1.125rem;
  }
  .outages__no-results-cta {
    padding: 1.625rem 1.5625rem 1.625rem 3.125rem;
    margin-top: 2.5rem;
    font-size: 1rem;
    background-position: 1rem center;
    background-size: 22px 22px;
  }
  .outages-module--type-section .outages__counter {
    height: 2.5rem;
  }
  .outages-module--type-section .outages__counter--planned {
    padding-right: 1.875rem;
  }
  .outages-module--type-section .outages__counter--unplanned {
    margin-left: 1.875rem;
  }
  .outages-module--type-section .outages__counter--subscribe {
    margin-left: 1.875rem;
  }
  .outages__location-selector {
    height: 4.0625rem;
  }
  .outages-module--type-bar .outages__location-selector {
    display: block;
    height: 4.0625rem;
  }
  .outages-module--type-section .outages__location-selector {
    width: 26.875rem;
    margin-right: 1.75rem;
  }
  .outages__location-selector .select2 {
    font-size: 1rem;
  }
  .outages__location-selector .select2-selection {
    height: 4.0625rem !important;
    padding-left: 2.75rem;
    background-position: 1.375rem 1.25rem;
    background-size: 12px 18px;
  }
  .outages__location-selector .select2-selection__rendered {
    line-height: 4.0625rem !important;
  }
  .outages__location-selector .select2-selection__arrow {
    height: 4.0625rem !important;
    line-height: 4.0625rem;
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20256%20158.2%22%20style%3D%22enable-background%3Anew%200%200%20256%20158.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%232a3c6e%22%20points%3D%22128%2C0%200%2C128%2030.2%2C158.2%20128%2C60.4%20225.8%2C158.2%20256%2C128%20%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 1.875rem center;
    background-size: 12px 6px;
  }
  .outages__location-selector .select2-selection__arrow:before {
    font-size: 0.9375rem;
  }
  .outages-module--type-bar .outages__location-selector .select2-selection__arrow:before {
    display: none;
  }
  .outages-module--type-section .outages__location-selector .select2-selection__arrow:before {
    display: none;
  }
  .outages-module--type-bar .outages__location-selector .select2-selection__arrow {
    height: 4.0625rem !important;
  }
  .outages__location-selector-select2-dropdown .select2-geolocation {
    display: none;
  }
  .outages__location-selector-select2-dropdown .select2-search {
    padding: 1.25rem 1.25rem 1.25rem 3.375rem;
    background-position: 1.375rem 1.75rem;
    background-size: 13px 13px;
    font-size: 1rem;
  }
  .outages__location-selector-select2-dropdown .select2-results__option {
    font-size: 1rem;
    padding: 1rem 1.75rem;
  }
  .outages__footer {
    padding: 1.0625rem 2.25rem;
  }
  .outages__footer-text {
    font-size: 1.25rem;
  }
  .outages-list__headers-container {
    padding: 1rem 1.25rem;
  }
  .outages-list__header {
    font-size: 0.6875rem;
  }
  .outages-list__item {
    min-height: 7rem;
    font-size: 1rem;
  }
  .outages-list__item-main-details {
    padding: 1rem 1.25rem;
  }
  .outages-list__item-street-details {
    padding-top: 0.9375rem;
    padding-bottom: 1.125rem;
    padding-left: 10.3125rem;
  }
  .outages-list__item-street-details-container th,
  .outages-list__item-street-details-container td {
    font-size: 0.875rem;
  }
  .outages-list__item-street-details-container tr td:first-child {
    width: 6.875rem;
  }
  .outages-list__item-street-details-container td + td {
    padding-left: 0.625rem;
  }
  .outages-list__item-street-details-container th {
    padding-top: 0.8125rem;
    padding-bottom: 0.625rem;
  }
  .outages-list__header,
  .outages-list__cell {
    margin: 0 0.625rem;
  }
  .outages-list__header-works-or-outages,
  .outages-list__cell-works-or-outages {
    width: 7.1875rem;
  }
  .outages-list__header-location,
  .outages-list__cell-location {
    width: 8.4375rem;
  }
  .outages-list__header-outage-type,
  .outages-list__cell-outage-type {
    display: none;
    width: 11.25rem;
  }
  .outages-list__header-outage-details,
  .outages-list__cell-outage-details {
    display: block;
  }
  .outages-list__header-details,
  .outages-list__cell-details {
    display: none;
  }
  .outages-list__header-order-no,
  .outages-list__cell-order-no {
    display: none;
    width: 5rem;
  }
  .outages-list__header-start,
  .outages-list__cell-start {
    width: 5.625rem;
  }
  .outages-list__header-estimated-end,
  .outages-list__cell-estimated-end {
    width: 5.625rem;
  }
  .outages-view-all {
    margin: 1.5625rem 1.25rem 0;
  }
  .outages-view-all__cta {
    padding: 1.625rem 1.5625rem 1.625rem 3.125rem;
    font-size: 1rem;
    background-position: 1rem center;
    background-size: 22px 22px;
  }
  .outages-links {
    margin-top: 1.5625rem;
    margin-bottom: 1.25rem;
  }
  .outages-link {
    display: block;
    margin: 0 1.25rem 0;
  }
  .outages-link__subscribe {
    margin: 0;
    padding: 0;
    font-size: 0.9375rem;
    background-size: 28px 32px;
  }
  .outages-link__twitter {
    margin: 0;
    padding: 0;
    font-size: 0.9375rem;
    background-size: 20px 20px;
  }
  /* Module: S */
  .pwc-banner h1 {
    font-size: 3rem;
  }
  .pwc-banner.pwc-banner__campaign {
    min-height: 350px;
  }
  .pwc-banner__home {
    padding: 8rem 0 12rem;
  }
  .pwc-banner__home .pwc-banner__heading {
    font-size: 3rem;
    margin-bottom: 2.6rem;
    width: 70%;
  }
  .pwc-banner__home a {
    font-size: 1.4rem;
    max-width: 500px;
  }
  .pwc-banner__home .pwc-banner__search--icon {
    width: 25px;
    height: 46px;
  }
  .pwc-banner .global-search {
    width: auto;
  }
  .pwc-banner .global-search .global-search__form {
    max-width: 500px;
  }
  .pwc-banner .global-search .pwc-banner__heading {
    font-size: 3rem;
    margin-bottom: 2.6rem;
    width: 70%;
    margin-right: 0;
    white-space: nowrap;
  }
  .pwc-banner.pwc-banner-isDark.pwc-banner__photo:after {
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 70%);
  }
  .pwc-banner.pwc-banner-isDark.no-overlay.pwc-banner__photo:after {
    background: none;
  }
  .pwc-banner.pwc-banner-isLight.pwc-banner__photo:after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 70%);
  }
  .pwc-banner.pwc-banner-isLight.no-overlay.pwc-banner__photo:after {
    background: none;
  }
  .pwc-banner.pwc-banner-isDarkCTA:after {
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 70%);
  }
  .pwc-banner.pwc-banner-isDarkCTA.no-overlay:after {
    background: none;
  }
  .pwc-banner.pwc-banner-isLightCTA:after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 70%);
  }
  .pwc-banner.pwc-banner-isLightCTA.no-overlay:after {
    background: none;
  }
  /* Module: S */
  .pwc-campaign-carousel .slick-dots button {
    margin: 1rem 0.4rem;
  }
  .pwc-campaign-carousel .slick-prev:before {
    right: 35px;
  }
  .pwc-campaign-carousel .slick-next:before {
    left: 35px;
  }
  .pwc-campaign-carousel__item {
    height: 28.125rem;
    min-height: 28.125rem;
  }
  /* Module: S */
  .pwc-campaign-image-panel__content {
    padding: 10rem 0;
  }
  .pwc-campaign-image-panel__content p {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  /* Module: S */
  .pwc-campaign-intro-strip .container {
    padding-left: 5rem;
  }
  .pwc-campaign-intro-strip p {
    font-size: 1.6875rem;
    line-height: 2.375rem;
  }
  .pwc-campaign-intro-strip__heading {
    font-size: 3rem;
  }
  .pwc-campaign-intro-strip__align--center {
    text-align: center;
  }
  /* Module: S */
  /* Module: S */
  .promo-banner-cct__image-container {
    overflow: hidden;
    flex: 1;
    position: relative;
  }
  .promo-banner-cct__image {
    max-width: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .promo-banner-cct__body {
    flex: 1;
  }
  .promo-banner-cct__body-inner {
    height: 24.0625rem;
  }
  /* Module: S */
  .pwc-promo-panel {
    height: 24.0625rem;
    padding-top: 2.8125rem;
    padding-left: 0;
    min-height: auto;
    overflow: visible;
  }
  .pwc-promo-panel__heading {
    width: 34.0625rem;
  }
  .pwc-promo-panel__content {
    width: 34.0625rem;
  }
  .pwc-promo-panel__cutout {
    width: auto;
    bottom: 0;
  }
  /* Module: S */
  .pwc-tagged-content-tiles {
    padding-bottom: 0;
  }
  .pwc-tagged-content-tiles__heading {
    padding-top: 4rem;
  }
  .pwc-tagged-content-tiles__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4rem;
    padding-bottom: 5rem;
    border: none;
  }
  .pwc-tagged-content-tiles__tile {
    -ms-flex-preferred-size: 28rem;
    flex-basis: 28rem;
    width: 28rem;
    border: none;
    padding: 0;
    margin-bottom: 2rem;
  }
}

@media (min-width: 62em) and (min-width: 1350px) {
  .pwc-tagged-content-tiles__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .pwc-tagged-content-tiles__tile {
    -ms-flex-preferred-size: 25.75rem;
    flex-basis: 25.75rem;
    width: 25.75rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 62em) {
  .pwc-tagged-content-tiles__thumbnail {
    height: 250px;
  }
  .pwc-tagged-content-tiles__thumbnail img {
    display: block;
    width: 100%;
    transition: 0.2s ease-in;
  }
  .pwc-tagged-content-tiles__thumbnail .pwc-tagged-content-tiles__category {
    font-size: 0.9rem;
    padding: 9px 11px 6px 11px;
  }
  .pwc-tagged-content-tiles__title {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .pwc-tagged-content-tiles__didyouknow, .pwc-tagged-content-tiles__solid {
    position: relative;
  }
  .pwc-tagged-content-tiles__didyouknow .pwc-tagged-content-tiles__title, .pwc-tagged-content-tiles__solid .pwc-tagged-content-tiles__title {
    display: block;
    color: white;
    font-weight: 600;
  }
  .pwc-tagged-content-tiles__didyouknow .pwc-tagged-content-tiles__paragraph, .pwc-tagged-content-tiles__solid .pwc-tagged-content-tiles__paragraph {
    color: white;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    height: 8.5rem;
    overflow: hidden;
  }
  .pwc-tagged-content-tiles__didyouknow:hover, .pwc-tagged-content-tiles__solid:hover {
    text-decoration: none;
  }
  .pwc-tagged-content-tiles__didyouknow:hover .pwc-tagged-content-tiles__more-link, .pwc-tagged-content-tiles__solid:hover .pwc-tagged-content-tiles__more-link {
    text-decoration: underline;
  }
  .pwc-tagged-content-tiles__didyouknow {
    background: #6e7d28;
    transition: 0.2s ease-in;
  }
  .pwc-tagged-content-tiles__didyouknow .pwc-tagged-content-tiles__thumbnail {
    display: none;
  }
  .pwc-tagged-content-tiles__didyouknow .pwc-tagged-content-tiles__body {
    padding: 3.125rem 2.5rem;
  }
  .pwc-tagged-content-tiles__didyouknow .pwc-tagged-content-tiles__paragraph {
    color: white;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    height: 8.5rem;
    overflow: hidden;
  }
  .pwc-tagged-content-tiles__didyouknow .pwc-tagged-content-tiles__more-link {
    display: block;
    color: white;
    position: absolute;
    bottom: 1.5rem;
    height: 2rem;
    font-size: 0.9rem;
    font-weight: 500;
  }
  .pwc-tagged-content-tiles__didyouknow:hover {
    background: #5d6a22;
  }
  .pwc-tagged-content-tiles__solid {
    background: #2a3c6e;
    transition: 0.2s ease-in;
  }
  .pwc-tagged-content-tiles__solid .pwc-tagged-content-tiles__thumbnail {
    height: 3rem;
  }
  .pwc-tagged-content-tiles__solid .pwc-tagged-content-tiles__body {
    padding: 1.25rem 2.5rem;
  }
  .pwc-tagged-content-tiles__solid .pwc-tagged-content-tiles__title {
    margin-bottom: 0.6rem;
  }
  .pwc-tagged-content-tiles__solid .pwc-tagged-content-tiles__date {
    color: white;
  }
  .pwc-tagged-content-tiles__solid .pwc-tagged-content-tiles__paragraph {
    display: block;
  }
  .pwc-tagged-content-tiles__solid:hover {
    background: #23325c;
  }
  .pwc-tagged-content-tiles__solid:hover .pwc-tagged-content-tiles__title {
    text-decoration: underline;
  }
  .pwc-tagged-content-tiles__tile:hover .pwc-tagged-content-tiles__thumbnail img {
    transform: scale(1.1);
  }
  /* Module: S */
  .pwc-thin-cta-strip__row a:nth-child(2) {
    margin-left: 3.125rem;
  }
  /* Module: S */
  .pwc-three-col {
    margin: 0 -30px;
  }
  .pwc-three-col__col {
    flex: 1;
    margin: 0 30px;
  }
  /* Module: S */
  .pwc-tile-listing__title {
    font-size: 1.6875rem;
  }
  .pwc-tile-listing__text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  /* Module: S */
  .icon-tile-strip {
    padding: 3.125rem 1.5625rem;
  }
  .icon-tile-strip .icon-tile {
    width: 8.4375rem;
    height: 8.4375rem;
    margin: 0.625rem;
  }
  .icon-tile-strip .icon-tile__link {
    padding: 1.25rem 0.9375rem 0;
  }
  .icon-tile-strip .icon-tile__image-wrapper {
    height: 2.5rem;
  }
  .icon-tile-strip .icon-tile__title {
    font-size: 1rem;
  }
  .main__content.col-lg-8 .icon-tile-strip .icon-tile-strip__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .main__content.col-lg-8 .icon-tile-strip .icon-tile {
    margin-left: 1.25rem;
    margin-bottom: 1.25rem;
    width: 10.5em;
    height: 10.5em;
  }
  .icon-tile-grid__tabs {
    padding: 2.8125rem 0;
    width: 58.125rem;
    margin: 0 auto;
    overflow: hidden;
  }
  .icon-tile-grid__tab-pane {
    flex-basis: 29.0625rem;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .icon-tile-grid .lead-tile {
    margin: 0.625rem;
    width: 8.4375rem;
    height: 8.4375rem;
  }
  .icon-tile-grid .lead-tile__link {
    padding: 0 0.9375rem;
  }
  .icon-tile-grid .lead-tile__title {
    font-size: 1.25rem;
  }
  .icon-tile-grid .icon-tile {
    margin: 0.625rem;
    width: 8.4375rem;
    height: 8.4375rem;
  }
  .icon-tile-grid .icon-tile + .icon-tile {
    margin: 0.625rem;
  }
  .icon-tile-grid .icon-tile__link {
    padding: 1.25rem 0.9375rem 0;
  }
  .icon-tile-grid .icon-tile__image-wrapper {
    height: 2.5rem;
  }
  .icon-tile-grid .icon-tile__title {
    font-size: 1rem;
  }
  /* Module: S */
  /* Module: S */
  .video-cct__title {
    position: relative;
    top: -1px;
  }
  /* Module: S */
  .related-content {
    margin-left: 2.5rem;
  }
  /* Module: S */
  .related-page-tile {
    margin-bottom: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .related-page-tile__body {
    padding: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .related-page-tile__heading-link {
    display: inline-block;
  }
  .related-page-tile__heading-link:after {
    display: none;
  }
  .related-page-tile__text {
    font-size: 1rem;
  }
  .related-page-tile__text-link {
    display: inline-block;
    margin-top: auto;
  }
  .related-page-tile__text-link:after {
    content: url("mysource_files/sidenav-chevron.png");
    width: 0.5rem;
    height: auto;
    margin-top: 1px;
    margin-left: 0.625rem;
  }
  .related-page-tile__img-link {
    display: block;
  }
  a.related-page-tile__img-link {
    height: 300px;
    width: 228px;
    overflow: hidden;
  }
  img.related-page-tile__img-link {
    height: 300px;
    min-width: 100%;
  }
  /* Module: S */
  .search-query__wrapper {
    padding-top: 6.25rem;
    padding-bottom: 4.6875rem;
  }
  .search-query__wrapper > .container {
    max-width: 1330px;
  }
  .search-query__form legend {
    font-size: 3rem;
  }
  .search-query__synonyms {
    margin-top: 1.875rem;
  }
  .search-query__suggestions {
    flex-wrap: nowrap;
    margin-top: 4.375rem;
  }
  .search-query__suggestions-section {
    flex: 1;
    width: auto;
  }
  .search-query__label {
    display: block;
  }
  .search-query__container {
    flex-wrap: nowrap;
  }
  #search-query__query {
    padding: 0 20px;
    font-size: 1.5rem;
  }
  .search-query__submit {
    padding: 1.25rem;
  }
  .search-facets__wrapper {
    width: 21.5625rem;
    min-width: 21.5625rem;
  }
  .search-results__item {
    padding: 1.5625rem 8.125rem 1.5625rem 0;
  }
  .search-query__label-mobile {
    display: none;
  }
  /* Module: S */
  .sidenav {
    margin: 0 0 0 2.5rem;
  }
  /* Module: S */
  .vacancies__subheading {
    margin-bottom: 7.1875rem;
  }
}

@media (min-width: 84.375rem) {
  .main__sidebar-inner {
    padding-left: 5rem;
  }
  /* Module: S */
  /* Module: S */
  /* Module: S */
}

@media only screen and (min-width: 84.375rem) and (min-width: 1750px) {
  .outages__counters-title {
    display: block;
    font-size: 1rem;
    margin-right: 1.875rem;
  }
}

@media (min-width: 84.375rem) {
  .outages-list__header-outage-type,
  .outages-list__cell-outage-type {
    display: block;
  }
  .outages-list__header-outage-details,
  .outages-list__cell-outage-details {
    display: none;
  }
  .outages-list__header-details,
  .outages-list__cell-details {
    display: block;
  }
  .outages-list__header-order-no,
  .outages-list__cell-order-no {
    display: block;
  }
}

@media only screen and (min-width: 84.375rem) and (min-width: 1750px) {
  .outages-list__header-location,
  .outages-list__cell-location {
    width: 12.8125rem;
  }
  .outages-list__header-outage-type,
  .outages-list__cell-outage-type {
    width: 16.25rem;
  }
  .outages-list__header-order-no,
  .outages-list__cell-order-no {
    width: 9.6875rem;
    margin-left: 6.875rem;
  }
  .outages-list__header-start,
  .outages-list__cell-start {
    width: 11.5625rem;
  }
  .outages-list__header-estimated-end,
  .outages-list__cell-estimated-end {
    width: 6.5625rem;
  }
}

@media (min-width: 84.375rem) {
  .outages-module--type-section .outages__location-selector {
    width: 34.375rem;
  }
  .outages-module--type-section .outages__location-selector .select2-selection__rendered {
    padding-right: 7.25rem !important;
  }
  .outages-module--type-section .outages__location-selector .select2-selection__arrow {
    width: 7.25rem !important;
  }
  .outages-module--type-section .outages__location-selector .select2-selection__arrow:before {
    display: block;
  }
}

@media only screen and (min-width: 84.375rem) and (min-width: 1450px) {
  .outages-module--type-bar .outages__location-selector .select2-selection__rendered {
    padding-right: 7.25rem !important;
  }
  .outages-module--type-bar .outages__location-selector .select2-selection__arrow {
    width: 7.25rem !important;
  }
  .outages-module--type-bar .outages__location-selector .select2-selection__arrow:before {
    display: block;
  }
}

@media only screen and (min-width: 84.375rem) and (min-width: 1750px) {
  .outages__toggle-bar-state-btn {
    width: 19.4375rem;
  }
}

@media only screen and (min-width: 84.375rem) and (min-width: 1750px) {
  .outages__toggle-bar-state-btn-text--details {
    display: inline;
  }
}

@media (min-width: 84.375rem) {
  .outages__future-outages-link {
    display: flex;
    font-size: 0.9375rem;
    padding-left: 2.0625rem;
    padding-right: 3.625rem;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2055%2056.97%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M55.15%2C51.89%2C41.59%2C37.79a23.06%2C23.06%2C0%2C1%2C0-4.43%2C4.05L50.82%2C56.05a3%2C3%2C0%2C0%2C0%2C4.33-4.16ZM24%2C6A17%2C17%2C0%2C1%2C1%2C7%2C23%2C17%2C17%2C0%2C0%2C1%2C24%2C6Z%22%20transform%3D%22translate%28-0.98%29%22%2F%3E%3C%2Fsvg%3E") no-repeat right 1.75rem center;
    background-size: 15px 15px;
  }
  /* Module: S */
  .consumption-calc__main {
    margin: 1.875rem 0 2.5rem;
    flex-wrap: nowrap;
  }
  .consumption-calc__row-label {
    min-width: 5rem;
  }
  .consumption-calc__fields {
    width: calc(46% - 40px);
  }
  .consumption-calc__results {
    width: calc(54% - 40px);
    margin: 0;
  }
  .consumption-calc__results-headers {
    margin-top: 0.1875rem;
    margin-bottom: 1.0625rem;
  }
  .consumption-calc__result-header, .consumption-calc__result-text {
    width: 25%;
  }
  .consumption-calc__result-header:last-child, .consumption-calc__result-text:last-child {
    width: 44%;
    margin-right: 0;
    text-align: left;
  }
  /* Module: S */
  .promo-banner-cct__heading {
    font-size: 1.875rem;
  }
  .promo-banner-cct__text {
    font-size: 1.125rem;
  }
  /* Module: S */
  .pwc-tile-listing__title {
    font-size: 1.6875rem;
  }
  .pwc-tile-listing__text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  /* Module: S */
  .icon-tile-strip {
    padding: 6.25rem 3.125rem;
  }
  .icon-tile-strip .icon-tile {
    width: 11.5625rem;
    height: 11.5625rem;
    margin: 0.625rem;
  }
  .icon-tile-strip .icon-tile__link {
    padding: 2.5rem 1.25rem 0;
  }
  .icon-tile-strip .icon-tile__image-wrapper {
    height: 2.8125rem;
  }
  .icon-tile-strip .icon-tile__title {
    font-size: 1.125rem;
  }
  .icon-tile-grid__tabs {
    padding: 5.625rem 0;
    width: 80rem;
  }
  .icon-tile-grid__tab-pane {
    flex-basis: 38.4375rem;
  }
  .icon-tile-grid .lead-tile {
    width: 11.5625rem;
    height: 11.5625rem;
  }
  .icon-tile-grid .lead-tile__link {
    padding: 0 1.25rem;
  }
  .icon-tile-grid .lead-tile__title {
    font-size: 1.5rem;
  }
  .icon-tile-grid .icon-tile {
    width: 11.5625rem;
    height: 11.5625rem;
  }
  .icon-tile-grid .icon-tile__link {
    padding: 2.5rem 1.25rem 0;
  }
  .icon-tile-grid .icon-tile__image-wrapper {
    height: 2.8125rem;
  }
  .icon-tile-grid .icon-tile__title {
    font-size: 1.125rem;
  }
  /* Module: S */
  /* Module: S */
  .related-page-tiles__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .related-page-tile {
    -ms-flex-preferred-size: 38.750rem;
    flex-basis: 38.750rem;
  }
  /* Module: S */
}

@media print {
  .header-alert__container {
    display: none !important;
  }
  /* Module: S */
}

/*# sourceMappingURL=global.css.map */
