@charset "UTF-8";
@import url("https://rsms.me/inter/inter.css");
body.modal-open {
  padding-right: 0px !important;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --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, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #005FAA;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 52.25, 93.5);
  text-decoration: underline;
}

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: 0.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, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

h3, .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: 1rem;
  margin-bottom: 1rem;
  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;
}

.headline {
  text-align: center;
  text-transform: uppercase;
}

.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: 1rem;
  font-size: 1.25rem;
}

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

.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: 0.5rem;
  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: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  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: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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: 1199.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%;
  line-height: 1.5;
  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;
}
@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: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      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: 0.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: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.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: #dc3545;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #dc3545;
  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='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #dc3545;
}
.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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.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: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.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(220, 53, 69, 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: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.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: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          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 {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 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: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.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.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 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: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.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(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 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: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.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(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.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(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 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: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.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(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 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: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.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.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
}
.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(0, 123, 255, 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: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
}
.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(220, 53, 69, 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: #005FAA;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 52.25, 93.5);
  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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  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: 1200px) {
  .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: 0.5rem 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: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.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: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  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 {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

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

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn: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 > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
      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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      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: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      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-append > .btn {
  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-append > .btn {
  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 > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.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 > .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 > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.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 > .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: -ms-inline-flexbox;
  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: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.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: #007bff;
  background-color: #007bff;
}
.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(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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(0, 123, 255, 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;
  -ms-transform: translateX(0.75rem);
      transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.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: #007bff;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.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: #007bff;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: #007bff;
}

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      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 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      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 {
  -ms-flex: 1 1 auto;
      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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
        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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -ms-flexbox;
  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: #005FAA;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 52.25, 93.5);
  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(0, 123, 255, 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: #007bff;
  border-color: #007bff;
}
.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 {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
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: rgb(30.1449275362, 125.8550724638, 52);
}
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: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
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: rgb(211, 158.25, 0);
}
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: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
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: rgb(29.1379310345, 32.5, 35.8620689655);
}
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: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
      flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      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: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -ms-flex-direction: row;
      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 {
    -ms-flex-direction: row;
        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 {
    -ms-flex-direction: row;
        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 {
    -ms-flex-direction: row;
        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: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
        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: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.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;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  -ms-transform: translate(0, -50px);
      transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  -ms-transform: none;
      transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      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 {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      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: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      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;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      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: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.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: 1200px) {
  .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 rgb(247.35, 247.35, 247.35);
}

.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: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  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 {
  -ms-touch-action: pan-y;
      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 {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -ms-transform: none;
      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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: 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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
      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: 0.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;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !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: rgb(84.3605150215, 91.3905579399, 97.6394849785) !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: rgb(30.1449275362, 125.8550724638, 52) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !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: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !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: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !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: #007bff !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: #dc3545 !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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        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: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !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 3px 6px rgba(0, 0, 0, 0.16) !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;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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: 1200px) {
  .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: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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: 1200px) {
  .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: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !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) {
    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,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    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;
  }
}
/**
* Pass px font size, outputs px and rem font size
* @param {font-size} $size
**/
/**
* Pass px line height, outputs px and rem line height
* @param {line-height} $size
**/
/* ex:
	input { 
		@include placeholder {
	    	font-family: $base-font-family;
	    	color: red;
		}
	}
*/
/* Ion.RangeSlider
// css version 2.0.3
// Â© 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  left: 0;
  width: 11%;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
}

.irs-line-right {
  right: 0;
  width: 11%;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.irs-disabled {
  opacity: 0.4;
}

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// Â© Denis Ineshin, 2014    https://github.com/IonDen
// Â© guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
  height: 55px;
}

.irs-with-grid {
  height: 75px;
}

.irs-line {
  height: 10px;
  top: 33px;
  background: #EEE;
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%); /* W3C */
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px;
}

.irs-line-left {
  height: 8px;
}

.irs-line-mid {
  height: 8px;
}

.irs-line-right {
  height: 8px;
}

.irs-bar {
  height: 10px;
  top: 33px;
  border-top: 1px solid #005faa;
  border-bottom: 1px solid #005faa;
  background: #005faa;
  background: linear-gradient(to bottom, #00a0d1 0%, #005faa 100%);
}

.irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #005faa;
  border-right: 0;
  background: #005faa;
  background: linear-gradient(to bottom, #00a0d1 0%, #005faa 100%);
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}

.irs-slider {
  top: 25px;
  width: 27px;
  height: 27px;
  border: 1px solid #AAA;
  background: #DDD;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(220, 220, 220) 20%, rgb(255, 255, 255) 100%); /* W3C */
  border-radius: 27px;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
  background: #FFF;
}

.irs-min, .irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc;
}

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 2px 5px 0 5px;
  background: #005faa;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #ccc;
}

.irs-grid {
  height: 27px;
}

.irs-grid-pol {
  opacity: 0.5;
  background: #ccc;
}

.irs-grid-pol.small {
  background: #ccc;
}

.irs-grid-text {
  bottom: 5px;
  color: #ccc;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #222;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[dir=rtl] .slick-prev:before {
  content: "\f054";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[dir=rtl] .slick-next:before {
  content: "\f053";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 40px;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 3px;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  border: 1px solid transparent;
  display: block;
  height: 7px;
  width: 7px;
  outline: 1px solid #FFF;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  padding: 3px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active, .slick-dots li:hover, .slick-dots li:focus {
  border: 1px solid #FFF;
}
.slick-dots li.slick-active button, .slick-dots li:hover button, .slick-dots li:focus button {
  color: #222;
  background: #FFF;
  border: 1px solid #FFF;
}

.playControls {
  position: absolute;
  bottom: 38px;
  right: 40px;
}
.playControls .pausePlayBtn {
  background: #FFF;
  color: #007bff;
  outline: none;
  box-shadow: none;
  border: 1px solid #007bff;
  border-radius: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  cursor: pointer;
}

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
input[type=autocomplete],
input[type=tel],
textarea,
select {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 15px;
  border-radius: 0;
  border: 1px solid #E2E2E2;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=number]:disabled,
input[type=search]:disabled,
input[type=autocomplete]:disabled,
input[type=tel]:disabled,
textarea:disabled,
select:disabled {
  background-color: #e1e1e1;
  color: #000;
  opacity: 1;
}
input[type=text]:disabled::-webkit-input-placeholder,
input[type=email]:disabled::-webkit-input-placeholder,
input[type=password]:disabled::-webkit-input-placeholder,
input[type=number]:disabled::-webkit-input-placeholder,
input[type=search]:disabled::-webkit-input-placeholder,
input[type=autocomplete]:disabled::-webkit-input-placeholder,
input[type=tel]:disabled::-webkit-input-placeholder,
textarea:disabled::-webkit-input-placeholder,
select:disabled::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
input[type=text]:disabled:-moz-placeholder,
input[type=email]:disabled:-moz-placeholder,
input[type=password]:disabled:-moz-placeholder,
input[type=number]:disabled:-moz-placeholder,
input[type=search]:disabled:-moz-placeholder,
input[type=autocomplete]:disabled:-moz-placeholder,
input[type=tel]:disabled:-moz-placeholder,
textarea:disabled:-moz-placeholder,
select:disabled:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input[type=text]:disabled::-moz-placeholder,
input[type=email]:disabled::-moz-placeholder,
input[type=password]:disabled::-moz-placeholder,
input[type=number]:disabled::-moz-placeholder,
input[type=search]:disabled::-moz-placeholder,
input[type=autocomplete]:disabled::-moz-placeholder,
input[type=tel]:disabled::-moz-placeholder,
textarea:disabled::-moz-placeholder,
select:disabled::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input[type=text]:disabled:-ms-input-placeholder,
input[type=email]:disabled:-ms-input-placeholder,
input[type=password]:disabled:-ms-input-placeholder,
input[type=number]:disabled:-ms-input-placeholder,
input[type=search]:disabled:-ms-input-placeholder,
input[type=autocomplete]:disabled:-ms-input-placeholder,
input[type=tel]:disabled:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder,
select:disabled:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

select {
  padding: 15px 40px 15px 15px;
  appearance: none;
  width: 100%;
  background: url("/ResourcePackages/ST/library/img/selectboxDropdown.png") right 5px center no-repeat #FFF;
}
select::-ms-expand {
  display: none; /* remove default arrow on ie10 and ie11 */
}

label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.templateList {
  margin: 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.templateList a {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  border: 1px solid #ccc;
  padding: 15px;
  margin: 15px;
  line-height: 1;
  text-decoration: none;
}
.templateList a img {
  margin-top: 10px;
  height: 300px;
}
.templateList a:hover, .templateList a:focus {
  color: #005FAA;
}
.templateList a:hover img, .templateList a:focus img {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .templateList {
    margin: 20px 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .templateList a {
    margin: 10px 0;
  }
}

html, body {
  position: relative;
}

html {
  overflow-x: hidden;
  max-width: 100%;
  -webkit-text-size-adjust: none;
}
html.text-large {
  font-size: 110%;
}
html.text-larger {
  font-size: 125%;
}
html.text-largest {
  font-size: 150%;
}

body {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Overpass", sans-serif;
  color: #444444;
  font-weight: 600;
  line-height: 1;
  margin: 10px 0;
}

.blue {
  color: #005FAA;
}

h1 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 43px;
}

h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
}

h5 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
}

img {
  max-width: 100%;
}

a {
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  color: #005FAA;
  text-decoration: none;
}
a.microsite {
  color: #00abb3;
}
a.microsite:hover, a.microsite:focus, a.microsite:active {
  color: #00abb3;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #084272;
  text-decoration: none;
}

p {
  margin-bottom: 15px;
  line-height: 28px;
}

.center {
  text-align: center;
}

blockquote {
  font-weight: 600;
  font-style: italic;
}

hr {
  border-top: 4px solid #E2E2E2;
  padding: 0;
  margin: 20px 0;
}
hr.centered {
  margin-left: auto;
  margin-right: auto;
}
hr.small {
  width: 100px;
}

ul {
  padding-left: 20px;
}
ul li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
}

ol {
  counter-reset: item;
}
ol li {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #005FAA;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h5 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  h6 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  hr {
    margin: 10px 0;
  }
  body, ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.btn {
  padding: 15px 15px 12px;
  border-radius: 0;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
}
.btn + .btn {
  margin-left: 10px;
}
.btn.btn-blue {
  background: #005FAA;
}
.btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue:active {
  background: linear-gradient(#00A0D1, #005FAA);
  border-color: #E2E2E2;
  color: white;
}
.btn.btn-clear {
  background: transparent;
  border-color: #E2E2E2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn.btn-clear.microsite:hover, .btn.btn-clear.microsite:focus, .btn.btn-clear.microsite:active {
  background: #00abb3;
  border-color: #E2E2E2;
  color: white;
}
.btn.btn-clear:hover, .btn.btn-clear:focus, .btn.btn-clear:active {
  background: #005FAA;
  color: white;
}
.btn.btn-quick {
  background: transparent;
  border-color: #444444;
  color: #444444;
}
.btn.btn-quick.microsite {
  padding: 20px;
  text-align: start;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #00abb3;
  border-color: #fff;
}
.btn.btn-quick.microsite:hover, .btn.btn-quick.microsite:focus, .btn.btn-quick.microsite:active {
  background: #00abb3;
  border-color: transparent;
  color: white;
}
.btn.btn-quick.microsite.full-width {
  width: 100%;
}
.btn.btn-quick:hover, .btn.btn-quick:focus, .btn.btn-quick:active {
  background: linear-gradient(#00A0D1, #005FAA);
  border-color: #E2E2E2;
  color: white;
}
.btn.btn-gray {
  background: #444444;
}
.btn.btn-gray:hover, .btn.btn-gray:focus, .btn.btn-gray.active {
  background: #666666;
}
.btn svg, .btn .fa, .btn .fas {
  margin-left: 5px;
  margin-right: 5px;
}
.btn.small {
  padding: 10px 30px;
  font-size: 16px;
  font-size: 1rem;
}

.caretLink {
  text-decoration: none;
  margin: 20px 0;
  font-weight: 600;
}

.scrollToTop {
  display: none;
  position: fixed;
  right: 45px;
  top: 80%;
  cursor: pointer;
  z-index: 9;
}
.scrollToTop img {
  height: 50px;
}
.scrollToTop:hover {
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  .btn {
    padding: 10px;
    width: 100%;
    line-height: 1.5;
  }
  .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .scrollToTop {
    right: 20px;
  }
}
html {
  position: static;
  overflow-y: auto;
}
html.preventScroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

#content {
  min-height: 450px;
}

.s-content.preventScroll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
}

section, .sectionPadding {
  margin-top: 50px;
  margin-bottom: 50px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  max-width: 180px;
  margin: 0 auto 40px auto;
}
.divider .line {
  height: 1px;
  background: #F2D450;
  width: calc(50% - 25px);
  position: relative;
  top: 3px;
}
.divider .pineapple {
  padding: 0 20px;
}
.divider .pineapple img {
  height: 20px;
}

.error, .notification {
  color: #FF0000;
}

.float-left {
  padding: 0 10px 10px 0;
}

.float-right {
  padding: 0 0 10px 10px;
}

iframe {
  border: none;
}

.bg-top-left {
  background-position: top left !important;
}

.bg-top-center {
  background-position: top center !important;
}

.bg-top-right {
  background-position: top right !important;
}

.bg-center-left {
  background-position: center left !important;
}

.bg-center-center {
  background-position: center center !important;
}

.bg-center-right {
  background-position: center right !important;
}

.bg-bottom-left {
  background-position: bottom left !important;
}

.bg-bottom-center {
  background-position: bottom center !important;
}

.bg-bottom-right {
  background-position: bottom right !important;
}

.c-panels__panel {
  float: left;
  text-align: center;
}
.c-panels__panel.hidden {
  display: none;
}
.c-panels__panel.active {
  display: block;
}

.s-content header.siteHeader .utilityNav .logo a {
  border: none;
}

@media (max-width: 991.98px) {
  section, .sectionPadding {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .divider {
    margin: 0 auto 30px auto;
  }
  .mobileHideImg {
    display: none;
  }
}
.table-scrollable {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  overflow-x: auto;
}

.tableWrapper {
  padding: 30px 0;
}

table, .table {
  margin-bottom: 0;
  width: 100%;
  border: 1px solid #E2E2E2;
}
table th, table td, .table th, .table td {
  background: #FFF;
  line-height: 1;
}
table thead th, .table thead th {
  background: #084272;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px;
}
table tbody tr:nth-child(odd) td, .table tbody tr:nth-child(odd) td {
  background: white;
}
table tbody tr:nth-child(even) td, .table tbody tr:nth-child(even) td {
  background: #F5F5F5;
}
table tbody td, .table tbody td {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  padding: 15px;
  vertical-align: top;
}
table tbody td small, .table tbody td small {
  color: #444444;
  font-size: 10px;
  font-size: 0.625rem;
}
table a, .table a {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  table thead th, table thead td, table tbody th, table tbody td, .table thead th, .table thead td, .table tbody th, .table tbody td {
    font-size: 14px;
    font-size: 0.875rem;
    vertical-align: top;
  }
}
.fancybox-thumbs {
  right: initial;
  top: initial;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
}

.fancybox-thumbs__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
}

.tooltipster-base.tooltipster-gems {
  width: 100%;
  max-width: 500px;
}
.tooltipster-base.tooltipster-gems .tooltipster-box {
  background: rgba(255, 255, 255, 0.95) !important;
  color: #222 !important;
  border-radius: 0 !important;
  border: none !important;
}
.tooltipster-base.tooltipster-gems .tooltipster-content {
  color: #222 !important;
  line-height: 1.3 !important;
}
.tooltipster-base.tooltipster-gems .tooltipster-arrow-border {
  border-top-color: rgba(255, 255, 255, 0.95) !important;
  border-bottom-color: rgba(255, 255, 255, 0.95) !important;
}
.tooltipster-base.tooltipster-gems .tooltipster-arrow-background {
  border-top-color: rgba(255, 255, 255, 0.95) !important;
  border-bottom-color: rgba(255, 255, 255, 0.95) !important;
}
.tooltipster-base.tooltipster-solar-calc .tooltipster-box {
  background: rgba(0, 0, 0, 0.9) !important;
  color: #FFF !important;
  border-radius: 5px !important;
  border: none !important;
}
.tooltipster-base.tooltipster-solar-calc .tooltipster-content {
  color: #FFF !important;
  font-size: 12px !important;
  line-height: 17px !important;
  padding: 15px;
  text-align: center;
}
.tooltipster-base.tooltipster-solar-calc .tooltipster-arrow-border {
  border-top-color: rgba(0, 0, 0, 0.9) !important;
  border-bottom-color: rgba(0, 0, 0, 0.9) !important;
  top: -1px;
}
.tooltipster-base.tooltipster-solar-calc .tooltipster-arrow {
  height: 9px;
}
.tooltipster-base.tooltipster-solar-calc .tooltipster-arrow-background {
  display: none;
}

.form-check-inline .form-check-input {
  position: relative;
}

input[type=radio] {
  position: relative;
  background: #FFF;
  appearance: none;
  display: inline-block;
  background-color: #FFF;
  color: #005FAA;
  top: 1px;
  height: 20px;
  width: 20px;
  border: 1px solid #A3A3A3;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 10px;
  outline: none;
}
input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #005FAA;
  border-radius: 25px;
}
input[type=radio]:hover, input[type=radio]:focus {
  background-color: #f7f7f7;
}

@media (max-width: 767.98px) {
  input[type=radio] {
    height: 22px;
    width: 22px;
  }
  input[type=radio]:checked:before {
    width: 15px;
    height: 15px;
    top: 2.3px;
    left: 2.5px;
  }
}
/* Custom Checkmark style starts */
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 10px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 13px;
  }
}
input.customCheckbox {
  display: none;
}

.customCheckboxLabel {
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border: 1px solid #A3A3A3;
  border-radius: 0px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  transition: border-color ease 0.2s;
  cursor: pointer;
}
.customCheckboxLabel::before, .customCheckboxLabel::after {
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 4px;
  background-color: #F2D450;
  display: inline-block;
  -ms-transform-origin: left top;
      transform-origin: left top;
  border-radius: 5px;
  content: " ";
  transition: opacity ease 0.5;
}
.customCheckboxLabel::before {
  top: 15.6px;
  left: 9px;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
.customCheckboxLabel::after {
  top: 10px;
  left: 0.4px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

input.customCheckbox:checked + .customCheckboxLabel,
.customCheckboxLabel.checked {
  border-color: #F2D450;
}
input.customCheckbox:checked + .customCheckboxLabel::after,
.customCheckboxLabel.checked::after {
  height: 7px;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}
input.customCheckbox:checked + .customCheckboxLabel::before,
.customCheckboxLabel.checked::before {
  height: 8px;
  animation: dothatopcheck 0.4s ease 0s forwards;
}

div#___gcse_0 {
  margin-top: 30px;
  margin-bottom: 30px;
}

form.gsc-search-box {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 1px solid #666666;
  margin: 20px 0 15px;
  color: #666666;
}
form.gsc-search-box table td.gsc-input {
  padding: 0 !important;
}

div.gsc-input-box {
  border: none;
}
div.gsc-input-box table {
  border: none;
}
div.gsc-input-box table input {
  background: none;
  padding: 0 15px;
  width: 100%;
  border: none;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  color: #666666;
  font-weight: normal;
  font-family: "Inter", sans-serif;
}
div.gsc-input-box table input:focus {
  outline: none;
  border: none;
}

button.gsc-search-button,
button.gsc-search-button:hover {
  font-size: 20px;
  font-size: 1.25rem;
  color: #005FAA;
  white-space: nowrap;
  border-color: #666666;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Overpass", sans-serif;
  background: none !important;
  border: none;
  border-left: 2px solid #444444;
}

div.gs-title {
  text-decoration: none !important;
}
div.gs-title a.gs-title {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 700;
  padding-right: 10px;
  margin-right: 10px;
  color: #444444 !important;
  line-height: 1.2;
  text-decoration: none;
}

div.gsc-table-result {
  font-family: "Overpass", sans-serif !important;
  color: #444;
  font-weight: 400;
}
div.gsc-table-result div.gsc-table-cell-snippet-close {
  font-weight: 400;
  line-height: 28px;
  font-size: 1rem;
}

div.gsc-webResult.gsc-result {
  font-size: 1rem;
}

div.gsc-above-wrapper-area {
  border: none;
}
div.gsc-above-wrapper-area table {
  border: none;
}
div.gsc-above-wrapper-area table td.gsc-result-info-container {
  padding: 0;
}

/* chromium */
::-webkit-input-placeholder {
  font-size: 20px;
  font-size: 1.25rem !important;
}

/* ff 4-18 */
:-moz-placeholder {
  font-size: 20px;
  font-size: 1.25rem !important;
}

/* ff 19-50 */
::-moz-placeholder {
  font-size: 20px;
  font-size: 1.25rem !important;
}

/* ie10+ */
:-ms-input-placeholder {
  font-size: 20px;
  font-size: 1.25rem !important;
}

/* edge */
:-ms-input-placeholder {
  font-size: 20px;
  font-size: 1.25rem !important;
}

div.gsc-cursor {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.gsc-cursor div.gsc-cursor-page {
  padding-top: 5px;
  text-decoration: none;
  border: 1px solid #E2E2E2;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #444444 !important;
  text-align: center;
  min-width: 35px;
  min-height: 35px;
  font-size: 1rem;
}
div.gsc-cursor div.gsc-cursor-page.gsc-cursor-current-page {
  background: #005FAA;
  color: white !important;
}
div.gsc-cursor div.gsc-cursor-page:hover {
  background: #005FAA;
  color: white !important;
  text-decoration: none !important;
}

div.gcsc-more-maybe-branding-root {
  text-align: center;
}

.google-results-container .pagination {
  margin-top: 50px;
}
.google-results-container .pagination .google-prev-page-button,
.google-results-container .pagination .google-next-page-button {
  background-color: transparent;
  display: inline-block;
  padding-top: 5px;
  text-decoration: none;
  border: 1px solid #E2E2E2;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #444444;
  text-align: center;
  min-width: 35px;
  min-height: 35px;
  margin: 25px 10px 25px 0;
}
.google-results-container .pagination .google-prev-page-button:hover,
.google-results-container .pagination .google-next-page-button:hover {
  background: #005FAA;
  color: white;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  div.gsc-cursor {
    padding-left: 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  div.gsc-cursor div.gsc-cursor-page {
    margin-right: -1px !important;
    margin-top: 10px !important;
  }
  div.gsc-input {
    padding-right: 0px !important;
    font-size: 12px;
    font-size: 0.75rem;
  }
  td.gsc-search-button {
    padding: 5px !important;
  }
  td.gsc-search-button button.gsc-search-button {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 6px 0 6px 10px !important;
  }
}
.color-bar {
  width: 100vw;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
.color-bar > .dark-blue {
  height: 5px;
  background-color: #00abb3;
}
.color-bar > .light-green {
  height: 5px;
  background-color: #92c841;
}
.color-bar > .dark-green {
  height: 5px;
  background-color: #29ab49;
}

.paging {
  margin: 25px 0;
}

.pagination {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.pagination li {
  margin-right: 10px;
}
.pagination li:before {
  display: none;
}
.pagination a {
  display: inline-block;
  padding-top: 5px;
  text-decoration: none;
  border: 1px solid #E2E2E2;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #444444;
  text-align: center;
  min-width: 35px;
  min-height: 35px;
}
.pagination a:hover, .pagination a:focus, .pagination a.active {
  background: #005FAA;
  color: white;
}

@media (max-width: 767.98px) {
  .pagination li {
    margin-right: -1px;
    margin-top: 10px;
  }
}
.breadcrumbWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.breadcrumbWrapper ul.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  margin: 0;
}
.breadcrumbWrapper ul.breadcrumbs li {
  color: #005FAA;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  display: inline-block;
}
.breadcrumbWrapper ul.breadcrumbs li a {
  color: #005FAA;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
.breadcrumbWrapper ul.breadcrumbs li svg {
  margin-left: 5px;
}
.breadcrumbWrapper .backLink {
  padding: 10px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
}

.breadcrumbWrapper.microsite ul.breadcrumbs li {
  color: #00abb3;
}
.breadcrumbWrapper.microsite ul.breadcrumbs li a {
  color: #00abb3;
}

.breadcrumbWrapper.ami ul.breadcrumbs {
  padding: 15px 0;
}
.breadcrumbWrapper.ami ul.breadcrumbs li {
  border-right: 1px solid #444444;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 1;
}
.breadcrumbWrapper.ami ul.breadcrumbs li:last-of-type {
  border: none;
  padding-right: 0;
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .breadcrumbWrapper {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .breadcrumbWrapper ul.breadcrumbs {
    display: none;
  }
}
.page-back-button {
  background: #666666;
  padding: 13.5px 0;
}
.page-back-button a {
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}
.page-back-button a:hover, .page-back-button a:focus {
  color: #000;
}
.page-back-button a svg {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

header.siteHeader {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.42);
  position: relative;
}
header.siteHeader section {
  margin: 0;
}
header.siteHeader .menu-header {
  position: relative;
  background: white;
}
header.siteHeader .menu-header .logo {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 295px;
  padding: 25px 0;
}
header.siteHeader .menu-header .logo img {
  max-width: 300px;
  width: auto;
  height: 72px;
}
header.siteHeader .headerRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
header.siteHeader .menuAndUserControls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: calc(100% - 250px);
  height: 122px;
}
header.siteHeader .menuAndSearch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
header.siteHeader .mobileMenuToggle {
  display: none;
  cursor: pointer;
}
header.siteHeader .mobileMenuToggle button {
  font-size: 26px;
  font-size: 1.625rem;
  color: #005FAA;
  padding: 0;
  height: 56px;
  width: 50px;
}
header.siteHeader .mobileMenuToggle button svg {
  margin: 0;
}
header.siteHeader .mainMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
header.siteHeader .mainMenu.open {
  display: block;
}
header.siteHeader .mainMenu a {
  text-decoration: none;
}
header.siteHeader .mainMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
header.siteHeader .mainMenu ul .submenu {
  display: none;
  transition: all 0.5s linear;
}
header.siteHeader .mainMenu ul svg {
  display: none;
}
header.siteHeader .mainMenu ul li.tier1 {
  padding: 45px 20px 20px 20px;
  cursor: pointer;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
header.siteHeader .mainMenu ul li.tier1:hover, header.siteHeader .mainMenu ul li.tier1:focus, header.siteHeader .mainMenu ul li.tier1.active > a {
  color: #005FAA;
  border-color: #005FAA;
}
header.siteHeader .mainMenu ul li.tier1 > a {
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #444444;
}
header.siteHeader .mainMenu ul li.tier1 > a.mobileIcon {
  display: none;
}
header.siteHeader .mainMenu ul li.tier1 > a:hover, header.siteHeader .mainMenu ul li.tier1 > a:focus {
  color: #005FAA;
  border-color: #005FAA;
}
header.siteHeader .mainMenu ul li.tier1.dropdown {
  position: relative;
}
header.siteHeader .mainMenu ul li.tier1 .megaMenu {
  display: none;
}
header.siteHeader .mainMenu ul li.tier1 .megaMenu svg {
  display: inline;
}
header.siteHeader .mainMenu ul li.tier1 .megaMenu svg.arrow-right, header.siteHeader .mainMenu ul li.tier1 .megaMenu svg.arrow-down {
  display: none;
}
header.siteHeader .mainMenu ul li.tier1 .megaMenu .childNavs {
  background: #F5F5F5 url("/library/img/menu-background.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  border-bottom: 2px solid rgba(119, 119, 119, 0.28);
  padding-top: 5px;
  padding-bottom: 40px;
}
header.siteHeader .mainMenu ul li.tier1 .megaMenu .navQuickLinks {
  background: #E2E2E2;
  padding-top: 30px;
  padding-bottom: 30px;
}
header.siteHeader .mainMenu ul li.tier1 .megaMenu .navQuickLinks .btn {
  padding-bottom: 15px;
  min-width: 260px;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 7px;
  border: 1px solid #444;
}
header.siteHeader .mainMenu ul li.tier1 .megaMenu .navGroup {
  width: 23%;
  margin: 10px;
}
header.siteHeader .mainMenu ul li.tier1 .megaMenu .navGroup ul {
  display: block;
}
header.siteHeader .mainMenu ul li.tier1 .megaMenu .navGroup ul:first-of-type {
  padding-left: 0;
}
header.siteHeader .mainMenu ul li.tier1 .megaMenu .navGroup li.tier2 a {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  font-family: "Overpass", sans-serif;
  color: #444444;
  text-decoration: none;
  text-transform: none;
}
header.siteHeader .mainMenu ul li.tier1 .megaMenu .navGroup li.tier2 a hr {
  border-width: 2px;
  margin: 5px 0 10px;
}
header.siteHeader .mainMenu ul li.tier1 .megaMenu .navGroup li.tier2 a:hover, header.siteHeader .mainMenu ul li.tier1 .megaMenu .navGroup li.tier2 a:focus {
  color: #005FAA;
}
header.siteHeader .mainMenu ul li.tier1 .megaMenu .navGroup li.tier2 a:hover hr, header.siteHeader .mainMenu ul li.tier1 .megaMenu .navGroup li.tier2 a:focus hr {
  border-color: #005FAA;
}
header.siteHeader .mainMenu ul li.tier1 .megaMenu .navGroup li.tier2 ul {
  padding-left: 20px;
}
header.siteHeader .mainMenu ul li.tier1 .megaMenu .navGroup li.tier3 {
  position: relative;
  margin: 10px 0;
}
header.siteHeader .mainMenu ul li.tier1 .megaMenu .navGroup li.tier3 a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  border-bottom: none;
  display: -ms-flexbox;
  display: flex;
  text-transform: none;
}
header.siteHeader .mainMenu ul li.tier1 .megaMenu .navGroup li.tier3 a:hover, header.siteHeader .mainMenu ul li.tier1 .megaMenu .navGroup li.tier3 a:focus {
  border-bottom: none;
}
header.siteHeader .mainMenu ul li.tier1.active .megaMenu {
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 122px;
  left: 0;
}
header.siteHeader .mainMenu ul li.tier1.active .megaMenu.dropdown {
  background: #F5F5F5;
  padding: 0 15px;
  width: auto;
  height: auto;
}
header.siteHeader .mainMenu ul li.tier1.active .megaMenu.dropdown li {
  padding: 10px 0;
  white-space: nowrap;
  border-top: 1px solid #E2E2E2;
}
header.siteHeader .mainMenu ul li.tier1.active .megaMenu.dropdown li:first-of-type {
  border: none;
}
header.siteHeader .mainMenu ul li.tier1.active .megaMenu.dropdown li a {
  color: #444444;
}
header.siteHeader .mainMenu ul li.tier1.active .megaMenu.dropdown li a:hover, header.siteHeader .mainMenu ul li.tier1.active .megaMenu.dropdown li a:focus {
  color: #005FAA;
}
header.siteHeader .mobileOnly {
  display: none;
}
header.siteHeader .searchButton {
  background: none;
  border: none;
  border-left: 2px solid #444444;
  padding: 0 0 0 15px;
  font-size: 26px;
  font-size: 1.625rem;
  margin-top: 17px;
  height: 26px;
}
header.siteHeader .searchButton span.openSearch {
  display: inline;
  position: relative;
  top: -5px;
}
header.siteHeader .searchButton span.closeSearch {
  display: none;
  position: relative;
  top: -5px;
}
header.siteHeader .searchButton:hover, header.siteHeader .searchButton:focus {
  color: #005FAA;
  outline: none;
}
header.siteHeader .search {
  background: #F5F5F5;
  border: 1px solid #E2E2E2;
}
header.siteHeader .searchBox {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: baseline;
      align-items: baseline;
  border-bottom: 1px solid #666666;
  margin: 20px 0 15px;
  padding-bottom: 10px;
  color: #666666;
}
header.siteHeader .searchBox .searchIcon {
  font-size: 20px;
  font-size: 1.25rem;
}
header.siteHeader .searchBox input {
  background: none;
  margin: 0 15px;
  padding: 0;
  border: none;
  font-size: 20px;
  font-size: 1.25rem;
  color: #666666;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
header.siteHeader .searchBox .searchButton {
  font-size: 20px;
  font-size: 1.25rem;
  color: #005FAA;
  white-space: nowrap;
  border-color: #666666;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Overpass", sans-serif;
}
header.siteHeader .searchBox .searchButton svg {
  margin-left: 5px;
}
header.siteHeader.searchOpen .searchButton span.openSearch {
  display: none;
}
header.siteHeader.searchOpen .searchButton span.closeSearch {
  color: #005FAA;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
header.siteHeader.searchOpen .searchButton span.closeSearch span.text {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  display: block;
  line-height: 1;
}
header.siteHeader.menuOpen:after, header.siteHeader.searchOpen:after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: -1px;
  width: calc(100% + 2px);
  height: 100vh;
  z-index: 90;
}
header.siteHeader.sticky .menu-header {
  padding-top: 39px;
}

.sfPageEditor header.siteHeader .utilityNav .logo {
  opacity: 1;
}

header.siteHeader.microsite {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.42);
  position: relative;
}
header.siteHeader.microsite section {
  margin: 0;
}
header.siteHeader.microsite .menu-header {
  position: relative;
  background: white;
}
header.siteHeader.microsite .menu-header .logo {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 295px;
  padding: 25px 0;
}
header.siteHeader.microsite .menu-header .logo img {
  max-width: 300px;
  width: auto;
  height: 72px;
}
header.siteHeader.microsite .headerRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
header.siteHeader.microsite .menuAndUserControls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: calc(100% - 250px);
  height: 122px;
}
header.siteHeader.microsite .menuAndSearch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
header.siteHeader.microsite .mobileMenuToggle {
  display: none;
  cursor: pointer;
}
header.siteHeader.microsite .mobileMenuToggle button {
  font-size: 26px;
  font-size: 1.625rem;
  color: #d7edfa;
  padding: 0;
  height: 56px;
  width: 50px;
}
header.siteHeader.microsite .mobileMenuToggle button svg {
  margin: 0;
}
header.siteHeader.microsite .mainMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
header.siteHeader.microsite .mainMenu.open {
  display: block;
}
header.siteHeader.microsite .mainMenu a {
  text-decoration: none;
}
header.siteHeader.microsite .mainMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
header.siteHeader.microsite .mainMenu ul .submenu {
  display: none;
  transition: all 0.5s linear;
}
header.siteHeader.microsite .mainMenu ul svg {
  display: none;
}
header.siteHeader.microsite .mainMenu ul li.tier1 {
  padding: 45px 20px 20px 20px;
  cursor: pointer;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
header.siteHeader.microsite .mainMenu ul li.tier1:hover, header.siteHeader.microsite .mainMenu ul li.tier1:focus, header.siteHeader.microsite .mainMenu ul li.tier1.active > a {
  color: #00abb3;
  border-color: #00abb3;
}
header.siteHeader.microsite .mainMenu ul li.tier1 > a {
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #444444;
}
header.siteHeader.microsite .mainMenu ul li.tier1 > a.mobileIcon {
  display: none;
}
header.siteHeader.microsite .mainMenu ul li.tier1 > a:hover, header.siteHeader.microsite .mainMenu ul li.tier1 > a:focus {
  color: #00abb3;
  border-color: #00abb3;
}
header.siteHeader.microsite .mainMenu ul li.tier1.dropdown {
  position: relative;
}
header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu {
  display: none;
}
header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu svg {
  display: inline;
}
header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu svg.arrow-right, header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu svg.arrow-down {
  display: none;
}
header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .childNavs {
  background: #F5F5F5 url("/library/img/menu-background.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  border-bottom: 2px solid rgba(119, 119, 119, 0.28);
  padding-top: 5px;
  padding-bottom: 40px;
}
header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navQuickLinks {
  background: #E2E2E2;
  padding-top: 30px;
  padding-bottom: 30px;
}
header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navQuickLinks .btn, header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navQuickLinks .btn.btn-quick {
  padding-bottom: 15px;
  min-width: 260px;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 7px;
  border: 1px solid #444;
  background-color: transparent;
}
header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navQuickLinks .btn:hover, header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navQuickLinks .btn:focus, header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navQuickLinks .btn:active, header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navQuickLinks .btn.btn-quick:hover, header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navQuickLinks .btn.btn-quick:focus, header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navQuickLinks .btn.btn-quick:active {
  background: #29ab49;
  color: #fff;
}
header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navGroup {
  width: 23%;
  margin: 10px;
}
header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navGroup ul {
  display: block;
}
header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navGroup ul:first-of-type {
  padding-left: 0;
}
header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navGroup li.tier2 a {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  font-family: "Overpass", sans-serif;
  color: #444444;
  text-decoration: none;
  text-transform: none;
}
header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navGroup li.tier2 a hr {
  border-width: 2px;
  margin: 5px 0 10px;
}
header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navGroup li.tier2 a:hover, header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navGroup li.tier2 a:focus {
  color: #00abb3;
}
header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navGroup li.tier2 a:hover hr, header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navGroup li.tier2 a:focus hr {
  border-color: #00abb3;
}
header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navGroup li.tier2 ul {
  padding-left: 20px;
}
header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navGroup li.tier3 {
  position: relative;
  margin: 10px 0;
}
header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navGroup li.tier3 a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  border-bottom: none;
  display: -ms-flexbox;
  display: flex;
  text-transform: none;
}
header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navGroup li.tier3 a:hover, header.siteHeader.microsite .mainMenu ul li.tier1 .megaMenu .navGroup li.tier3 a:focus {
  border-bottom: none;
}
header.siteHeader.microsite .mainMenu ul li.tier1.active .megaMenu {
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
}
header.siteHeader.microsite .mainMenu ul li.tier1.active .megaMenu:not(.dropdown) {
  top: 150px;
}
header.siteHeader.microsite .mainMenu ul li.tier1.active .megaMenu.dropdown {
  background: #F5F5F5;
  padding: 0 15px;
  top: 112px;
  width: auto;
  height: auto;
}
header.siteHeader.microsite .mainMenu ul li.tier1.active .megaMenu.dropdown li {
  padding: 10px 0;
  white-space: nowrap;
  border-top: 1px solid #E2E2E2;
}
header.siteHeader.microsite .mainMenu ul li.tier1.active .megaMenu.dropdown li:first-of-type {
  border: none;
}
header.siteHeader.microsite .mainMenu ul li.tier1.active .megaMenu.dropdown li a {
  color: #444444;
}
header.siteHeader.microsite .mainMenu ul li.tier1.active .megaMenu.dropdown li a:hover, header.siteHeader.microsite .mainMenu ul li.tier1.active .megaMenu.dropdown li a:focus {
  color: #00abb3;
}
header.siteHeader.microsite .mobileOnly {
  display: none;
}
header.siteHeader.microsite .searchButton {
  background: none;
  border: none;
  border-left: 2px solid #444444;
  padding: 0 0 0 15px;
  font-size: 26px;
  font-size: 1.625rem;
  margin-top: 17px;
  height: 26px;
}
header.siteHeader.microsite .searchButton span.openSearch {
  display: inline;
  position: relative;
  top: -5px;
}
header.siteHeader.microsite .searchButton span.closeSearch {
  display: none;
  position: relative;
  top: -5px;
}
header.siteHeader.microsite .searchButton:hover, header.siteHeader.microsite .searchButton:focus {
  color: #00abb3;
  outline: none;
}
header.siteHeader.microsite .search {
  background: #F5F5F5;
  border: 1px solid #E2E2E2;
}
header.siteHeader.microsite .searchBox {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: baseline;
      align-items: baseline;
  border-bottom: 1px solid #666666;
  margin: 20px 0 15px;
  padding-bottom: 10px;
  color: #666666;
}
header.siteHeader.microsite .searchBox .searchIcon {
  font-size: 20px;
  font-size: 1.25rem;
}
header.siteHeader.microsite .searchBox input {
  background: none;
  margin: 0 15px;
  padding: 0;
  border: none;
  font-size: 20px;
  font-size: 1.25rem;
  color: #666666;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
header.siteHeader.microsite .searchBox .searchButton {
  font-size: 20px;
  font-size: 1.25rem;
  color: #00abb3;
  white-space: nowrap;
  border-color: #666666;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Overpass", sans-serif;
}
header.siteHeader.microsite .searchBox .searchButton svg {
  margin-left: 5px;
}
header.siteHeader.microsite.searchOpen .searchButton span.openSearch {
  display: none;
}
header.siteHeader.microsite.searchOpen .searchButton span.closeSearch {
  color: #00abb3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
header.siteHeader.microsite.searchOpen .searchButton span.closeSearch span.text {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  display: block;
  line-height: 1;
}
header.siteHeader.microsite.menuOpen:after, header.siteHeader.microsite.searchOpen:after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: -1px;
  width: calc(100% + 2px);
  height: 100vh;
  z-index: 90;
}
header.siteHeader.microsite.sticky .menu-header {
  padding-top: 39px;
}

header.siteHeader.ami .mainMenu ul li.tier1 {
  padding: 15px;
}
header.siteHeader.ami .mainMenu ul li.tier1.active {
  background: #005FAA;
}
header.siteHeader.ami .mainMenu ul li.tier1.active > a {
  border: none;
  color: white;
}
header.siteHeader.ami .mainMenu ul li.tier1.active .megaMenu {
  top: 86px;
}
header.siteHeader.ami .mainMenu ul li.tier1.active .megaMenu.dropdown {
  background: #005FAA;
}
header.siteHeader.ami .mainMenu ul li.tier1.active .megaMenu.dropdown li {
  border-color: #2881C7;
}
header.siteHeader.ami .mainMenu ul li.tier1.active .megaMenu.dropdown li a {
  color: white;
}
header.siteHeader.ami .menu-header {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
}
header.siteHeader.ami .menu-header .logo {
  padding: 15px 15px 15px 0;
}
header.siteHeader.ami .menu-header .logo img {
  height: 56px;
}
header.siteHeader.ami .menuAndUserControls {
  height: 86px;
  width: calc(100% - 200px);
}
header.siteHeader.ami .searchButton {
  border: none;
  font-size: 19px;
  font-size: 1.1875rem;
  color: white;
  padding: 10px 0;
  cursor: pointer;
}
header.siteHeader.ami .searchButton span {
  padding-right: 10px;
}
header.siteHeader.ami .searchButton span.closeSearch {
  color: white;
  -ms-flex-direction: row;
      flex-direction: row;
}
header.siteHeader.ami .searchButton span.closeSearch span.text {
  font-size: 19px;
  font-size: 1.1875rem;
  text-transform: none;
  font-weight: 400;
  line-height: inherit;
}
header.siteHeader.ami .search {
  background: #E2E2E2;
  border: none;
}
header.siteHeader.ami .searchBox {
  -ms-flex-align: center;
      align-items: center;
}
header.siteHeader.ami .searchBox .inputWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1;
      flex: 1 1;
}
header.siteHeader.ami .searchBox .searchIcon {
  color: #005FAA;
  font-size: 34px;
  font-size: 2.125rem;
}
header.siteHeader.ami .searchBox input {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #303030;
}
header.siteHeader.ami .searchBox .searchButton {
  background: #005FAA;
  padding: 10px 20px;
  font-size: 13px;
  font-size: 0.8125rem;
}
header.siteHeader.ami .searchBox .searchButton:hover, header.siteHeader.ami .searchBox .searchButton:focus, header.siteHeader.ami .searchBox .searchButton:active {
  background: linear-gradient(#00A0D1, #005FAA);
  border-color: #E2E2E2;
  color: white;
}
header.siteHeader.ami .searchBox .searchButton svg {
  display: none;
}

@media (max-width: 1199.98px) {
  header.siteHeader {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  }
  header.siteHeader.sticky .menu-header {
    padding-top: 38px;
  }
  header.siteHeader .container {
    padding: 0;
    max-width: 100%;
  }
  header.siteHeader .menu-header .logo {
    padding: 15px;
  }
  header.siteHeader .menu-header .logo img {
    height: 50px;
  }
  header.siteHeader .menuAndUserControls {
    display: none;
  }
  header.siteHeader .mobileMenuToggle {
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
  }
  header.siteHeader .mobileMenuToggle .open, header.siteHeader .mobileMenuToggle .close {
    font-size: 27px;
    font-size: 1.6875rem;
    color: #444444;
    opacity: 1;
  }
  header.siteHeader .mobileMenuToggle .open {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  header.siteHeader .mobileMenuToggle .close {
    display: none;
  }
  header.siteHeader .mobileMenuToggle .text {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    margin: 5px 5px 0;
  }
  header.siteHeader .headerRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  header.siteHeader .headerRow.mobileOpen .mobileMenuToggle .open {
    display: none;
  }
  header.siteHeader .headerRow.mobileOpen .mobileMenuToggle .close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  header.siteHeader .headerRow.mobileOpen .mobileSearch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin: 0;
    padding: 10px 15px;
    background-color: #F5F5F5;
  }
  header.siteHeader .headerRow.mobileOpen .mobileSearch .wrapper, header.siteHeader .headerRow.mobileOpen .mobileSearch .wrapper > .sf_colsIn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    border-bottom: 1px solid #666666;
    padding: 0 0 3px;
    -ms-flex-align: center;
        align-items: center;
  }
  header.siteHeader .headerRow.mobileOpen .mobileSearch .wrapper button, header.siteHeader .headerRow.mobileOpen .mobileSearch .wrapper > .sf_colsIn button {
    margin-top: 0;
  }
  header.siteHeader .headerRow.mobileOpen .mobileSearch .wrapper > .sf_colsIn {
    border-bottom: none;
  }
  header.siteHeader .headerRow.mobileOpen .mobileSearch .searchIcon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  header.siteHeader .headerRow.mobileOpen .mobileSearch input {
    padding: 5px 10px;
    background-color: transparent;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    border: none;
  }
  header.siteHeader .headerRow.mobileOpen .mobileSearch button {
    display: inline;
    font-size: 12px;
    font-size: 0.75rem;
    color: #005FAA;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 1px solid #666666;
    padding-left: 10px;
    white-space: nowrap;
  }
  header.siteHeader .headerRow.mobileOpen .manageAccount:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 5px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.16), transparent);
    z-index: 1;
  }
  header.siteHeader .headerRow.mobileOpen .mobileMenuFooter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    background-color: #084272;
  }
  header.siteHeader .headerRow.mobileOpen .mobileMenuFooter a {
    color: white;
    text-decoration: none;
  }
  header.siteHeader .headerRow.mobileOpen .mobileMenuFooter .footerLinks ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
  }
  header.siteHeader .headerRow.mobileOpen .mobileMenuFooter .footerLinks a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 11px 0;
    display: block;
  }
  header.siteHeader .headerRow.mobileOpen .mobileMenuFooter .socialIcons ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 15px;
    padding: 0;
    list-style: none;
  }
  header.siteHeader .headerRow.mobileOpen .mobileMenuFooter .socialIcons li {
    margin-right: 20px;
  }
  header.siteHeader .headerRow.mobileOpen .mobileMenuFooter .socialIcons li:last-child {
    margin-right: 0;
  }
  header.siteHeader .headerRow.mobileOpen .mobileMenuFooter .socialIcons a {
    font-size: 23px;
    font-size: 1.4375rem;
    padding: 5px;
  }
  header.siteHeader .headerRow.mobileOpen .menuAndUserControls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
  }
  header.siteHeader .headerRow.mobileOpen .menuAndSearch {
    width: 100%;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li a {
    text-decoration: none;
    padding: 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin: 0;
    border: none;
    width: 100%;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li a:hover, header.siteHeader .headerRow.mobileOpen .mainMenu ul li a:focus {
    color: #444444 !important;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li svg.arrow-right {
    display: block;
    margin: 0 0 0 20px;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li svg.arrow-down {
    display: none;
    margin: 0 0 0 20px;
    fill: #666666;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1 {
    padding: 0;
    height: auto;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1 a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    border-bottom: 1px solid #E2E2E2;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1 ul {
    display: none;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.noChildren a svg {
    display: none;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open svg.arrow-right {
    display: none;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open svg.arrow-down {
    display: block;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu {
    position: static;
    display: block;
    width: 100%;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu.dropdown li a {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #EDEDED;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    font-size: 0.875rem;
    color: #444444;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu .childNavs {
    background: #EDEDED;
    padding-top: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #E2E2E2;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu .navGroup {
    width: 100%;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu .navGroup li.tier2 a {
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    font-size: 0.875rem;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu .navGroup li.tier2 ul {
    background: #F5F5F5;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding: 0;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu .navGroup li.tier3 {
    margin: 0;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu .navGroup li.tier3 svg {
    display: none;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu .navQuickLinks {
    display: none;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open ul {
    display: block;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open li.tier2 {
    display: -ms-flexbox;
    display: flex;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open li.tier2 svg.arrow-right {
    display: block;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open li.tier2 svg.arrow-down {
    display: none;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open li.tier2 ul {
    display: none;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open li.tier2.noChildren a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open li.tier2.noChildren svg {
    display: none;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open li.tier2.open2 svg.arrow-right {
    display: none;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open li.tier2.open2 svg.arrow-down {
    display: block;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1.open li.tier2.open2 ul {
    display: block;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1 svg.arrow-right {
    width: 10px;
    height: 21px;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier1 svg.arrow-down {
    height: 10px;
    width: 21px;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier2 {
    display: none;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier2 a {
    border: none;
    padding-left: 25px;
    padding-right: 25px;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier2.open2 li.tier3 {
    display: -ms-flexbox;
    display: flex;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier2 svg.arrow-right {
    width: 8px;
    height: 16px;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier2 svg.arrow-down {
    height: 8px;
    width: 16px;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier3 {
    display: none;
  }
  header.siteHeader .headerRow.mobileOpen .mainMenu ul li.tier3 a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #444444;
    font-size: 13px;
    font-size: 0.8125rem;
    background-color: #F5F5F5;
    border: none;
  }
  header.siteHeader .headerRow.mobileOpen .searchButton {
    display: none;
  }
  header.siteHeader.microsite {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  }
  header.siteHeader.microsite.sticky .menu-header {
    padding-top: 38px;
  }
  header.siteHeader.microsite .container {
    padding: 0;
    max-width: 100%;
  }
  header.siteHeader.microsite .menu-header .logo {
    padding: 15px;
  }
  header.siteHeader.microsite .menu-header .logo img {
    height: 50px;
  }
  header.siteHeader.microsite .menuAndUserControls {
    display: none;
  }
  header.siteHeader.microsite .mobileMenuToggle {
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
  }
  header.siteHeader.microsite .mobileMenuToggle .open, header.siteHeader.microsite .mobileMenuToggle .close {
    font-size: 27px;
    font-size: 1.6875rem;
    color: #444444;
    opacity: 1;
  }
  header.siteHeader.microsite .mobileMenuToggle .open {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  header.siteHeader.microsite .mobileMenuToggle .close {
    display: none;
  }
  header.siteHeader.microsite .mobileMenuToggle .text {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    margin: 5px 5px 0;
  }
  header.siteHeader.microsite .headerRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mobileMenuToggle .open {
    display: none;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mobileMenuToggle .close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mobileSearch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin: 0;
    padding: 10px 15px;
    background-color: #F5F5F5;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mobileSearch .wrapper, header.siteHeader.microsite .headerRow.mobileOpen .mobileSearch .wrapper > .sf_colsIn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    border-bottom: 1px solid #666666;
    padding: 0 0 3px;
    -ms-flex-align: center;
        align-items: center;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mobileSearch .wrapper button, header.siteHeader.microsite .headerRow.mobileOpen .mobileSearch .wrapper > .sf_colsIn button {
    margin-top: 0;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mobileSearch .wrapper > .sf_colsIn {
    border-bottom: none;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mobileSearch .searchIcon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mobileSearch input {
    padding: 5px 10px;
    background-color: transparent;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    border: none;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mobileSearch button {
    display: inline;
    font-size: 12px;
    font-size: 0.75rem;
    color: #005FAA;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 1px solid #666666;
    padding-left: 10px;
    white-space: nowrap;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .manageAccount:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 5px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.16), transparent);
    z-index: 1;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mobileMenuFooter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    background-color: #00abb3;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mobileMenuFooter a {
    color: white;
    text-decoration: none;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mobileMenuFooter .footerLinks ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mobileMenuFooter .footerLinks a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 11px 0;
    display: block;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mobileMenuFooter .socialIcons ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 15px;
    padding: 0;
    list-style: none;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mobileMenuFooter .socialIcons li {
    margin-right: 20px;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mobileMenuFooter .socialIcons li:last-child {
    margin-right: 0;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mobileMenuFooter .socialIcons a {
    font-size: 23px;
    font-size: 1.4375rem;
    padding: 5px;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .menuAndUserControls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .menuAndSearch {
    width: 100%;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li a {
    text-decoration: none;
    padding: 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin: 0;
    border: none;
    width: 100%;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li a:hover, header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li a:focus {
    color: #444444 !important;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li svg.arrow-right {
    display: block;
    margin: 0 0 0 20px;
    fill: #00abb3;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li svg.arrow-down {
    display: none;
    margin: 0 0 0 20px;
    fill: #666666;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1 {
    padding: 0;
    height: auto;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1 a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    border-bottom: 1px solid #E2E2E2;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1 ul {
    display: none;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.noChildren a svg {
    display: none;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open svg.arrow-right {
    display: none;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open svg.arrow-down {
    display: block;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu {
    position: static;
    display: block;
    width: 100%;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu.dropdown li a {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #EDEDED;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    font-size: 0.875rem;
    color: #444444;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu .childNavs {
    background: #EDEDED;
    padding-top: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #E2E2E2;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu .navGroup {
    width: 100%;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu .navGroup li.tier2 a {
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    font-size: 0.875rem;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu .navGroup li.tier2 ul {
    background: #F5F5F5;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding: 0;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu .navGroup li.tier3 {
    margin: 0;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu .navGroup li.tier3 svg {
    display: none;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu .navQuickLinks {
    display: none;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open ul {
    display: block;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open li.tier2 {
    display: -ms-flexbox;
    display: flex;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open li.tier2 svg.arrow-right {
    display: block;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open li.tier2 svg.arrow-down {
    display: none;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open li.tier2 ul {
    display: none;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open li.tier2.noChildren a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open li.tier2.noChildren svg {
    display: none;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open li.tier2.open2 svg.arrow-right {
    display: none;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open li.tier2.open2 svg.arrow-down {
    display: block;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1.open li.tier2.open2 ul {
    display: block;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1 svg.arrow-right {
    width: 10px;
    height: 21px;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier1 svg.arrow-down {
    height: 10px;
    width: 21px;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier2 {
    display: none;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier2 a {
    border: none;
    padding-left: 25px;
    padding-right: 25px;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier2.open2 li.tier3 {
    display: -ms-flexbox;
    display: flex;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier2 svg.arrow-right {
    width: 8px;
    height: 16px;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier2 svg.arrow-down {
    height: 8px;
    width: 16px;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier3 {
    display: none;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .mainMenu ul li.tier3 a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #444444;
    font-size: 13px;
    font-size: 0.8125rem;
    background-color: #F5F5F5;
    border: none;
  }
  header.siteHeader.microsite .headerRow.mobileOpen .searchButton {
    display: none;
  }
  header.siteHeader.ami .headerRow.mobileOpen .mainMenu {
    border-top: 1px solid #828D9D;
  }
  header.siteHeader.ami .headerRow.mobileOpen .mainMenu ul li.tier1 a {
    border-bottom: 1px solid #BDC4CE;
    font-weight: 600;
  }
  header.siteHeader.ami .headerRow.mobileOpen .mainMenu ul li.tier1.open .megaMenu.dropdown li a {
    background: #005FAA;
    border-bottom: 1px solid #2881C7;
    color: white;
    font-weight: 700;
  }
  header.siteHeader.ami .searchButton {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
  header.siteHeader.ami .searchButton span.closeSearch span.text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
  header.siteHeader.ami .searchButton .fas {
    font-size: 14px;
    font-size: 0.875rem;
  }
  header.siteHeader.ami .searchBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
    margin: 10px;
    border: none;
  }
  header.siteHeader.ami .searchBox .inputWrapper {
    border-bottom: 1px solid #666666;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  header.siteHeader.ami .searchBox .searchIcon {
    font-size: 14px;
    font-size: 0.875rem;
  }
  header.siteHeader.ami .searchBox input {
    font-size: 16px;
    font-size: 1rem;
  }
  header.siteHeader.ami .searchBox .searchButton {
    width: 100%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 1199.98px) {
  header.siteHeader .headerRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  header.siteHeader .headerRow.mobileOpen .mobileSearch input {
    font-size: 12px;
    font-size: 0.75rem;
  }
  header.siteHeader .headerRow .manageAccount {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin: 0;
    background-color: #E2E2E2;
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
  }
  header.siteHeader .headerRow .manageAccount > div:first-child > div:first-child {
    display: -ms-flexbox;
    display: flex;
  }
  header.siteHeader .headerRow .manageAccount a.toggleLogin, header.siteHeader .headerRow .manageAccount a.toggleLogin2 {
    text-decoration: none;
    color: #444444;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    text-align: center;
    display: block;
  }
  header.siteHeader .headerRow .manageAccount a.toggleLogin svg, header.siteHeader .headerRow .manageAccount a.toggleLogin2 svg {
    margin-left: 7px;
    margin-right: 7px;
  }
  header.siteHeader .headerRow .manageAccount .loginBox {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    background: #F5F5F5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 11;
  }
  header.siteHeader .headerRow .manageAccount .loginBox label {
    font-size: 12px;
    font-size: 0.75rem;
  }
  header.siteHeader .headerRow .manageAccount .loginBox .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  header.siteHeader .headerRow .manageAccount .loginBox button {
    font-size: 14px;
    font-size: 0.875rem;
  }
  header.siteHeader .headerRow .manageAccount.logged-in {
    background: #084272;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  header.siteHeader .headerRow .manageAccount.logged-in .links {
    list-style: none;
    padding: 10px;
    margin: 0;
  }
  header.siteHeader .headerRow .manageAccount.logged-in .links li {
    display: inline-block;
    line-height: 1;
  }
  header.siteHeader .headerRow .manageAccount.logged-in .links li:first-of-type {
    padding-right: 10px;
    margin-right: 5px;
    border-right: 2px solid white;
  }
  header.siteHeader .headerRow .manageAccount.logged-in .links li a {
    color: white;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
  }
  header.siteHeader .headerRow .manageAccount.logged-in .links li a:hover, header.siteHeader .headerRow .manageAccount.logged-in .links li a:focus {
    text-decoration: underline;
  }
  header.siteHeader .headerRow .manageAccount.logged-in .btn {
    background: #E2E2E2;
    color: #444444;
    font-size: 13px;
    font-size: 0.8125rem;
    width: auto;
    text-transform: none;
    font-weight: 600;
  }
  header.siteHeader .headerRow .manageAccount.logged-in .btn .fas {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.c-header-menu__item {
  text-indent: -1000px;
}
.c-header-menu__item.generation-mix {
  background-position: 7px 4px;
}
.c-header-menu__item.renewables {
  background-position: 4px 6px;
}
.c-header-menu__item.forecast {
  background-position: 2px 5px;
}

@media screen and (min-width: 45em) {
  .c-header-menu__item {
    margin-bottom: 10px;
    text-indent: 0;
  }
  .c-header-menu__item.generation-mix {
    background-position: 10px -35px;
  }
  .c-header-menu__item.renewables {
    background-position: 10px -28px;
  }
  .c-header-menu__item.forecast {
    background-position: 10px -33px;
  }
}
header.siteHeader .utilityNav {
  background: #084272;
  padding: 0;
  color: white;
  width: 100%;
}
header.siteHeader .utilityNav:after {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.16), transparent);
  position: absolute;
  height: 5px;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 1;
}
header.siteHeader .utilityNav .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
}
header.siteHeader .utilityNav .utilityLinks a {
  font-size: 13px;
  font-size: 0.8125rem;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  padding: 10px 15px;
  border-left: 1px solid #E2E2E2;
}
header.siteHeader .utilityNav .utilityLinks a:last-of-type {
  border-right: 1px solid #E2E2E2;
}
header.siteHeader .utilityNav .utilityLinks a:hover, header.siteHeader .utilityNav .utilityLinks a:focus {
  background: linear-gradient(#00A0D1, #005FAA);
}
header.siteHeader .utilityNav .utilityLinks {
  display: -ms-flexbox;
  display: flex;
}
header.siteHeader .utilityNav .logo {
  opacity: 0;
  position: absolute;
  left: 15px;
  top: 0px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: auto;
  transition: opacity 0.3s;
}
header.siteHeader .utilityNav .logo img {
  height: 30px;
}
header.siteHeader .utilityNav.mobile {
  display: none;
}
header.siteHeader .utilityNav .toggle-loggedin-dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  border-right: 1px solid white;
  position: relative;
  cursor: pointer;
}
header.siteHeader .utilityNav .toggle-loggedin-dropdown > li {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px;
}
header.siteHeader .utilityNav .toggle-loggedin-dropdown > li:hover, header.siteHeader .utilityNav .toggle-loggedin-dropdown > li:focus {
  background: linear-gradient(#00A0D1, #005FAA);
}
header.siteHeader .utilityNav .toggle-loggedin-dropdown.open .login-dropdown {
  display: block;
}
header.siteHeader .utilityNav .toggle-loggedin-dropdown .login-dropdown {
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 39px;
  background: #666666;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
header.siteHeader .utilityNav .toggle-loggedin-dropdown .login-dropdown li {
  padding: 10px;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  white-space: nowrap;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem;
}
header.siteHeader .utilityNav .toggle-loggedin-dropdown .login-dropdown li:first-of-type {
  border-bottom: none;
}
header.siteHeader .utilityNav .toggle-loggedin-dropdown .login-dropdown li a {
  border: none;
  padding: 0 0 0 5px;
}
header.siteHeader .utilityNav .toggle-loggedin-dropdown .login-dropdown li a:hover, header.siteHeader .utilityNav .toggle-loggedin-dropdown .login-dropdown li a:focus {
  background: none;
  text-decoration: underline;
}
header.siteHeader.sticky .utilityNav {
  position: fixed;
  top: 0;
  z-index: 100;
}
header.siteHeader.sticky .utilityNav .logo {
  opacity: 1;
}

@media (max-width: 1199.98px) {
  header.siteHeader .utilityNav {
    display: none;
  }
  header.siteHeader .utilityNav.mobile {
    display: block;
  }
  header.siteHeader .utilityNav .utilityLinks {
    width: 100%;
  }
  header.siteHeader .utilityNav .utilityLinks .sf_colsIn {
    width: 100%;
  }
  header.siteHeader .utilityNav .utilityLinks a {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    -ms-flex: 1 1;
        flex: 1 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 10px;
  }
  header.siteHeader .utilityNav .utilityLinks a:first-of-type {
    border: none;
  }
  header.siteHeader .utilityNav .utilityLinks a:last-of-type {
    border-right: none;
  }
  header.siteHeader.ami .utilityNav {
    display: block;
  }
  header.siteHeader.ami .utilityNav .utilityLinks {
    width: auto;
    padding-right: 15px;
  }
}
footer.siteFooter {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #444444;
  position: relative;
  z-index: 2;
  border-top: 2px solid #E2E2E2;
  padding-top: 25px;
  background-color: #fff;
}
footer.siteFooter hr {
  margin: 10px 0 5px 0;
  text-align: left;
  border-top: 3px solid #E2E2E2;
}
footer.siteFooter .colHeader {
  font-size: 20px;
  font-size: 1.25rem;
  color: #444444;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
footer.siteFooter a {
  font-family: "Inter", sans-serif;
  text-decoration: none;
}
footer.siteFooter .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
footer.siteFooter ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer.siteFooter ul li {
  margin: 10px 0;
  line-height: 13px;
}
footer.siteFooter ul a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 26px;
  font-weight: 500;
  color: #666666;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
footer.siteFooter ul a:hover, footer.siteFooter ul a:focus {
  border-bottom: 1px solid #005FAA;
  color: #005FAA;
}
footer.siteFooter .contactUs ul li a {
  color: #005FAA;
}
footer.siteFooter .powerOutage p, footer.siteFooter .powerOutage a, footer.siteFooter .billingPayments p, footer.siteFooter .billingPayments a {
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 2px;
}
footer.siteFooter .powerOutage p.title, footer.siteFooter .powerOutage a.title, footer.siteFooter .billingPayments p.title, footer.siteFooter .billingPayments a.title {
  font-weight: 600;
}
footer.siteFooter .powerOutage a:hover, footer.siteFooter .powerOutage a:focus, footer.siteFooter .billingPayments a:hover, footer.siteFooter .billingPayments a:focus {
  text-decoration: underline;
}
footer.siteFooter .billingPayments {
  margin-top: 25px;
}
footer.siteFooter .billingPayments ul {
  margin-bottom: 5px;
}
footer.siteFooter .billingPayments ul li {
  margin: 0;
}
footer.siteFooter .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
footer.siteFooter .socialIcons {
  margin-top: auto;
}
footer.siteFooter .socialIcons ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer.siteFooter .socialIcons ul li {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
footer.siteFooter .socialIcons ul li:last-child {
  margin-right: 0;
}
footer.siteFooter .socialIcons ul li a {
  font-size: 30px;
  font-size: 1.875rem;
  padding: 8px;
  display: inline-block;
}
footer.siteFooter .socialIcons ul li a:hover, footer.siteFooter .socialIcons ul li a:focus {
  border-bottom: none;
}
footer.siteFooter .footer-copyright {
  background-color: #084272;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 0;
  margin-top: 25px;
}
footer.siteFooter .footer-copyright ul li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid white;
  line-height: 1;
}
footer.siteFooter .footer-copyright ul li:last-of-type {
  border-right: none;
}
footer.siteFooter .footer-copyright ul a {
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
}
footer.siteFooter .footer-copyright ul a:hover, footer.siteFooter .footer-copyright ul a:focus {
  border-bottom: 1px solid white;
}
footer.siteFooter .footer-copyright .copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
footer.siteFooter .footer-copyright .copyright p {
  margin: 0;
}
footer.siteFooter .footer-copyright .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
footer.siteFooter .mobileOnly {
  display: none;
}

footer.microsite {
  color: black;
  font-size: 16px;
  font-size: 1rem;
}
footer.microsite a {
  color: #000;
  text-decoration: none;
}
footer.microsite a:hover, footer.microsite a:focus, footer.microsite a.active {
  text-decoration: underline;
  color: #007bff;
}
footer.microsite .footer-container {
  padding: 30px 0 35px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
footer.microsite .footer-container p {
  text-align: center;
}
footer.microsite .footer-container .footer-icon {
  display: block;
  width: fit-content;
  padding-right: 150px;
}
footer.microsite .footer-container .footer-icon p {
  padding-top: 40px;
}
footer.microsite .footer-container .footer-icon.landing {
  padding-right: 0px;
}
footer.microsite .footer-container .footer-links {
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
footer.microsite .footer-container .footer-links ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
footer.microsite .footer-container .footer-links ul li {
  font-size: 20px;
}

footer.siteFooter.emera ul li {
  margin: 0px 0;
}

footer.siteFooter.ami .socialIcons ul li a {
  font-size: 38px;
  font-size: 2.375rem;
  color: #005FAA;
}
footer.siteFooter.ami .socialIcons ul li a:hover, footer.siteFooter.ami .socialIcons ul li a:focus {
  border-bottom: none;
  color: #084272;
}

@media (max-width: 1199.98px) {
  footer.siteFooter {
    padding-top: 0;
    border-top: none;
  }
  footer.siteFooter .scrollButtons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 20px;
    margin-top: 6px;
  }
  footer.siteFooter .scrollButtons .openMenu, footer.siteFooter .scrollButtons .backToTop {
    -ms-flex: 1 1;
        flex: 1 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding: 5px;
    background-color: #F5F5F5;
    border: 1px solid #E2E2E2;
    font-size: 23px;
    font-size: 1.4375rem;
    color: #005FAA;
  }
  footer.siteFooter .scrollButtons .openMenu .text, footer.siteFooter .scrollButtons .backToTop .text {
    font-size: 9px;
    font-size: 0.5625rem;
    color: #444444;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
  }
  footer.siteFooter .socialIcons {
    margin: 15px 0;
  }
  footer.siteFooter .socialIcons ul {
    -ms-flex-pack: center;
        justify-content: center;
  }
  footer.siteFooter .socialIcons ul li a {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  footer.siteFooter .colHeader {
    margin-top: 15px;
  }
  footer.siteFooter .title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  footer.siteFooter .footer-copyright {
    padding: 15px 0;
  }
  footer.siteFooter .footer-copyright .copyright, footer.siteFooter .footer-copyright .links {
    -ms-flex-pack: center;
        justify-content: center;
  }
  footer.siteFooter.ami .logo, footer.siteFooter.ami .contactUs, footer.siteFooter.ami .quickLinks {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  footer.siteFooter {
    text-align: center;
  }
  footer.siteFooter hr {
    margin-left: auto;
    margin-right: auto;
  }
  footer.siteFooter .quickLinks ul, footer.siteFooter .info ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer.siteFooter .quickLinks ul li, footer.siteFooter .info ul li {
    -ms-flex: 0 0 47%;
        flex: 0 0 47%;
    margin: 8px 4px;
  }
  footer.siteFooter .socialIcons ul li {
    margin: 0 10px 5px 0;
  }
  footer.siteFooter.ami .quickLinks ul, footer.siteFooter.ami .info ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  footer.siteFooter .logo img {
    width: 85%;
    max-width: 251px;
    max-height: 80px;
  }
  footer.microsite .footer-container {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  footer.microsite .footer-container .footer-icon {
    padding-right: 0;
    padding-bottom: 20px;
  }
  footer.microsite .footer-container .footer-icon img {
    height: 200px;
  }
}
.byTheNumbers {
  background-color: #F5F5F5;
  border: 1px solid #E2E2E2;
  padding: 20px 65px 30px;
  margin: 0;
  text-align: center;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.byTheNumbers .headline {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.byTheNumbers .subheadline {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #666666;
  margin: 0;
}
.byTheNumbers hr {
  margin-bottom: 10px;
}
.byTheNumbers .stat {
  padding: 10px 0;
  display: block;
}
.byTheNumbers .stat .amount {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
}
.byTheNumbers .stat .subheadline {
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  font-weight: 400;
}
.byTheNumbers .btn {
  margin-top: auto;
}

.numbers-outside > div {
  height: 100%;
}

@media (max-width: 991.98px) {
  .byTheNumbers {
    padding: 15px;
  }
  .byTheNumbers .headline {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 30px;
  }
  .byTheNumbers .subheadline {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .byTheNumbers .stat .subheadline {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .byTheNumbers hr.small {
    margin: 15px auto 0px auto;
  }
}
.listLayout .legend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.listLayout .legend ul {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
}
.listLayout .listWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.listLayout .listWrapper .list {
  flex: 1 1 33.33%;
  -ms-flex: 1 1 30%;
  padding-left: 15px;
  padding-right: 15px;
}
.listLayout .listWrapper .list .listTitle {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.listLayout .listWrapper .list ul {
  padding-left: 20px;
  list-style: none;
}
.listLayout .listWrapper .list ul li {
  position: relative;
  margin: 10px 0;
}
.listLayout .listWrapper .list a {
  text-decoration: none;
}
.listLayout .listWrapper .list.documentList ul {
  padding-left: 25px;
}
.listLayout .listWrapper .list.documentList .fa-li {
  font-size: 18px;
  font-size: 1.125rem;
}
.listLayout .sectionLink {
  border-top: 1px solid #E2E2E2;
  padding-top: 15px;
  text-align: right;
}

.list.microsite a {
  color: #00abb3;
}

@media (max-width: 991.98px) {
  .listLayout .legend {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .listLayout .listWrapper .list {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
  .listLayout .listWrapper .list .listTitle {
    font-size: 16px;
    font-size: 1rem;
  }
}
.awardsWidget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  border: 1px solid #E2E2E2;
  padding: 15px;
  text-decoration: none;
  color: #444444;
}
.awardsWidget .imageWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20px;
}
.awardsWidget .imageWrapper img {
  height: 85px;
}
.awardsWidget .content {
  border-bottom: 1px solid #E2E2E2;
}
.awardsWidget .caretLink {
  margin: 15px 0 0 auto;
}

.address-img-wrapper {
  padding-right: 0;
}
.address-img-wrapper img {
  width: 100%;
}

.mobileAccordion .content {
  display: block;
}
.mobileAccordion .content .bg-gray {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mobileAccordion .content .container + .bg-gray {
  margin-top: 30px;
}
.mobileAccordion .accordionToggle {
  display: none;
}

@media (max-width: 991.98px) {
  .mobileAccordion {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mobileAccordion .accordionTitle .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    cursor: pointer;
  }
  .mobileAccordion .accordionTitle .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .mobileAccordion .genericTitle {
    text-align: left;
  }
  .mobileAccordion hr {
    margin-left: 0;
  }
  .mobileAccordion .accordionToggle {
    display: block;
    font-size: 40px;
    font-size: 2.5rem;
  }
  .mobileAccordion .accordionToggle .closedIcon {
    color: #005FAA;
    display: none;
  }
  .mobileAccordion .accordionToggle .openIcon {
    display: -ms-flexbox;
    display: flex;
  }
  .mobileAccordion .content .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mobileAccordion .content .bg-gray {
    padding: 0;
  }
  .mobileAccordion.closed hr, .mobileAccordion.closed .content, .mobileAccordion.closed .openIcon {
    display: none;
  }
  .mobileAccordion.closed .closedIcon {
    display: -ms-flexbox;
    display: flex;
  }
}
.accordion {
  background: #F5F5F5;
}
.accordion .accordionTitle {
  cursor: pointer;
  padding: 15px;
}
.accordion .accordionTitle .toggleWrapper {
  display: -ms-flexbox;
  display: flex;
}
.accordion .accordionTitle .accordionToggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 10px;
  margin-bottom: 6px;
  color: #005FAA;
}
.accordion .accordionTitle .title {
  font-size: 20px;
  font-size: 1.25rem;
}
.accordion .content {
  padding: 0 15px 30px;
}
.accordion .openIcon {
  display: -ms-flexbox;
  display: flex;
}
.accordion .closedIcon {
  display: none;
}
.accordion.closed .openIcon {
  display: none;
}
.accordion.closed .closedIcon {
  display: -ms-flexbox;
  display: flex;
}
.accordion.closed .content {
  display: none;
}

.accordion.microsite a {
  color: #00abb3;
}
.accordion.microsite .accordionTitle .accordionToggle {
  color: #00abb3;
}

.sfPageEditor .closed.accordion .openIcon {
  display: -ms-flexbox;
  display: flex;
}
.sfPageEditor .closed.accordion .closedIcon {
  display: none;
}
.sfPageEditor .closed.accordion .content {
  display: -ms-flexbox;
  display: flex;
}

.accordion + .accordion {
  margin-top: -25px;
}

@media (max-width: 767.98px) {
  .accordion .accordionTitle, .accordion .content {
    padding-left: 0;
    padding-right: 0;
  }
}
.alertBanner {
  margin: 0;
}
.alertBanner .background {
  background-color: #F2D450;
}
.alertBanner .container {
  display: -ms-flexbox;
  display: flex;
}
.alertBanner .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 15px 15px 15px 0;
}
.alertBanner .icon .iconWrapper {
  background-color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.alertBanner .icon .iconWrapper svg, .alertBanner .icon .iconWrapper img {
  width: 28px;
  height: 28px;
}
.alertBanner .icon .headline {
  display: none;
}
.alertBanner .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  padding: 15px 0;
}
.alertBanner .headline {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
}
.alertBanner .headline .expand, .alertBanner .headline .collapse {
  margin-left: 5px;
}
.alertBanner .blurb {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  font-weight: 600;
  margin: 5px 0 0;
  display: none;
}
.alertBanner .blurb p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  margin: 0 0 10px 0;
}
.alertBanner .blurb p:last-child {
  margin: 0;
}
.alertBanner.expanded .iconWrapper {
  width: 71px;
  height: 71px;
}
.alertBanner.expanded .iconWrapper svg, .alertBanner.expanded .iconWrapper img {
  width: 45px;
  height: 45px;
}
.alertBanner.expanded .headline .expand {
  display: none;
}
.alertBanner.expanded .headline .collapse {
  display: inline;
}
.alertBanner.expanded .blurb {
  display: block;
}

@media (max-width: 991.98px) {
  .alertBanner .background {
    padding: 0;
  }
  .alertBanner .container {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .alertBanner .icon {
    margin: 0;
    padding: 5px 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    -ms-flex-pack: center;
        justify-content: center;
  }
  .alertBanner .icon .iconWrapper {
    height: 30px;
    width: 30px;
    margin-right: 10px;
  }
  .alertBanner .icon .iconWrapper svg, .alertBanner .icon .iconWrapper img {
    width: 20px;
    height: 18px;
  }
  .alertBanner .icon .headline {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
  }
  .alertBanner .content {
    text-align: center;
    padding: 0;
  }
  .alertBanner .content .headline {
    display: none;
  }
  .alertBanner .content .blurb {
    margin: 15px;
  }
}
.cookie-modal {
  width: 100%;
  min-height: 150px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.3);
  background-color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 16px;
  outline: 0;
  z-index: 3;
}
.cookie-modal .bar {
  width: 100%;
  height: 30px;
  position: relative;
  margin-top: 5px;
}
.cookie-modal .bar .close {
  position: absolute;
  text-align: right;
  top: 0px;
  right: 2px;
  padding: 5px 10px;
  text-decoration: none;
}
.cookie-modal .container {
  margin: 10px auto 25px;
}
.cookie-modal .btn-primary {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .cookie-modal {
    min-height: 80px;
  }
  .cookie-modal .container p {
    font-size: 14px;
    margin-bottom: 25px;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .cookie-modal:focus {
    outline: 0;
  }
}
@media screen and (max-width: 450px) {
  .cookie-modal {
    bottom: 20px;
  }
}

.quickInfo .quickInfo-wrapper {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  background: #F5F5F5;
  border: 1px solid #E2E2E2;
  box-shadow: 0px 0px 6px rgba(85, 85, 85, 0.15);
}
.quickInfo .quickInfo-wrapper svg.standard, .quickInfo .quickInfo-wrapper img.standard {
  display: block;
  fill: #666666;
}
.quickInfo .quickInfo-wrapper svg.hover, .quickInfo .quickInfo-wrapper img.hover {
  display: none;
}
.quickInfo .quickInfo-wrapper:hover svg.standard, .quickInfo .quickInfo-wrapper:hover img.standard, .quickInfo .quickInfo-wrapper:focus svg.standard, .quickInfo .quickInfo-wrapper:focus img.standard {
  display: none;
}
.quickInfo .quickInfo-wrapper:hover svg.hover, .quickInfo .quickInfo-wrapper:hover img.hover, .quickInfo .quickInfo-wrapper:focus svg.hover, .quickInfo .quickInfo-wrapper:focus img.hover {
  display: block;
}
.quickInfo .iconWrapper {
  padding: 20px 20px 10px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 123px;
}
.quickInfo .iconWrapper svg, .quickInfo .iconWrapper img {
  max-width: 83px;
  max-height: 85px;
}
.quickInfo .contentWrapper {
  padding: 20px 20px 10px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}
.quickInfo .contentWrapper .blurb {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
}
.quickInfo .headline {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.quickInfo .content p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #666666;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}

.quickInfo.microsite a {
  color: #00abb3;
}

@media (max-width: 767.98px) {
  .quickInfo {
    margin-bottom: 25px;
  }
  .quickInfo .quickInfo-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .quickInfo .quickInfo-wrapper .headline {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .quickInfo .quickInfo-wrapper .content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .quickInfo .contentWrapper {
    text-align: center;
  }
}
.disclaimer .disclaimer-box {
  background: #F5F5F5;
  border: 1px solid #E2E2E2;
  padding: 32px 16px;
  box-shadow: 0 0 6px 0 rgba(85, 85, 85, 0.15);
}
.disclaimer .headline {
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  font-family: "Inter", sans-serif;
}
.disclaimer .desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
}

@media (max-width: 991.98px) {
  .disclaimer .headline {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 21px;
  }
  .disclaimer .desc {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 21px;
  }
}
.quicklinks {
  position: relative;
  z-index: 10;
}
.quicklinks .container {
  background-color: #E5F5FA;
  border: 1px solid #E2E2E2;
  padding: 10px;
}
.quicklinks .wrapper {
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.quicklinks .quickCard {
  background: white;
  border: 1px solid #E2E2E2;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  padding: 15px;
  margin: 5px;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}
.quicklinks .quickCard svg {
  width: 55px;
  height: 50px;
  fill: #005FAA;
}
.quicklinks .quickCard svg.outageMap {
  stroke: #005FAA;
}
.quicklinks .quickCard img {
  width: 55px;
  height: 50px;
}
.quicklinks .quickCard span {
  width: 100%;
}
.quicklinks .quickCard:hover, .quicklinks .quickCard:focus {
  background: linear-gradient(#00A0D1, #005FAA);
  color: white;
}
.quicklinks .quickCard:hover svg, .quicklinks .quickCard:focus svg {
  fill: white;
}
.quicklinks .quickCard:hover svg.outageMap, .quicklinks .quickCard:focus svg.outageMap {
  stroke: white;
}
.quicklinks .quickCard:hover img, .quicklinks .quickCard:focus img {
  filter: brightness(0) invert(1);
}
.quicklinks .quickCard:hover img.outageMap, .quicklinks .quickCard:focus img.outageMap {
  filter: brightness(0) invert(1);
}
.quicklinks .quickCard:first-child:nth-last-child(1), .quicklinks .quickCard:first-child:nth-last-child(2), .quicklinks .quickCard:first-child:nth-last-child(2) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(3), .quicklinks .quickCard:first-child:nth-last-child(3) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(4), .quicklinks .quickCard:first-child:nth-last-child(4) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(7), .quicklinks .quickCard:first-child:nth-last-child(7) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(8), .quicklinks .quickCard:first-child:nth-last-child(8) ~ .quickCard {
  -ms-flex-align: center;
      align-items: center;
  flex: 0 0 24%;
  -ms-flex: 0 0 21%;
}
.quicklinks .quickCard:first-child:nth-last-child(1) svg, .quicklinks .quickCard:first-child:nth-last-child(1) img, .quicklinks .quickCard:first-child:nth-last-child(2) svg, .quicklinks .quickCard:first-child:nth-last-child(2) img, .quicklinks .quickCard:first-child:nth-last-child(2) ~ .quickCard svg, .quicklinks .quickCard:first-child:nth-last-child(2) ~ .quickCard img, .quicklinks .quickCard:first-child:nth-last-child(3) svg, .quicklinks .quickCard:first-child:nth-last-child(3) img, .quicklinks .quickCard:first-child:nth-last-child(3) ~ .quickCard svg, .quicklinks .quickCard:first-child:nth-last-child(3) ~ .quickCard img, .quicklinks .quickCard:first-child:nth-last-child(4) svg, .quicklinks .quickCard:first-child:nth-last-child(4) img, .quicklinks .quickCard:first-child:nth-last-child(4) ~ .quickCard svg, .quicklinks .quickCard:first-child:nth-last-child(4) ~ .quickCard img, .quicklinks .quickCard:first-child:nth-last-child(7) svg, .quicklinks .quickCard:first-child:nth-last-child(7) img, .quicklinks .quickCard:first-child:nth-last-child(7) ~ .quickCard svg, .quicklinks .quickCard:first-child:nth-last-child(7) ~ .quickCard img, .quicklinks .quickCard:first-child:nth-last-child(8) svg, .quicklinks .quickCard:first-child:nth-last-child(8) img, .quicklinks .quickCard:first-child:nth-last-child(8) ~ .quickCard svg, .quicklinks .quickCard:first-child:nth-last-child(8) ~ .quickCard img {
  margin-right: 10px;
}
.quicklinks .quickCard:first-child:nth-last-child(5), .quicklinks .quickCard:first-child:nth-last-child(5) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(6), .quicklinks .quickCard:first-child:nth-last-child(6) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(9), .quicklinks .quickCard:first-child:nth-last-child(9) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(10), .quicklinks .quickCard:first-child:nth-last-child(10) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(11), .quicklinks .quickCard:first-child:nth-last-child(11) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(12), .quicklinks .quickCard:first-child:nth-last-child(12) ~ .quickCard {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  flex: 0 0 19%;
  -ms-flex: 0 0 17%;
  text-align: center;
  padding: 10px 10px 5px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.quicklinks .quickCard:first-child:nth-last-child(5) svg, .quicklinks .quickCard:first-child:nth-last-child(5) img, .quicklinks .quickCard:first-child:nth-last-child(5) ~ .quickCard svg, .quicklinks .quickCard:first-child:nth-last-child(5) ~ .quickCard img, .quicklinks .quickCard:first-child:nth-last-child(6) svg, .quicklinks .quickCard:first-child:nth-last-child(6) img, .quicklinks .quickCard:first-child:nth-last-child(6) ~ .quickCard svg, .quicklinks .quickCard:first-child:nth-last-child(6) ~ .quickCard img, .quicklinks .quickCard:first-child:nth-last-child(9) svg, .quicklinks .quickCard:first-child:nth-last-child(9) img, .quicklinks .quickCard:first-child:nth-last-child(9) ~ .quickCard svg, .quicklinks .quickCard:first-child:nth-last-child(9) ~ .quickCard img, .quicklinks .quickCard:first-child:nth-last-child(10) svg, .quicklinks .quickCard:first-child:nth-last-child(10) img, .quicklinks .quickCard:first-child:nth-last-child(10) ~ .quickCard svg, .quicklinks .quickCard:first-child:nth-last-child(10) ~ .quickCard img, .quicklinks .quickCard:first-child:nth-last-child(11) svg, .quicklinks .quickCard:first-child:nth-last-child(11) img, .quicklinks .quickCard:first-child:nth-last-child(11) ~ .quickCard svg, .quicklinks .quickCard:first-child:nth-last-child(11) ~ .quickCard img, .quicklinks .quickCard:first-child:nth-last-child(12) svg, .quicklinks .quickCard:first-child:nth-last-child(12) img, .quicklinks .quickCard:first-child:nth-last-child(12) ~ .quickCard svg, .quicklinks .quickCard:first-child:nth-last-child(12) ~ .quickCard img {
  margin-bottom: 5px;
  height: 30px;
  width: 30px;
}
.quicklinks .quickCard:first-child:nth-last-child(6), .quicklinks .quickCard:first-child:nth-last-child(6) ~ .quickCard {
  flex: 1 1 0;
  -ms-flex: 1 1;
}
.quicklinks .quickCard:first-child:nth-last-child(11), .quicklinks .quickCard:first-child:nth-last-child(11) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(12), .quicklinks .quickCard:first-child:nth-last-child(12) ~ .quickCard {
  flex: 0 0 15.7%;
  -ms-flex: 0 0 13.7%;
}

.quicklinks-wrapper {
  margin-top: -80px;
}

.sfPageEditor .quicklinks-wrapper {
  margin-top: 0;
}

@media (max-width: 1199.98px) {
  .quicklinks .quickCard:first-child:nth-last-child(1), .quicklinks .quickCard:first-child:nth-last-child(2), .quicklinks .quickCard:first-child:nth-last-child(2) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(3), .quicklinks .quickCard:first-child:nth-last-child(3) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(4), .quicklinks .quickCard:first-child:nth-last-child(4) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(7), .quicklinks .quickCard:first-child:nth-last-child(7) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(8), .quicklinks .quickCard:first-child:nth-last-child(8) ~ .quickCard {
    flex: 0 0 23.9%;
    -ms-flex: 0 0 20.5%;
  }
  .quicklinks .quickCard:first-child:nth-last-child(5), .quicklinks .quickCard:first-child:nth-last-child(5) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(9), .quicklinks .quickCard:first-child:nth-last-child(9) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(10), .quicklinks .quickCard:first-child:nth-last-child(10) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(11), .quicklinks .quickCard:first-child:nth-last-child(11) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(12), .quicklinks .quickCard:first-child:nth-last-child(12) ~ .quickCard {
    flex: 0 0 18.8%;
    -ms-flex: 0 0 16.4%;
  }
  .quicklinks .quickCard:first-child:nth-last-child(11), .quicklinks .quickCard:first-child:nth-last-child(11) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(12), .quicklinks .quickCard:first-child:nth-last-child(12) ~ .quickCard {
    flex: 0 0 15.6%;
    -ms-flex: 0 0 13.2%;
  }
}
@media (max-width: 991.98px) {
  .quicklinks .wrapper {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .quicklinks .container {
    width: unset;
    padding: 6px;
  }
  .quicklinks .quickCard {
    -ms-flex: 1 1 44% !important;
        flex: 1 1 44% !important;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    min-height: 70px;
    margin: 7.5px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .quicklinks .quickCard svg, .quicklinks .quickCard img {
    display: none;
  }
  .quicklinks .quickCard:first-child:nth-last-child(1), .quicklinks .quickCard:first-child:nth-last-child(2), .quicklinks .quickCard:first-child:nth-last-child(2) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(3), .quicklinks .quickCard:first-child:nth-last-child(3) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(4), .quicklinks .quickCard:first-child:nth-last-child(4) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(7), .quicklinks .quickCard:first-child:nth-last-child(7) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(8), .quicklinks .quickCard:first-child:nth-last-child(8) ~ .quickCard {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .quicklinks .quickCard:first-child:nth-last-child(5), .quicklinks .quickCard:first-child:nth-last-child(5) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(9), .quicklinks .quickCard:first-child:nth-last-child(9) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(10), .quicklinks .quickCard:first-child:nth-last-child(10) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(11), .quicklinks .quickCard:first-child:nth-last-child(11) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(12), .quicklinks .quickCard:first-child:nth-last-child(12) ~ .quickCard {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .quicklinks .quickCard:first-child:nth-last-child(6), .quicklinks .quickCard:first-child:nth-last-child(6) ~ .quickCard {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .quicklinks .quickCard:first-child:nth-last-child(11), .quicklinks .quickCard:first-child:nth-last-child(11) ~ .quickCard, .quicklinks .quickCard:first-child:nth-last-child(12), .quicklinks .quickCard:first-child:nth-last-child(12) ~ .quickCard {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.tileCards {
  margin: 30px auto;
}
.tileCards .cardWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: -10px;
}
.tileCards .cardWrapper .card {
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 31.56%;
  -ms-flex: 0 0 31.2%;
  margin: 10px;
  font-family: "Inter", sans-serif;
  border: 2px solid #E2E2E2;
  border-radius: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  text-decoration: none;
}
.tileCards .cardWrapper .card .cardImage {
  height: 200px;
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.tileCards .cardWrapper .card .cardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s;
}
@media all and (-ms-high-contrast: none) {
  .tileCards .cardWrapper .card .cardImage img {
    height: auto;
    width: 100%;
  }
}
.tileCards .cardWrapper .card:hover .cardImage img, .tileCards .cardWrapper .card:focus .cardImage img {
  transform: scale3d(1.1, 1.1, 1);
}
.tileCards .cardWrapper .card:hover .headline, .tileCards .cardWrapper .card:focus .headline {
  color: #084272;
}
.tileCards .cardWrapper .card .contentWrapper {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}
.tileCards .cardWrapper .card .headline {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  font-weight: 700;
  color: #005FAA;
}
.tileCards .cardWrapper .card .blurb {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 22px;
  color: #666666;
  margin-bottom: 30px;
}
.tileCards .cardWrapper .card .caretLink {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 0;
  margin-top: auto;
  font-weight: 600;
  font-family: "Overpass", sans-serif;
}
.tileCards .cardWrapper .card .caretLink svg {
  vertical-align: middle;
}
.tileCards .card:first-child:nth-last-child(1) {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}
.tileCards .card:first-child:nth-last-child(1) .cardImage {
  width: 33%;
}
.tileCards .card:first-child:nth-last-child(1) .contentWrapper {
  height: 100%;
  width: 67%;
  padding: 15px 20px;
}
.tileCards .card:first-child:nth-last-child(2),
.tileCards .card:first-child:nth-last-child(2) ~ .card,
.tileCards .card:first-child:nth-last-child(4),
.tileCards .card:first-child:nth-last-child(4) ~ .card {
  -ms-flex: 1 1 45%;
      flex: 1 1 45%;
}
.tileCards .card:first-child:nth-last-child(3),
.tileCards .card:first-child:nth-last-child(3) ~ .card,
.tileCards .card:first-child:nth-last-child(6),
.tileCards .card:first-child:nth-last-child(6) ~ .card,
.tileCards .card:first-child:nth-last-child(9),
.tileCards .card:first-child:nth-last-child(9) ~ .card {
  -ms-flex: 1 1 30%;
      flex: 1 1 30%;
}

.tileCards.microsite {
  margin: 30px auto;
}
.tileCards.microsite .cardWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: -10px;
}
.tileCards.microsite .cardWrapper .card {
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 31.56%;
  -ms-flex: 0 0 31.2%;
  margin: 10px;
  font-family: "Inter", sans-serif;
  border: 2px solid #E2E2E2;
  border-radius: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  text-decoration: none;
}
.tileCards.microsite .cardWrapper .card .cardImage {
  height: 200px;
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.tileCards.microsite .cardWrapper .card .cardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s;
}
@media all and (-ms-high-contrast: none) {
  .tileCards.microsite .cardWrapper .card .cardImage img {
    height: auto;
    width: 100%;
  }
}
.tileCards.microsite .cardWrapper .card:hover .cardImage img, .tileCards.microsite .cardWrapper .card:focus .cardImage img {
  transform: scale3d(1.1, 1.1, 1);
}
.tileCards.microsite .cardWrapper .card:hover .headline, .tileCards.microsite .cardWrapper .card:focus .headline {
  color: #00abb3;
}
.tileCards.microsite .cardWrapper .card .contentWrapper {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}
.tileCards.microsite .cardWrapper .card .headline {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  font-weight: 700;
  color: #00abb3;
}
.tileCards.microsite .cardWrapper .card .blurb {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 22px;
  color: #666666;
  margin-bottom: 30px;
}
.tileCards.microsite .cardWrapper .card .caretLink {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 0;
  margin-top: auto;
  font-weight: 600;
  color: #00abb3;
  font-family: "Overpass", sans-serif;
}
.tileCards.microsite .cardWrapper .card .caretLink svg {
  vertical-align: middle;
}
.tileCards.microsite .card:first-child:nth-last-child(1) {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}
.tileCards.microsite .card:first-child:nth-last-child(1) .cardImage {
  width: 33%;
}
.tileCards.microsite .card:first-child:nth-last-child(1) .contentWrapper {
  height: 100%;
  width: 67%;
  padding: 15px 20px;
}
.tileCards.microsite .card:first-child:nth-last-child(2),
.tileCards.microsite .card:first-child:nth-last-child(2) ~ .card,
.tileCards.microsite .card:first-child:nth-last-child(4),
.tileCards.microsite .card:first-child:nth-last-child(4) ~ .card {
  -ms-flex: 1 1 45%;
      flex: 1 1 45%;
}
.tileCards.microsite .card:first-child:nth-last-child(3),
.tileCards.microsite .card:first-child:nth-last-child(3) ~ .card,
.tileCards.microsite .card:first-child:nth-last-child(6),
.tileCards.microsite .card:first-child:nth-last-child(6) ~ .card,
.tileCards.microsite .card:first-child:nth-last-child(9),
.tileCards.microsite .card:first-child:nth-last-child(9) ~ .card {
  -ms-flex: 1 1 30%;
      flex: 1 1 30%;
}

@media (max-width: 1199.98px) {
  .tileCards .cardWrapper .card {
    -ms-flex: 0 0 31.2%;
        flex: 0 0 31.2%;
  }
}
@media (max-width: 991.98px) {
  .tileCards .cardWrapper .card {
    -ms-flex: 0 0 30.5%;
        flex: 0 0 30.5%;
  }
}
@media (max-width: 767.98px) {
  .tileCards {
    padding: 0;
  }
  .tileCards .cardWrapper {
    margin: 0;
  }
  .tileCards .cardWrapper .card {
    -ms-flex: 1 1 100% !important;
        flex: 1 1 100% !important;
    text-align: center;
    margin: 7.5px 0;
  }
  .tileCards .cardWrapper .card:first-of-type {
    margin-top: 0;
  }
  .tileCards .cardWrapper .card:last-of-type {
    margin-bottom: 0;
  }
  .tileCards .cardWrapper .card.mobileHideImg .cardImage {
    display: none;
  }
  .tileCards .cardWrapper .card .contentWrapper {
    text-align: left;
  }
  .tileCards .cardWrapper .card .headline {
    font-size: 16px;
    font-size: 1rem;
  }
  .tileCards .cardWrapper .card .blurb {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 10px;
  }
  .tileCards .cardWrapper .card .caretLink {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .tileCards .card:first-child:nth-last-child(1) {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
  .tileCards .card:first-child:nth-last-child(1) .cardImage {
    width: auto;
  }
  .tileCards .card:first-child:nth-last-child(1) .contentWrapper {
    height: auto;
    width: auto;
    padding: 10px;
  }
}
.helpTiles .background {
  background: #E5F5FA;
  border: 1px solid #E2E2E2;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  margin: 20px 0 0;
}
.helpTiles .headline {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.helpTiles .tilesWrapper {
  padding: 15px 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.helpTiles .tile {
  background: white;
  border: 1px solid #E2E2E2;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  margin: 15px 10px;
  padding: 15px 10px;
  flex: 0 0 31.4%;
  -ms-flex: 0 0 29.4%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.helpTiles .tile .text {
  width: 100%;
}
.helpTiles .tile svg {
  height: 56px;
  width: 56px;
  fill: #666666;
}
.helpTiles .tile .headline {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 5px;
  font-family: "Overpass", sans-serif;
}
.helpTiles .tile a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-decoration: none;
}
.helpTiles .tile p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
  text-align: center;
}
.helpTiles .tile:first-child:nth-last-child(1),
.helpTiles .tile:first-child:nth-last-child(2),
.helpTiles .tile:first-child:nth-last-child(2) ~ .tile,
.helpTiles .tile:first-child:nth-last-child(3),
.helpTiles .tile:first-child:nth-last-child(3) ~ .tile {
  -ms-flex: 1 1;
      flex: 1 1;
}

@media (max-width: 1199.98px) {
  .helpTiles .tile {
    flex: 0 0 31.2%;
    -ms-flex: 0 0 28.9%;
  }
}
@media (max-width: 991.98px) {
  .helpTiles .headline {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .helpTiles .tile {
    flex: 0 0 47%;
    -ms-flex: 0 0 44%;
  }
  .helpTiles .tile .headline {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .helpTiles .tile a, .helpTiles .tile p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .helpTiles .tilesWrapper {
    display: block;
    padding: 0;
  }
  .helpTiles .tile {
    margin: 10px 0;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .helpTiles .tile .text {
    -ms-flex: 1 1;
        flex: 1 1;
    margin-left: 10px;
  }
  .helpTiles .tile .text .headline, .helpTiles .tile .text p {
    text-align: left;
  }
  .helpTiles .tile .text .headline {
    font-size: 16px;
    font-size: 1rem;
  }
  .helpTiles .tile .text a, .helpTiles .tile .text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.stockTicker {
  background: white;
  border: 1px solid #E2E2E2;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  padding: 10px;
  margin: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 0 0 32.5%;
      flex: 0 0 32.5%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}
.stockTicker .price, .stockTicker .change, .stockTicker .updated {
  margin: 0;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  text-align: center;
}
.stockTicker .price {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
}
.stockTicker .change {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 5px 0;
  color: #666666;
  line-height: 1.4em;
}
.stockTicker .change .points {
  margin-right: 10px;
}
.stockTicker .points.increase .fa-caret-up {
  display: inline-block;
}
.stockTicker .points.increase .fa-caret-down {
  display: none;
}
.stockTicker .points.decrease .fa-caret-down {
  display: inline-block;
}
.stockTicker .points.decrease .fa-caret-up {
  display: none;
}
.stockTicker .points .fa-caret-up {
  color: #28a745;
  vertical-align: top;
}
.stockTicker .points .fa-caret-down {
  color: #dc3545;
  vertical-align: bottom;
}
.stockTicker .points .fa-caret-down, .stockTicker .points .fa-caret-up {
  font-size: 20px;
  font-size: 1.25rem;
  display: none;
}
.stockTicker .updated {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  color: #666666;
  line-height: 1.2em;
}
.stockTicker + .quickCard:nth-last-child(1), .stockTicker + .quickCard:nth-last-child(2), .stockTicker + .quickCard:nth-last-child(2) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(3), .stockTicker + .quickCard:nth-last-child(3) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(7), .stockTicker + .quickCard:nth-last-child(7) ~ .quickCard {
  -ms-flex-align: center;
      align-items: center;
  flex: 0 0 21%;
  -ms-flex: 0 0 17.6%;
}
.stockTicker + .quickCard:nth-last-child(1) svg, .stockTicker + .quickCard:nth-last-child(2) svg, .stockTicker + .quickCard:nth-last-child(2) ~ .quickCard svg, .stockTicker + .quickCard:nth-last-child(3) svg, .stockTicker + .quickCard:nth-last-child(3) ~ .quickCard svg, .stockTicker + .quickCard:nth-last-child(7) svg, .stockTicker + .quickCard:nth-last-child(7) ~ .quickCard svg {
  margin-right: 10px;
}
.stockTicker + .quickCard:nth-last-child(4), .stockTicker + .quickCard:nth-last-child(4) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(5), .stockTicker + .quickCard:nth-last-child(5) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(6), .stockTicker + .quickCard:nth-last-child(6) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(8), .stockTicker + .quickCard:nth-last-child(8) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(9), .stockTicker + .quickCard:nth-last-child(9) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(10), .stockTicker + .quickCard:nth-last-child(10) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(11), .stockTicker + .quickCard:nth-last-child(11) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(12), .stockTicker + .quickCard:nth-last-child(12) ~ .quickCard {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  flex: 0 0 15.7%;
  -ms-flex: 0 0 13.1%;
  text-align: center;
  padding: 10px 10px 5px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.stockTicker + .quickCard:nth-last-child(4) svg, .stockTicker + .quickCard:nth-last-child(4) ~ .quickCard svg, .stockTicker + .quickCard:nth-last-child(5) svg, .stockTicker + .quickCard:nth-last-child(5) ~ .quickCard svg, .stockTicker + .quickCard:nth-last-child(6) svg, .stockTicker + .quickCard:nth-last-child(6) ~ .quickCard svg, .stockTicker + .quickCard:nth-last-child(8) svg, .stockTicker + .quickCard:nth-last-child(8) ~ .quickCard svg, .stockTicker + .quickCard:nth-last-child(9) svg, .stockTicker + .quickCard:nth-last-child(9) ~ .quickCard svg, .stockTicker + .quickCard:nth-last-child(10) svg, .stockTicker + .quickCard:nth-last-child(10) ~ .quickCard svg, .stockTicker + .quickCard:nth-last-child(11) svg, .stockTicker + .quickCard:nth-last-child(11) ~ .quickCard svg, .stockTicker + .quickCard:nth-last-child(12) svg, .stockTicker + .quickCard:nth-last-child(12) ~ .quickCard svg {
  margin-bottom: 5px;
  height: 30px;
  width: 30px;
}
.stockTicker + .quickCard:nth-last-child(5), .stockTicker + .quickCard:nth-last-child(5) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(6), .stockTicker + .quickCard:nth-last-child(6) ~ .quickCard {
  flex: 0 0 21%;
  -ms-flex: 0 0 18.5%;
}
.stockTicker + .quickCard:nth-last-child(11), .stockTicker + .quickCard:nth-last-child(11) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(12), .stockTicker + .quickCard:nth-last-child(12) ~ .quickCard {
  flex: 1 1 12%;
  -ms-flex: 1 1 9%;
}

@media (max-width: 1199.98px) {
  .stockTicker + .quickCard:nth-last-child(1), .stockTicker + .quickCard:nth-last-child(2), .stockTicker + .quickCard:nth-last-child(2) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(3), .stockTicker + .quickCard:nth-last-child(3) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(7), .stockTicker + .quickCard:nth-last-child(7) ~ .quickCard {
    flex: 0 0 20.7%;
    -ms-flex: 0 0 16.7%;
  }
  .stockTicker + .quickCard:nth-last-child(4), .stockTicker + .quickCard:nth-last-child(4) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(5), .stockTicker + .quickCard:nth-last-child(5) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(6), .stockTicker + .quickCard:nth-last-child(6) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(8), .stockTicker + .quickCard:nth-last-child(8) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(9), .stockTicker + .quickCard:nth-last-child(9) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(10), .stockTicker + .quickCard:nth-last-child(10) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(11), .stockTicker + .quickCard:nth-last-child(11) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(12), .stockTicker + .quickCard:nth-last-child(12) ~ .quickCard {
    flex: 0 0 15.4%;
    -ms-flex: 0 0 12.4%;
  }
  .stockTicker + .quickCard:nth-last-child(11), .stockTicker + .quickCard:nth-last-child(11) ~ .quickCard, .stockTicker + .quickCard:nth-last-child(12), .stockTicker + .quickCard:nth-last-child(12) ~ .quickCard {
    flex: 1 1 11%;
    -ms-flex: 1 1 9%;
  }
}
@media (max-width: 991.98px) {
  .stockTicker {
    -ms-flex: 1 1 44%;
        flex: 1 1 44%;
    margin: 7.5px;
  }
}
@media (max-width: 767.98px) {
  .stockTicker {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    padding: 15px 10px;
    -ms-flex-align: center;
        align-items: center;
  }
  .stockTicker .price, .stockTicker .change {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
  }
  .stockTicker .price {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .stockTicker .change {
    margin: 0;
  }
  .stockTicker .updated {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 10px;
  }
}
.icon-cards .section-intro {
  text-align: center;
  margin-bottom: 35px;
}
.icon-cards .icon-card-list > [class^=col-] {
  margin-bottom: 20px;
}

.icon-card-item {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 100%;
  box-sizing: border-box;
}
.icon-card-item .icon {
  height: 60px;
  width: 60px;
}
.icon-card-item .icon svg, .icon-card-item .icon img {
  max-height: 60px;
}
.icon-card-item .info {
  padding: 0 15px 50px 15px;
}
.icon-card-item .headline {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  font-weight: 700;
}
.icon-card-item .desc {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  padding: 0 15px;
}

@media (max-width: 991.98px) {
  .icon-cards .icon-card-list [class^=col-] {
    margin-bottom: 20px;
  }
}
.infographic .headline {
  text-align: center;
  text-transform: uppercase;
}
.infographic .mobileImg {
  display: none;
}
.infographic .btn {
  margin-top: 20px;
}
.infographic .contentContainer {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 991.98px) {
  .infographic .imageContainer {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .infographic .desktopImg {
    display: none;
  }
  .infographic .mobileImg {
    display: block;
    margin: 0 auto;
  }
  .infographic .btn {
    margin-top: 15px;
  }
  .infographic .contentContainer {
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.leftImageCTA .headline, .rightImageCTA .headline {
  text-align: center;
  text-transform: uppercase;
}
.leftImageCTA ul, .rightImageCTA ul {
  list-style: disc;
  padding-left: 20px;
}
.leftImageCTA .imageContainer img, .rightImageCTA .imageContainer img {
  width: 100%;
}
.leftImageCTA .imageContainer a, .rightImageCTA .imageContainer a {
  display: -ms-flexbox;
  display: flex;
}
.leftImageCTA .imageContainer a .thumbnail, .rightImageCTA .imageContainer a .thumbnail {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  max-height: 300px;
  width: 100%;
  overflow: hidden;
}
.leftImageCTA .imageContainer a .thumbnail::after, .rightImageCTA .imageContainer a .thumbnail::after {
  content: "";
  background: url("/resourcepackages/st/library/img/video-play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.leftImageCTA .imageContainer a .thumbnail img, .rightImageCTA .imageContainer a .thumbnail img {
  width: 100%;
  object-fit: cover;
  transition: transform 1s;
}
.leftImageCTA .imageContainer a:hover .thumbnail img, .leftImageCTA .imageContainer a:focus .thumbnail img, .rightImageCTA .imageContainer a:hover .thumbnail img, .rightImageCTA .imageContainer a:focus .thumbnail img {
  transform: scale3d(1.1, 1.1, 1);
}
.leftImageCTA .contentContainer.microsite, .rightImageCTA .contentContainer.microsite {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.leftImageCTA .contentContainer.microsite .content h2, .rightImageCTA .contentContainer.microsite .content h2 {
  padding-bottom: 15px;
}
.leftImageCTA .contentContainer.microsite .content, .rightImageCTA .contentContainer.microsite .content {
  display: block;
}
.leftImageCTA .contentContainer.microsite > .btn.btn-primary, .rightImageCTA .contentContainer.microsite > .btn.btn-primary {
  background-color: #00abb3;
  color: #fff;
  width: 90%;
  padding: 20px;
  margin: 0 auto;
  line-height: 20px;
  line-height: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.leftImageCTA .contentContainer.microsite > .btn.btn-primary:hover, .leftImageCTA .contentContainer.microsite > .btn.btn-primary:focus, .rightImageCTA .contentContainer.microsite > .btn.btn-primary:hover, .rightImageCTA .contentContainer.microsite > .btn.btn-primary:focus {
  background-color: #fff;
  color: #00abb3;
  border-color: #00abb3;
}
.leftImageCTA .contentContainer.microsite > .btn.btn-primary svg, .rightImageCTA .contentContainer.microsite > .btn.btn-primary svg {
  height: 18px;
}

.rightImageCTA .contentWrapper {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media (max-width: 991.98px) {
  .leftImageCTA .imageContainer, .rightImageCTA .imageContainer {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .leftImageCTA .desktopImg, .rightImageCTA .desktopImg {
    display: none;
  }
}
.stepsWidget .headline {
  text-align: center;
}
.stepsWidget .stepsWrapper {
  margin: 50px 0 30px;
}
.stepsWidget .step {
  -ms-flex: 1 1 33%;
      flex: 1 1 33%;
  display: -ms-flexbox;
  display: flex;
}
.stepsWidget .step .stepNumber {
  margin-right: 10px;
  min-width: 75px;
}
.stepsWidget .step .stepNumber h3 {
  font-size: 90px;
  font-size: 5.625rem;
}
.stepsWidget .step .stepDetails {
  padding: 0 15px;
}
.stepsWidget .buttonWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.stepsWidget .buttonWrapper .btn {
  min-width: 500px;
}

@media (max-width: 991.98px) {
  .stepsWidget .stepsWrapper {
    margin: 25px 0;
  }
  .stepsWidget .step {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin: 20px 0;
  }
  .stepsWidget .step:first-of-type {
    margin-top: 0;
  }
  .stepsWidget .step:last-of-type {
    margin-bottom: 0;
  }
  .stepsWidget .step .stepNumber {
    min-width: 50px;
  }
  .stepsWidget .step .stepNumber h3 {
    font-size: 60px;
    font-size: 3.75rem;
  }
  .stepsWidget .step .stepDetails {
    padding: 0;
  }
  .stepsWidget .step .stepDetails p {
    margin: 0;
  }
  .stepsWidget .buttonWrapper .btn {
    min-width: unset;
  }
}
.fullWidthImageCTA {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 90px;
}
.fullWidthImageCTA .content {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #E2E2E2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
}
.fullWidthImageCTA .headline {
  text-transform: uppercase;
  margin: 0;
}
.fullWidthImageCTA .blurb {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  margin: 20px 0;
}
.fullWidthImageCTA .links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fullWidthImageCTA .links li {
  display: inline-block;
  border-left: 2px solid #444444;
  padding-left: 10px;
  padding-right: 5px;
}
.fullWidthImageCTA .links li:first-of-type {
  border: none;
  padding-left: 0;
}
.fullWidthImageCTA .links a {
  text-decoration: none;
  font-weight: 700;
}

.fullWidthImageCTA.microsite {
  border-bottom: 5px solid #92c841;
}

@media (max-width: 991.98px) {
  .fullWidthImageCTA {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .fullWidthImageCTA {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .fullWidthImageCTA .content {
    padding: 15px;
  }
  .fullWidthImageCTA .container {
    padding: 0;
  }
  .fullWidthImageCTA .headline {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
  }
  .fullWidthImageCTA .blurb {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    margin: 10px 0;
  }
  .fullWidthImageCTA .links li {
    border: none;
    padding: 5px 0;
    display: list-item;
  }
  .fullWidthImageCTA .links li:first-of-type {
    padding-top: 0;
  }
  .fullWidthImageCTA .links li:last-of-type {
    padding-bottom: 0;
  }
}
.simple-image-cta .section-intro {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 34px;
}
.simple-image-cta .section-intro .section-title {
  text-align: center;
  margin: 0;
}
.simple-image-cta .photo {
  margin: 30px 0;
  text-align: center;
}
.simple-image-cta .photo img {
  max-height: 693px;
  margin: 0 auto;
}
.simple-image-cta .cta {
  text-align: center;
}
.simple-image-cta .cta a {
  background-color: #005FAA;
}
.simple-image-cta .cta a:hover, .simple-image-cta .cta a:focus {
  background-color: #084272;
  color: #FFF;
}

.faqListing .stickyNav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 1;
}
.faqListing .stickyNav.floating {
  position: fixed;
  top: 50px;
}
.faqListing .stickyNav svg {
  margin-top: 25px;
  margin-bottom: 25px;
}
.faqListing .navWrapper {
  border: 1px solid #E2E2E2;
  background: white;
}
.faqListing .navWrapper ul {
  margin: 25px;
  padding: 0;
  list-style: none;
}
.faqListing .navWrapper ul li {
  margin: 15px 0;
}
.faqListing .navWrapper ul li.active a {
  color: #005FAA;
}
.faqListing .navWrapper a {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #666666;
  text-decoration: none;
  display: block;
}
.faqListing .navWrapper a:hover, .faqListing .navWrapper a:focus, .faqListing .navWrapper a:active {
  color: #005FAA;
}
.faqListing .faqSection {
  padding-top: 25px;
}
.faqListing .faqSection.active .sectionTitle {
  color: #005FAA;
}
.faqListing .faqSection .sectionTitle {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.faqListing .faqSection .blurb {
  font-size: 18px;
  font-size: 1.125rem;
}
.faqListing .content {
  margin-top: -25px;
}

.faqLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 15px;
}
.faqLink.microsite a {
  color: #00abb3;
}

.faqListing .stickyNav.floating {
  width: 350px;
}

@media (max-width: 1199.98px) {
  .faqListing .stickyNav.floating {
    width: 288px;
  }
}
@media (max-width: 991.98px) {
  .faqListing .stickyNav.floating {
    position: static;
  }
  .faqListing .stickyNav svg {
    display: none;
  }
  .faqListing .navWrapper ul {
    margin: 15px;
  }
  .faqListing .navWrapper ul li {
    margin: 10px 0;
  }
  .faqListing .navWrapper a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .faqListing .faqSection .sectionTitle {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .faqListing .faqSection hr {
    margin: 0;
  }
  .faqListing .faqSection .faqAccordion {
    margin-top: 20px;
  }
  .faqListing .faqSection .blurb {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 20px;
  }
  .faqListing .content {
    margin-top: -5px;
  }
}
.faqAccordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faqAccordion .item {
  padding: 5px 0;
  border-bottom: 2px solid #E2E2E2;
  font-size: 14px;
  font-size: 0.875rem;
}
.faqAccordion .item.open, .sfPageEditor .faqAccordion .item {
  border-bottom: none;
}
.faqAccordion .item.open .question span.closed, .sfPageEditor .faqAccordion .item .question span.closed {
  display: none;
}
.faqAccordion .item.open .question span.open, .sfPageEditor .faqAccordion .item .question span.open {
  display: block;
}
.faqAccordion .item.open .answer, .sfPageEditor .faqAccordion .item .answer {
  display: block;
}
.faqAccordion .question {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 10px;
  cursor: pointer;
}
.faqAccordion .question span {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1;
}
.faqAccordion .question span.closed {
  display: block;
  color: #005FAA;
}
.faqAccordion .question span.open {
  display: none;
}
.faqAccordion .answer {
  display: none;
  background: #F5F5F5;
  border: 1px solid #E2E2E2;
  padding: 30px 15px 15px;
  margin: 15px 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.faqAccordion .answer ul li {
  font-size: 14px;
  font-size: 0.875rem;
}
.faqAccordion.search-styling li {
  border: none;
}
.faqAccordion.search-styling .question {
  background: #E2E2E2;
  border: 1px solid #E2E2E2;
  padding: 10px 15px;
}
.faqAccordion.search-styling .answer {
  margin: 0;
}

.faqAccordion.microsite a {
  color: #00abb3;
}
.faqAccordion.microsite .question span.closed {
  color: #00abb3;
}

@media (max-width: 991.98px) {
  ul.faqAccordion .question {
    font-size: 14px;
    font-size: 0.875rem;
  }
  ul.faqAccordion .question span {
    margin-left: 15px;
  }
}
.formFeedback .headline {
  text-align: center;
  text-transform: uppercase;
}
.formFeedback .footnote {
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 100%;
}
.formFeedback .footnote p {
  float: right;
}
.formFeedback .btn {
  float: right;
}
.formFeedback .form-group p {
  text-align: right;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin: 5px 0 0;
}

@media (max-width: 767.98px) {
  .formFeedback .form-group p {
    clear: right;
    text-align: left;
  }
}
.emissions .row {
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.emissions .row:last-of-type {
  border-bottom: none;
}
.emissions label {
  width: 100%;
}
.emissions ul#plants, .emissions ul.years {
  display: -ms-flexbox;
  display: flex;
}
.emissions ul#plants, .emissions ul.years, .emissions ul#et {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.emissions ul#plants li, .emissions ul.years li, .emissions ul#et li {
  min-width: 75px;
  margin-right: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.emissions ul#plants li input[type=checkbox], .emissions ul.years li input[type=checkbox], .emissions ul#et li input[type=checkbox] {
  height: 25px;
  width: 25px;
  margin-right: 10px;
}
.emissions ul#plants li label, .emissions ul.years li label, .emissions ul#et li label {
  margin-bottom: 0;
  font-weight: 400;
}
.emissions .graph {
  text-align: center;
}

@media (max-width: 991.98px) {
  .emissions ul#plants, .emissions ul.years, .emissions ul#et {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.ui-datepicker.ui-widget-content {
  border-radius: 0;
  padding: 0;
}
.ui-datepicker .ui-datepicker-header {
  border-radius: 0;
  background: #F5F5F5;
  font-family: "Overpass", sans-serif;
  border: none;
  padding: 0.4em 0 0.2em;
}
.ui-datepicker .ui-datepicker-prev {
  border: 1px solid transparent;
  border-radius: 0;
  top: 5px;
  left: 5px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span {
  background-image: url("/ResourcePackages/ST/library/img/icons-global/arrow-left.png");
  background-size: contain;
  background-position: center;
}
.ui-datepicker .ui-datepicker-next {
  border: 1px solid transparent;
  border-radius: 0;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next span {
  background-image: url("/ResourcePackages/ST/library/img/icons-global/arrow-right-1.svg");
  background-size: contain;
  background-position: center;
}
.ui-datepicker table {
  border: none;
  margin: 0;
}
.ui-datepicker th {
  padding-bottom: 0.4em;
  text-transform: none;
  font-weight: 600;
}
.ui-datepicker td {
  padding: 0;
  background: white !important;
}
.ui-datepicker td a {
  padding: 0.4em 0.4em 0.2em;
}
.ui-datepicker .ui-state-default {
  background: #F5F5F5;
  color: #444444;
  border-color: white;
}
.ui-datepicker .ui-state-hover {
  background: #E2E2E2;
}
.ui-datepicker .ui-state-highlight {
  background: #E5F5FA;
}
.ui-datepicker .ui-state-active {
  background: #005FAA;
  color: white;
}

a[data-sf-role=remove-input] {
  position: relative;
  padding-right: 20px;
}
a[data-sf-role=remove-input] .sf-icon-remove {
  position: absolute;
  top: 48%;
  height: 15px;
  right: 0;
  width: 15px;
  -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
  fill: currentColor;
}

.hero-generic {
  margin: 0;
  min-height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 40px 0 100px 0;
}
.hero-generic.microsite {
  border-top: 5px solid #00abb3;
}
.hero-generic.microsite .pageTitle {
  background: none;
}
.hero-generic.tall-hero {
  min-height: 400px;
}
.hero-generic.ami .content {
  padding-top: 120px;
  padding-bottom: 110px;
}
.hero-generic.ami .text .contentWrapper {
  background-color: rgba(8, 66, 114, 0.4);
  padding: 10px 20px;
}
.hero-generic.ami .text .contentWrapper .headline {
  line-height: 40px;
}
.hero-generic .content {
  min-height: 153px;
  background-size: 0 0;
}
.hero-generic .content .button {
  padding-top: 200px;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.hero-generic .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin-top: auto;
}
.hero-generic .text .contentWrapper {
  width: 100%;
  margin-top: auto;
}
.hero-generic .text .headline {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 44px;
  font-weight: 600;
  color: white;
  font-family: "Overpass", sans-serif;
  margin: 10px 0;
  text-transform: none;
  text-align: left;
}
.hero-generic .text .subheadline {
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: white;
  line-height: 26px;
  font-family: "Overpass", sans-serif;
  margin: 10px 0 0 0;
}
.hero-generic .text .headline, .hero-generic .text .subheadline {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.hero-generic .text .btn {
  margin-top: 5px;
  font-size: 18px;
  font-size: 1.125rem;
}
.hero-generic .pageTitle {
  background: rgba(8, 66, 114, 0.8);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 5px 0 0;
  margin: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.hero-generic .pageTitle .headline {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: white;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-transform: none;
  text-align: left;
}

@media (max-width: 991.98px) {
  .hero-generic {
    min-height: 150px;
    height: auto;
  }
  .hero-generic .content {
    display: none;
  }
  .hero-generic .pageTitle .headline {
    font-size: 16px;
    font-size: 1rem;
  }
  .hero-generic.tall-hero {
    min-height: 150px;
  }
  .hero-generic.ami {
    background-size: 0 0;
  }
  .hero-generic.ami .content {
    display: block;
    padding: 230px 0 0;
    background-size: cover;
    background-position: center;
  }
  .hero-generic.ami .text .contentWrapper .headline {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.loginBoxWrapper {
  margin-left: auto;
}

.loginBox {
  background-color: rgba(245, 245, 245, 0.9);
  border: 1px solid #E2E2E2;
  padding: 15px;
}
.loginBox .title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.loginBox label {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: 2px;
}
.loginBox input {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #E2E2E2;
  padding: 15px;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Inter", sans-serif;
  color: #666666;
  font-weight: 400;
}
.loginBox input:first-of-type {
  margin-bottom: 10px;
}
.loginBox a {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  text-decoration: none;
  font-weight: 500;
}
.loginBox a:first-of-type {
  margin-bottom: 10px;
}
.loginBox .submitButton {
  padding-left: 0;
}
.loginBox button {
  width: 100%;
}
.loginBox .button-links {
  margin-top: 15px;
}

@media (max-width: 991.98px) {
  .loginBox .submitButton {
    padding-left: 15px;
  }
}
.linkbox {
  background-color: rgba(245, 245, 245, 0.9);
  border: 1px solid #E2E2E2;
  padding: 15px;
  margin-left: auto;
}
.linkbox .title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.linkbox .blurb {
  margin-bottom: 20px;
}
.linkbox .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}
.linkbox .btn {
  font-size: 14px;
  font-size: 0.875rem;
  flex: 0 0 45%;
  -ms-flex: 0 0 36.8%;
  margin: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 1199.98px) {
  .linkbox .btn {
    flex: 0 0 44.5%;
    -ms-flex: 0 0 33.8%;
  }
}
.hero-stats {
  background-color: rgba(229, 245, 250, 0.95);
  padding: 30px 0;
}
.hero-stats > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.hero-stats .stat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1 1;
      flex: 1 1;
  padding-left: 10px;
  padding-right: 10px;
}
.hero-stats .stat .number {
  color: #005FAA;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  font-family: "Overpass", sans-serif;
  line-height: 1;
}
.hero-stats .stat .number .currency {
  font-size: 35px;
  font-size: 2.1875rem;
  vertical-align: text-top;
}
.hero-stats .stat .description {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 767.98px) {
  .hero-stats {
    width: 100%;
    padding: 0;
  }
  .hero-stats > .container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .hero-stats .stat {
    padding: 20px 0;
    border-bottom: 1px solid #CECDCD;
  }
  .hero-stats .stat:last-of-type {
    border: none;
  }
  .hero-stats .stat .number {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .hero-stats .stat .number .currency {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.hero-homepage {
  padding: 30px 0 60px;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  height: 1px;
}
.hero-homepage.ami {
  padding-bottom: 0;
  height: auto;
}
.hero-homepage .text {
  margin: 0;
}

@media (max-width: 767.98px) {
  .hero-homepage {
    min-height: 221px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
.landing-hero {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-pack: center;
      justify-content: center;
}
.landing-hero > .site-holder {
  width: 50vw;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.landing-hero > .site-holder:hover .landing-hero-image {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.landing-hero > .site-holder .landing-hero-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.landing-hero > .site-holder .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #00abb3;
  z-index: 11;
  transition: opacity 0.3s;
}
.landing-hero > .site-holder p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 8px;
  z-index: 12;
  width: max-content;
  transition: all 0.3s;
}
.landing-hero > .site-holder:first-child {
  background-color: #d7edfa;
}
.landing-hero > .site-holder:first-child .overlay {
  opacity: 0%;
}
.landing-hero > .site-holder:last-child {
  background-color: #fff;
}
.landing-hero > .site-holder:last-child .overlay {
  opacity: 50%;
}
.landing-hero > .site-holder:hover .overlay, .landing-hero > .site-holder:focus .overlay {
  opacity: 80%;
}
.landing-hero > .site-holder:hover p, .landing-hero > .site-holder:focus p {
  top: calc(50% - 10px);
}

.micrositeLanding {
  text-align: center;
}
.micrositeLanding-image {
  margin: 40px 0 40px 0;
  height: 200px;
}

@media (max-width: 1199.98px) {
  .landing-hero {
    -ms-flex-direction: column;
        flex-direction: column;
    overflow-x: hidden;
  }
  .landing-hero > .site-holder {
    height: 500px;
    width: 100vw;
  }
  .landing-hero > .site-holder p {
    font-size: 35px;
  }
}
.twoColLayout {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .twoColLayout {
    padding: 15px 0;
  }
  .twoColLayout .backgroundImg {
    padding: 15px 0;
  }
}
.multiwidgetLayout .latestNews,
.multiwidgetLayout .byTheNumbers,
.multiwidgetLayout .featuredPost {
  box-shadow: none;
}
.multiwidgetLayout .widget + .widget {
  margin-top: 24px;
}

.featuredVideos .headline {
  text-align: center;
  line-height: 40px;
}
.featuredVideos .videoCard {
  padding: 12px;
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
}
.featuredVideos .videoCard a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-decoration: none;
}
.featuredVideos .videoCard a .thumbnail {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  max-height: 300px;
  width: 100%;
  overflow: hidden;
}
.featuredVideos .videoCard a .thumbnail:after {
  content: "";
  background: url("/resourcepackages/st/library/img/video-play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.featuredVideos .videoCard a .thumbnail img {
  width: 100%;
  object-fit: cover;
  transition: transform 1s;
}
.featuredVideos .videoCard a:hover .thumbnail img, .featuredVideos .videoCard a:focus .thumbnail img {
  transform: scale3d(1.1, 1.1, 1);
}
.featuredVideos .videoCard .videoHeadline {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #005FAA;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .featuredVideos .headline {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
  .featuredVideos .videoCard {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .featuredVideos .videoCard a .thumbnail {
    max-height: 165px;
  }
  .featuredVideos .videoCard a .thumbnail:after {
    background-size: 25%;
  }
  .featuredVideos .videoCard .videoHeadline {
    font-size: 16px;
    font-size: 1rem;
  }
}
.socialMediaWidget {
  background: #F5F5F5;
  border: 1px solid #E2E2E2;
}
.socialMediaWidget .headline, .socialMediaWidget .socialLinks {
  margin: 15px;
}
.socialMediaWidget .headline {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  color: #666666;
}
.socialMediaWidget .socialLinks {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}
.socialMediaWidget .socialLinks li {
  margin: 0 5px;
}
.socialMediaWidget .socialLinks li a {
  color: #666666;
  font-size: 30px;
  font-size: 1.875rem;
}
.socialMediaWidget .socialLinks li a:hover, .socialMediaWidget .socialLinks li a:focus {
  color: #005FAA;
}
.socialMediaWidget .mediaContact {
  padding: 5px 15px;
  border-top: 1px solid #E2E2E2;
  color: #666666;
}
.socialMediaWidget .mediaContact p {
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 767.98px) {
  .socialMediaWidget {
    margin-top: 15px;
  }
}
.featuredImageVideo .headline {
  text-align: center;
  text-transform: uppercase;
}
.featuredImageVideo .media a {
  display: -ms-flexbox;
  display: flex;
}
.featuredImageVideo .media a .thumbnail {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  max-height: 300px;
  width: 100%;
  overflow: hidden;
}
.featuredImageVideo .media a .thumbnail:after {
  content: "";
  background: url("/resourcepackages/st/library/img/video-play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.featuredImageVideo .media a .thumbnail img {
  width: 100%;
  object-fit: cover;
  transition: transform 1s;
}
.featuredImageVideo .media a:hover .thumbnail img, .featuredImageVideo .media a:focus .thumbnail img {
  transform: scale3d(1.1, 1.1, 1);
}
.featuredImageVideo .media img {
  width: 100%;
}
.featuredImageVideo .links {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.featuredImageVideo .links li {
  border-right: 2px solid #444444;
  padding: 0 5px 0 10px;
}
.featuredImageVideo .links li:first-of-type {
  padding-left: 0;
}
.featuredImageVideo .links li:last-of-type {
  border: none;
  padding-right: 0;
}
.featuredImageVideo .links a {
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .featuredImageVideo .media {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .featuredImageVideo .media a .thumbnail {
    max-height: 165px;
  }
  .featuredImageVideo .media a .thumbnail:after {
    background-size: 25%;
  }
  .featuredImageVideo .media .videoHeadline {
    font-size: 16px;
    font-size: 1rem;
  }
}
.sharethis-inline-share-buttons {
  text-align: left !important;
}

.twitter-timeline {
  position: absolute !important;
  left: 0;
  top: 0;
}

.twitter-container {
  display: contents;
  height: 100%;
}

.twitter-widget-wrapper {
  display: none;
  height: 100%;
  min-height: 400px;
  position: relative;
  overflow: auto;
}

.twitter-msg-wrapper {
  text-align: center;
  height: 100%;
  display: none;
}
.twitter-msg-wrapper .msg-img {
  margin-top: 10px;
  max-width: 23%;
}
.twitter-msg-wrapper .msg-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 14px;
}
.twitter-msg-wrapper .msg-content {
  line-height: 26px;
  color: #666666;
  margin-bottom: 11px;
}
.twitter-msg-wrapper .msg-content strong {
  font-weight: 600;
}
.twitter-msg-wrapper .msg-link {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  font-family: "Inter", sans-serif;
}
.twitter-msg-wrapper .msg-link .fas, .twitter-msg-wrapper .msg-link svg {
  margin-left: 7px;
}

.latestTwitter {
  height: 100%;
  min-height: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  border: 1px solid #E2E2E2;
  padding: 15px;
}
.latestTwitter .headline {
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}
.latestTwitter hr.small {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199.98px) {
  .twitter-widget-wrapper {
    min-height: 400px;
  }
}
.latestNews {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #E2E2E2;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  padding: 15px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.latestNews .headline {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}
.latestNews hr {
  margin: 10px auto;
}
.latestNews .postLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-decoration: none;
  border-bottom: 1px solid #E2E2E2;
  padding: 5px 0;
}
.latestNews .postLink .contentWrapper {
  padding-right: 15px;
}
.latestNews .postLink .postDate {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
}
.latestNews .postLink .blurb {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #666666;
}
.latestNews .postLink .caret {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 10px;
  -ms-flex: 0 0 21px;
      flex: 0 0 21px;
}
.latestNews .postLink svg {
  height: 45px;
  width: 21px;
}
.latestNews .postLink:hover .postDate, .latestNews .postLink:hover .blurb, .latestNews .postLink:focus .postDate, .latestNews .postLink:focus .blurb {
  color: #005FAA;
}
.latestNews .postLink:hover .caret, .latestNews .postLink:focus .caret {
  padding: 0 5px 0 15px;
}
.latestNews .caretLink {
  margin: 15px 0 0 auto;
  font-family: "Inter", sans-serif;
}
.latestNews .caretLink:hover, .latestNews .caretLink:focus {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .latestNews {
    margin: 0 0 15px;
  }
  .latestNews .headline {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .latestNews .postLink .postDate {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .latestNews .postLink .blurb {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .latestNews .postLink .caret {
    padding: 0;
  }
  .latestNews .caretLink {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: auto;
  }
}
.featuredPost {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #E2E2E2;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  padding: 15px;
  text-decoration: none;
  color: #444444;
}
.featuredPost .headline {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.featuredPost hr {
  margin: 10px 0;
}
.featuredPost .contentWrapper {
  border-bottom: 1px solid #E2E2E2;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.featuredPost .postTitle {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 33px;
  font-weight: 400;
  color: #005FAA;
  margin: 0 0 10px 0;
}
.featuredPost .postSample {
  font-family: "Inter", sans-serif;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 15px;
}
.featuredPost img {
  float: left;
  width: 191px;
  border: 1px solid #E2E2E2;
  margin: 5px 15px 5px 0;
}
.featuredPost .caretLink {
  float: right;
  margin: 15px 0 0 auto;
  color: #005FAA;
  font-family: "Inter", sans-serif;
}
.featuredPost .caretLink:hover, .featuredPost .caretLink:focus {
  text-decoration: underline;
}
.featuredPost:hover, .featuredPost:focus {
  color: #084272;
}
.featuredPost:hover .postTitle, .featuredPost:focus .postTitle {
  color: #084272;
}
.featuredPost:hover .postSample, .featuredPost:focus .postSample {
  color: #444444;
}

.featuredPost.microsite {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #E2E2E2;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  padding: 15px;
  text-decoration: none;
  color: #444444;
}
.featuredPost.microsite .headline {
  text-align: start;
}
.featuredPost.microsite .postTitle {
  color: #00abb3;
}
.featuredPost.microsite .postSample {
  color: #444444;
}
.featuredPost.microsite .caretLink {
  color: #00abb3;
}
.featuredPost.microsite:hover, .featuredPost.microsite:focus {
  color: #084272;
}
.featuredPost.microsite:hover .postTitle, .featuredPost.microsite:focus .postTitle {
  color: #000;
}
.featuredPost.microsite:hover .postSample, .featuredPost.microsite:focus .postSample {
  color: #444444;
}

@media (max-width: 767.98px) {
  .featuredPost {
    margin-top: 15px;
    height: calc(100% - 15px);
  }
  .featuredPost .headline {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
  }
  .featuredPost hr {
    margin: 10px auto;
  }
  .featuredPost .postTitle {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left;
  }
  .featuredPost .postSample {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .featuredPost img {
    width: 100%;
    margin-right: 0;
  }
  .featuredPost.mobileHideImg img {
    display: none;
  }
  .featuredPost .caretLink {
    margin-top: 15px;
    margin-right: auto;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.newsListingItem {
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #E2E2E2;
  text-decoration: none;
}
.newsListingItem .imgWrapper {
  -ms-flex: 1 1 33%;
      flex: 1 1 33%;
}
.newsListingItem .imgWrapper img {
  border: 1px solid #E2E2E2;
  width: 100%;
}
.newsListingItem .content {
  -ms-flex: 1 1 67%;
      flex: 1 1 67%;
}
.newsListingItem .content .headline {
  text-transform: uppercase;
  margin-top: 0;
  color: #444;
  font-weight: 700;
}
.newsListingItem .content .dateTime {
  font-weight: 700;
  background: #F5F5F5;
  border: 1px solid #E2E2E2;
  padding: 5px 10px;
}
.newsListingItem .content .dateTime li {
  display: inline-block;
  border-left: 2px solid #444444;
  padding: 0 5px 0 10px;
}
.newsListingItem .content .dateTime li:first-of-type {
  border-left: 0;
  padding-left: 0;
}
.newsListingItem .content .dateTime, .newsListingItem .content .blurb {
  color: #444444;
  font-family: "Inter", sans-serif;
  line-height: 24px;
}
.newsListingItem .content .blurb {
  font-weight: 400;
}
.newsListingItem .content .caretLink {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin: 10px 0;
}
.newsListingItem .imgWrapper + .content {
  padding-left: 30px;
}
.newsListingItem:hover .content .headline {
  color: #084272;
}

@media (max-width: 991.98px) {
  .newsListingItem .imgWrapper {
    display: none;
  }
  .newsListingItem .imgWrapper + .content {
    padding-left: 0;
  }
  .newsListingItem .content .dateTime {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-right: none;
    border-left: none;
  }
  .newsListingItem .content .caretLink {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
.listingFilters {
  background: #E5F5FA;
  border-bottom: 1px solid #E2E2E2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.listingFilters .form-group {
  margin-bottom: 0;
}
.listingFilters select {
  width: auto;
  display: inline-block;
  margin: 0 25px;
  padding: 10px 40px 10px 10px;
}
.listingFilters select#filterCategory {
  min-width: 350px;
}
.listingFilters select#filterYear {
  min-width: 175px;
}
.listingFilters label.underline {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .listingFilters {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .listingFilters .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding: 0;
  }
  .listingFilters select {
    width: 100%;
    margin: 0;
  }
  .listingFilters select#filterCategory {
    width: 100%;
    min-width: auto;
  }
  .listingFilters label {
    margin: 10px 0;
  }
  .listingFilters label:first-of-type {
    margin-top: 0;
  }
  .listingFilters label.underline {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.detailContent .dateTime {
  font-weight: 700;
  background: #F5F5F5;
  border: 1px solid #E2E2E2;
  padding: 15px;
}
.detailContent .dateTime li {
  display: inline-block;
  border-left: 2px solid #444444;
  padding: 0 5px 0 10px;
}
.detailContent .dateTime li:first-of-type {
  border-left: 0;
  padding-left: 0;
}
.detailContent .dateTime li:last-of-type {
  padding-right: 0;
}
.detailContent .copy hr {
  border-top: 1px solid #E2E2E2;
}
.detailContent .shareThisText {
  text-transform: uppercase;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.detailContent .tags {
  list-style: none;
  padding: 0;
}
.detailContent .tags li {
  display: inline;
}
.detailContent .tags li:after {
  content: ", ";
}
.detailContent .tags li:last-of-type:after {
  content: none;
}
.detailContent .tags a {
  text-decoration: none;
}
.detailContent .detailInfo {
  background-color: #F5F5F5;
  border: 1px solid #E2E2E2;
  padding: 15px;
}
.detailContent .detailInfo .headline {
  margin: 5px 0;
}
.detailContent .detailInfo .eventLocation {
  margin: 10px 0;
}
.detailContent .detailInfo .eventLocation p {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .detailContent .detailInfo {
    margin: 15px 0;
  }
  .detailContent .dateTime {
    padding: 9px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detailContent .dateTime li {
    white-space: nowrap;
    padding: 0 8px;
  }
}
.relatedPosts .post {
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #E2E2E2;
}
.relatedPosts .post .image {
  margin-right: 20px;
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
}
.relatedPosts .post .content .postTitle {
  text-decoration: none;
}
.relatedPosts .post .content .postTitle:hover h3 {
  color: #005FAA;
}
.relatedPosts .post .content .postBlurb {
  margin: 15px 0;
}

@media (max-width: 991.98px) {
  .relatedPosts .post {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .relatedPosts .post .image {
    margin-right: 0;
  }
  .relatedPosts .post .content {
    padding-top: 15px;
  }
}
.newsroom section {
  margin: initial;
}
.newsroom .newsroom-heading {
  -ms-flex-align: center;
      align-items: center;
}
.newsroom .newsroom-heading .heading h1.headline {
  text-align: left;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 38px 0 0;
}
.newsroom .newsroom-heading .subscribe-link {
  padding-top: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.newsroom .newsroom-heading .subscribe-link img {
  padding-right: 3px;
}
.newsroom .newsroom-heading .subscribe-link a {
  font-weight: 700;
  margin-top: 1px;
}
.newsroom #newsroom-results {
  min-height: 400px;
  transition: all 400ms;
}
.newsroom #newsroom-results.isLoading {
  opacity: 0.4;
}
.newsroom .tileCards {
  position: relative;
}
.newsroom .newsroom-loading {
  position: absolute;
  top: 100px;
  left: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 8px;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.newsroom .newsroom-loading::after {
  content: "";
  width: 65px;
  height: 65px;
  display: block;
  border-radius: 100%;
  border: 5px solid #E5F5FA;
  border-top: 5px solid #084272;
  animation: newsroomspin 800ms linear infinite;
}
.newsroom .newsroom-video-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 100;
}
.newsroom .newsroom-video-box.active {
  display: -ms-flexbox;
  display: flex;
}
.newsroom .newsroom-video-box .close-video-box {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-align: right;
}
.newsroom .newsroom-video-box iframe {
  display: block;
}
.newsroom .no-news-items {
  text-align: center;
  width: 100%;
  padding-top: 25px;
  font-size: 24px;
}
@keyframes newsroomspin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 991.98px) {
  .newsroom .newsroom-heading .heading h1.headline {
    font-size: 26px;
    font-size: 1.625rem;
    text-align: center;
    margin: 38px 0 0;
  }
  .newsroom .newsroom-heading .subscribe-link {
    font-size: 14px;
    font-size: 0.875rem;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 0;
  }
  .newsroom .newsroom-heading .subscribe-link img {
    max-width: 18px;
  }
  .newsroom .newsroom-heading .subscribe-link a {
    margin-top: 3px;
  }
  .newsroom .newsroom-video-box .close-video-box {
    max-width: 90%;
    min-width: 60%;
    max-height: 90%;
    margin: 10px auto;
  }
  .newsroom .newsroom-video-box iframe {
    max-width: 90%;
    min-width: 60%;
    max-height: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .newsroom .newsroom-video-box .close-video-box {
    max-width: 90%;
    min-width: 60%;
    max-height: 90%;
    margin: 10px auto;
  }
  .newsroom .newsroom-video-box iframe {
    max-width: 90%;
    min-width: 60%;
    max-height: 90%;
    margin: 0 auto;
  }
}
.featured-item {
  margin: 20px 0 40px;
  border: solid 1px #E2E2E2;
}
.featured-item a.row {
  color: #444444;
}
.featured-item a.row .cardImage {
  position: relative;
}
.featured-item a.row .cardImage .video {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 1;
}
.featured-item a.row .cardImage img {
  width: 100%;
}
.featured-item a.row:hover, .featured-item a.row:focus {
  color: #444444;
}
.featured-item a.row:hover .featured-content .read-more .caretLink, .featured-item a.row:focus .featured-content .read-more .caretLink {
  color: #084272;
}
.featured-item a.row .featured-image {
  min-height: 415px;
  background: no-repeat center center;
  background-size: cover;
  height: 100%;
}
.featured-item a.row .featured-image .tag {
  display: none;
}
.featured-item a.row .featured-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
.featured-item a.row .featured-content .tag {
  text-align: right;
  margin-bottom: 25px;
}
.featured-item a.row .featured-content .tag span {
  font-family: "Inter", sans-serif;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #E5F5FA;
  padding: 10px 25px;
  border-left: solid 1px #E2E2E2;
  border-bottom: solid 1px #E2E2E2;
}
.featured-item a.row .featured-content .date {
  font-weight: 400;
  font-style: italic;
  font-family: "Overpass", sans-serif;
  margin-bottom: 5px;
}
.featured-item a.row .featured-content .teaser {
  font-weight: 400;
  padding: 0 35px 0 0;
  line-height: 28px;
  font-family: "Inter", sans-serif;
}
.featured-item a.row .featured-content .read-more {
  position: relative;
  margin-top: auto;
  padding: 20px 0 40px;
}
.featured-item a.row .featured-content .read-more .caretLink {
  color: #005FAA;
  margin: 0;
}
.featured-item a.row .featured-content .read-more .caretLink svg {
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .featured-item a.row .featured-image {
    min-height: 265px;
  }
  .featured-item a.row .featured-image .tag {
    display: block;
    text-align: right;
    font-weight: 400;
    font-family: "Inter", sans-serif;
  }
  .featured-item a.row .featured-image .tag span {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    background-color: #E5F5FA;
    padding: 8px 14px;
    border-left: solid 1px #E2E2E2;
    border-bottom: solid 1px #E2E2E2;
  }
  .featured-item a.row .featured-content {
    padding: 20px;
  }
  .featured-item a.row .featured-content .tag {
    display: none;
  }
  .featured-item a.row .featured-content .date {
    margin-bottom: 0;
  }
  .featured-item a.row .featured-content .teaser {
    padding: 0 0 15px 0;
  }
  .featured-item a.row .featured-content .read-more {
    margin-top: initial;
    padding: 0;
  }
}
.item-listings {
  margin: 20px 0 40px;
}
.item-listings .card-heading {
  -ms-flex-align: center;
      align-items: center;
}
.item-listings .card-heading .heading h2.headline {
  text-align: left;
}
.item-listings .card-heading .heading hr.x-small {
  width: 70px;
  margin: 15px 0 5px;
}
.item-listings .card-heading .subscribe-link {
  text-align: right;
}
.item-listings .card-heading .subscribe-link img {
  padding-right: 3px;
}
.item-listings .card-heading .subscribe-link a {
  font-weight: 700;
}
.item-listings .view-all {
  text-align: right;
}
.item-listings .view-all a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.item-listings .search-wrapper {
  -ms-flex-align: center;
      align-items: center;
}
.item-listings .search-wrapper .search {
  text-align: right;
}
.item-listings .search-wrapper .search input {
  border: solid 1px #777777;
  width: 100%;
  max-width: 320px;
  padding: 8px 50px 8px 15px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
.item-listings .search-wrapper .search input::-webkit-input-placeholder {
  font-size: 15px !important;
}
.item-listings .search-wrapper .search .search-button {
  position: absolute;
  background: none;
  border: none;
  right: 25px;
  top: 8px;
}
.item-listings .search-wrapper .search .search-button .fa-search {
  color: #084272;
}
.item-listings .categories .heading {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 20px 0 10px;
}
.item-listings .categories .tags ul {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.item-listings .categories .tags ul li {
  display: inline-block;
  margin-bottom: 5px;
}
.item-listings .categories .tags ul li a {
  border: solid 1px #E2E2E2;
  border-radius: 3px;
  padding: 6px 14px;
  color: #444444;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Inter", sans-serif;
}
.item-listings .categories .tags ul li a:hover, .item-listings .categories .tags ul li a:focus-visible {
  color: #005FAA;
  background-color: #E5F5FA;
  border: solid 1px #0099CC;
}
.item-listings .categories .tags ul li a:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
.item-listings .categories .tags ul li a:active, .item-listings .categories .tags ul li a.active {
  color: #fff;
  background-color: #005FAA;
}
.item-listings .tileCards {
  margin: 25px auto 50px;
}
.item-listings .tileCards .cardWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: -10px;
}
.item-listings .tileCards .cardWrapper .card {
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 31.56%;
  -ms-flex: 0 0 31.2%;
  margin: 10px;
  font-family: "Inter", sans-serif;
  border: 2px solid #E2E2E2;
  border-radius: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  text-decoration: none;
}
.item-listings .tileCards .cardWrapper .card .tag {
  position: absolute;
  z-index: 1;
  right: 0;
}
.item-listings .tileCards .cardWrapper .card .tag span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #E5F5FA;
  padding: 5px 16px;
  color: #555;
  text-transform: uppercase;
  font-weight: 700;
  border-left: solid 1px #E2E2E2;
  border-bottom: solid 1px #E2E2E2;
}
.item-listings .tileCards .cardWrapper .card .cardImage {
  height: 265px;
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.item-listings .tileCards .cardWrapper .card .cardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s;
}
@media all and (-ms-high-contrast: none) {
  .item-listings .tileCards .cardWrapper .card .cardImage img {
    height: auto;
    width: 100%;
  }
}
.item-listings .tileCards .cardWrapper .card .video {
  position: absolute;
  z-index: 1;
}
.item-listings .tileCards .cardWrapper .card:hover .cardImage img, .item-listings .tileCards .cardWrapper .card:focus .cardImage img {
  transform: scale3d(1.1, 1.1, 1);
}
.item-listings .tileCards .cardWrapper .card .contentWrapper {
  padding: 10px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}
.item-listings .tileCards .cardWrapper .card h3.headline {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  font-weight: 700;
  color: #444444;
  text-align: left;
  text-transform: initial;
}
.item-listings .tileCards .cardWrapper .card .date {
  color: #666666;
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  margin: 10px 0 0;
}
.item-listings .tileCards .cardWrapper .card .blurb {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
  margin-bottom: 25px;
}
.item-listings .tileCards .cardWrapper .card .caretLink {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 10px;
  margin-top: auto;
  font-weight: 600;
  font-family: "Overpass", sans-serif;
}
.item-listings .tileCards .cardWrapper .card .caretLink svg {
  vertical-align: middle;
}
.item-listings .tileCards .card:first-child:nth-last-child(1) {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}
.item-listings .tileCards .card:first-child:nth-last-child(1) .cardImage {
  width: 33%;
}
.item-listings .tileCards .card:first-child:nth-last-child(1) .contentWrapper {
  height: 100%;
  width: 67%;
  padding: 15px 20px;
}
.item-listings .tileCards .card:first-child:nth-last-child(2),
.item-listings .tileCards .card:first-child:nth-last-child(2) ~ .card,
.item-listings .tileCards .card:first-child:nth-last-child(4),
.item-listings .tileCards .card:first-child:nth-last-child(4) ~ .card {
  -ms-flex: 1 1 45%;
      flex: 1 1 45%;
}
.item-listings .tileCards .card:first-child:nth-last-child(3),
.item-listings .tileCards .card:first-child:nth-last-child(3) ~ .card,
.item-listings .tileCards .card:first-child:nth-last-child(6),
.item-listings .tileCards .card:first-child:nth-last-child(6) ~ .card,
.item-listings .tileCards .card:first-child:nth-last-child(9),
.item-listings .tileCards .card:first-child:nth-last-child(9) ~ .card {
  -ms-flex: 1 1 30%;
      flex: 1 1 30%;
}

@media (max-width: 1199.98px) {
  .item-listings .tileCards .cardWrapper .card {
    -ms-flex: 0 0 31.2%;
        flex: 0 0 31.2%;
  }
}
@media (max-width: 991.98px) {
  .item-listings .card-heading {
    -ms-flex-align: initial;
        align-items: initial;
  }
  .item-listings .card-heading .heading h2.headline {
    text-align: center;
  }
  .item-listings .card-heading .heading hr.x-small {
    margin: auto;
  }
  .item-listings .card-heading .subscribe-link {
    text-align: center;
    margin-top: 20px;
  }
  .item-listings .view-all {
    text-align: center;
  }
  .item-listings .search-wrapper {
    -ms-flex-align: initial;
        align-items: initial;
  }
  .item-listings .search-wrapper .search {
    text-align: left;
  }
  .item-listings .search-wrapper .search input {
    max-width: 100%;
  }
  .item-listings .categories .tags ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: row;
        flex-direction: row;
    overflow: auto;
  }
  .item-listings .categories .tags ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .item-listings .categories .tags ul li a {
    white-space: nowrap;
    padding: 4px 8px;
  }
  .item-listings .tileCards .cardWrapper .card {
    -ms-flex: 0 0 30.5%;
        flex: 0 0 30.5%;
  }
}
@media (max-width: 767.98px) {
  .item-listings .tileCards {
    margin: 25px auto;
    padding: 0;
  }
  .item-listings .tileCards .cardWrapper {
    margin: 0;
  }
  .item-listings .tileCards .cardWrapper .card {
    -ms-flex: 1 1 100% !important;
        flex: 1 1 100% !important;
    text-align: center;
    margin: 7.5px 0;
  }
  .item-listings .tileCards .cardWrapper .card:first-of-type {
    margin-top: 0;
  }
  .item-listings .tileCards .cardWrapper .card:last-of-type {
    margin-bottom: 0;
  }
  .item-listings .tileCards .cardWrapper .card.mobileHideImg .cardImage {
    display: none;
  }
  .item-listings .tileCards .cardWrapper .card .tag span {
    font-size: 12px;
    font-size: 0.75rem;
    background-color: #E5F5FA;
    padding: 4px 12px;
  }
  .item-listings .tileCards .cardWrapper .card .contentWrapper {
    text-align: left;
  }
  .item-listings .tileCards .cardWrapper .card h3.headline {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
  }
  .item-listings .tileCards .cardWrapper .card .date {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .item-listings .tileCards .cardWrapper .card .blurb {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 20px;
  }
  .item-listings .tileCards .cardWrapper .card .caretLink {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .item-listings .tileCards .card:first-child:nth-last-child(1) {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
  .item-listings .tileCards .card:first-child:nth-last-child(1) .cardImage {
    width: auto;
  }
  .item-listings .tileCards .card:first-child:nth-last-child(1) .contentWrapper {
    height: auto;
    width: auto;
    padding: 10px;
  }
}
.subscribe {
  margin-bottom: 20px;
}
.subscribe .subscribe-wrapper {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  background: #F5F5F5;
  border: 1px solid #E2E2E2;
  box-shadow: 0px 0px 6px rgba(85, 85, 85, 0.15);
}
.subscribe .subscribe-wrapper .iconWrapper {
  padding: 20px 20px 10px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 123px;
}
.subscribe .subscribe-wrapper .iconWrapper img {
  max-width: 57px;
  max-height: 57px;
}
.subscribe .subscribe-wrapper .contentWrapper {
  padding: 20px 20px 10px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}
.subscribe .subscribe-wrapper .contentWrapper h2.headline {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
  text-align: left;
}
.subscribe .subscribe-wrapper .contentWrapper .blurb {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
}
.subscribe .subscribe-wrapper .contentWrapper .link {
  padding: 8px 0;
}
.subscribe .subscribe-wrapper .contentWrapper .link a {
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .subscribe {
    margin-bottom: 25px;
  }
  .subscribe .subscribe-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .subscribe .subscribe-wrapper .contentWrapper {
    text-align: center;
  }
  .subscribe .subscribe-wrapper .contentWrapper h2.headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    text-align: center;
  }
  .subscribe .subscribe-wrapper .contentWrapper .blurb {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .subscribe .subscribe-wrapper .contentWrapper .link {
    padding: 15px 0;
  }
  .subscribe .subscribe-wrapper .contentWrapper .link a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.leadership-grid-wrapper {
  background: #E5F5FA;
  padding: 50px 0;
  margin: 50px 0 0;
}
.leadership-grid-wrapper h2 {
  text-transform: uppercase;
}
.leadership-grid-wrapper h2::after {
  content: "";
  display: block;
  border-bottom: 4px solid #E2E2E2;
  padding: 0;
  margin: 20px 0;
  color: #E2E2E2;
  width: 70px;
}
.leadership-grid-wrapper hr.x-small {
  color: #E2E2E2;
  width: 70px;
}
.leadership-grid-wrapper .intro {
  margin-bottom: 25px;
  line-height: 28px;
}
.leadership-grid-wrapper .leadership-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.leadership-grid-wrapper .leadership-grid .leadership-card {
  flex: 0 0 23%;
  -ms-flex: 0 0 23%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 2% 35px 0;
  background: #F2FAFC;
}
.leadership-grid-wrapper .leadership-grid .leadership-card:hover, .leadership-grid-wrapper .leadership-grid .leadership-card:focus {
  color: #444444;
}
.leadership-grid-wrapper .leadership-grid .leadership-card:hover .bio-wrapper .bio-link .caretLink, .leadership-grid-wrapper .leadership-grid .leadership-card:focus .bio-wrapper .bio-link .caretLink {
  color: #084272;
}
.leadership-grid-wrapper .leadership-grid .leadership-card .photo {
  width: 100%;
}
.leadership-grid-wrapper .leadership-grid .leadership-card .photo img {
  max-height: 270px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
.leadership-grid-wrapper .leadership-grid .leadership-card .bio-wrapper {
  padding: 15px;
  font-family: "Overpass", sans-serif;
  color: #444444;
}
.leadership-grid-wrapper .leadership-grid .leadership-card .bio-wrapper .bio {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 17px;
  margin: 5px 0 15px;
  font-weight: 600;
}
.leadership-grid-wrapper .leadership-grid .leadership-card .bio-wrapper .bio-link .caretLink {
  font-size: 14px;
  font-size: 0.875rem;
  color: #005FAA;
  line-height: 22px;
  font-weight: 700;
}
.leadership-grid-wrapper .leadership-grid .leadership-card .bio-wrapper .bio-link .caretLink svg {
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .leadership-grid-wrapper {
    padding: 25px 0;
  }
  .leadership-grid-wrapper h2 {
    text-align: center;
  }
  .leadership-grid-wrapper h2::after {
    margin: 0 auto;
    padding: 10px 0;
  }
  .leadership-grid-wrapper hr.x-small {
    margin: auto;
  }
  .leadership-grid-wrapper .intro {
    margin: 25px 0;
    line-height: 28px;
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    padding: 0 20px;
  }
  .leadership-grid-wrapper .leadership-grid {
    padding: 0 35px;
  }
  .leadership-grid-wrapper .leadership-grid .leadership-card {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    margin: 0 0 20px 0;
  }
  .leadership-grid-wrapper .leadership-grid .leadership-card .photo {
    text-align: center;
  }
  .leadership-grid-wrapper .leadership-grid .leadership-card .photo img {
    max-height: 100%;
    height: 100%;
    width: 100%;
  }
}
.tabbedContent .titleBlurbSection {
  text-align: center;
}
.tabbedContent .titleBlurbSection .headline {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 39px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.tabbedContent .titleBlurbSection .blurb {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 34px;
}
.tabbedContent .tabs {
  margin: 30px 0 50px 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.tabbedContent .tab {
  padding: 30px 0 50px 0;
  background: #F5F5F5;
  border: 1px solid #E2E2E2;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #666666;
  -ms-flex: 1 1;
      flex: 1 1;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.tabbedContent .tab svg {
  display: none;
}
.tabbedContent .tab:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(to top, rgba(85, 85, 85, 0.1), transparent);
  z-index: 1;
}
.tabbedContent .tab:hover, .tabbedContent .tab:focus, .tabbedContent .tab.active {
  background: white;
  border-bottom: 1px solid white;
  border-top: 3px solid #005FAA;
  color: #005FAA;
}
.tabbedContent .tab.active:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -7px;
  height: calc(100% + 3px);
  width: 6px;
  background: linear-gradient(to left, rgba(85, 85, 85, 0.1), transparent);
  z-index: 1;
}
.tabbedContent .tab.active:after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  right: -7px;
  left: unset;
  height: calc(100% + 3px);
  width: 6px;
  background: linear-gradient(to right, rgba(85, 85, 85, 0.1), transparent);
  z-index: 1;
}
.tabbedContent .img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.tabbedContent .img img, .tabbedContent .img a {
  width: 100%;
}
.tabbedContent .videoThumbnail {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  max-height: 300px;
  width: 100%;
  overflow: hidden;
}
.tabbedContent .videoThumbnail:after {
  content: "";
  background: url("/resourcepackages/st/library/img/video-play.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.tabbedContent .videoThumbnail img {
  width: 100%;
  object-fit: cover;
  transition: transform 1s;
}
.tabbedContent .contentSection {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 30px;
}
.tabbedContent .contentSection .contentWrapper {
  width: 100%;
}
.tabbedContent .contentSection .block {
  display: none;
}
.tabbedContent .contentSection .block.active {
  display: -ms-flexbox;
  display: flex;
}
.tabbedContent .contentSection .accordionToggle {
  display: none;
}
.tabbedContent .contentSection .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}
.tabbedContent .contentSection .content .headline, .tabbedContent .contentSection .content .subheadline {
  width: 100%;
}
.tabbedContent .contentSection .headline {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 34px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-top: 0;
}
.tabbedContent .contentSection .subheadline {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  line-height: 32px;
  margin: 15px 0 25px 0;
  color: #666666;
}
.tabbedContent .mainBtn {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.tabbedContent.microsite .titleBlurbSection {
  text-align: center;
}
.tabbedContent.microsite .titleBlurbSection .headline {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 39px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.tabbedContent.microsite .titleBlurbSection .blurb {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 34px;
}
.tabbedContent.microsite .tabs {
  margin: 30px 0 50px 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.tabbedContent.microsite .tab {
  padding: 30px 0 50px 0;
  background: #F5F5F5;
  border: 1px solid #E2E2E2;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #666666;
  -ms-flex: 1 1;
      flex: 1 1;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.tabbedContent.microsite .tab svg {
  display: none;
}
.tabbedContent.microsite .tab:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(to top, rgba(85, 85, 85, 0.1), transparent);
  z-index: 1;
}
.tabbedContent.microsite .tab:hover, .tabbedContent.microsite .tab:focus, .tabbedContent.microsite .tab.active {
  background: white;
  border-bottom: 1px solid white;
  border-top: 3px solid #00abb3;
  color: #00abb3;
}
.tabbedContent.microsite .tab.active:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -7px;
  height: calc(100% + 3px);
  width: 6px;
  background: linear-gradient(to left, rgba(85, 85, 85, 0.1), transparent);
  z-index: 1;
}
.tabbedContent.microsite .tab.active:after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  right: -7px;
  left: unset;
  height: calc(100% + 3px);
  width: 6px;
  background: linear-gradient(to right, rgba(85, 85, 85, 0.1), transparent);
  z-index: 1;
}
.tabbedContent.microsite .img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.tabbedContent.microsite .img img, .tabbedContent.microsite .img a {
  width: 100%;
}
.tabbedContent.microsite .videoThumbnail {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  max-height: 300px;
  width: 100%;
  overflow: hidden;
}
.tabbedContent.microsite .videoThumbnail:after {
  content: "";
  background: url("/resourcepackages/st/library/img/video-play.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.tabbedContent.microsite .videoThumbnail img {
  width: 100%;
  object-fit: cover;
  transition: transform 1s;
}
.tabbedContent.microsite .contentSection {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 30px;
}
.tabbedContent.microsite .contentSection a {
  color: #00abb3;
}
.tabbedContent.microsite .contentSection a.btn.btn-blue {
  background-color: #00abb3;
  color: #fff;
}
.tabbedContent.microsite .contentSection a.btn.btn-blue:hover, .tabbedContent.microsite .contentSection a.btn.btn-blue:focus, .tabbedContent.microsite .contentSection a.btn.btn-blue:active {
  background-color: #fff;
  color: #00abb3;
  border-color: #00abb3;
  background: none;
}
.tabbedContent.microsite .contentSection .contentWrapper {
  width: 100%;
}
.tabbedContent.microsite .contentSection .block {
  display: none;
}
.tabbedContent.microsite .contentSection .block.active {
  display: -ms-flexbox;
  display: flex;
}
.tabbedContent.microsite .contentSection .accordionToggle {
  display: none;
}
.tabbedContent.microsite .contentSection .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}
.tabbedContent.microsite .contentSection .content .headline, .tabbedContent.microsite .contentSection .content .subheadline {
  width: 100%;
}
.tabbedContent.microsite .contentSection .headline {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 34px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-top: 0;
}
.tabbedContent.microsite .contentSection .subheadline {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  line-height: 32px;
  margin: 15px 0 25px 0;
  color: #666666;
}
.tabbedContent.microsite .mainBtn {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 991.98px) {
  .tabbedContent .titleBlurbSection .headline {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 32px;
    font-weight: 700;
  }
  .tabbedContent .titleBlurbSection .blurb {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
  }
  .tabbedContent .tabs {
    display: none;
  }
  .tabbedContent .tab {
    margin-top: -1px;
    text-align: left;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 15px;
  }
  .tabbedContent .tab svg.arrow-right {
    display: block;
    height: 34px;
    width: 16px;
  }
  .tabbedContent .tab svg.arrow-down {
    display: none;
    width: 34px;
    height: 16px;
  }
  .tabbedContent .tab:hover, .tabbedContent .tab:focus {
    background: #F5F5F5;
    border: 1px solid #E2E2E2;
    color: #666666;
  }
  .tabbedContent .tab.active {
    background: white;
    border-bottom: 1px solid white;
    border-top: 3px solid #005FAA;
    color: #005FAA;
  }
  .tabbedContent .tab.active svg.arrow-right {
    display: none;
    height: 34px;
    width: 16px;
  }
  .tabbedContent .tab.active svg.arrow-down {
    display: block;
    width: 34px;
    height: 16px;
  }
  .tabbedContent .tab:after {
    content: none;
  }
  .tabbedContent .contentSection {
    margin-top: 15px;
    padding-bottom: 0;
    border: none;
  }
  .tabbedContent .contentSection .block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .tabbedContent .contentSection .block .accordionToggle {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 30px);
  }
  .tabbedContent .contentSection .block .contentWrapper {
    display: none;
  }
  .tabbedContent .contentSection .block.active .contentWrapper {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
  .tabbedContent .contentSection .content {
    padding-top: 15px;
  }
  .tabbedContent .mainBtn {
    padding: 0;
  }
  .tabbedContent.microsite .titleBlurbSection .headline {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 32px;
    font-weight: 700;
  }
  .tabbedContent.microsite .titleBlurbSection .blurb {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
  }
  .tabbedContent.microsite .tabs {
    display: none;
  }
  .tabbedContent.microsite .tab {
    margin-top: -1px;
    text-align: left;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 15px;
  }
  .tabbedContent.microsite .tab svg.arrow-right {
    display: block;
    height: 34px;
    width: 16px;
  }
  .tabbedContent.microsite .tab svg.arrow-down {
    display: none;
    width: 34px;
    height: 16px;
  }
  .tabbedContent.microsite .tab:hover, .tabbedContent.microsite .tab:focus {
    background: #F5F5F5;
    border: 1px solid #E2E2E2;
    color: #666666;
  }
  .tabbedContent.microsite .tab.active {
    background: white;
    border-bottom: 1px solid white;
    border-top: 3px solid #00abb3;
    color: #00abb3;
  }
  .tabbedContent.microsite .tab.active svg.arrow-right {
    display: none;
    height: 34px;
    width: 16px;
  }
  .tabbedContent.microsite .tab.active svg.arrow-down {
    display: block;
    width: 34px;
    height: 16px;
  }
  .tabbedContent.microsite .tab:after {
    content: none;
  }
  .tabbedContent.microsite .contentSection {
    margin-top: 15px;
    padding-bottom: 0;
    border: none;
  }
  .tabbedContent.microsite .contentSection .block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .tabbedContent.microsite .contentSection .block .accordionToggle {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 30px);
  }
  .tabbedContent.microsite .contentSection .block .contentWrapper {
    display: none;
  }
  .tabbedContent.microsite .contentSection .block.active .contentWrapper {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
  .tabbedContent.microsite .contentSection .content {
    padding-top: 15px;
  }
  .tabbedContent.microsite .mainBtn {
    padding: 0;
  }
}
.microsite-tableStack th {
  background-color: #29ab49;
}
.microsite-tableStack a {
  color: #00abb3;
}
.microsite-tableStack .st-key {
  background: #29ab49;
  color: #FFF;
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 10px;
  text-align: left;
  width: 33%;
}
.microsite-tableStack .st-val {
  padding: 15px 10px;
  background: white;
}
.microsite-tableStack:nth-child(even) .st-val {
  background: #F5F5F5;
}

@media (max-width: 991.98px) {
  .tableStack .st-key {
    background: #084272;
    color: #FFF;
    font-family: "Overpass", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
    text-align: left;
    width: 33%;
  }
  .tableStack .st-val {
    padding: 15px 10px;
    background: white;
  }
  .tableStack:nth-child(even) .st-val {
    background: #F5F5F5;
  }
  .microsite-tableStack {
    overflow: scroll;
  }
  .microsite-tableStack th {
    background-color: #29ab49;
  }
  .microsite-tableStack .st-key {
    background: #00abb3;
    color: #FFF;
    font-family: "Overpass", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
    text-align: left;
    width: 33%;
  }
  .microsite-tableStack .st-val {
    padding: 15px 10px;
    background: white;
  }
  .microsite-tableStack:nth-child(even) .st-val {
    background: #F5F5F5;
  }
  .tableStack + .tableStack {
    margin-top: -1px;
  }
}
@media (max-width: 991.98px) {
  .scrollTable {
    overflow-x: scroll;
  }
  thead th:first-of-type, tbody tr td:first-of-type {
    position: sticky;
    left: 0;
    z-index: 1;
  }
}
.teamDetail .profileImg img {
  border: 1px solid #E2E2E2;
  width: 100%;
}
.teamDetail .socialIcons {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  margin-top: 15px;
}
.teamDetail .socialIcons li {
  font-size: 32px;
  font-size: 2rem;
  margin-left: 15px;
  margin-right: 15px;
}
.teamDetail .socialIcons a {
  color: #666666;
}
.teamDetail .socialIcons a:hover, .teamDetail .socialIcons a:focus {
  color: #005FAA;
}
.teamDetail .name {
  margin-top: 0;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  text-transform: none;
}
.teamDetail .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.teamGrid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.teamGrid .teamCard {
  flex: 0 0 25%;
  -ms-flex: 0 0 23%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 10px 40px;
}
.teamGrid .teamCard img {
  border: 1px solid #E2E2E2;
  max-height: 270px;
}
.teamGrid .teamCard .name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
}
.teamGrid .teamCard .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  width: 100%;
}
.teamGrid .teamCard a {
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 767.98px) {
  .teamGrid .teamCard {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    padding: 0 5px 20px;
  }
  .teamGrid .teamCard img {
    height: auto;
  }
  .teamGrid .teamCard .name {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .teamGrid .teamCard .title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
  }
}
.todays-power-tabs .page-tabs-titles {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.todays-power-tabs .page-tabs-titles li {
  width: 50%;
  background: #F5F5F5;
  color: #666;
  padding: 28px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  border-right: 1px solid #E2E2E2;
  border-top: 3px solid transparent;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.todays-power-tabs .page-tabs-titles li .icon svg {
  fill: #666;
  height: 31px;
  margin-right: 10px;
}
.todays-power-tabs .page-tabs-titles li:last-child {
  border-right: none;
}
.todays-power-tabs .page-tabs-titles li.active, .todays-power-tabs .page-tabs-titles li.active:hover, .todays-power-tabs .page-tabs-titles li.active:focus {
  background: #FFF;
  border-top: 3px solid #005FAA;
  color: #005FAA;
  cursor: default;
  outline: none;
}
.todays-power-tabs .page-tabs-titles li.active .icon svg, .todays-power-tabs .page-tabs-titles li.active:hover .icon svg, .todays-power-tabs .page-tabs-titles li.active:focus .icon svg {
  fill: #005FAA;
}
.todays-power-tabs .page-tabs-titles li:hover, .todays-power-tabs .page-tabs-titles li:focus {
  color: #005FAA;
}
.todays-power-tabs .page-tabs-titles li:hover .icon svg, .todays-power-tabs .page-tabs-titles li:focus .icon svg {
  fill: #005FAA;
}
.todays-power-tabs .page-tabs-content {
  display: none;
}
.todays-power-tabs .page-tabs-content .page-tabs-header {
  text-align: center;
  width: 80%;
  margin: 90px auto 0 auto;
}
.todays-power-tabs .page-tabs-content .page-tabs-header .callout-number-headline {
  margin: 0 0 30px 0;
}
.todays-power-tabs .page-tabs-content .page-tabs-header .callout-number-headline .value {
  display: block;
  font-size: 152px;
  font-size: 9.5rem;
  line-height: 152px;
  color: #005FAA;
}
.todays-power-tabs .page-tabs-content .page-tabs-header .callout-number-headline .text {
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 44px;
  color: #666;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.todays-power-tabs .page-tabs-content .page-tabs-header .subheadline {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 35px;
  line-height: 2.1875rem;
}

body.helper-box-showing {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
body.helper-box-showing:before {
  content: "";
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.todays-power-tab-helper-box {
  display: none;
}

@media (max-width: 991.98px) {
  .todays-power-tabs .page-tabs-titles li {
    border-top: 1px solid #FFF;
  }
  .todays-power-tabs .page-tabs-content .page-tabs-header {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .todays-power-tabs .page-tabs-content .page-tabs-header .callout-number-headline .value {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 60px;
    line-height: 3.75rem;
  }
  .todays-power-tabs .page-tabs-content .page-tabs-header .callout-number-headline .text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
  .todays-power-tabs .page-tabs-content .page-tabs-header .callout-number-headline .subheadline {
    text-transform: uppercase;
    font-weight: 700;
  }
  .todays-power-tabs .page-tabs-content .page-tabs-header .callout-number-headline .tab-description {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
@media (max-width: 767.98px) {
  .todays-power-tabs .page-tabs-titles {
    position: fixed;
    bottom: 0;
    z-index: 14;
    margin: 0;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100%;
  }
  .todays-power-tabs .page-tabs-titles li {
    width: 50%;
    background: #FFF;
    border-top: 1px solid #084272;
    color: #084272;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-weight: 600;
    padding: 15px 5px;
  }
  .todays-power-tabs .page-tabs-titles li .icon {
    max-width: 30px;
    margin-right: 5px;
  }
  .todays-power-tabs .page-tabs-titles li .icon svg {
    fill: #084272;
    height: 20px;
    max-width: 25px;
  }
  .todays-power-tabs .page-tabs-titles li:hover, .todays-power-tabs .page-tabs-titles li:focus, .todays-power-tabs .page-tabs-titles li:active {
    color: #000;
  }
  .todays-power-tabs .page-tabs-titles li:hover .icon svg, .todays-power-tabs .page-tabs-titles li:focus .icon svg, .todays-power-tabs .page-tabs-titles li:active .icon svg {
    fill: #000;
  }
  .todays-power-tabs .page-tabs-titles li.active {
    background: #084272;
    color: #FFF;
    border-top: 1px solid #FFF;
  }
  .todays-power-tabs .page-tabs-titles li.active .icon svg {
    fill: #FFF;
  }
  .todays-power-tabs .page-tabs-titles li.active:hover, .todays-power-tabs .page-tabs-titles li.active:focus, .todays-power-tabs .page-tabs-titles li.active:active {
    background: #084272;
    color: #FFF;
    border-top: 1px solid #FFF;
  }
  .todays-power-tabs .page-tabs-titles li.active:hover .icon svg, .todays-power-tabs .page-tabs-titles li.active:focus .icon svg, .todays-power-tabs .page-tabs-titles li.active:active .icon svg {
    fill: #FFF;
  }
  .helper-box-showing .todays-power-tabs .page-tabs-titles li {
    pointer-events: none;
  }
  .todays-power-tab-helper-box {
    display: block;
    position: fixed;
    bottom: 65px;
    left: 0;
    margin: 0 15px;
    width: calc(100% - 30px);
    z-index: 100;
  }
  .todays-power-tab-helper-box .helper-box {
    background: #FFF;
    color: #084272;
    border: 1px solid #084272;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 20px 6px;
    width: 100%;
    position: relative;
  }
  .todays-power-tab-helper-box .helper-box:before, .todays-power-tab-helper-box .helper-box:after {
    content: "";
    position: absolute;
    top: calc(100% - 15px);
    width: 30px;
    height: 30px;
    background: #FFF;
    border-bottom: 1px solid #084272;
    border-left: 1px solid #084272;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  .todays-power-tab-helper-box .helper-box:before {
    left: 20%;
  }
  .todays-power-tab-helper-box .helper-box:after {
    right: 20%;
  }
  .todays-power-tab-helper-box .helper-box .icon svg {
    color: #084272;
    font-size: 26px;
    font-size: 1.625rem;
  }
  .todays-power-tab-helper-box .helper-box .desc {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-weight: 600;
    padding: 0 6px;
  }
  .todays-power-tab-helper-box .helper-box .close-btn {
    color: #084272;
    text-decoration: none;
    text-align: center;
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
  }
  .todays-power-tab-helper-box .helper-box .close-btn:hover .text, .todays-power-tab-helper-box .helper-box .close-btn:focus .text {
    text-decoration: underline;
  }
  .todays-power-tab-helper-box .helper-box .close-btn svg {
    font-size: 16px;
    font-size: 1rem;
  }
  .todays-power-tab-helper-box .helper-box .close-btn .text {
    display: block;
    font-size: 7px;
    font-size: 0.4375rem;
    line-height: 7px;
    line-height: 0.4375rem;
    font-family: "Inter", sans-serif;
    font-weight: 700;
  }
}
.chart-renewables .section-intro {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 34px;
}
.chart-renewables .section-intro .section-title {
  text-align: center;
  margin: 0;
}
.chart-renewables .chart-legend {
  background: #F5F5F5;
  padding: 24px;
  margin-top: 40px;
}
.chart-renewables .chart-legend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chart-renewables .chart-legend ul li {
  margin-bottom: 20px;
}
.chart-renewables .chart-legend ul li .data-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}
.chart-renewables .chart-legend ul li .data-info .year {
  color: #084272;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  font-weight: 700;
  border-right: 4px solid #E2E2E2;
  padding-right: 10px;
  margin-right: 10px;
}
.chart-renewables .chart-legend ul li .data-info .percentage, .chart-renewables .chart-legend ul li .data-info .homes {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  font-weight: 600;
}
.chart-renewables .chart-legend ul li .data-info .percentage:after {
  content: "-";
  margin: 0 5px;
}
.chart-renewables .chart-legend .chart {
  margin-top: 40px;
}
.chart-renewables .c3-chart-line {
  stroke: #084272 !important;
  stroke-width: 4px;
}
.chart-renewables .c3-chart-line.c3-target-yearValues {
  -ms-transform: translateY(23px);
      transform: translateY(23px);
}
.chart-renewables .c3-chart-line .c3-line {
  stroke: #084272 !important;
  stroke-width: 4px;
}
.chart-renewables .c3-circle {
  fill: #084272;
  stroke: #084272;
  stroke-width: 0;
}
.chart-renewables .c3-target-yearValues .c3-text {
  display: none;
}
.chart-renewables .c3-target-yearValues .c3-line {
  stroke: #6BA23F !important;
}
.chart-renewables .c3-target-yearValues .c3-circle {
  fill: #6BA23F;
  stroke: #6BA23F;
}
.chart-renewables .c3-axis-x .tick line, .chart-renewables .c3-axis-y .tick line {
  display: none;
}
.chart-renewables .c3-axis-x path {
  display: none;
}
.chart-renewables .c3-text {
  -ms-transform: translateY(-15px);
      transform: translateY(-15px);
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (-ms-high-contrast: none) {
  .chart-renewables .c3-text {
    -ms-transform: translateY(-25px);
        transform: translateY(-25px);
  }
}
.chart-renewables .c3-axis-y {
  display: none;
}
.chart-renewables .c3-axis-x .tick {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #444;
}
.chart-renewables .c3-event-rect {
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .chart-renewables .c3-renewables-chart {
    display: none;
  }
  .chart-renewables .section-into {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .chart-renewables .chart-legend ul li {
    text-align: center;
  }
  .chart-renewables .chart-legend ul li .data-info {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .chart-renewables .chart-legend ul li .data-info .year {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .chart-renewables .chart-legend ul li .data-info .percentage, .chart-renewables .chart-legend ul li .data-info .homes {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
.chart-energy-sources-map .legend {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chart-energy-sources-map .legend li {
  margin-bottom: 16px;
}
.chart-energy-sources-map .legend li:last-child {
  margin-bottom: 0;
}
.chart-energy-sources-map .legend li a {
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #E2E2E2;
  padding: 15px 20px;
  color: #444;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 60px;
}
.chart-energy-sources-map .legend li a .icon {
  width: 35px;
  margin-right: 16px;
  text-align: center;
}
.chart-energy-sources-map .legend li a .icon svg {
  fill: #444;
  max-height: 30px;
  max-width: 35px;
}
.chart-energy-sources-map .legend li a .legend-text {
  -ms-transform: translateY(3px);
      transform: translateY(3px);
}
@media all and (-ms-high-contrast: none) {
  .chart-energy-sources-map .legend li a .legend-text {
    -ms-transform: translateY(10px);
        transform: translateY(10px);
  }
}
.chart-energy-sources-map .legend li a.hover, .chart-energy-sources-map .legend li a.active {
  color: #FFF;
}
.chart-energy-sources-map .legend li a.hover .icon svg, .chart-energy-sources-map .legend li a.active .icon svg {
  fill: #FFF;
}
.chart-energy-sources-map .legend li.wind {
  border-left: 30px solid #6BA23F;
}
.chart-energy-sources-map .legend li.wind a.hover, .chart-energy-sources-map .legend li.wind a.active {
  background: #6BA23F;
}
.chart-energy-sources-map .legend li.hydro-and-tidal {
  border-left: 30px solid #084272;
}
.chart-energy-sources-map .legend li.hydro-and-tidal a.hover, .chart-energy-sources-map .legend li.hydro-and-tidal a.active {
  background: #084272;
}
.chart-energy-sources-map .legend li.natural-gas-and-oil {
  border-left: 30px solid #666666;
}
.chart-energy-sources-map .legend li.natural-gas-and-oil a.hover, .chart-energy-sources-map .legend li.natural-gas-and-oil a.active {
  background: #666666;
}
.chart-energy-sources-map .legend li.biomass {
  border-left: 30px solid #005FAA;
}
.chart-energy-sources-map .legend li.biomass a.hover, .chart-energy-sources-map .legend li.biomass a.active {
  background: #005FAA;
}
.chart-energy-sources-map .legend li.solid-fuel {
  border-left: 30px solid #F2D450;
}
.chart-energy-sources-map .legend li.solid-fuel a.hover, .chart-energy-sources-map .legend li.solid-fuel a.active {
  background: #F2D450;
}
.chart-energy-sources-map .site-locations-map {
  position: relative;
  height: 700px;
}
.chart-energy-sources-map .site-locations-map img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.15;
  transition: all 250ms ease-out;
}
.chart-energy-sources-map .site-locations-map img.active {
  opacity: 1;
}
.chart-energy-sources-map .site-locations-map img.base-map {
  opacity: 1 !important;
}

@media (max-width: 767.98px) {
  .chart-energy-sources-map .row {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .chart-energy-sources-map .site-locations-map {
    height: 450px;
    margin-top: 24px;
  }
}
.chart-peak-power .section-intro {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 34px;
  margin-bottom: 30px;
}
.chart-peak-power .section-intro .section-title {
  text-align: center;
  margin: 0;
}
.chart-peak-power .load-bar-chart .load-bar-item {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.chart-peak-power .load-bar-chart .load-bar-item .load-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Inter", sans-serif;
}
.chart-peak-power .load-bar-chart .load-bar-item .load-label .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: 700;
}
.chart-peak-power .load-bar-chart .load-bar-item .load-label .capacity {
  color: #707070;
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
}
.chart-peak-power .load-bar-chart .load-bar-item .load-label .capacity .value {
  color: #005FAA;
  font-weight: 700;
}
.chart-peak-power .load-bar-chart .load-bar-item .load-label .capacity .value .value-number {
  margin-right: 5px;
}
.chart-peak-power .load-bar-chart .load-bar-item .bar-wrapper {
  background: #E2E2E2;
  width: 100%;
  position: relative;
  height: 83px;
}
.chart-peak-power .load-bar-chart .load-bar-item .bar-wrapper .fill-color {
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  min-width: 110px;
  background: #005FAA;
  position: relative;
  transition: width 0.3s;
}
.chart-peak-power .load-bar-chart .load-bar-item .bar-wrapper .fill-color:after {
  content: "";
  position: absolute;
  left: calc(100% - 1px);
  top: 50%;
  width: 16px;
  height: calc(100% - 40px);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: #005FAA;
  clip-path: polygon(0 0, 100% 2%, 100% 98%, 0% 100%);
}
.chart-peak-power .load-bar-chart .load-bar-item .bar-wrapper .fill-color .load-value {
  position: absolute;
  top: 50%;
  left: 24px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #FFF;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.2s;
}
.chart-peak-power .load-bar-chart .load-bar-item .bar-wrapper .fill-color .load-value .icon {
  margin-right: 25px;
}
.chart-peak-power .load-bar-chart .load-bar-item .bar-wrapper .fill-color .load-value .icon svg {
  fill: #FFF;
  width: 30px;
  height: 56px;
}
.chart-peak-power .load-bar-chart .load-bar-item .bar-wrapper .fill-color .load-value .value .value-number {
  margin-right: 5px;
}
.chart-peak-power .load-bar-chart .load-bar-item.under-20-percent .value {
  background: #E2E2E2;
  margin: 10px 0;
  padding: 5px 10px;
  color: #000;
  font-weight: 700;
}
.chart-peak-power .load-bar-chart .load-bar-item.under-20-percent .value .value-number {
  margin-right: 5px;
}
.chart-peak-power .last-updated {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  color: #707070;
  font-style: italic;
  margin-top: 20px;
  width: 100%;
  display: block;
}

@media (max-width: 991.98px) {
  .chart-peak-power .load-bar-chart .load-bar-item {
    margin-bottom: 23px;
  }
  .chart-peak-power .load-bar-chart .load-bar-item .load-label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .chart-peak-power .load-bar-chart .load-bar-item .load-label .capacity {
    width: 100%;
    text-align: right;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 16px;
    line-height: 1rem;
    margin-bottom: 8px;
  }
  .chart-peak-power .load-bar-chart .load-bar-item .load-label .title {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .chart-peak-power .load-bar-chart .load-bar-item .bar-wrapper {
    height: 60px;
  }
  .chart-peak-power .load-bar-chart .load-bar-item .bar-wrapper .fill-color .load-value {
    font-size: 16px;
    font-size: 1rem;
  }
  .chart-peak-power .load-bar-chart .load-bar-item .bar-wrapper .fill-color .load-value .icon {
    margin-right: 8px;
  }
  .chart-peak-power .load-bar-chart .load-bar-item .bar-wrapper .fill-color .load-value .icon svg {
    width: 23px;
    height: 43px;
  }
}
.chart-todays-power .section-title {
  text-transform: uppercase;
}
.chart-todays-power .chart-tab-titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.chart-todays-power .chart-tab-titles li {
  background: #E2E2E2;
  color: #444;
  padding: 15px 40px;
  margin-right: 16px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  font-weight: 700;
  min-width: 255px;
  text-align: center;
  cursor: pointer;
}
.chart-todays-power .chart-tab-titles li:last-child {
  margin-right: 0;
}
.chart-todays-power .chart-tab-titles li.active {
  background: #005FAA;
  color: #FFF;
  cursor: default;
}
.chart-todays-power .chart-tab-titles li.active:hover, .chart-todays-power .chart-tab-titles li.active:focus {
  color: #FFF;
  outline: none;
}
.chart-todays-power .chart-tab-titles li:hover, .chart-todays-power .chart-tab-titles li:focus {
  color: #005FAA;
}
.chart-todays-power .chart-tab-content-wrapper {
  margin-top: 20px;
}
.chart-todays-power .chart-tab-content-wrapper .row {
  -ms-flex-align: center;
      align-items: center;
}
.chart-todays-power .energy-percentage-bars .bar-item {
  margin-bottom: 24px;
}
.chart-todays-power .energy-percentage-bars .bar-item .energy-label {
  display: block;
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.chart-todays-power .energy-percentage-bars .bar-item .bar-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
}
.chart-todays-power .energy-percentage-bars .bar-item .bar-wrapper .percentage-fill {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 100%;
  height: 100%;
  margin-right: 10px;
  background: #E2E2E2;
  position: relative;
}
.chart-todays-power .energy-percentage-bars .bar-item .bar-wrapper .percentage-fill .fill-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  transition: width 0.3s;
}
.chart-todays-power .energy-percentage-bars .bar-item .bar-wrapper .percentage-fill .fill-color:before {
  content: "";
  background-position: center right 5px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.chart-todays-power .energy-percentage-bars .bar-item .bar-wrapper .percentage-fill .fill-color.hide-icon:before {
  display: none;
}
.chart-todays-power .energy-percentage-bars .bar-item .bar-wrapper .percentage {
  width: 40px;
  text-align: center;
  color: #444;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 700;
}
.chart-todays-power .energy-percentage-bars .bar-item.wind .bar-wrapper .percentage-fill .fill-color {
  background-color: #6BA23F;
}
.chart-todays-power .energy-percentage-bars .bar-item.wind .bar-wrapper .percentage-fill .fill-color:before {
  background-image: url("/library/img/icon_wind.svg");
  background-size: 34px 40px;
}
.chart-todays-power .energy-percentage-bars .bar-item.wind .bar-wrapper:hover .percentage-fill, .chart-todays-power .energy-percentage-bars .bar-item.wind .bar-wrapper:focus .percentage-fill, .chart-todays-power .energy-percentage-bars .bar-item.wind .bar-wrapper.hover .percentage-fill {
  background: rgba(107, 162, 63, 0.4);
}
.chart-todays-power .energy-percentage-bars .bar-item.wind.hover .bar-wrapper .percentage-fill {
  background: rgba(107, 162, 63, 0.4);
}
.chart-todays-power .energy-percentage-bars .bar-item.hydro-tidal .bar-wrapper .percentage-fill .fill-color {
  background-color: #084272;
}
.chart-todays-power .energy-percentage-bars .bar-item.hydro-tidal .bar-wrapper .percentage-fill .fill-color:before {
  background-image: url("/library/img/icon_hydro.svg");
  background-size: 30px 30px;
}
.chart-todays-power .energy-percentage-bars .bar-item.hydro-tidal .bar-wrapper:hover .percentage-fill, .chart-todays-power .energy-percentage-bars .bar-item.hydro-tidal .bar-wrapper:focus .percentage-fill, .chart-todays-power .energy-percentage-bars .bar-item.hydro-tidal .bar-wrapper.hover .percentage-fill {
  background: rgba(8, 66, 114, 0.5);
}
.chart-todays-power .energy-percentage-bars .bar-item.hydro-tidal.hover .bar-wrapper .percentage-fill {
  background: rgba(8, 66, 114, 0.5);
}
.chart-todays-power .energy-percentage-bars .bar-item.natural-gas .bar-wrapper .percentage-fill .fill-color {
  background-color: #666666;
}
.chart-todays-power .energy-percentage-bars .bar-item.natural-gas .bar-wrapper .percentage-fill .fill-color:before {
  background-image: url("/library/img/icon_oil.svg");
  background-size: 41px 32px;
  background-position: center right 0px;
}
.chart-todays-power .energy-percentage-bars .bar-item.natural-gas .bar-wrapper:hover .percentage-fill, .chart-todays-power .energy-percentage-bars .bar-item.natural-gas .bar-wrapper:focus .percentage-fill, .chart-todays-power .energy-percentage-bars .bar-item.natural-gas .bar-wrapper.hover .percentage-fill {
  background: rgba(102, 102, 102, 0.5);
}
.chart-todays-power .energy-percentage-bars .bar-item.natural-gas.hover .bar-wrapper .percentage-fill {
  background: rgba(102, 102, 102, 0.5);
}
.chart-todays-power .energy-percentage-bars .bar-item.biomass .bar-wrapper .percentage-fill .fill-color {
  background-color: #005FAA;
}
.chart-todays-power .energy-percentage-bars .bar-item.biomass .bar-wrapper .percentage-fill .fill-color:before {
  background-image: url("/library/img/icon_bio.svg");
  background-size: 32px 26px;
}
.chart-todays-power .energy-percentage-bars .bar-item.biomass .bar-wrapper:hover .percentage-fill, .chart-todays-power .energy-percentage-bars .bar-item.biomass .bar-wrapper:focus .percentage-fill, .chart-todays-power .energy-percentage-bars .bar-item.biomass .bar-wrapper.hover .percentage-fill {
  background: rgba(0, 95, 170, 0.2);
}
.chart-todays-power .energy-percentage-bars .bar-item.biomass.hover .bar-wrapper .percentage-fill {
  background: rgba(0, 95, 170, 0.2);
}
.chart-todays-power .energy-percentage-bars .bar-item.solid-fuel .bar-wrapper .percentage-fill .fill-color {
  background-color: #F2D450;
}
.chart-todays-power .energy-percentage-bars .bar-item.solid-fuel .bar-wrapper .percentage-fill .fill-color:before {
  background-image: url("/library/img/icon_coal.svg");
  background-size: 44px 26px;
}
.chart-todays-power .energy-percentage-bars .bar-item.solid-fuel .bar-wrapper:hover .percentage-fill, .chart-todays-power .energy-percentage-bars .bar-item.solid-fuel .bar-wrapper:focus .percentage-fill, .chart-todays-power .energy-percentage-bars .bar-item.solid-fuel .bar-wrapper.hover .percentage-fill {
  background: rgba(242, 212, 80, 0.2);
}
.chart-todays-power .energy-percentage-bars .bar-item.solid-fuel.hover .bar-wrapper .percentage-fill {
  background: rgba(242, 212, 80, 0.2);
}
.chart-todays-power .energy-percentage-bars .bar-item.imports .bar-wrapper .percentage-fill .fill-color {
  background-color: #062941;
}
.chart-todays-power .energy-percentage-bars .bar-item.imports .bar-wrapper .percentage-fill .fill-color:before {
  background-image: url("/library/img/icon_import.svg");
  background-size: 32px 32px;
}
.chart-todays-power .energy-percentage-bars .bar-item.imports .bar-wrapper:hover .percentage-fill, .chart-todays-power .energy-percentage-bars .bar-item.imports .bar-wrapper:focus .percentage-fill, .chart-todays-power .energy-percentage-bars .bar-item.imports .bar-wrapper.hover .percentage-fill {
  background: rgba(6, 41, 65, 0.7);
}
.chart-todays-power .energy-percentage-bars .bar-item.imports.hover .bar-wrapper .percentage-fill {
  background: rgba(6, 41, 65, 0.7);
}
.chart-todays-power .energy-percentage-bars .bar-item.other .bar-wrapper .percentage-fill .fill-color {
  background-color: #0099CC;
}
.chart-todays-power .energy-percentage-bars .bar-item.other .bar-wrapper .percentage-fill .fill-color:before {
  background-image: url("/library/img/icon_other.svg");
  background-size: 32px 32px;
}
.chart-todays-power .energy-percentage-bars .bar-item.other .bar-wrapper:hover .percentage-fill, .chart-todays-power .energy-percentage-bars .bar-item.other .bar-wrapper:focus .percentage-fill, .chart-todays-power .energy-percentage-bars .bar-item.other .bar-wrapper.hover .percentage-fill {
  background: rgba(0, 153, 204, 0.2);
}
.chart-todays-power .energy-percentage-bars .bar-item.other.hover .bar-wrapper .percentage-fill {
  background: rgba(0, 153, 204, 0.2);
}
.chart-todays-power .cta {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
@media all and (-ms-high-contrast: none) {
  .chart-todays-power .cta .btn {
    padding: 18px 15px 12px;
  }
}
.chart-todays-power .last-updated {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  color: #707070;
  font-style: italic;
  margin-top: 20px;
  width: 100%;
  display: block;
}
.chart-todays-power .c3-todays-power-chart {
  width: 100%;
  max-height: 600px;
}
.chart-todays-power .c3-todays-power-chart text {
  fill: #666;
}
.chart-todays-power .c3-todays-power-chart .c3-chart-arcs-title {
  fill: #666;
  font-size: 111px;
  font-size: 6.9375rem;
}
.chart-todays-power .c3-todays-power-chart .c3-arc-Solid-Fuel {
  fill: #F2D450 !important;
}
.chart-todays-power .c3-todays-power-chart .c3-arc-Biomass {
  fill: #005FAA !important;
}
.chart-todays-power .c3-todays-power-chart .c3-arc-Hydro {
  fill: #084272 !important;
}
.chart-todays-power .c3-todays-power-chart .c3-arc-Wind {
  fill: #6BA23F !important;
}
.chart-todays-power .c3-todays-power-chart .c3-arc-Natural-Gas {
  fill: #666666 !important;
}
.chart-todays-power .c3-todays-power-chart .c3-arc-Imports {
  fill: #062941 !important;
}
.chart-todays-power .c3-todays-power-chart.small-chart .data-renewables-percent {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 55px;
  line-height: 3.4375rem;
}
.chart-todays-power .c3-todays-power-chart.small-chart .data-renewables-subheading {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.chart-todays-power .c3-todays-power-chart.small-chart .default-renewables-percentage .icon {
  width: 39px;
  height: 19px;
}
.chart-todays-power .c3-todays-power-chart.small-chart .chart-category-title {
  font-size: 18px;
  font-size: 1.125rem;
}
.chart-todays-power .c3-todays-power-chart.small-chart .category-coverage-value {
  font-size: 30px;
  font-size: 1.875rem;
}
.chart-todays-power .c3-todays-power-chart.small-chart .category-coverage-subheading {
  font-size: 24px;
  font-size: 1.5rem;
}
.chart-todays-power .middle-donut-color {
  fill: #FFF;
  transition: fill 0.3s;
}
.chart-todays-power.wind .middle-donut-color {
  fill: #6BA23F;
}
.chart-todays-power.wind .energy-percentage-bars .bar-item.wind .bar-wrapper .percentage-fill {
  background-color: rgba(107, 162, 63, 0.4);
}
.chart-todays-power.wind .c3-todays-power-chart text {
  fill: #FFF;
}
.chart-todays-power.hydro .middle-donut-color {
  fill: #084272;
}
.chart-todays-power.hydro .energy-percentage-bars .bar-item.hydro-tidal .bar-wrapper .percentage-fill {
  background-color: rgba(8, 66, 114, 0.5);
}
.chart-todays-power.hydro .c3-todays-power-chart text {
  fill: #FFF;
}
.chart-todays-power.natural-gas .middle-donut-color {
  fill: #666666;
}
.chart-todays-power.natural-gas .energy-percentage-bars .bar-item.natural-gas .bar-wrapper .percentage-fill {
  background-color: rgba(102, 102, 102, 0.5);
}
.chart-todays-power.natural-gas .c3-todays-power-chart text {
  fill: #FFF;
}
.chart-todays-power.biomass .middle-donut-color {
  fill: #005FAA;
}
.chart-todays-power.biomass .energy-percentage-bars .bar-item.biomass .bar-wrapper .percentage-fill {
  background-color: rgba(0, 95, 170, 0.2);
}
.chart-todays-power.biomass .c3-todays-power-chart text {
  fill: #FFF;
}
.chart-todays-power.solid-fuel .middle-donut-color {
  fill: #F2D450;
}
.chart-todays-power.solid-fuel .energy-percentage-bars .bar-item.solid-fuel .bar-wrapper .percentage-fill {
  background-color: rgba(242, 212, 80, 0.2);
}
.chart-todays-power.solid-fuel .c3-todays-power-chart text {
  color: #FFF;
}
.chart-todays-power.imports .middle-donut-color {
  fill: #062941;
}
.chart-todays-power.imports .energy-percentage-bars .bar-item.imports .bar-wrapper .percentage-fill {
  background-color: rgba(6, 41, 65, 0.7);
}
.chart-todays-power.imports .c3-todays-power-chart text {
  fill: #FFF;
}
.chart-todays-power.other .middle-donut-color {
  fill: #0099CC;
}
.chart-todays-power.other .energy-percentage-bars .bar-item.other .bar-wrapper .percentage-fill {
  background-color: rgba(0, 153, 204, 0.7);
}
.chart-todays-power.other .c3-todays-power-chart text {
  fill: #FFF;
}
.chart-todays-power .data-renewables-percent {
  font-size: 111px;
  font-size: 6.9375rem;
  font-family: "Inter", sans-serif;
  color: #666;
  transition: color 0.3s;
}
.chart-todays-power .data-renewables-subheading {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Inter", sans-serif;
  color: #666;
  transition: color 0.3s;
}
.chart-todays-power .chart-category-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
.chart-todays-power.wind .c3-todays-power-chart .data-renewables-text, .chart-todays-power.hydro .c3-todays-power-chart .data-renewables-text, .chart-todays-power.natural-gas .c3-todays-power-chart .data-renewables-text, .chart-todays-power.biomass .c3-todays-power-chart .data-renewables-text, .chart-todays-power.solid-fuel .c3-todays-power-chart .data-renewables-text, .chart-todays-power.imports .c3-todays-power-chart .data-renewables-text, .chart-todays-power.other .c3-todays-power-chart .data-renewables-text {
  fill: #FFF;
}
.chart-todays-power.wind .c3-todays-power-chart .chart-category-title, .chart-todays-power.hydro .c3-todays-power-chart .chart-category-title, .chart-todays-power.natural-gas .c3-todays-power-chart .chart-category-title, .chart-todays-power.biomass .c3-todays-power-chart .chart-category-title, .chart-todays-power.solid-fuel .c3-todays-power-chart .chart-category-title, .chart-todays-power.imports .c3-todays-power-chart .chart-category-title, .chart-todays-power.other .c3-todays-power-chart .chart-category-title {
  fill: #FFF;
}
.chart-todays-power .category-coverage-value {
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Inter", sans-serif;
  color: #FFF;
  fill: #FFF !important;
}
.chart-todays-power .category-coverage-subheading {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  color: #FFF;
  fill: #FFF !important;
}
.chart-todays-power .category-icon {
  fill: #FFF;
}
.chart-todays-power .category-icon .st0 {
  fill: #FFF;
}

.homepage-todays-power {
  border: 1px solid #E2E2E2;
}
.homepage-todays-power .section-intro {
  text-align: center;
  padding: 20px 16px 0 16px;
}
.homepage-todays-power .section-intro .headline {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.homepage-todays-power .section-intro .subheadline {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 500;
  color: #666;
  font-family: "Inter", sans-serif;
  margin: 0;
}
.homepage-todays-power .section-intro .blurb {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 34px;
  line-height: 2.125rem;
}
.homepage-todays-power .chart-todays-power .chart-tab-titles li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  padding: 15px;
  min-width: 1px;
  width: 33.33%;
}
.homepage-todays-power .chart-todays-power .energy-percentage-bars .bar-item .energy-label {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  line-height: 0.8125rem;
}
.homepage-todays-power .chart-todays-power .energy-percentage-bars .bar-item .bar-wrapper {
  height: 33px;
}
.homepage-todays-power .chart-todays-power .energy-percentage-bars .bar-item .bar-wrapper .percentage {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  width: 25px;
}
.homepage-todays-power .chart-todays-power .energy-percentage-bars .bar-item .bar-wrapper .percentage-fill .fill-color:before {
  background-size: 20px 22px;
}
.homepage-todays-power .small-chart.c3-todays-power-chart {
  max-height: 500px;
}
.homepage-todays-power .small-chart.c3-todays-power-chart .data-renewables-percent {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 50px;
  line-height: 3.125rem;
}
.homepage-todays-power .small-chart.c3-todays-power-chart .data-renewables-subheading {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.homepage-todays-power .small-chart.c3-todays-power-chart .default-renewables-percentage .icon {
  width: 39px;
  height: 19px;
}
.homepage-todays-power .small-chart.c3-todays-power-chart .chart-category-title {
  font-size: 18px;
  font-size: 1.125rem;
}
.homepage-todays-power .small-chart.c3-todays-power-chart .category-coverage-value {
  font-size: 30px;
  font-size: 1.875rem;
}
.homepage-todays-power .small-chart.c3-todays-power-chart .category-coverage-subheading {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 991.98px) {
  .todays-power-section .page-intro {
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
  .section-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .last-updated {
    padding: 0 15px;
  }
  .chart-todays-power .chart-tab-titles li {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: 15px 20px;
    min-width: 90px;
  }
  .chart-todays-power .energy-percentage-bars .bar-item .energy-label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .chart-todays-power .energy-percentage-bars .bar-item .bar-wrapper .percentage {
    width: 60px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .homepage-todays-power .section-intro .headline {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .homepage-todays-power .section-intro .subheadline {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .homepage-todays-power .section-intro .blurb {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
  .homepage-todays-power .chart-todays-power .chart-tab-titles li {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .todays-power-section .c3-todays-power-chart .data-renewables-percent {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 55px;
    line-height: 3.4375rem;
  }
  .todays-power-section .c3-todays-power-chart .data-renewables-subheading {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .todays-power-section .c3-todays-power-chart .default-renewables-percentage .icon {
    width: 39px;
    height: 19px;
  }
  .todays-power-section .c3-todays-power-chart .chart-category-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .todays-power-section .c3-todays-power-chart .category-coverage-value {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .todays-power-section .c3-todays-power-chart .category-coverage-subheading {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .todays-power-section .energy-percentage-bars .bar-item.natural-gas .bar-wrapper .percentage-fill .fill-color:before {
    background-size: 36px 24px;
  }
  .todays-power-section .energy-percentage-bars .bar-item.wind .bar-wrapper .percentage-fill .fill-color:before {
    background-size: 25px 30px;
  }
  .todays-power-section .energy-percentage-bars .bar-item.hydro-tidal .bar-wrapper .percentage-fill .fill-color:before {
    background-size: 23px 24px;
  }
  .todays-power-section .energy-percentage-bars .bar-item.biomass .bar-wrapper .percentage-fill .fill-color:before {
    background-size: 23px 28px;
  }
  .todays-power-section .energy-percentage-bars .bar-item.solid-fuel .bar-wrapper .percentage-fill .fill-color:before {
    background-size: 26px 24px;
  }
  .todays-power-section .energy-percentage-bars .bar-item.imports .bar-wrapper .percentage-fill .fill-color:before {
    background-size: 26px 24px;
  }
}
.chart-wind-generation .section-intro {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 34px;
}
.chart-wind-generation .section-intro .section-title {
  text-align: center;
  margin: 0;
}
.chart-wind-generation .wind-chart-wrapper {
  margin: 24px 0;
}
.chart-wind-generation .max-wind {
  text-align: center;
  width: 100%;
  font-weight: 600;
  margin-bottom: 40px;
}
.chart-wind-generation .max-wind:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #6BA23F;
  margin-right: 5px;
  display: inline-block;
  -ms-transform: translateY(1px);
      transform: translateY(1px);
}
.chart-wind-generation .low-high-box {
  background: #F5F5F5;
  width: 100%;
  padding: 20px 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 20px 0;
}
.chart-wind-generation .low-high-box .low-high-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.chart-wind-generation .low-high-box .low-high-item:first-child {
  margin-bottom: 22px;
}
.chart-wind-generation .low-high-box .low-high-item .label {
  color: #468A0F;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  font-weight: 700;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 4px solid #E2E2E2;
}
.chart-wind-generation .low-high-box .low-high-item .value {
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 4px solid #E2E2E2;
}
.chart-wind-generation .low-high-box .low-high-item .value .num {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  font-weight: 600;
}
.chart-wind-generation .low-high-box .low-high-item .date, .chart-wind-generation .low-high-box .low-high-item .time {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  font-weight: 600;
  color: #666;
}
.chart-wind-generation .chart-updated {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  font-style: italic;
  text-align: center;
  width: 100%;
}
.chart-wind-generation .c3-chart-line, .chart-wind-generation .c3-line {
  stroke: #6BA23F !important;
}
.chart-wind-generation .c3-chart-line line, .chart-wind-generation .c3-line line {
  stroke-width: 2px;
}
.chart-wind-generation .c3-area-windValues {
  fill: rgba(107, 162, 63, 0.6) !important;
  opacity: 1 !important;
}
.chart-wind-generation .tick line {
  display: none;
}
.chart-wind-generation .c3-axis-x .tick text {
  display: block !important;
}
.chart-wind-generation .c3-axis .tick {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.chart-wind-generation .c3-circle {
  fill: #6BA23F;
  transition: box-shadow 0.5s;
}
.chart-wind-generation .c3-circle:hover, .chart-wind-generation .c3-circle:focus {
  box-shadow: 0 0 10px 10px rgba(107, 162, 63, 0.6);
}
.chart-wind-generation .c3 .c3-grid line {
  stroke: #F5F5F5;
  stroke-dasharray: 0;
}
.chart-wind-generation .c3-ygrid-line {
  font-family: "Inter", sans-serif;
}
.chart-wind-generation .c3-ygrid-line.grid-high-line {
  stroke: #005FAA;
}
.chart-wind-generation .c3-ygrid-line.grid-high-line line {
  stroke: #005FAA;
  stroke-dasharray: 2, 2;
}
.chart-wind-generation .c3-ygrid-line.grid-low-line {
  stroke: red;
}
.chart-wind-generation .c3-ygrid-line.grid-low-line line {
  stroke: red;
}
.chart-wind-generation .c3-tooltip-container {
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.chart-wind-generation .c3-tooltip-container .tooltip-wrapper {
  background: #FFF;
  border: 2px solid #6BA23F;
  padding: 10px 20px 20px 20px;
  color: #6BA23F;
  font-family: "Inter", sans-serif;
  text-align: center;
  border-radius: 12px;
  position: relative;
}
.chart-wind-generation .c3-tooltip-container .tooltip-wrapper .date {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-align: right;
  font-style: italic;
}
.chart-wind-generation .c3-tooltip-container .tooltip-wrapper .tooltip-header {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 700;
}
.chart-wind-generation .c3-tooltip-container .tooltip-wrapper .wind {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.chart-wind-generation .c3-tooltip-container .tooltip-wrapper .wind .label {
  margin-right: 10px;
}
.chart-wind-generation .c3-tooltip-container .tooltip-wrapper .wind .mw {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
.chart-wind-generation .c3-tooltip-container .tooltip-wrapper .daily-low, .chart-wind-generation .c3-tooltip-container .tooltip-wrapper .daily-high {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 28px;
  line-height: 1.75rem;
}

@media (max-width: 767.98px) {
  .chart-wind-generation .max-wind {
    margin-bottom: 16px;
  }
  .chart-wind-generation .c3-wind-chart {
    display: none;
  }
  .chart-wind-generation .section-intro {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
  .chart-wind-generation .last-updated {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .chart-wind-generation .last-updated strong {
    display: block;
    margin-bottom: 8px;
    color: #707070;
  }
  .chart-wind-generation .section-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    text-transform: uppercase;
  }
  .chart-wind-generation .low-high-box {
    padding: 16px;
  }
  .chart-wind-generation .low-high-box .low-high-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .chart-wind-generation .low-high-box .low-high-item .label {
    width: 50%;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    min-height: 34px;
  }
  .chart-wind-generation .low-high-box .low-high-item .value {
    width: 50%;
    -ms-flex-pack: end;
        justify-content: flex-end;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-weight: 600;
  }
  .chart-wind-generation .low-high-box .low-high-item .date {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    text-align: center;
    border-top: 2px solid #E2E2E2;
  }
}
.todaysPower {
  border: 1px solid #E2E2E2;
  padding: 20px 15px 30px 15px;
  margin: 0;
  text-align: center;
  min-height: 100%;
}
.todaysPower svg {
  overflow: visible;
}
.todaysPower .headline {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.todaysPower .subheadline {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #666666;
  margin: 0;
}
.todaysPower .btn {
  margin-top: 35px;
}
@media (max-width: 767.98px) {
  .todaysPower {
    padding: 15px;
  }
}

.chart-text {
  fill: #666666;
  font-family: "Overpass", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
}
.chart-text.counter {
  margin-right: 5px;
}

@media screen and (max-width: 25.9375em) {
  .chart-text {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2;
  }
}
.chart-text-label {
  fill: #666666;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}

.triangle {
  fill: #005FAA;
}

.c-bars__bar-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 5px 0;
}

.c-bars__icon {
  width: 30px;
  height: 40px;
  margin-right: 10px;
}

.c-bars__label {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

@media (max-width: 1199.98px) {
  .c-bars__label {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .todaysPower .headline {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 30px;
  }
  .todaysPower hr.small {
    margin: 15px auto;
  }
}
/*------------------------------------*  #C-CHART-DONUT
\*------------------------------------*/
.c-chart-donut {
  position: relative;
}

.c-chart-donut__tooltip-bg {
  display: none;
}

@media screen and (min-width: 36em) {
  .c-chart-donut__tooltips {
    width: 40%;
  }
}
.c-chart-donut__tooltip {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  display: none;
  pointer-events: none;
}

.c-chart-donut__tooltip-icon .icon {
  width: 60px;
  height: 60px;
}
.c-chart-donut__tooltip-icon .icon .icon.i-wind {
  height: 70px;
  margin-bottom: 0.5rem;
}
.c-chart-donut__tooltip-icon .icon .icon.i-natural {
  width: 40px;
}
.c-chart-donut__tooltip-icon .icon .icon.i-imports {
  width: 50px;
}
@media screen and (min-width: 26em) {
  .c-chart-donut__tooltip-icon .icon {
    width: 90px;
    height: 90px;
  }
  .c-chart-donut__tooltip-icon .icon .icon.i-wind {
    height: 100px;
    margin-bottom: 0.5rem;
  }
  .c-chart-donut__tooltip-icon .icon .icon.i-natural {
    width: 60px;
  }
  .c-chart-donut__tooltip-icon .icon .icon.i-imports {
    width: 80px;
  }
  .c-chart-donut__tooltip-icon .icon .icon.i-biomass {
    width: 80px;
  }
}

.c-chart-donut__tooltip-label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 400;
  text-transform: none;
  color: white;
  text-align: center;
  line-height: 1;
  margin: 0 0 0.5rem;
}

.c-chart-donut__tooltip-homes {
  font-weight: 400;
  text-transform: none;
  color: white;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  margin: 0;
}

.c-chart-donut__tooltip-homes-sub {
  color: white;
  font-weight: 400;
  text-align: center;
}

.c-bars__bar.default.data-wind .c-bars__bar-value {
  background-color: rgba(171, 210, 139, 0.5);
}
.c-bars__bar.default.data-hydro-and-tidal .c-bars__bar-value {
  background-color: rgba(88, 166, 24, 0.5);
}
.c-bars__bar.default.data-natural-gas-and-oil .c-bars__bar-value {
  background-color: rgba(156, 220, 243, 0.5);
}
.c-bars__bar.default.data-biomass .c-bars__bar-value {
  background-color: rgba(0, 153, 204, 0.5);
}
.c-bars__bar.default.data-coal .c-bars__bar-value {
  background-color: rgba(0, 95, 170, 0.5);
}
.c-bars__bar.default.data-imports .c-bars__bar-value {
  background-color: rgba(8, 66, 114, 0.5);
}
.c-bars__bar.default.data-other .c-bars__bar-value {
  background-color: rgba(68, 68, 68, 0.5);
}
.c-bars__bar.data-wind {
  background-color: rgba(171, 210, 139, 0.35);
}
.c-bars__bar.data-wind .c-bars__bar-value {
  background-color: rgba(171, 210, 139, 0.5);
}
.c-bars__bar.data-hydro-and-tidal {
  background-color: rgba(88, 166, 24, 0.35);
}
.c-bars__bar.data-hydro-and-tidal .c-bars__bar-value {
  background-color: rgba(88, 166, 24, 0.5);
}
.c-bars__bar.data-natural-gas-and-oil {
  background-color: rgba(156, 220, 243, 0.35);
}
.c-bars__bar.data-natural-gas-and-oil .c-bars__bar-value {
  background-color: rgba(156, 220, 243, 0.5);
}
.c-bars__bar.data-biomass {
  background-color: rgba(0, 153, 204, 0.35);
}
.c-bars__bar.data-biomass .c-bars__bar-value {
  background-color: rgba(0, 153, 204, 0.5);
}
.c-bars__bar.data-coal {
  background-color: rgba(0, 95, 170, 0.35);
}
.c-bars__bar.data-coal .c-bars__bar-value {
  background-color: rgba(0, 95, 170, 0.5);
}
.c-bars__bar.data-imports {
  background-color: rgba(8, 66, 114, 0.35);
}
.c-bars__bar.data-imports .c-bars__bar-value {
  background-color: rgba(8, 66, 114, 0.5);
}
.c-bars__bar.data-other {
  background-color: rgba(68, 68, 68, 0.35);
}
.c-bars__bar.data-other .c-bars__bar-value {
  background-color: rgba(68, 68, 68, 0.5);
}

section.todaysPower .wind {
  background-color: #6BA23F !important;
  fill: #6BA23F !important;
}
section.todaysPower .hydro-and-tidal {
  background-color: #084272 !important;
  fill: #084272 !important;
}
section.todaysPower .natural-gas-and-oil {
  background-color: #666666 !important;
  fill: #666666 !important;
}
section.todaysPower .biomass {
  background-color: #005FAA !important;
  fill: #005FAA !important;
}
section.todaysPower .coal {
  background-color: #005FAA !important;
  fill: #005FAA !important;
}
section.todaysPower .imports {
  background-color: #062941 !important;
  fill: #062941 !important;
}
section.todaysPower .other {
  background-color: #0099CC !important;
  fill: #0099CC !important;
}

.c-bars__bar.default.wind .c-bars__bar-value {
  background-color: rgba(171, 210, 139, 0.5);
}
.c-bars__bar.default.data-hydro-and-tidal .c-bars__bar-value {
  background-color: rgba(88, 166, 24, 0.5);
}
.c-bars__bar.default.natural-gas-and-oil .c-bars__bar-value {
  background-color: rgba(156, 220, 243, 0.5);
}
.c-bars__bar.default.biomass .c-bars__bar-value {
  background-color: rgba(0, 153, 204, 0.5);
}
.c-bars__bar.default.coal .c-bars__bar-value {
  background-color: rgba(0, 95, 170, 0.5);
}
.c-bars__bar.default.imports .c-bars__bar-value {
  background-color: rgba(8, 66, 114, 0.5);
}
.c-bars__bar.default.other .c-bars__bar-value {
  background-color: rgba(68, 68, 68, 0.5);
}

span.icon__container.wind {
  background-color: #6BA23F !important;
  fill: #6BA23F !important;
  box-shadow: 0 0 0 3px rgba(171, 210, 139, 0.5);
}
span.icon__container.hydro {
  background-color: #084272 !important;
  fill: #084272 !important;
  box-shadow: 0 0 0 3px rgba(88, 166, 24, 0.5);
}
span.icon__container.natural {
  background-color: #666666 !important;
  fill: #666666 !important;
  box-shadow: 0 0 0 3px rgba(156, 220, 243, 0.5);
}
span.icon__container.biomass {
  background-color: #005FAA !important;
  fill: #005FAA !important;
  box-shadow: 0 0 0 3px rgba(0, 153, 204, 0.5);
}
span.icon__container.coal {
  background-color: #005FAA !important;
  fill: #005FAA !important;
  box-shadow: 0 0 0 3px rgba(0, 95, 170, 0.5);
}
span.icon__container.imports {
  background-color: #062941 !important;
  fill: #062941 !important;
  box-shadow: 0 0 0 3px rgba(8, 66, 114, 0.5);
}
span.icon__container.other {
  background-color: #0099CC !important;
  fill: #0099CC !important;
  box-shadow: 0 0 0 3px rgba(68, 68, 68, 0.5);
}

/*------------------------------------*  #C-CHART-TOGGLE
\*------------------------------------*/
.c-chart-toggle {
  background: white;
  overflow: hidden;
  border-radius: 6px;
  margin: 0 auto 40px;
  opacity: 0;
  pointer-events: none;
}
.c-chart-toggle.visible {
  opacity: 1;
  pointer-events: all;
  transition: opacity 1.25s ease;
}

.c-chart-toggle__button {
  width: 33.33333%;
  float: left;
  padding: 0.5rem;
  cursor: pointer;
  font-weight: 700;
  transition: all 250ms ease-out;
  background: white;
  color: #005FAA;
  border: none;
  border: 2px solid #005FAA;
  margin-left: 0;
}
.c-chart-toggle__button:first-of-type {
  border-radius: 5px 0 0 5px;
}
.c-chart-toggle__button#repm-ytd {
  border-left: none;
  border-right: none;
}
.c-chart-toggle__button:nth-of-type(2) {
  border-left: none;
  border-right: none;
}
.c-chart-toggle__button:last-of-type {
  border-radius: 0 5px 5px 0;
}
.c-chart-toggle__button:hover, .c-chart-toggle__button:focus {
  color: #06569e;
  background: #d8ecfe;
}
.c-chart-toggle__button.active, .c-chart-toggle__button.active:hover, .c-chart-toggle__button.active:focus {
  transition: none;
  background: #005FAA;
  color: white;
}

.searchBar {
  margin-top: 30px;
  margin-bottom: 30px;
}
.searchBar .searchButton {
  background: none;
  border: none;
  border-left: 2px solid #444444;
  padding: 0 0 0 15px;
  font-size: 26px;
  font-size: 1.625rem;
}
.searchBar .searchButton span.openSearch {
  display: inline;
}
.searchBar .searchButton span.closeSearch {
  display: none;
}
.searchBar .searchButton:hover, .searchBar .searchButton:focus {
  color: #005FAA;
  outline: none;
}
.searchBar .searchBox {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: baseline;
      align-items: baseline;
  border-bottom: 1px solid #666666;
  margin: 20px 0 15px;
  padding-bottom: 10px;
  color: #666666;
}
.searchBar .searchBox .searchIcon {
  font-size: 20px;
  font-size: 1.25rem;
}
.searchBar .searchBox input {
  background: none;
  padding: 0 15px;
  width: 100%;
  border: none;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  color: #666666;
  font-weight: normal;
  font-family: "Inter", sans-serif;
}
.searchBar .searchBox .searchButton {
  font-size: 20px;
  font-size: 1.25rem;
  color: #005FAA;
  white-space: nowrap;
  border-color: #666666;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Overpass", sans-serif;
}

@media (max-width: 767.98px) {
  .searchBar {
    margin-top: 0;
    margin-bottom: 0;
  }
  .searchBar .searchBox input, .searchBar .searchBox .searchButton {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .searchBar .searchBox .searchButton {
    padding-left: 10px;
  }
}
.searchResults {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
}
.searchResults .searchParams {
  font-weight: 700;
  font-style: italic;
}

@media (max-width: 767.98px) {
  .searchResults {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.resultListingItem {
  border-bottom: 1px solid #E2E2E2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.resultListingItem a {
  font-family: "Inter", sans-serif;
}
.resultListingItem:first-of-type {
  padding-top: 0;
}
.resultListingItem .resultTitle {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.resultListingItem .resultTitle li {
  border-right: 3px solid #444444;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding-right: 10px;
  margin-right: 10px;
  color: #444444;
  line-height: 1.2;
}
.resultListingItem .resultTitle li:last-of-type {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.resultListingItem .resultBlurb {
  color: #444444;
  font-weight: 400;
  line-height: 24px;
}
.resultListingItem .resultPath {
  font-weight: 700;
  text-decoration: none;
  word-break: break-word;
}

@media (max-width: 767.98px) {
  .resultListingItem {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .resultListingItem .resultTitle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .resultListingItem .resultTitle li {
    font-size: 16px;
    font-size: 1rem;
    white-space: nowrap;
  }
}
.genericTitle {
  text-align: center;
  text-transform: uppercase;
}

.padding {
  padding: 15px;
}

@media (max-width: 991.98px) {
  .mobileTopMargin {
    margin-top: 30px;
  }
}
.bg-imgDefault {
  background-image: url("/ResourcePackages/ST/library/img/template/news-background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-imgDefault.full-width-layout {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bg-gray {
  background-image: none !important;
  background-color: #F5F5F5;
}

.bg-gray-med {
  background-image: none !important;
  background-color: #E2E2E2;
}

.bg-blue {
  background-image: none !important;
  background-color: #E5F5FA;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
.bg-blue.microsite {
  background-color: #d7edfa;
}

.bg-white {
  background-image: none !important;
  background-color: white;
}

.bg-img1 {
  background-image: url("/ResourcePackages/ST/library/img/template/image-cta-background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-img2 {
  background-image: url("/ResourcePackages/ST/library/img/template/hero-map.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.centered {
  text-align: center;
}

@media (max-width: 767.98px) {
  .bg-imgDefault.full-width-layout {
    padding: 15px 0;
  }
  .bg-imgDefault.full-width-layout .backgroundImg {
    padding: 15px 0;
  }
}
.calculatorsList .faqAccordion .answer {
  background: none;
}

.wattage-calc-wrapper {
  background: #F5F5F5;
  padding: 15px;
}
.wattage-calc-wrapper fieldset {
  width: 100%;
}
.wattage-calc-wrapper label, .wattage-calc-wrapper input, .wattage-calc-wrapper select {
  width: 100%;
}
.wattage-calc-wrapper .input_text.error, .wattage-calc-wrapper .input_text.error:focus {
  border: 1px solid #dc3545;
  box-shadow: 0px 0px 5px 0px rgba(230, 58, 58, 0.7);
  outline: 1px solid #dc3545;
  background: #FFF;
}
.wattage-calc-wrapper .input_text:invalid {
  border: inherit;
  box-shadow: none;
}
.wattage-calc-wrapper .wattage-calc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.wattage-calc-wrapper .wattage-calc input {
  margin-bottom: 15px;
  width: 100%;
}
.wattage-calc-wrapper .wattage-calc .btn {
  margin: 5px 0 15px 0;
}
.wattage-calc-wrapper #wattageCalculate {
  margin-top: 20px;
}
.wattage-calc-wrapper #wattageCalculate:disabled {
  background: #cccccc;
  color: #000;
  cursor: not-allowed;
}

.equalBillingCalcWrapper .intro {
  margin-bottom: 30px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.equalBillingCalcWrapper .intro .row {
  -ms-flex-align: center;
      align-items: center;
}
.equalBillingCalcWrapper .intro img {
  max-height: 500px;
}

.equal-billing-calc {
  background: #F5F5F5;
  padding: 15px;
}
.equal-billing-calc .c-ebc__input-field-container {
  margin: 15px 0;
}
.equal-billing-calc .c-ebc__input-field-label {
  margin-right: 15px;
  min-width: 40px;
  display: block;
}
.equal-billing-calc .c-ebc__input-field.err {
  border-color: #dc3545;
}
.equal-billing-calc .c-ebc__input-field:invalid {
  border: inherit;
  box-shadow: none;
}
.equal-billing-calc .c-ebc__results-err {
  color: #dc3545;
}
.equal-billing-calc p.small {
  margin-top: 10px;
  margin-bottom: 0;
}
.equal-billing-calc .btn .fa {
  margin-right: 5px;
}
.equal-billing-calc .c-ebc__add-row {
  margin-bottom: 20px;
}
.equal-billing-calc .c-ebc__add-row .btn.disabled {
  background: #cccccc;
  color: #000;
  cursor: not-allowed;
}
.equal-billing-calc .input-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.equal-billing-calc .input-wrapper input {
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
}
.equal-billing-calc .input-wrapper input::-webkit-input-placeholder {
  font-size: 13px !important;
}
.equal-billing-calc .input-wrapper input:-moz-placeholder {
  font-size: 13px !important;
}
.equal-billing-calc .input-wrapper input::-moz-placeholder {
  font-size: 13px !important;
}
.equal-billing-calc .input-wrapper input:-ms-input-placeholder {
  font-size: 13px !important;
}
.equal-billing-calc .input-wrapper .c-ebc__input-field-unit {
  padding-left: 10px;
}
.equal-billing-calc .total-energy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.equal-billing-calc .total-energy label {
  margin-bottom: 0;
}
.equal-billing-calc .c-ebc__calculate {
  margin-bottom: 20px;
}
.equal-billing-calc .c-ebc__results {
  padding-top: 25px;
  background: #d4d4d4;
  color: #444;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
}
.equal-billing-calc .c-ebc__results .c-ebc__-month {
  color: #005FAA;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Overpass", sans-serif;
  text-align: right;
  margin-left: 20px;
}
.equal-billing-calc .c-ebc__results-err {
  padding: 5px 0 15px 0;
}
.equal-billing-calc .c-ebc__disclaimer {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  margin-top: 40px;
}
.equal-billing-calc .c-ebc__disclaimer p {
  margin: 0;
}

.heatPumpCalc {
  margin: 0;
}
.heatPumpCalc header.hpcHeader {
  color: #fff;
  background: #084272;
  padding: 10px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.heatPumpCalc header.hpcHeader .hpcLogo {
  margin-right: 25px;
  max-height: 50px;
}
.heatPumpCalc header.hpcHeader h2 {
  color: #FFF;
}
.heatPumpCalc .intro {
  text-align: center;
  background: #FFF;
  padding: 20px 0;
}
.heatPumpCalc .intro .introText {
  width: 60%;
  margin: 0 auto;
}
.heatPumpCalc .panel.hidden .panelContent {
  display: none;
  padding: 10px 0;
}
.heatPumpCalc .panel.disabled .togglePanel {
  cursor: inherit;
  border-bottom: 2px solid #084272;
  padding-bottom: 15px;
}
.heatPumpCalc .panel.disabled .togglePanel:focus {
  outline: none;
}
.heatPumpCalc .panel.disabled .togglePanel .icon {
  background: #ccc;
}
.heatPumpCalc .panel.disabled .togglePanel h3 {
  color: #ccc;
}
.heatPumpCalc .panel.disabled .panelContent {
  display: none;
  padding: 10px 0;
}
.heatPumpCalc .panel .panelContent .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.heatPumpCalc .togglePanel {
  width: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.heatPumpCalc .togglePanel .toggleTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.heatPumpCalc .togglePanel .icon {
  margin-right: 20px;
}
.heatPumpCalc .togglePanel .icon {
  background: #084272;
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 42px;
  min-width: 42px;
  height: 42px;
}
.heatPumpCalc .togglePanel .previewtextWrapper {
  padding-left: 20px;
}
.heatPumpCalc .togglePanel .previewtextWrapper .previewtext {
  display: none;
}
.heatPumpCalc #panel_input {
  background: #F5F5F5;
  padding: 15px;
  margin: 0;
}
.heatPumpCalc #panel_input .togglePanel {
  border-bottom: none;
  padding-bottom: 0;
}
.heatPumpCalc .irs-with-grid {
  width: 60%;
}
.heatPumpCalc #panel_results {
  padding: 15px;
  margin: 0;
}
.heatPumpCalc #panel_results .benefits {
  width: 70%;
}
.heatPumpCalc #panel_results .benefits .financialBenefits {
  padding-top: 20px;
}
.heatPumpCalc #panel_results .benefits .enviroBenefits {
  border-top: 1px solid #444444;
  margin-top: 20px;
  padding-top: 20px;
}
.heatPumpCalc #panel_results .benefits h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.heatPumpCalc #panel_results .benefits .icon_leaf, .heatPumpCalc #panel_results .benefits .icon_car, .heatPumpCalc #panel_results .benefits .icon_garbage {
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 8px 0 0 60px;
}
.heatPumpCalc #panel_results .benefits .benefitsItem {
  margin-bottom: 20px;
  min-height: 50px;
}
.heatPumpCalc #panel_results .benefits .benefitsItem:last-child {
  margin-bottom: 0;
}
.heatPumpCalc #panel_results .benefits .icon_leaf {
  background-image: url("/library/img/calculators/icon_leaf.png");
}
.heatPumpCalc #panel_results .benefits .icon_car {
  background-image: url("/library/img/calculators/icon_car.png");
}
.heatPumpCalc #panel_results .benefits .icon_garbage {
  background-image: url("/library/img/calculators/icon_garbage.png");
}
.heatPumpCalc #panel_results .ctas {
  padding-top: 40px;
}
.heatPumpCalc .rangeSliderWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.heatPumpCalc .rangeSliderWrapper label {
  width: 40%;
  padding-right: 20px;
}
.heatPumpCalc #hp_calc_input_homeSize, .heatPumpCalc #hp_calc_input_financeTerm {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.heatPumpCalc .efficiency {
  text-align: right;
}
.heatPumpCalc .displacementHeating p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.heatPumpCalc .displacementHeating .highlight {
  margin-left: 10px;
}
.heatPumpCalc .viewResultsRow p {
  margin: 0;
}
.heatPumpCalc #hp_calc_submit {
  width: 100%;
}
.heatPumpCalc #hp_calc_message {
  color: #fff;
  background: #cc3300;
  padding: 0.5em 1em;
  display: none;
}
.heatPumpCalc .highlight {
  color: #084272;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 700;
}
.heatPumpCalc .overlay {
  display: none;
  padding: 0 50px 0 0;
  position: relative;
}
.heatPumpCalc .overlay .closeOverlay {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 35px;
  font-size: 2.1875rem;
}
.heatPumpCalc .overlay .hp_calc_button_financingLink {
  margin: 20px 0;
}
.heatPumpCalc .required {
  color: #FF0000;
}
.heatPumpCalc input.error, .heatPumpCalc select.error {
  outline: 1px solid #FF0000;
  color: inherit;
}
.heatPumpCalc footer.heatPumpFooter {
  background: #084272;
  padding: 8px 16px;
  color: #FFF;
  margin-top: 50px;
}
.heatPumpCalc footer.heatPumpFooter .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.heatPumpCalc footer.heatPumpFooter .footerLinks {
  text-align: right;
}
.heatPumpCalc footer.heatPumpFooter a {
  color: #FFF;
  text-decoration: underline;
}
.heatPumpCalc footer.heatPumpFooter a:hover, .heatPumpCalc footer.heatPumpFooter a:focus {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .heatPumpCalc .rangeSliderWrapper {
    display: block;
  }
  .heatPumpCalc .rangeSliderWrapper label {
    width: 100%;
    padding-right: 0;
  }
  .heatPumpCalc .rangeSliderWrapper .irs-with-grid {
    width: 100%;
    margin-bottom: 20px;
  }
  .heatPumpCalc .displacementHeating p {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .heatPumpCalc .panel .panelContent .form-group {
    display: block;
  }
  .heatPumpCalc .displacementHeating p {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .heatPumpCalc #panel_results .benefits {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .heatPumpCalc .displacementHeating p {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .heatPumpCalc .panel .panelContent .form-group {
    display: block;
  }
}
.compareRatesCalc .genericTitle {
  text-align: left;
}
.compareRatesCalc .formWrapper {
  margin-top: 30px;
}
.compareRatesCalc .overflow-box {
  overflow-x: auto;
}
.compareRatesCalc .overflow-box::-webkit-scrollbar {
  height: 16px;
}
.compareRatesCalc .overflow-box::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #084272;
}
.compareRatesCalc .overflow-box::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #666666;
}
.compareRatesCalc .monthlyOrBiMonthlyField label {
  font-weight: 400;
}
.compareRatesCalc .monthlyOrBiMonthlyField label.question {
  display: block;
  font-weight: 700;
  line-height: 22px;
  line-height: 1.375rem;
}
.compareRatesCalc .monthlyOrBiMonthlyField .form-check:first-child {
  margin-right: 45px;
}
.compareRatesCalc .monthlyOrBiMonthlyField input[type=radio] {
  width: 30px;
  height: 30px;
}
.compareRatesCalc .monthlyOrBiMonthlyField input[type=radio]:checked {
  border: none;
}
.compareRatesCalc .monthlyOrBiMonthlyField input[type=radio]:checked:before {
  width: 30px;
  height: 30px;
  top: -1px;
  left: -1px;
}
.compareRatesCalc input.inputField.error {
  outline: 1px solid #FF0000;
  box-shadow: 0 0 3px 0 #FF0000;
}
.compareRatesCalc .errorNoRows, .compareRatesCalc .warning3200kwh, .compareRatesCalc .warning4500kwh {
  margin-top: 10px;
}
.compareRatesCalc header.formHeader .row, .compareRatesCalc .monthRow .row {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
}
.compareRatesCalc header.formHeader .container, .compareRatesCalc .monthRow .container {
  min-width: 900px;
}
.compareRatesCalc header.formHeader .tableCol, .compareRatesCalc .monthRow .tableCol {
  width: 13%;
  padding-right: 10px;
}
.compareRatesCalc header.formHeader .tableCol:last-child, .compareRatesCalc .monthRow .tableCol:last-child {
  padding-right: 0;
}
.compareRatesCalc header.formHeader .tableCol .errorMsg, .compareRatesCalc .monthRow .tableCol .errorMsg {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
  margin-top: 3px;
  color: #FF0000;
}
.compareRatesCalc header.formHeader .month, .compareRatesCalc header.formHeader .rate, .compareRatesCalc .monthRow .month, .compareRatesCalc .monthRow .rate {
  width: 10.5%;
}
.compareRatesCalc header.formHeader .energyUsed, .compareRatesCalc header.formHeader .demand, .compareRatesCalc .monthRow .energyUsed, .compareRatesCalc .monthRow .demand {
  width: 15%;
}
.compareRatesCalc header.formHeader .baseDemandCharge, .compareRatesCalc .monthRow .baseDemandCharge {
  width: 10%;
}
.compareRatesCalc header.formHeader .rate, .compareRatesCalc header.formHeader .baseDemandCharge, .compareRatesCalc header.formHeader .first200KWH, .compareRatesCalc header.formHeader .allAdditionalKWH, .compareRatesCalc header.formHeader .total, .compareRatesCalc .monthRow .rate, .compareRatesCalc .monthRow .baseDemandCharge, .compareRatesCalc .monthRow .first200KWH, .compareRatesCalc .monthRow .allAdditionalKWH, .compareRatesCalc .monthRow .total {
  display: none;
}
.compareRatesCalc header.formHeader {
  background: #666666;
  padding: 15px 0;
  margin-top: 30px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #FFF;
  min-width: 900px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.compareRatesCalc .monthRow {
  padding: 23px 0 8px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  min-width: 900px;
}
.compareRatesCalc .monthRow .tableCol {
  margin-top: -17px;
}
.compareRatesCalc .monthRow .energyUsed, .compareRatesCalc .monthRow .demand {
  margin-top: 0;
}
.compareRatesCalc .monthRow:nth-child(odd) {
  background: #F5F5F5;
}
.compareRatesCalc .monthRow .month, .compareRatesCalc .monthRow .rate, .compareRatesCalc .monthRow .total {
  font-weight: 600;
}
.compareRatesCalc .monthRow input[type=text] {
  padding: 7px 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #444;
  width: 100%;
}
.compareRatesCalc .monthRow input[type=text]::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 500;
  font-style: italic;
  color: #B9B9B9;
  font-family: "Inter", sans-serif;
}
.compareRatesCalc .monthRow input[type=text]:-moz-placeholder {
  font-size: 14px !important;
  font-weight: 500;
  font-style: italic;
  color: #B9B9B9;
  font-family: "Inter", sans-serif;
}
.compareRatesCalc .monthRow input[type=text]::-moz-placeholder {
  font-size: 14px !important;
  font-weight: 500;
  font-style: italic;
  color: #B9B9B9;
  font-family: "Inter", sans-serif;
}
.compareRatesCalc .monthRow input[type=text]:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 500;
  font-style: italic;
  color: #B9B9B9;
  font-family: "Inter", sans-serif;
}
.compareRatesCalc .resultsRow {
  padding: 20px 0;
}
.compareRatesCalc .resultsRow .row {
  margin: 0;
}
.compareRatesCalc .resultsRow .clearBtn {
  background: #E2E2E2 !important;
  color: #666666 !important;
  padding: 15px 40px;
  margin-right: 15px;
}
.compareRatesCalc .resultsRow .clearBtn:hover, .compareRatesCalc .resultsRow .clearBtn:focus {
  background: #666666 !important;
  color: #FFF !important;
}
.compareRatesCalc .resultsRow .calculateBtn {
  padding: 15px 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.compareRatesCalc .resultsRow .calculateBtn .btnText {
  position: relative;
  top: 2px;
}
.compareRatesCalc .resultsRow .results {
  display: none;
  padding: 15px 25px;
  margin-left: 25px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  background: #E5F5FA;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.compareRatesCalc .resultsRow .results .rate10 {
  padding-right: 40px;
}
.compareRatesCalc .MonthlyForm, .compareRatesCalc .biMonthlyForm {
  display: none;
}
.compareRatesCalc .MonthlyForm.showResults .rate, .compareRatesCalc .MonthlyForm.showResults .baseDemandCharge, .compareRatesCalc .MonthlyForm.showResults .first200KWH, .compareRatesCalc .MonthlyForm.showResults .allAdditionalKWH, .compareRatesCalc .MonthlyForm.showResults .total, .compareRatesCalc .MonthlyForm.showResults .results, .compareRatesCalc .biMonthlyForm.showResults .rate, .compareRatesCalc .biMonthlyForm.showResults .baseDemandCharge, .compareRatesCalc .biMonthlyForm.showResults .first200KWH, .compareRatesCalc .biMonthlyForm.showResults .allAdditionalKWH, .compareRatesCalc .biMonthlyForm.showResults .total, .compareRatesCalc .biMonthlyForm.showResults .results {
  display: inline-block;
}
.compareRatesCalc .MonthlyForm.showResults .results, .compareRatesCalc .biMonthlyForm.showResults .results {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .compareRatesCalc .resultsRow .row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .compareRatesCalc .resultsRow .results {
    -ms-flex-order: 1;
        order: 1;
    margin: 0 0 10px 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .compareRatesCalc .resultsRow .clearBtn {
    -ms-flex-order: 2;
        order: 2;
    margin-right: 0;
  }
  .compareRatesCalc .resultsRow .calculateBtn {
    -ms-flex-order: 3;
        order: 3;
  }
}
@media (max-width: 575.98px) {
  .compareRatesCalc .resultsRow .results {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .compareRatesCalc .resultsRow .results .rate10 {
    margin: 0 0 10px 0;
    padding-right: 0;
  }
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] {
  margin-bottom: 0px;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] h3 {
  font-family: "Overpass", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: normal;
}
@media (max-width: 991.98px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] h3 {
    text-align: center;
  }
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media (max-width: 991.98px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] p {
    text-align: center;
  }
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .steps-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 991.98px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .steps-container {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-1, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-2 {
  background: #F5F5F5;
  height: 200px;
  width: 550px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-1 .content-box, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-2 .content-box {
  margin-left: 40px;
}
@media (max-width: 575.98px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-1 .content-box, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-2 .content-box {
    margin-left: 15px;
  }
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-1:before, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-2:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 75px solid white;
}
@media (max-width: 575.98px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-1:before, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-2:before {
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid white;
  }
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-1:after, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-2:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 100px solid white;
  border-bottom: 100px solid white;
  border-left: 75px solid #F5F5F5;
}
@media (max-width: 575.98px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-1:after, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-2:after {
    border-top: 50px solid white;
    border-bottom: 50px solid white;
    border-left: 50px solid #F5F5F5;
  }
}
@media (max-width: 991.98px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-1, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-2 {
    margin-top: 25px;
    width: 90%;
  }
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-1 h3, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-1 p, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-2 h3, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-2 p {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-1, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-2 {
    height: 100px;
    width: 100%;
    max-width: 400px;
  }
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-1 .step-number, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-2 .step-number {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 9px;
    line-height: 0.5625rem;
  }
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-1 .step-title, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-2 .step-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-1 p, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-2 p {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 15px;
    line-height: 0.9375rem;
    margin-bottom: 0px;
  }
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-1 .step-number, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .step-2 .step-number {
  border-bottom: 3px solid #e2e2e2;
  display: inline-block;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .battery-outage-cta {
  border: none;
  background: #005FAA;
  color: white;
  width: 550px;
  height: 60px;
  position: relative;
  left: 25%;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .battery-outage-cta:hover {
  background: #084272;
}
@media (max-width: 1199.98px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .battery-outage-cta {
    width: 100%;
    left: 0;
  }
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .learn-more-container {
  background-image: url("/library/img/calculators/battery-outage-learn2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .learn-more-container .learn-more-content {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 0.95;
  width: 85%;
}
@media (max-width: 991.98px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .learn-more-container .learn-more-content {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Introduction"] .learn-more-container {
    height: 450px;
  }
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .gray-border {
  border: 1px solid #E2E2E2;
  background: #E2E2E2;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px;
}
@media (max-width: 575.98px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device {
  list-style: none;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  width: 33.3%;
}
@media (max-width: 991.98px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 10px 0px 0px;
    width: 48%;
  }
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device svg {
    display: none;
  }
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .fa-check-circle {
    display: block;
  }
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn {
  border: none;
  background: transparent;
  width: 100%;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:focus {
  outline: none;
}
@media (max-width: 575.98px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn {
    width: 100%;
    border: 1px solid #666;
    padding: 10px;
  }
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn span {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:hover, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:focus {
  text-decoration: underline;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:hover, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:focus, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn.selected {
  color: #005FAA;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:hover .a, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:hover .b, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:hover .ab, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:hover .c, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:hover .d, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:focus .a, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:focus .b, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:focus .ab, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:focus .c, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:focus .d, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn.selected .a, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn.selected .b, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn.selected .ab, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn.selected .c, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn.selected .d {
  stroke: #005FAA !important;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:hover i, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:focus i, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn.selected i {
  color: #005FAA;
}
@media (max-width: 575.98px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:hover, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:focus, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn.selected {
    background: #005FAA;
    color: white;
  }
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:hover span p, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn:focus span p, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .devices-section .devices-list .device .device-btn.selected span p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .results-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 2px solid #E2E2E2;
}
@media (max-width: 575.98px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .results-wrapper {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .results-wrapper button {
  border: none;
  padding: 15px 0px;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .results-wrapper .reset-selections {
  background: #E2E2E2;
  width: 250px;
  font-weight: bold;
  color: #666666;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .results-wrapper .reset-selections:hover {
  background: #444444;
  color: white;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .results-wrapper .view-results {
  width: 300px;
  background: #005FAA;
  color: white;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Device Selection"] .results-wrapper .view-results:hover {
  background: #084272;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] {
  margin-bottom: 0px;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .top-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .top-section h1 {
  font-family: "Overpass", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #444444;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .top-section .gray-border {
  border: 1px solid #E2E2E2;
  background: #E2E2E2;
  width: 20%;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .top-section p {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-family: "Inter", sans-serif;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-open-plus, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-open-minus {
  color: #005FAA;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: all 0.35s;
  margin: 0px 10px;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-open-plus.rotated, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-open-minus.rotated {
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-duration {
  font-size: 15px;
  background: #f5f5f5;
  padding: 5px 10px;
  color: #444444;
  font-weight: bold;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-duration span {
  color: #58A618;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field {
  display: -ms-flexbox;
  display: flex;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .battery-image {
  height: 50%;
  margin-left: -75px;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .battery-info {
  margin-left: -100px;
  width: 75%;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .battery-info .battery-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .battery-info .battery-number .text {
  background: #f5f5f5;
  color: #444444;
  font-weight: bold;
  padding: 5px 10px;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .battery-info .battery-number .text .battery-count {
  color: #58A618;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .battery-info .battery-number .change-battery-quantity {
  border: none;
  background: none;
  font-size: 13px;
  color: #005FAA;
  font-weight: bold;
  display: none !important;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .battery-info .battery-number .change-battery-quantity:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .battery-info {
    min-height: 0 !important;
  }
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .catagory {
  width: 33.3%;
  background: #666666;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  border-bottom: 1px solid white;
  padding: 10px;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .catagory p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .catagory p i {
  font-size: 14px;
  font-size: 0.875rem;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .catagory p .description {
  border-radius: 100%;
  background: #fff;
  width: 15px;
  height: 15px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 5px;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .catagory p .description svg {
  width: 3px;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .catagory p .description svg path {
  fill: #666666;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .info {
  width: 66.6%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 20px;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .info p {
  color: #444444;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 0;
    overflow: hidden;
    transition: all 0.35s;
  }
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .battery-image {
    margin-left: 0;
  }
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .battery-info {
    margin-left: 0;
  }
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .battery-info h3, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .battery-info .battery-duration, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .battery-info .battery-number, .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .battery-info p {
    text-align: center;
  }
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .battery-info .battery-number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .battery-info .battery-number .change-battery-quantity {
    background: #f5f5f5;
    display: none !important;
  }
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .catagory {
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
  }
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .catagory p i {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .info {
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields .field .info p {
    text-align: center;
  }
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .battery-fields.opened {
    height: 100%;
  }
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .print-battery-calc-results {
  border: none;
  background: #005FAA;
  color: white;
  width: 50%;
  padding: 15px;
  margin: 0% 25%;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .print-battery-calc-results:hover {
  background: #084272;
}
@media screen and (max-width: 768px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .print-battery-calc-results {
    width: 100%;
    margin: 0;
  }
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .purchase-battery-container {
  background-image: url("/library/img/calculators/results-hero@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .purchase-battery-container .purchase-battery-content {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 0.95;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .purchase-battery-container .purchase-battery-content {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .battery-outage-calculator section[aria-label="Battery Outage Calculator: Results"] .purchase-battery-container {
    height: 350px;
  }
}

#deviceModal .modal-body, #batteryModal .modal-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 50px;
}
#deviceModal .modal-body p, #batteryModal .modal-body p {
  font-weight: 700;
  color: #444444;
}
#deviceModal .modal-body .gray-border, #batteryModal .modal-body .gray-border {
  width: 100%;
  border: 1px solid #e2e2e2;
  background: #e2e2e2;
}
#deviceModal .modal-body .multiple-controls, #batteryModal .modal-body .multiple-controls {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
#deviceModal .modal-body .multiple-controls button, #batteryModal .modal-body .multiple-controls button {
  border: none;
  background: none;
  font-size: 75px;
  outline: none;
  padding: 0px 5px;
}
#deviceModal .modal-body .multiple-controls .plus, #batteryModal .modal-body .multiple-controls .plus {
  color: #005FAA;
}
#deviceModal .modal-body .multiple-controls .minus, #batteryModal .modal-body .multiple-controls .minus {
  color: #E2E2E2;
}
#deviceModal .modal-body .multiple-controls .button-blue svg path, #batteryModal .modal-body .multiple-controls .button-blue svg path {
  fill: #005FAA;
}
#deviceModal .modal-body .multiple-controls .button-gray svg path, #batteryModal .modal-body .multiple-controls .button-gray svg path {
  fill: #E2E2E2;
}
#deviceModal .modal-body .multiple-controls .multiple-count, #batteryModal .modal-body .multiple-controls .multiple-count {
  color: #005FAA;
  font-size: 57px;
}
#deviceModal .modal-body .save-multiple, #batteryModal .modal-body .save-multiple, #deviceModal .modal-body .save-multiple-batteries, #batteryModal .modal-body .save-multiple-batteries {
  width: 100%;
  margin-top: 1rem;
  background: #0054aa;
}
@media (max-width: 575.98px) {
  #deviceModal .modal-body, #batteryModal .modal-body {
    padding: 25px 5px;
  }
  #deviceModal .modal-body .gray-border, #batteryModal .modal-body .gray-border {
    width: 50%;
  }
}

#batteryModal .button-blue svg path {
  fill: #005FAA;
}
#batteryModal .button-gray svg path {
  fill: #E2E2E2;
}
@media (max-width: 575.98px) {
  #batteryModal .multiple-controls {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  #batteryModal .multiple-controls .battery-count {
    width: 100%;
    height: 150px;
  }
}

@media print {
  .battery-calc-print .alertBanner,
  .battery-calc-print .menuAndUserControls,
  .battery-calc-print .hero-generic,
  .battery-calc-print .breadcrumbWrapper,
  .battery-calc-print .siteFooter,
  .battery-calc-print .utilityNav,
  .battery-calc-print .print-battery-calc-results,
  .battery-calc-print .manageAccount,
  .battery-calc-print .mobileMenuToggle,
  .battery-calc-print .purchase-battery-container {
    display: none !important;
  }
  .battery-calc-print .battery-fields {
    height: 100%;
  }
}
.solar-garden-calc .user-input-sliders {
  background: #F5F5F5;
  padding: 15px 0;
  margin-bottom: 32px;
  position: relative;
}
.solar-garden-calc .user-input-sliders:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 20px #F5F5F5;
  border-left: solid 60px transparent;
  border-right: solid 60px transparent;
}
.solar-garden-calc .user-input-sliders .monthly-bill-col {
  padding-right: 35px;
}
.solar-garden-calc .user-input-sliders .solar-energy-col {
  padding-left: 35px;
}
.solar-garden-calc .user-input-sliders label {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 24px;
  font-family: "Overpass", sans-serif;
  font-weight: 900;
  margin-bottom: 16px;
}
.solar-garden-calc .user-input-sliders .irs-grid-text {
  color: #919191;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
}
.solar-garden-calc .user-input-sliders .irs-grid-pol, .solar-garden-calc .user-input-sliders .irs-grid-pol.small {
  background: #666666;
  opacity: 1;
}
.solar-garden-calc .user-input-sliders .irs-from, .solar-garden-calc .user-input-sliders .irs-to, .solar-garden-calc .user-input-sliders .irs-single {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Overpass", sans-serif;
  line-height: 24px;
  top: -5px;
}
.solar-garden-calc .user-input-sliders #average-monthly-bill-slider, .solar-garden-calc .user-input-sliders #solar-energy-offset-slider {
  display: none;
}
.solar-garden-calc .user-input-sliders .monthly-bill-wrapper .irs-from, .solar-garden-calc .user-input-sliders .monthly-bill-wrapper .irs-to, .solar-garden-calc .user-input-sliders .monthly-bill-wrapper .irs-single {
  background: #005FAA;
}
.solar-garden-calc .user-input-sliders .monthly-bill-wrapper .irs-bar, .solar-garden-calc .user-input-sliders .monthly-bill-wrapper .irs-bar-edge {
  border-top: 1px solid #084272;
  border-bottom: 1px solid #084272;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0099cc+0,005faa+100 */
  background: rgb(0, 153, 204); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(0, 153, 204) 0%, rgb(0, 95, 170) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cc', endColorstr='#005faa',GradientType=0 ); /* IE6-9 */
}
.solar-garden-calc .user-input-sliders .solar-energy-offset-wrapper .irs-from, .solar-garden-calc .user-input-sliders .solar-energy-offset-wrapper .irs-to, .solar-garden-calc .user-input-sliders .solar-energy-offset-wrapper .irs-single {
  background: #3B7C06;
}
.solar-garden-calc .user-input-sliders .solar-energy-offset-wrapper .irs-bar, .solar-garden-calc .user-input-sliders .solar-energy-offset-wrapper .irs-bar-edge {
  border-top: 1px solid #3B7C06;
  border-bottom: 1px solid #3B7C06;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#84c344+0,58a618+100 */
  background: rgb(132, 195, 68); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(132, 195, 68) 0%, rgb(88, 166, 24) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84c344', endColorstr='#58a618',GradientType=0 ); /* IE6-9 */
}
.solar-garden-calc .user-input-sliders .solar-energy-offset-wrapper .irs-grid-pol.small {
  display: none;
}
.solar-garden-calc .increase-percentage-msg {
  display: none;
  margin-top: -27px;
  margin-bottom: 16px;
}
.solar-garden-calc .increase-percentage-msg .notice-message {
  padding-left: 61px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  font-style: italic;
  color: #000;
}
.solar-garden-calc .increase-percentage-msg.show {
  display: block;
}
.solar-garden-calc .tonnes-emissions-savings {
  background: #E6F5FA;
  padding: 15px;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  font-family: "Overpass", sans-serif;
  border: 1px solid #E2E2E2;
  margin-bottom: 36px;
}
.solar-garden-calc .savings-charts {
  padding: 0 150px;
  margin: 0 auto 32px auto;
  position: relative;
}
.solar-garden-calc .savings-charts .c3-tooltip td {
  text-align: left;
}
.solar-garden-calc .savings-charts .chart-item {
  text-align: center;
}
.solar-garden-calc .savings-charts .chart-heading {
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 700;
}
.solar-garden-calc .savings-charts #c3-chart-annual-savings {
  margin-left: -15px;
}
.solar-garden-calc .savings-charts #c3-chart-annual-savings .c3-axis-y .tick {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 11px;
  line-height: 0.6875rem;
}
.solar-garden-calc .savings-charts #c3-chart-annual-savings .tick {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 700;
  font-family: "Overpass", sans-serif;
}
.solar-garden-calc .savings-charts #c3-chart-cummulative-savings {
  margin-left: -15px;
}
.solar-garden-calc .savings-charts #c3-chart-cummulative-savings .c3-axis-y .tick, .solar-garden-calc .savings-charts #c3-chart-cummulative-savings .c3-axis-y2 .tick {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 11px;
  line-height: 0.6875rem;
}
.solar-garden-calc .savings-charts #c3-chart-cummulative-savings .tick {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 700;
  font-family: "Overpass", sans-serif;
}
.solar-garden-calc .savings-charts #c3-chart-cummulative-savings .c3-legend-item {
  pointer-events: none;
}
.solar-garden-calc .savings-charts .overlay-message {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 100px;
  z-index: 2;
  background: rgba(245, 245, 245, 0.9);
}
.solar-garden-calc .savings-charts .overlay-message.show {
  display: -ms-flexbox;
  display: flex;
}
.solar-garden-calc .savings-charts .overlay-message .message-headline {
  text-transform: uppercase;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 36px;
  font-weight: 700;
}
.solar-garden-calc .benefit-results {
  padding: 0 150px;
  margin: 0 auto;
}
.solar-garden-calc .benefit-results .headline {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 31px;
  line-height: 1.9375rem;
  margin: 0 0 4px 0;
  font-weight: 700;
}
.solar-garden-calc .benefit-results .headline.mobile {
  display: none;
}
.solar-garden-calc .benefit-results .row {
  -ms-flex-align: stretch;
      align-items: stretch;
}
.solar-garden-calc .benefit-results .item {
  border: 1px solid #E2E2E2;
  height: 100%;
  padding: 20px 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.solar-garden-calc .benefit-results .item + .item {
  border-top: none;
}
.solar-garden-calc .benefit-results .item .icon {
  width: 80px;
  text-align: center;
}
.solar-garden-calc .benefit-results .item .icon.leaf-icon {
  padding: 10px;
}
.solar-garden-calc .benefit-results .item .icon svg {
  fill: #58A618;
  max-width: 77px;
  max-height: 77px;
  stroke-width: 2px;
}
.solar-garden-calc .benefit-results .item .desc {
  padding-left: 24px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 23px;
  font-family: "Overpass", sans-serif;
}
.solar-garden-calc .benefit-results .item .desc.result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 600;
}
.solar-garden-calc .benefit-results .item .desc.result .text {
  padding-right: 40px;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.solar-garden-calc .benefit-results .item .desc.result .value {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 1199.98px) {
  .solar-garden-calc .savings-charts, .solar-garden-calc .benefit-results {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .solar-garden-calc .genericTitle {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 32px;
    line-height: 2rem;
  }
  .solar-garden-calc .user-input-sliders .monthly-bill-col {
    padding-right: 15px;
    margin-bottom: 24px;
  }
  .solar-garden-calc .user-input-sliders .solar-energy-col {
    padding-left: 15px;
    margin-bottom: 16px;
  }
  .solar-garden-calc .tonnes-emissions-savings {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .solar-garden-calc .savings-charts {
    margin: 0 auto 8px auto;
  }
  .solar-garden-calc .savings-charts .chart-item {
    margin-bottom: 10px;
  }
  .solar-garden-calc .savings-charts .chart-item:last-child {
    margin-bottom: 0;
  }
  .solar-garden-calc .savings-charts .overlay-message {
    padding: 15px;
  }
  .solar-garden-calc .benefit-results .headline.desktop {
    display: none;
  }
  .solar-garden-calc .benefit-results .headline.mobile {
    display: block;
  }
  .solar-garden-calc .benefit-results .item {
    padding: 10px 16px;
  }
  .solar-garden-calc .benefit-results .item .icon {
    width: 70px;
    text-align: center;
  }
  .solar-garden-calc .benefit-results .item .desc {
    width: calc(100% - 70px);
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .solar-garden-calc .benefit-results .list-row .trees-col {
    -ms-flex-order: 1;
        order: 1;
  }
  .solar-garden-calc .benefit-results .list-row .electric-cars-col {
    -ms-flex-order: 2;
        order: 2;
  }
  .solar-garden-calc .benefit-results .list-row .headline-col {
    -ms-flex-order: 3;
        order: 3;
    margin: 16px 0 0 0;
  }
  .solar-garden-calc .benefit-results .list-row .solar-capacity-col {
    -ms-flex-order: 4;
        order: 4;
  }
  .solar-garden-calc .benefit-results .list-row .annual-solar-gen-col {
    -ms-flex-order: 5;
        order: 5;
  }
}
@media (max-width: 767.98px) {
  .solar-garden-calc .increase-percentage-msg {
    margin-top: 0px;
  }
  .solar-garden-calc .increase-percentage-msg .notice-message {
    padding-left: 0;
  }
}
.whole-home-heating-calculator .carousel-control-next-icon,
.whole-home-heating-calculator .carousel-control-prev-icon,
.whole-home-heating-calculator .carousel-indicators > li {
  filter: invert(1);
}
.whole-home-heating-calculator {
  /* [SECTION 2 ] Whole Heating Comparison [Whole Heating Comparison Chart] */
}
.whole-home-heating-calculator .whole-heating-comparison {
  margin-top: 41px;
  margin-bottom: 82px;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-main-title-wrapper .whole-heating-comparison-main-title {
  text-align: center;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-main-title-wrapper hr {
  margin-top: 11px;
  margin-bottom: 41px;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper {
  border: 1px solid #E2E2E2;
  max-width: 1200px;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-title {
  font: "Overpass", sans-serif;
  font-size: 23px;
  line-height: 42px;
  color: #005FAA;
  background-color: #f7f7f7;
  font-weight: bold;
  padding-top: 2.5px;
  text-align: center;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent {
  padding: 20px;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-chart-wrapper-parent {
  overflow-x: auto;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-chart-wrapper-parent .whole-heating-comparison-chart-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 996px;
  position: relative;
  transition-duration: 0.2s;
  overflow-y: hidden;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-chart-wrapper-parent .whole-heating-comparison-chart-wrapper .whole-heating-comparison-chart .c3-texts .c3-text {
  font-family: "Inter", sans-serif;
  -ms-transform: translate(0px, 15px);
      transform: translate(0px, 15px);
  fill: #ffffff !important;
  font-size: 12px;
  line-height: 42px;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-chart-wrapper-parent .whole-heating-comparison-chart-wrapper .whole-heating-comparison-chart .c3-texts .c3-text .text {
  font-family: "Inter", sans-serif;
  -ms-transform: translate(0px, 15px);
      transform: translate(0px, 15px);
  color: #ffffff;
  fill: #ffffff !important;
  font-size: 12px;
  line-height: 42px;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-chart-wrapper-parent .whole-heating-comparison-chart-wrapper .whole-heating-comparison-chart .tick line {
  display: none;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-chart-wrapper-parent .whole-heating-comparison-chart-wrapper .whole-heating-comparison-chart .tick text tspan {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #555555;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-chart-wrapper-parent .whole-heating-comparison-chart-wrapper .whole-heating-comparison-chart .c3-axis .domain {
  display: none;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-chart-wrapper-parent .whole-heating-comparison-chart-wrapper .whole-heating-comparison-chart .c3-grid line {
  stroke: #cccccc;
  stroke-dasharray: 0;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-chart-wrapper-parent .whole-heating-comparison-chart-wrapper .whole-heating-comparison-chart .c3-tooltip-name--Water-Heating > td > span {
  background-color: var(--waterHeatingColor);
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-chart-wrapper-parent .whole-heating-comparison-chart-wrapper .whole-heating-comparison-chart .c3-tooltip-name--Space-Heating > td > span {
  background-color: var(--spaceHeatingColor);
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-legend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  font: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  padding: 10px;
  pointer-events: none;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-legend .space-heating-legend:before {
  margin-right: 7px;
  width: 12px;
  height: 12px;
  background: var(--spaceHeatingColor);
  content: "";
  display: inline-block;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-legend .space-heating-legend {
  margin-left: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-legend .water-heating-legend:before {
  margin-right: 7px;
  width: 12px;
  height: 12px;
  background: var(--waterHeatingColor);
  content: "";
  display: inline-block;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-legend .water-heating-legend {
  margin-left: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-disclaimer {
  font: "Inter", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  color: #555555;
  margin-top: 16px;
}
.whole-home-heating-calculator {
  /* [SECTION 2 ] End Of Whole Heating Comparison [Whole Heating Comparison Chart] */
  /* - - - - - - - - - - - - - - - - - - - - - */
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs-main-title-wrapper .whole-home-heating-calculator-inputs-main-title {
  text-align: center;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs-main-title-wrapper hr {
  margin-top: 11px;
  margin-bottom: 41px;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs-main-title-wrapper .whole-home-heating-calculator-inputs-main-description {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #444444;
  margin-bottom: 34px;
}
.whole-home-heating-calculator {
  /* [SECTION 3 ] Whole Home Heating Calculator Inputs [Whole Home Heating Calculator Inputs] */
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs {
  /*background-color: $gray-light;*/
  max-width: 1092px;
  padding: 25px 61px 25px 61px;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .irs-grid-pol.small {
  display: none;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_radio-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_radio-wrapper input[type=radio]:checked + label {
  color: #005FAA;
  filter: grayscale(0);
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_radio-wrapper input {
  margin-right: 0px;
  display: none;
  color: #005FAA;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_radio-wrapper label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: end;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  filter: grayscale(1);
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_radio-wrapper label img {
  max-width: 80px;
  margin-bottom: 15px;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_radio-wrapper label span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #005FAA;
  font-weight: normal;
  text-align: center;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_radio-wrapper label:hover, .whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_radio-wrapper label:focus {
  text-decoration: underline;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_about-your-home-title {
  font-family: "Overpass", sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #555555;
  font-weight: bold;
  margin-bottom: 33px;
  text-transform: uppercase;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_about-your-home-size-of-home .whhc_about-your-home-size-of-home-title {
  font-family: "Overpass", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #555555;
  font-weight: bold;
  margin-bottom: 18px;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_about-your-home-size-of-home .whhc_about-your-home-size-of-home-slider {
  margin-bottom: 58px;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_people-year-home {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  margin-bottom: 58px;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_people-year-home .whhc_about-your-home-people-in-home {
  width: 50%;
  margin-right: 80px;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_people-year-home .whhc_about-your-home-people-in-home .irs-grid-text:last-of-type::after {
  content: "+";
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_people-year-home .whhc_about-your-home-people-in-home .whhc_about-your-home-people-in-home-title {
  font-family: "Overpass", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #555555;
  font-weight: bold;
  margin-bottom: 18px;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_people-year-home .whhc_about-your-home-year-home-built {
  width: 50%;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_people-year-home .whhc_about-your-home-year-home-built .whhc_about-your-home-year-home-built-title {
  font-family: "Overpass", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #555555;
  font-weight: bold;
  margin-bottom: 17px;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_people-year-home .whhc_about-your-home-year-home-built .whhc_about-your-home-year-home-built-radio-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: start;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_people-year-home .whhc_about-your-home-year-home-built .whhc_about-your-home-year-home-built-radio-buttons .year-home-radio-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_space-water-system .whhc_about-your-home-space-heating-system {
  margin-bottom: 58px;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_space-water-system .whhc_about-your-home-space-heating-system .whhc_about-your-home-space-heating-system-title {
  font-family: "Overpass", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #555555;
  font-weight: bold;
  margin-bottom: 18px;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_space-water-system .whhc_about-your-home-space-heating-system .whhc_about-your-home-space-heating-system-radio-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_space-water-system .whhc_about-your-home-water-heating-system .whhc_about-your-home-water-heating-system-title {
  font-family: "Overpass", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #555555;
  font-weight: bold;
  margin-bottom: 18px;
}
.whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_space-water-system .whhc_about-your-home-water-heating-system .whhc_about-your-home-water-heating-system-radio-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.whole-home-heating-calculator {
  /* [SECTION 3 ] End Of Whole Home Heating Calculator Inputs [Whole Home Heating Calculator Inputs] */
  /* - - - - - - - - - - - - - - - - - - - - - */
  /* [SECTION 4 ] Home Heating Annual Operating Costs [Home Heating Annual Operating Costs Chart] */
}
.whole-home-heating-calculator .home-heating-annual-operating-costs {
  margin-top: 41px;
  margin-bottom: 82px;
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper {
  border: 1px solid #E2E2E2;
  max-width: 1200px;
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-title {
  font: "Overpass", sans-serif;
  font-size: 23px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  color: #005FAA;
  background-color: #f7f7f7;
  padding-top: 2.5px;
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent {
  padding: 20px;
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-chart-wrapper-parent .home-heating-annual-operating-costs-chart-wrapper {
  padding-top: 20px;
  /*padding-bottom: 20px;*/
  /*min-width: 300px;*/
  overflow-x: auto;
  position: relative;
  transition-duration: 0.2s;
  overflow-y: hidden;
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-chart-wrapper-parent .home-heating-annual-operating-costs-chart-wrapper .home-heating-annual-operating-costs-chart .c3-chart {
  /*width: 996px;*/
  /*overflow-x: auto;*/
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-chart-wrapper-parent .home-heating-annual-operating-costs-chart-wrapper .home-heating-annual-operating-costs-chart .c3-chart-bar,
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-chart-wrapper-parent .home-heating-annual-operating-costs-chart-wrapper .home-heating-annual-operating-costs-chart .c3-shapes {
  /*min-width: 996px;*/
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-chart-wrapper-parent .home-heating-annual-operating-costs-chart-wrapper .home-heating-annual-operating-costs-chart .c3-texts .c3-text {
  font-family: "Inter", sans-serif;
  -ms-transform: translate(0px, 15px);
      transform: translate(0px, 15px);
  fill: #ffffff !important;
  font-size: 12px;
  line-height: 42px;
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-chart-wrapper-parent .home-heating-annual-operating-costs-chart-wrapper .home-heating-annual-operating-costs-chart .c3-texts .c3-text .text {
  font-family: "Inter", sans-serif;
  -ms-transform: translate(0px, 15px);
      transform: translate(0px, 15px);
  color: #ffffff;
  fill: #ffffff !important;
  font-size: 12px;
  line-height: 42px;
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-chart-wrapper-parent .home-heating-annual-operating-costs-chart-wrapper .home-heating-annual-operating-costs-chart .tick line {
  display: none;
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-chart-wrapper-parent .home-heating-annual-operating-costs-chart-wrapper .home-heating-annual-operating-costs-chart .tick text tspan {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #555555;
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-chart-wrapper-parent .home-heating-annual-operating-costs-chart-wrapper .home-heating-annual-operating-costs-chart .c3-axis .domain {
  display: none;
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-chart-wrapper-parent .home-heating-annual-operating-costs-chart-wrapper .home-heating-annual-operating-costs-chart .c3-grid line {
  stroke: #cccccc;
  stroke-dasharray: 0;
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-chart-wrapper-parent .home-heating-annual-operating-costs-chart-wrapper .home-heating-annual-operating-costs-chart .c3-tooltip-name--Water-Heating-Costs > td > span {
  background-color: var(--waterHeatingColor);
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-chart-wrapper-parent .home-heating-annual-operating-costs-chart-wrapper .home-heating-annual-operating-costs-chart .c3-tooltip-name--Heating-Costs > td > span {
  background-color: var(--spaceHeatingColor);
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-legend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  font: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  padding: 10px;
  pointer-events: none;
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-legend .heating-costs-legend:before {
  margin-right: 7px;
  width: 12px;
  height: 12px;
  background: var(--spaceHeatingColor);
  content: "";
  display: inline-block;
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-legend .heating-costs-legend {
  margin-left: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-legend .water-heating-costs-legend:before {
  margin-right: 7px;
  width: 12px;
  height: 12px;
  background: var(--waterHeatingColor);
  content: "";
  display: inline-block;
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-legend .water-heating-costs-legend {
  margin-left: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-disclaimer {
  font: "Inter", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  color: #555555;
  margin-top: 16px;
}
.whole-home-heating-calculator {
  /* [SECTION 4 ] End Of Home Heating Annual Operating Costs [Home Heating Annual Operating Costs Chart] */
  /* - - - - - - - - - - - - - - - - - - - - - */
  /* [SECTION 5 ] Compare Systems (3 Slides In Carosel) [Compare Systems Carousel Section] */
}
.whole-home-heating-calculator .compare-systems .compare-systems-main-title-wrapper .compare-systems-main-title {
  text-align: center;
}
.whole-home-heating-calculator .compare-systems .compare-systems-main-title-wrapper hr {
  margin-top: 11px;
  margin-bottom: 41px;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper {
  max-width: 906px;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_scenario_icons::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #f5f5f5;
  border-right: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 100px solid transparent;
  top: 100%;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_scenario_icons {
  padding: 17px;
  background-color: #F5F5F5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  margin-bottom: 32px;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_scenario_icons .whhc_icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_scenario_icons .whhc_icon-wrapper .whhc_icon-image img {
  max-height: 100px;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_scenario_icons .whhc_icon-wrapper .whhc_icon-description {
  font-family: "Overpass", sans-serif;
  font-size: 21px;
  line-height: 25px;
  color: #005FAA;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_scenario_icons .whhc_icon-plus {
  font-family: "Overpass", sans-serif;
  font-size: 46px;
  line-height: 70px;
  color: #005FAA;
  text-transform: uppercase;
  font-weight: bold;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_savings-roi {
  padding: 32px 106px 8px 106px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: start;
      align-content: start;
  -ms-flex-align: start;
      align-items: start;
  margin-bottom: 32px;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_savings-roi .whhc_save-up-to {
  margin-right: 25px;
  max-width: 390px;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_savings-roi .whhc_save-up-to .whhc_save-up-to-title {
  margin-bottom: 14px;
  font-family: "Overpass", sans-serif;
  font-size: 21px;
  line-height: 28px;
  color: #555555;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_savings-roi .whhc_save-up-to .whhc_save-up-to-description {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #555555;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_savings-roi .whhc_return-on-investment {
  margin-left: 25px;
  max-width: 390px;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_savings-roi .whhc_return-on-investment .whhc_return-on-investment-title {
  margin-bottom: 14px;
  font-family: "Overpass", sans-serif;
  font-size: 21px;
  line-height: 28px;
  color: #555555;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_savings-roi .whhc_return-on-investment .whhc_return-on-investment-description {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #555555;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_alternative-savings-roi-message {
  padding: 20px 20px 40px 20px;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_over-ten-years {
  margin-bottom: 27px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_over-ten-years .whhc_over-ten-years-description {
  font-family: "Overpass", sans-serif;
  font-size: 18px;
  line-height: 31px;
  color: #555555;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_environmental-benefits {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 56px;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_environmental-benefits .whhc_environmental-benefit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
  margin: 8px 0px 8px 0px;
  padding: 12px;
  min-width: 250px;
  max-width: 390px;
  border: 1px solid #F5F5F5;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_environmental-benefits .whhc_environmental-benefit .whhc_icon {
  max-height: 60px;
}
.whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_environmental-benefits .whhc_environmental-benefit .whhc_desc {
  font-family: "Overpass", sans-serif;
  font-size: 17px;
  line-height: 23px;
  color: #444444;
  margin-left: 17px;
}
.whole-home-heating-calculator {
  /* [SECTION 5 ] End Of Compare Systems (3 Slides In Carosel) [Compare Systems Carousel Section] */
  /* - - - - - - - - - - - - - - - - - - - - - */
}

@media (max-width: 575.98px) {
  .whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-main-title-wrapper hr {
    margin-bottom: 17px;
  }
  .whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-chart-wrapper-parent {
    overflow-x: scroll;
  }
  .whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-chart-wrapper-parent .whole-heating-comparison-chart-wrapper {
    min-width: 622.5px;
  }
  .whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-chart-wrapper-parent .whole-heating-comparison-chart-wrapper .whole-heating-comparison-chart .c3-texts .c3-text {
    font-size: 9px;
    line-height: 42px;
    -ms-transform: translate(0px, 11px);
        transform: translate(0px, 11px);
  }
  .whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-chart-wrapper-parent .whole-heating-comparison-chart-wrapper .whole-heating-comparison-chart .c3-texts .c3-text .text {
    font-size: 9px;
    line-height: 42px;
    -ms-transform: translate(0px, 11px);
        transform: translate(0px, 11px);
  }
  .whole-home-heating-calculator .whole-heating-comparison .whole-heating-comparison-wrapper .whole-heating-comparison-chart-parent .whole-heating-comparison-chart-wrapper-parent .whole-heating-comparison-chart-wrapper .whole-heating-comparison-chart .tick text tspan {
    font-size: 10px;
  }
  .whole-home-heating-calculator .whole-home-heating-calculator-inputs-main-title-wrapper hr {
    margin-bottom: 24px;
  }
  .whole-home-heating-calculator .whole-home-heating-calculator-inputs-main-title-wrapper .whole-home-heating-calculator-inputs-main-description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 23px;
  }
  .whole-home-heating-calculator .whole-home-heating-calculator-inputs {
    padding: 22px 33px 22px 33px;
    /*max-width: 346px;*/
  }
  .whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_about-your-home-title {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_about-your-home-size-of-home .whhc_about-your-home-size-of-home-title {
    margin-bottom: 13px;
  }
  .whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_about-your-home-size-of-home .whhc_about-your-home-size-of-home-slider {
    margin-bottom: 32.5px;
  }
  .whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_people-year-home {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0px;
  }
  .whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_people-year-home .whhc_about-your-home-people-in-home {
    width: 100%;
    margin-right: 0px;
  }
  .whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_people-year-home .whhc_about-your-home-people-in-home .whhc_about-your-home-people-in-home-title {
    margin-bottom: 13px;
  }
  .whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_people-year-home .whhc_about-your-home-people-in-home .whhc_about-your-home-people-in-home-slider {
    margin-bottom: 0px;
  }
  .whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_people-year-home .whhc_about-your-home-year-home-built {
    width: 100%;
  }
  .whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_people-year-home .whhc_about-your-home-year-home-built .whhc_about-your-home-year-home-built-title {
    margin-bottom: 13px;
  }
  .whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_people-year-home .whhc_about-your-home-year-home-built .whhc_about-your-home-year-home-built-radio-buttons {
    margin-bottom: 32px;
  }
  .whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_space-water-system .whhc_about-your-home-space-heating-system .whhc_about-your-home-space-heating-system-radio-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .whole-home-heating-calculator .whole-home-heating-calculator-inputs .whhc_space-water-system .whhc_about-your-home-water-heating-system .whhc_about-your-home-water-heating-system-radio-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-chart-wrapper-parent .home-heating-annual-operating-costs-chart-wrapper .home-heating-annual-operating-costs-chart .c3-texts .c3-text {
    font-size: 9px;
    line-height: 42px;
    -ms-transform: translate(0px, 11px);
        transform: translate(0px, 11px);
  }
  .whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-chart-wrapper-parent .home-heating-annual-operating-costs-chart-wrapper .home-heating-annual-operating-costs-chart .c3-texts .c3-text .text {
    font-size: 9px;
    line-height: 42px;
    -ms-transform: translate(0px, 11px);
        transform: translate(0px, 11px);
  }
  .whole-home-heating-calculator .home-heating-annual-operating-costs .home-heating-annual-operating-costs-wrapper .home-heating-annual-operating-costs-chart-parent .home-heating-annual-operating-costs-chart-wrapper-parent .home-heating-annual-operating-costs-chart-wrapper .home-heating-annual-operating-costs-chart .tick text tspan {
    font-size: 10px;
  }
  .whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_savings-roi {
    padding: 20px;
    margin-bottom: 0px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_savings-roi .whhc_save-up-to {
    margin-right: 0px;
    margin-bottom: 32px;
    width: 100%;
  }
  .whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_savings-roi .whhc_save-up-to .whhc_save-up-to-title {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 28px;
  }
  .whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_savings-roi .whhc_save-up-to .whhc_save-up-to-description {
    font-size: 14px;
    line-height: 24px;
  }
  .whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_savings-roi .whhc_return-on-investment {
    margin-left: 0px;
    margin-bottom: 40px;
    width: 100%;
  }
  .whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_savings-roi .whhc_return-on-investment .whhc_return-on-investment-title {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 28px;
  }
  .whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_savings-roi .whhc_return-on-investment .whhc_return-on-investment-description {
    font-size: 14px;
    line-height: 24px;
  }
  .whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_over-ten-years {
    margin-bottom: 24px;
  }
  .whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_over-ten-years .whhc_over-ten-years-description {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
  }
  .whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_environmental-benefits .whhc_environmental-benefit {
    margin: 0px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0px;
  }
  .whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_environmental-benefits .whhc_environmental-benefit .whhc_icon {
    max-height: 56px;
  }
  .whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_environmental-benefits .whhc_environmental-benefit .whhc_desc {
    font-size: 14px;
    line-height: 19px;
    margin-left: 14px;
  }
  .whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper {
    max-width: 348px;
  }
  .whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_scenario_icons {
    padding: 17px;
    background-color: #F5F5F5;
    margin-bottom: 21px;
  }
  .whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_scenario_icons .whhc_icon-wrapper .whhc_icon-image img {
    max-height: 50px;
  }
  .whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_scenario_icons .whhc_icon-wrapper .whhc_icon-description {
    font-size: 12px;
    line-height: 15px;
  }
  .whole-home-heating-calculator .compare-systems .whhc_scenario-wrapper-parent .whhc_scenario_wrapper .whhc_scenario_icons .whhc_icon-plus {
    font-size: 30px;
    line-height: 46px;
    color: #005FAA;
  }
}
.hei {
  position: relative;
}
.hei .blurred {
  filter: blur(5px);
}
.hei .disable-interaction {
  pointer-events: none;
}
.hei .component-green-outline {
  filter: drop-shadow(2px 2px 1px #60A61B) drop-shadow(-2px -2px 1px #60A61B) drop-shadow(2px -2px 1px #60A61B) drop-shadow(-2px 2px 1px #60A61B);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
@media (max-width: 699px) {
  .hei .hei-desktop-exclusive {
    display: none;
  }
}
@media (min-width: 700px) {
  .hei .hei-mobile-exclusive {
    display: none;
    transition: all 0.5s ease;
  }
}
.hei .hei-illustration-how-to-use-text {
  font-family: "Overpass", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
}
.hei .hei-mobile-list-how-to-use-text {
  font-family: "Overpass", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
.hei .hei-title-mobile {
  width: 75%;
  text-align: left;
  margin-right: 46px;
  margin-left: 18px;
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  color: #005FAA;
}
.hei .hei-logo-mobile {
  width: 25%;
  margin-left: 46px;
  margin-right: 18px;
}
.hei .hei-card {
  border-radius: 0;
}
.hei .hei_canvas {
  position: relative;
  top: 0;
  left: 0;
}
.hei .widget-title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 9px;
  margin-top: -30px;
}
.hei .container {
  background-color: #E6F5FB;
}
@media (max-width: 699px) {
  .hei .hei_canvas {
    pointer-events: none;
    width: 150%;
    left: -25%;
  }
  .hei .sticky {
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    border-bottom: 2.5px solid #DFDFE0;
    z-index: 10;
  }
}
@media (min-width: 700px) {
  .hei .hei_mobile {
    display: none;
  }
}
.hei .image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
}
.hei .ets-img {
  position: absolute;
  top: 62.2492284%;
  left: 53.53692202%;
}
.hei .ev-car-img {
  position: absolute;
  top: 60.89891975%;
  left: 37.1463078%;
}
.hei .ev-station-img {
  position: absolute;
  top: 58.77700617%;
  left: 46.81389464%;
}
.hei .heat-pump-img {
  position: absolute;
  top: 64.6412037%;
  left: 36.15711985%;
}
.hei .heat-pump-water-heater-img {
  position: absolute;
  top: 56.42361111%;
  left: 51.44352427%;
}
.hei .home-battery-img {
  position: absolute;
  top: 58.35262346%;
  left: 57.3%;
}
.hei .solar-panel-img {
  position: absolute;
  top: 33.00540123%;
  left: 35.38072234%;
}
.hei .smart-meter-img {
  position: absolute;
  top: 59.23996914%;
  left: 34.34184495%;
}
.hei .service-panel-img {
  position: absolute;
  top: 56.23070988%;
  left: 60.03634691%;
}
.hei .ebike-img {
  position: absolute;
  top: 64.66049383%;
  left: 62.13480561%;
}
.hei {
  /* Pop Up */
}
.hei .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.hei .hei-pop {
  background-color: #ffffff;
  border: 2px solid #DFDFE0;
  position: absolute;
  top: 20px;
  left: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  padding: 15px;
  max-width: 300px;
  z-index: 10;
}
.hei .hei-pop-left {
  border-radius: 0px 25px 0px 25px;
}
.hei .triangle-br {
  border-width: 30px 30px 0 0;
  border-color: transparent #58A618 transparent transparent;
  right: 0;
  bottom: 0;
}
.hei .hei-pop-right {
  border-radius: 25px 0px 25px 0px;
}
.hei .triangle-bl {
  border-width: 0 30px 30px 0px;
  border-color: transparent transparent #58A618 transparent;
  left: 0;
  bottom: 0;
}
.hei {
  /* Description */
}
.hei .hei-description {
  font-family: "Overpass", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0px !important;
  padding: 10px 0px 10px 0px;
}
.hei {
  /* Component Title */
}
.hei .hei-title {
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #005FAA;
  margin: 0px !important;
  padding: 10px 0px 10px 0px;
}
.hei {
  /* Component Link */
}
.hei .hei-link {
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  font-weight: normal;
  fill: #005FAA;
  padding: 10px 0px 10px 0px;
  text-align: center;
}
.hei {
  /* Component Logo */
}
.hei .hei-logo {
  padding: 10px 0px 10px 0px;
}

@media (max-width: 699px) {
  .hei {
    overflow: hidden;
    max-width: 100%;
  }
}
@keyframes dot-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.imageGallery .pageControls {
  position: relative;
  margin-top: -13px;
}
.imageGallery .pageControls .genericTitleWrap {
  min-height: 46px;
}
.imageGallery .pageControls .genericTitleWrap .genericTitle {
  font-weight: 700;
  margin-bottom: -12px;
  height: 34px;
}
.imageGallery .pageControls .viewOptions {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: #E5F5FA;
  padding: 10px 15px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.imageGallery .pageControls .viewOptions p {
  margin: 0;
  font-weight: 600;
}
.imageGallery .pageControls .viewOptions ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.imageGallery .pageControls .viewOptions li:first-child:after {
  content: "|";
  padding: 0 10px;
}
.imageGallery .pageControls .viewOptions li.active a {
  color: #005FAA;
}
.imageGallery .pageControls .viewOptions li.active a:hover, .imageGallery .pageControls .viewOptions li.active a:focus {
  text-decoration: none;
}
.imageGallery .pageControls .viewOptions a {
  text-decoration: none;
  color: #666666;
}
.imageGallery .pageControls .viewOptions a:hover, .imageGallery .pageControls .viewOptions a:focus {
  text-decoration: none;
  color: #005FAA;
}
.imageGallery .galleryLayout {
  display: none;
}
.imageGallery .galleryLayout.active {
  display: block;
  margin-top: 42px;
}
.imageGallery .galleryLayout .video-wrapper {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.imageGallery .galleryLayout .video-wrapper video {
  max-width: 100%;
  max-height: 100%;
}
.imageGallery .galleryLayout .video-wrapper .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.75;
  max-height: 50%;
  max-width: 50%;
}
.imageGallery .galleryLayout .video-wrapper .buffer-img {
  display: none;
}
.imageGallery .gridView.galleryLayout.active {
  margin-bottom: 94px;
  position: relative;
}
.imageGallery .gridView .grid-sizer {
  width: 100%;
}
.imageGallery .gridView .grid {
  overflow: hidden;
}
.imageGallery .gridView .grid-item {
  margin-bottom: 24px;
}
.imageGallery .gridView .grid-item.grid-item-hidden {
  display: none;
}
.imageGallery .gridView .grid-item a {
  cursor: zoom-in;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.imageGallery .gridView .grid-item a img {
  transition: transform 1s;
}
.imageGallery .gridView .grid-item a:hover img, .imageGallery .gridView .grid-item a:focus img {
  transform: scale3d(1.1, 1.1, 1);
}
.imageGallery .gridView .grid-item a .description {
  display: none;
}
.imageGallery .gridView .load-indicator {
  width: 70px;
  text-align: center;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.imageGallery .gridView .load-indicator > .load-dot {
  width: 18px;
  height: 18px;
  background-color: #007bff;
  border-radius: 100%;
  display: inline-block;
  animation: dot-bounce 1.4s infinite ease-in-out both;
}
.imageGallery .gridView .load-indicator > .load-dot:first-child {
  animation-delay: -0.32s;
}
.imageGallery .gridView .load-indicator > .load-dot:nth-child(2) {
  animation-delay: -0.16s;
}
.imageGallery .gridView .load-more-btn {
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.imageGallery .gridView .load-more-btn.loaded {
  display: block;
}
.imageGallery .carouselView {
  margin-top: 45px;
  margin-bottom: -10px;
}
.imageGallery .carouselView .slick-carousel {
  border-bottom: 2px solid #E2E2E2;
}
.imageGallery .carouselView .slick-carousel .carousel-card {
  padding-bottom: 20px;
  margin: 0 12px;
}
.imageGallery .carouselView .slick-carousel .carousel-card .sliderImg {
  height: 275px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 4px;
  transition: 0.25s ease-out;
}
.imageGallery .carouselView .slick-carousel .carousel-card .video-wrapper {
  height: 275px;
}
.imageGallery .carouselView .slick-carousel .carousel-card .headline {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 6px;
}
.imageGallery .carouselView .dot-nav {
  position: relative;
  margin: 43px;
  margin-left: auto;
  margin-right: auto;
}
.imageGallery .carouselView .dot-nav .slick-dots {
  bottom: 0;
  text-align: center;
  padding-right: 7px;
}
.imageGallery .carouselView .dot-nav .slick-dots li {
  margin: 0 2px;
  transition: 0.25s ease-out;
}
.imageGallery .carouselView .dot-nav .slick-dots li button {
  background-color: #E2E2E2;
  outline: none;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  transition: 0.25s ease-out;
}
.imageGallery .carouselView .dot-nav .slick-dots li.slick-active, .imageGallery .carouselView .dot-nav .slick-dots li:hover, .imageGallery .carouselView .dot-nav .slick-dots li:focus {
  border: none;
}
.imageGallery .carouselView .dot-nav .slick-dots li.slick-active button, .imageGallery .carouselView .dot-nav .slick-dots li:hover button, .imageGallery .carouselView .dot-nav .slick-dots li:focus button {
  border: 1px solid #707070;
  background-color: #005FAA;
}
.imageGallery .carouselView .arrow-nav {
  text-align: center;
  padding-top: 10px;
}
.imageGallery .carouselView .arrow-nav a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.imageGallery .carouselView .arrow-nav a.slick-disabled {
  display: none !important;
}
.imageGallery .carouselView .arrow-nav a.slick-disabled::before {
  display: none;
}
.imageGallery .carouselView .arrow-nav a:not(.slick-disabled) + a::before {
  content: "|";
  padding: 0 10px;
  color: #666666;
  pointer-events: none;
  cursor: default;
  font-weight: 600;
}
.imageGallery .carouselView .arrow-nav a:not(.slick-disabled) + a::before:hover, .imageGallery .carouselView .arrow-nav a:not(.slick-disabled) + a::before:focus {
  color: #666666;
}

.fancybox-container.fancybox-show-thumbs .fancybox-custom-bar {
  width: calc(100% - 300px);
}
.fancybox-container .fancybox-custom-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: absolute;
  width: 100%;
  transition: opacity 0.3s ease-out;
  padding-top: 0;
}
.fancybox-container .fancybox-infobar {
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #FFFFFF;
  font-weight: 400;
  position: relative;
  margin-left: 10%;
  background: #000000;
  mix-blend-mode: normal;
  height: auto;
  padding: 10px;
}
.fancybox-container .fancybox-toolbar {
  width: 292px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #000000;
  height: 64px;
  position: relative;
}
.fancybox-container .fancybox-toolbar .fancybox-button {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  height: 100%;
  text-align: center;
  background: #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 18px;
  width: 71px;
}
.fancybox-container .fancybox-toolbar .fancybox-button svg, .fancybox-container .fancybox-toolbar .fancybox-button .fas {
  font-size: 24px;
  font-size: 1.5rem;
  height: auto;
  max-height: 50%;
}
.fancybox-container .fancybox-navigation .fancybox-button {
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 47px;
  line-height: 2.9375rem;
  background: #000000;
  width: 47px;
  height: 47px;
  padding: 0;
  z-index: 99995;
}
.fancybox-container .fancybox-navigation .fancybox-button svg, .fancybox-container .fancybox-navigation .fancybox-button .fas {
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 47px;
  line-height: 2.9375rem;
  margin: 0 auto;
}
.fancybox-container .fancybox-thumbs {
  width: 300px;
  height: 100%;
  background: #E2E2E2;
  right: 0;
  left: auto;
  padding-top: 64px;
}
.fancybox-container .fancybox-thumbs .fancybox-thumbs__list {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.fancybox-container .fancybox-thumbs .fancybox-thumbs__list a {
  height: 110px;
  width: 50%;
  padding: 4px;
}
.fancybox-container .fancybox-thumbs .fancybox-thumbs__list a::before {
  border: 6px solid #005FAA;
}
.fancybox-container .fancybox-caption {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}
.fancybox-container .fancybox-caption .subcaption {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 400;
  color: #E2E2E2;
  font-style: italic;
}
.fancybox-container .fancybox-caption .subcaption .separator {
  margin: 0px 8px 0px 10px;
  font-style: normal;
  font-size: smaller;
}
.fancybox-container .fancybox-caption .caption-info {
  display: none;
}

@media (max-width: 991.98px) {
  .imageGallery {
    margin-top: 0;
  }
  .imageGallery .pageControls {
    margin-top: 0;
  }
  .imageGallery .pageControls .genericTitleWrap .genericTitle {
    margin-bottom: 0;
  }
  .imageGallery .pageControls .viewOptions {
    position: relative;
    -ms-transform: none;
        transform: none;
    width: auto;
    max-width: 194px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .imageGallery .gridView .load-more-btn {
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .imageGallery .dot-nav {
    display: none;
  }
  .fancybox-container.fancybox-show-thumbs .fancybox-custom-bar {
    width: calc(100% - 150px);
  }
  .fancybox-container .fancybox-infobar {
    display: none;
  }
  .fancybox-container .fancybox-toolbar {
    width: 100%;
    left: 0;
  }
  .fancybox-container .fancybox-thumbs {
    width: 150px;
  }
  .fancybox-container .fancybox-thumbs .fancybox-thumbs__list a {
    width: 100%;
  }
  .fancybox-container .fancybox-caption .caption-info {
    font-size: 16px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.3125rem;
    color: #FFFFFF;
    font-weight: 400;
    display: block;
    margin-top: 10px;
  }
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel {
  background: #E5F5FA;
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel .container-fluid {
  margin-top: 30px;
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper .search-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 16px 0;
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper .search-wrapper .search-header {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #084272;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper .search-wrapper .city-postal-search {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  line-height: 1.375rem;
  max-width: 488px;
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper .search-wrapper .city-postal-search input {
  padding: 10px 12px;
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper .search-wrapper .city-postal-search input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #E2E2E2;
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper .search-wrapper .city-postal-search input:-ms-input-placeholder {
  font-size: 13px !important;
  line-height: 22px !important;
  font-style: italic;
  color: #666666;
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper .search-wrapper .city-postal-search input::placeholder {
  font-size: 13px !important;
  line-height: 22px !important;
  font-style: italic;
  color: #666666;
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper .search-wrapper .legend-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 12px 0 12px 0;
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper .search-wrapper .legend-wrapper .legend-icon {
  margin-right: 10px;
  height: 25px;
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper .search-wrapper .legend-wrapper .legend-icon img {
  height: 25px;
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper .search-wrapper .legend-wrapper .legend-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #444444;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper .search-wrapper .location-distance-inaccurate {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  color: #444444;
  font-family: "Overpass", sans-serif;
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper .reset-zoom-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper .reset-zoom-wrapper .reset-zoom {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  background: #005FAA;
  color: white;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  padding: 10px 20px;
  border: 1px solid #005FAA;
  display: none;
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper .reset-zoom-wrapper .reset-zoom:hover {
  background: white;
  color: #005FAA;
}
.power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper .reset-zoom-wrapper .location-no-results-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  text-align: left;
  color: #444444;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  display: none;
  margin-top: 10px;
}
.power-map-full-width-locations-wrapper .full-width-map {
  width: 100%;
}
.power-map-full-width-locations-wrapper .reset-map-wrapper {
  position: relative;
}
.power-map-full-width-locations-wrapper .reset-map-wrapper .reset-zooom-wrapper {
  background: #E6F5FA;
  position: absolute;
  z-index: 9999;
  top: 24px;
  right: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1137254902);
  padding: 27px 32px;
  display: none;
}
.power-map-full-width-locations-wrapper .reset-map-wrapper .reset-zooom-wrapper .reset-zoom {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  background: #005FAA;
  color: white;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  padding: 10px 20px;
  border: 1px solid #005FAA;
  display: none;
}
.power-map-full-width-locations-wrapper .reset-map-wrapper .reset-zooom-wrapper .reset-zoom:hover {
  background: white;
  color: #005FAA;
}
.power-map-full-width-locations-wrapper .reset-map-wrapper .full-width-map {
  width: 100%;
}
.power-map-full-width-locations-wrapper .full-width-location-listings .full-width-location-item.enable-on-map {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper .reset-zoom-wrapper {
    margin-bottom: 20px;
  }
  .power-map-full-width-locations-wrapper .full-width-map-search-panel .search-reset-wrapper .reset-zoom-wrapper .reset-zoom {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 17px;
    line-height: 1.0625rem;
    padding: 8px 11px;
  }
  .power-map-full-width-locations-wrapper .reset-map-wrapper .reset-zooom-wrapper {
    top: 12px;
    right: 17px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1137254902);
    padding: 13px 20px;
  }
  .power-map-full-width-locations-wrapper .reset-map-wrapper .reset-zooom-wrapper .reset-zoom {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 19px;
    line-height: 1.1875rem;
    padding: 8px 11px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .power-map-locations-wrapper ::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px;
    }
    .power-map-locations-wrapper ::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    }
  }
}
.power-map-locations-wrapper .container-fluid {
  margin-top: 30px;
}
.power-map-locations-wrapper .cards {
  padding: 0;
}
.power-map-locations-wrapper .cards .heading-search {
  box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.07);
  max-height: 50vh;
  overflow: auto;
}
.power-map-locations-wrapper .cards .heading-search .heading {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  color: #444444;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  padding: 16px 28px;
  text-transform: uppercase;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 16px 15px;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .search-header {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #084272;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .city-postal-search,
.power-map-locations-wrapper .cards .heading-search .search-sort-container .contractor-search {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-top: 5px;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .city-postal-search input,
.power-map-locations-wrapper .cards .heading-search .search-sort-container .contractor-search input {
  padding: 10px 12px;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .city-postal-search input:focus,
.power-map-locations-wrapper .cards .heading-search .search-sort-container .contractor-search input:focus {
  outline: none;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .city-postal-search input:-ms-input-placeholder,
.power-map-locations-wrapper .cards .heading-search .search-sort-container .contractor-search input:-ms-input-placeholder {
  font-size: 13px !important;
  line-height: 22px !important;
  font-style: italic;
  color: #666666;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .city-postal-search input::placeholder,
.power-map-locations-wrapper .cards .heading-search .search-sort-container .contractor-search input::placeholder {
  font-size: 13px !important;
  line-height: 22px !important;
  font-style: italic;
  color: #666666;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .legend-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 12px 0 12px 0;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .legend-wrapper .legend-icon {
  margin-right: 10px;
  height: 25px;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .legend-wrapper .legend-icon img {
  height: 25px;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .legend-wrapper .legend-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #444444;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .refine-search-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 16px 5px 8px 0;
  color: #444444;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .refine-search-wrapper.blue {
  color: #084272;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .refine-search-wrapper .refine-search-icon {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-right: 6px;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .refine-search-wrapper .refine-search-icon .fa-minus {
  display: none;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .refine-search-wrapper .refine-search-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .refine-search-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .refine-search-filters.hidden {
  display: none;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .refine-search-filters .filter {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #005FAA;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  border: 1px solid #005FAA;
  border-radius: 26px;
  padding: 6px 16px;
  margin: 0 5px 8px 0;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .refine-search-filters .filter.selected {
  background: #005FAA;
  color: #FFFFFF;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .clear-custom-filters-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid white;
  color: #005FAA;
  transition: all 0.2s;
  margin: 8px auto 8px 14px;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .clear-custom-filters-wrapper.hidden {
  display: none;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .clear-custom-filters-wrapper:hover {
  border-bottom: 1px solid #084272;
  color: #084272;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .clear-custom-filters-wrapper .clear-filters-icon {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-right: 3px;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .clear-custom-filters-wrapper .clear-filters-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .power-map-checkbox-wrapper {
  margin-top: 18px;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .power-map-checkbox-wrapper .power-map-checkbox {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  -ms-flex-align: center;
      align-items: center;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .power-map-checkbox-wrapper .power-map-checkbox img {
  width: 18px;
  margin-right: 8px;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .power-map-checkbox-wrapper .power-map-checkbox .checkbox-label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #444444;
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .power-map-checkbox-wrapper .power-map-checkbox .checkbox {
  background: white;
  width: 20px;
  height: 20px;
  border: 1px solid #666666;
  border-radius: 2px;
  padding: 2px;
  background-clip: content-box;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .power-map-checkbox-wrapper .power-map-checkbox .checkbox.selected {
  background: #084272;
  box-shadow: inset 0 0 0 1px white;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .clear-checkbox-filters-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  border-bottom: 1px solid white;
  color: #005FAA;
  transition: all 0.2s;
  margin-left: auto;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .clear-checkbox-filters-wrapper.hidden {
  display: none;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .clear-checkbox-filters-wrapper:hover {
  border-bottom: 1px solid #084272;
  color: #084272;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .clear-checkbox-filters-wrapper .clear-filters-icon {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-right: 3px;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .clear-checkbox-filters-wrapper .clear-filters-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .sort-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 8px;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .sort-wrapper .sort-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #444444;
  font-weight: 600;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .sort-wrapper .sort-icon {
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  color: #005FAA;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 27px;
  width: 27px;
  margin-left: 8px;
  padding: 6px;
  transition: all 0.5s;
}
.power-map-locations-wrapper .cards .heading-search .search-sort-container .sort-wrapper .sort-icon:focus, .power-map-locations-wrapper .cards .heading-search .search-sort-container .sort-wrapper .sort-icon:hover {
  background: #005FAA;
  border: 1px solid #005FAA;
  color: #FFFFFF;
}
.power-map-locations-wrapper .cards .heading-search .location-distance-inaccurate {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  color: #084272;
  font-family: "Overpass", sans-serif;
  padding: 0 30px 12px 30px;
}
.power-map-locations-wrapper .cards .location-no-results-text {
  background: #fff;
  text-align: center;
  color: #444444;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  padding: 0 20px 12px;
  font-size: 18px;
  display: none;
}
.power-map-locations-wrapper .cards .location-listings {
  background: #E5F5FA;
  overflow: auto;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item {
  background: #F9FDFE;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 8px;
  padding: 9px 13px 16px 16px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item.enable-on-map {
  display: -ms-flexbox;
  display: flex;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item.active {
  border-right: 4px solid #005FAA;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info {
  text-decoration: none;
  width: 100%;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-distance-phone-icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 7px;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-distance-phone-icon-wrapper .location-card-distance {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #666666;
  font-family: "Overpass", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-distance-phone-icon-wrapper .location-card-phone {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #005FAA;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-distance-phone-icon-wrapper .location-card-icon {
  height: 34px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-distance-phone-icon-wrapper .location-card-icon img {
  height: 21px;
  width: 1;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-contractor-distance-phone-icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 7px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-contractor-distance-phone-icon-wrapper .location-card-check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-contractor-distance-phone-icon-wrapper .location-card-check .location-card-check-label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #666666;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-contractor-distance-phone-icon-wrapper .location-card-check .location-card-check-input {
  border: 1px solid #666666;
  margin-right: 7px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-contractor-distance-phone-icon-wrapper .location-card-distance-icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-contractor-distance-phone-icon-wrapper .location-card-distance {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #666666;
  font-family: "Overpass", sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-right: 14px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-contractor-distance-phone-icon-wrapper .location-card-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  height: 34px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-contractor-distance-phone-icon-wrapper .location-card-icon img {
  height: 21px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-contractor-distance-phone-icon-wrapper .location-card-icon .location-card-icon-other-location {
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #084272;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  margin-bottom: 8px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-address {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #666666;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  max-width: 222px;
  margin-bottom: 8px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-phone {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #005FAA;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-specialty {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #005FAA;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-bottom: 13px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-service-list {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 19px;
  grid-gap: 6px 4px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-service-list .service-item-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-service-list .service-item-wrapper .check-icon {
  height: 11px;
  width: 11px;
  color: #58A618;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-service-list .service-item-wrapper .service-item {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  color: #666666;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-left: 4px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .card-content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #666666;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .card-content-opened {
  max-height: none;
  overflow-y: none;
  margin-bottom: 0;
  line-height: 19px;
  line-height: 1.1875rem;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .card-content-closed {
  max-height: 250px;
  overflow-y: hidden;
  margin-bottom: 0;
  line-height: 19px;
  line-height: 1.1875rem;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .card-content-button {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #666666;
  font-family: "Overpass", sans-serif;
  font-weight: lighter;
  text-transform: none;
  padding: 3.5px;
  width: 100%;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .card-content-button:focus {
  border: none;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .other-locations-offers-expanders-parents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .other-locations-offers-expanders-parents .other-locations-offers-expanders {
  display: -ms-flexbox;
  display: flex;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-other-locations {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #F9FDFE;
  color: #084272;
  margin-right: 12px;
  margin-top: 13px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-other-locations .other-locations-icon {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #084272;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-other-locations .other-locations-icon .fa-minus {
  display: none;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-other-locations .location-other-locations-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 600;
  margin-left: 4px;
  margin-right: 12px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-other-locations::after {
  content: "";
  display: block;
  height: 100%;
  border: 1px solid #F5F5F5;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-rebate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #F9FDFE;
  color: #084272;
  margin-right: 12px;
  margin-top: 13px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-rebate .rebate-icon {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #084272;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-rebate .rebate-icon .fa-minus {
  display: none;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-rebate .rebate-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 600;
  margin-left: 4px;
  margin-right: 12px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-rebate::after {
  content: "";
  display: block;
  height: 100%;
  border: 1px solid #F5F5F5;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .other-locations-offers-expanders-parents .other-locations-offers-details .location-other-locations-details {
  display: none;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .other-locations-offers-expanders-parents .other-locations-offers-details .location-other-locations-details a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #005FAA;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  margin-right: 2.5px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .other-locations-offers-expanders-parents .other-locations-offers-details .location-rebate-details {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #444444;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  display: none;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: start;
  margin-top: 20px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-rebate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #F9FDFE;
  color: #084272;
  margin-right: 12px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-rebate .rebate-icon {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #084272;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-rebate .rebate-icon .fa-minus {
  display: none;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-rebate .rebate-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 600;
  margin-left: 4px;
  margin-right: 12px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-rebate::after {
  content: "";
  display: block;
  height: 100%;
  border: 1px solid #F5F5F5;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-website {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #F9FDFE;
  color: #005FAA;
  transition: all 0.5s;
  margin-right: 20px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-website .website-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-website .fa-chevron-right {
  height: 14px;
  width: 7px;
  margin-left: 8px;
  margin-bottom: 2px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-website:hover {
  border-bottom: 1px solid #084272;
  color: #084272;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-direction {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #F9FDFE;
  color: #005FAA;
  transition: all 0.5s;
  margin-right: 20px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-direction .directions-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-direction .fa-chevron-right {
  height: 14px;
  width: 7px;
  margin-bottom: 2px;
  margin-left: 8px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-direction:hover {
  border-bottom: 1px solid #084272;
  color: #084272;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-email {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #F9FDFE;
  color: #005FAA;
  transition: all 0.5s;
  margin-right: 20px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-email .email-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 600;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-email .fa-chevron-right {
  height: 14px;
  width: 7px;
  margin-left: 8px;
  margin-bottom: 2px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-email:hover {
  border-bottom: 1px solid #084272;
  color: #084272;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-phone {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #F9FDFE;
  color: #005FAA;
  transition: all 0.5s;
  margin-right: 20px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-phone .phone-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-family: "Overpass", sans-serif;
  font-weight: 600;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-phone .fa-chevron-right {
  height: 14px;
  width: 7px;
  margin-left: 8px;
  margin-bottom: 2px;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-cta .location-card-phone:hover {
  border-bottom: 1px solid #084272;
  color: #084272;
}
.power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-rebate-details {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #444444;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  display: none;
}
.power-map-locations-wrapper .cards .contact-contractors {
  background-color: #005FAA;
  padding: 6px 11px;
}
.power-map-locations-wrapper .cards .contact-contractors .contact-contactors-text {
  margin-bottom: 5px;
  font-size: 0.8em;
}
.power-map-locations-wrapper .cards .contact-contractors .contact-selected-contractors-button {
  font-size: 0.8em;
}
.power-map-locations-wrapper .cards .contact-contractors .button-muted {
  color: #005FAA;
  background-color: #4288c0;
  padding: 8.5px 17px 8.5px 17px;
  text-transform: none;
  border-radius: 2px;
  pointer-events: none;
}
.power-map-locations-wrapper .cards .contact-contractors .button-activated {
  color: #005FAA;
  background-color: #FFFFFF;
  padding: 8.5px 17px 8.5px 17px;
  text-transform: none;
  border-radius: 2px;
}
.power-map-locations-wrapper .power-map {
  width: 100%;
}
.power-map-locations-wrapper .contact-contractor-map {
  width: 100%;
}

.contact-contractor-form {
  border-radius: 0;
}
.contact-contractor-form .modal-dialog .modal-header {
  background-color: #084272;
  padding: 0px;
}
.contact-contractor-form .modal-dialog .modal-header .modal-title {
  font-family: "Overpass", sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 43px;
  text-transform: uppercase;
  color: white;
  margin: 16px 0px 12px 79px;
}
.contact-contractor-form .modal-dialog .modal-header .close-form {
  padding: 1rem;
  border: none;
  background: none;
  font-size: 25px;
}
.contact-contractor-form .modal-dialog .modal-content iframe {
  height: 60vh;
}
.contact-contractor-form .modal-dialog .modal-sub-header {
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 18px;
}
.contact-contractor-form .modal-dialog .modal-sub-header .form-instructions {
  margin: 16px 0px 16px 0px;
  font-size: 18px;
  line-height: 21px;
  font-family: "Inter", sans-serif;
  font-color: #444444;
}
.contact-contractor-form .modal-dialog .modal-sub-header .selected-contractor {
  padding: 5px 0px 5px 0px;
  margin-left: 38px;
}
.contact-contractor-form .modal-dialog .modal-sub-header .selected-contractor .form-check-input {
  pointer-events: none;
}
.contact-contractor-form .modal-dialog .modal-sub-header .contractor-form-required-field {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 21px;
  font-color: #444444;
}

@media (max-width: 991.98px) {
  .power-map-locations-wrapper .cards {
    height: auto;
  }
  .power-map-locations-wrapper .cards .heading-search {
    height: auto;
    max-height: none;
  }
  .power-map-locations-wrapper .cards .heading-search .heading {
    font-size: 16px;
    font-size: 1rem;
    line-height: 36px;
    line-height: 2.25rem;
    text-align: center;
  }
  .power-map-locations-wrapper .cards .heading-search .search-sort-container .refine-search-filters {
    margin-left: 16px;
  }
  .power-map-locations-wrapper .cards .heading-search .search-sort-container .clear-custom-filters-wrapper {
    margin-left: 16px;
  }
  .power-map-locations-wrapper .cards .location-listings {
    overflow: auto;
    max-height: 610px;
  }
  .power-map-locations-wrapper .cards .location-listings .location-card-item .location-card-info .location-card-service-list {
    grid-template-columns: 1fr 1fr;
  }
  .power-map-locations-wrapper .power-map {
    height: min(350px, 100vh);
  }
  .power-map-locations-wrapper .contact-contractor-map {
    height: min(350px, 100vh);
  }
  .contact-contractor-form {
    border-radius: 0;
  }
  .contact-contractor-form .modal-dialog .modal-sub-header {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 18px;
  }
}
.power-map-locations-wrapper .gm-style .gm-style-iw-t::after,
.power-map-full-width-locations-wrapper .gm-style .gm-style-iw-t::after {
  z-index: -1;
}
.power-map-locations-wrapper .gm-style-iw-c,
.power-map-full-width-locations-wrapper .gm-style-iw-c {
  overflow: unset;
}
.power-map-locations-wrapper .gm-style-iw,
.power-map-full-width-locations-wrapper .gm-style-iw {
  border-radius: 0 !important;
  padding: 0 !important;
  max-height: none !important;
  min-width: 315px !important;
  box-shadow: none;
}
.power-map-locations-wrapper .gm-style-iw .gm-ui-hover-effect,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-ui-hover-effect {
  right: -15px !important;
  top: -15px !important;
  margin: 0 !important;
}
.power-map-locations-wrapper .gm-style-iw .gm-ui-hover-effect:focus,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-ui-hover-effect:focus {
  outline: none;
}
.power-map-locations-wrapper .gm-style-iw .gm-ui-hover-effect img,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-ui-hover-effect img {
  color: #444444;
  width: 20px !important;
  height: 20px !important;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d {
  max-height: none !important;
  min-width: 315px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window {
  margin: 8px;
  padding: 9px 13px 2px 16px;
  text-decoration: none;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-distance-phone-icon-wrapper,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-distance-phone-icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 7px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-distance-phone-icon-wrapper .location-card-check,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-distance-phone-icon-wrapper .location-card-check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-distance-phone-icon-wrapper .location-card-check .location-card-check-label,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-distance-phone-icon-wrapper .location-card-check .location-card-check-label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #666666;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-distance-phone-icon-wrapper .location-card-check .location-card-check-input,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-distance-phone-icon-wrapper .location-card-check .location-card-check-input {
  border: 1px solid #666666;
  margin-right: 7px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-distance-phone-icon-wrapper .location-card-distance-icon-wrapper,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-distance-phone-icon-wrapper .location-card-distance-icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-distance-phone-icon-wrapper .location-card-distance,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-distance-phone-icon-wrapper .location-card-distance {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #666666;
  font-family: "Overpass", sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-right: 14px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-distance-phone-icon-wrapper .location-card-phone,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-distance-phone-icon-wrapper .location-card-phone {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #005FAA;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-distance-phone-icon-wrapper .location-card-icon,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-distance-phone-icon-wrapper .location-card-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 21px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-distance-phone-icon-wrapper .location-card-icon img,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-distance-phone-icon-wrapper .location-card-icon img {
  height: 21px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-name,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #084272;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  margin-bottom: 8px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-address,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-address {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #666666;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  max-width: 250px;
  margin-bottom: 8px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-phone,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-phone {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #005FAA;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-specialty,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-specialty {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #005FAA;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-bottom: 13px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-service-list,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-service-list {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 19px;
  grid-gap: 6px 4px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-service-list .service-item-wrapper,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-service-list .service-item-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-service-list .service-item-wrapper .check-icon,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-service-list .service-item-wrapper .check-icon {
  height: 11px;
  width: 11px;
  color: #58a618;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-service-list .service-item-wrapper .service-item,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-service-list .service-item-wrapper .service-item {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  color: #666666;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-left: 4px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .card-content,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .card-content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #666666;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .card-content-opened,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .card-content-opened {
  max-height: none;
  overflow-y: none;
  margin-bottom: 0;
  line-height: 19px;
  line-height: 1.1875rem;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .card-content-closed,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .card-content-closed {
  max-height: 250px;
  overflow-y: hidden;
  margin-bottom: 0;
  line-height: 19px;
  line-height: 1.1875rem;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .card-content-button,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .card-content-button {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #666666;
  font-family: "Overpass", sans-serif;
  font-weight: lighter;
  text-transform: none;
  padding: 3.5px;
  width: 100%;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .card-content-button:focus,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .card-content-button:focus {
  border: none;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders {
  display: -ms-flexbox;
  display: flex;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-other-locations,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-other-locations {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #F9FDFE;
  color: #084272;
  margin-right: 12px;
  margin-top: 13px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-other-locations .other-locations-icon,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-other-locations .other-locations-icon {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #084272;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-other-locations .other-locations-icon .fa-minus,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-other-locations .other-locations-icon .fa-minus {
  display: none;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-other-locations .location-other-locations-text,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-other-locations .location-other-locations-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 600;
  margin-left: 4px;
  margin-right: 12px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-other-locations::after,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-other-locations::after {
  content: "";
  display: block;
  height: 100%;
  border: 1px solid #F5F5F5;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-rebate,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-rebate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #F9FDFE;
  color: #084272;
  margin-right: 12px;
  margin-top: 13px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-rebate .rebate-icon,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-rebate .rebate-icon {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #084272;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-rebate .rebate-icon .fa-minus,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-rebate .rebate-icon .fa-minus {
  display: none;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-rebate .rebate-text,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-rebate .rebate-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 600;
  margin-left: 4px;
  margin-right: 12px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-rebate::after,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-expanders .location-card-rebate::after {
  content: "";
  display: block;
  height: 100%;
  border: 1px solid #F5F5F5;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-details .location-other-locations-details,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-details .location-other-locations-details {
  display: none;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-details .location-other-locations-details a,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-details .location-other-locations-details a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #005FAA;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  margin-right: 2.5px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-details .location-rebate-details,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .other-locations-offers-expanders-parents .other-locations-offers-details .location-rebate-details {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #444444;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  display: none;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta {
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-rebate,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-rebate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  color: #084272;
  margin-right: 12px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-rebate .rebate-icon,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-rebate .rebate-icon {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #084272;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-rebate .rebate-icon .fa-minus,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-rebate .rebate-icon .fa-minus {
  display: none;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-rebate .rebate-text,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-rebate .rebate-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 600;
  margin-left: 4px;
  margin-right: 12px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-rebate::after,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-rebate::after {
  content: "";
  display: block;
  height: 100%;
  border: 1px solid #F5F5F5;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-website,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-website {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  color: #005FAA;
  transition: all 0.5s;
  margin-right: 20px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-website .website-text,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-website .website-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-website .fa-chevron-right,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-website .fa-chevron-right {
  height: 14px;
  width: 7px;
  margin-left: 8px;
  margin-bottom: 2px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-website:hover,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-website:hover {
  border-bottom: 1px solid #084272;
  color: #084272;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-direction,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-direction {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  color: #005FAA;
  transition: all 0.5s;
  margin-right: 20px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-direction .directions-text,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-direction .directions-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-direction .fa-chevron-right,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-direction .fa-chevron-right {
  height: 14px;
  width: 7px;
  margin-left: 8px;
  margin-bottom: 2px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-direction:hover,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-direction:hover {
  border-bottom: 1px solid #084272;
  color: #084272;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-email,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-email {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #F9FDFE;
  color: #005FAA;
  transition: all 0.5s;
  margin-right: 20px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-email .email-text,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-email .email-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 600;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-email .fa-chevron-right,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-email .fa-chevron-right {
  height: 14px;
  width: 7px;
  margin-left: 8px;
  margin-bottom: 2px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-email:hover,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-email:hover {
  border-bottom: 1px solid #084272;
  color: #084272;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-phone,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-phone {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #F9FDFE;
  color: #005FAA;
  transition: all 0.5s;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-phone .phone-text,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-phone .phone-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-family: "Overpass", sans-serif;
  font-weight: 600;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-phone .fa-chevron-right,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-phone .fa-chevron-right {
  height: 14px;
  width: 7px;
  margin-left: 8px;
  margin-bottom: 2px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-phone:hover,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-card-cta .location-card-phone:hover {
  border-bottom: 1px solid #084272;
  color: #084272;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-rebate-details,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window .location-rebate-details {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #444444;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  max-width: 250px;
  display: none;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window::after,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window::after {
  content: "";
  width: 20px;
  height: 20px;
  color: white;
  position: absolute;
  border-radius: 50%;
  background-color: white;
  display: block;
  right: -10px;
  top: -10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .full-width-location-info-window,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .full-width-location-info-window {
  padding: 10px 11px 13px 16px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .full-width-location-info-window .full-width-location-distance-wrapper,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .full-width-location-info-window .full-width-location-distance-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .full-width-location-info-window .full-width-location-distance-wrapper .full-width-location-distance,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .full-width-location-info-window .full-width-location-distance-wrapper .full-width-location-distance {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #666666;
  font-family: "Overpass", sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 4px;
  margin-right: 5px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .full-width-location-info-window .full-width-location-name,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .full-width-location-info-window .full-width-location-name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #084272;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  margin-bottom: 8px;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .full-width-location-info-window .full-width-location-generatedElectricity,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .full-width-location-info-window .full-width-location-generatedElectricity {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #666666;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .full-width-location-info-window .full-width-location-generatedElectricity span,
.power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .full-width-location-info-window .full-width-location-generatedElectricity span {
  font-weight: bold;
}

@media (min-width: 992px) {
  .power-map-locations-wrapper .gm-style .gm-style-iw-t::after,
  .power-map-full-width-locations-wrapper .gm-style .gm-style-iw-t::after {
    box-shadow: none;
    content: "";
    height: 30px;
    left: 20px;
    top: -20px;
    -ms-transform: translate(-50%, -50%) rotate(330deg);
        transform: translate(-50%, -50%) rotate(330deg);
    width: 60px;
    z-index: -1;
  }
  .power-map-locations-wrapper .gm-style .gm-style-iw-c,
  .power-map-full-width-locations-wrapper .gm-style .gm-style-iw-c {
    left: 90px !important;
    top: -10px !important;
  }
}
@media (max-width: 991.98px) {
  .power-map-locations-wrapper .gm-style .gm-style-iw-c,
  .power-map-full-width-locations-wrapper .gm-style .gm-style-iw-c {
    max-height: min(300px, 100vh) !important;
  }
  .power-map-locations-wrapper .gm-style .gm-style-iw-c .gm-style-iw-d,
  .power-map-full-width-locations-wrapper .gm-style .gm-style-iw-c .gm-style-iw-d {
    max-height: min(300px, 100vh) !important;
    overflow-y: scroll;
  }
}
@media (max-width: 575.98px) {
  .power-map-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window,
  .power-map-full-width-locations-wrapper .gm-style-iw .gm-style-iw-d .location-info-window {
    padding: 9px 12px 0;
  }
}
/*# sourceMappingURL=styles.css.map */