@charset "UTF-8";
/*!
 * 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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, 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;
}

.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: "\2014\00A0";
}

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 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: 1196px;
  }
}

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

.col {
  -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: #b8daff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 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%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.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: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(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: #e4606d;
  background-color: #e4606d;
}

.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;
     -moz-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 !important;
  background-color: #0076A8 !important;
  border-color: #0076A8 !important;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 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: #0062cc;
  border-color: #005cbf;
}

.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, 143, 255, 0.5);
}

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

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

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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: #545b62;
  border-color: #4e555b;
}

.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, 138, 145, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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: #bd2130;
  border-color: #b21f2d;
}

.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, 83, 97, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-primary {
  color: #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: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  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: #16181b;
  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: #80bdff;
}

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

.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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  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: #80bdff;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
  -webkit-appearance: none;
          appearance: none;
}

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

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

.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;
  -moz-appearance: none;
       appearance: none;
}

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

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

.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;
  appearance: none;
}

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

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

.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 {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

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

.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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  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: #0062cc;
}

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: #545b62;
}

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

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

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

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

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

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

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

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

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

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

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

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

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: #dae0e5;
}

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

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

.alert-primary .alert-link {
  color: #002752;
}

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

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

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

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

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

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

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

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

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

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

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

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

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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

.alert-danger .alert-link {
  color: #491217;
}

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

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

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

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

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

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

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

.progress {
  display: -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: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

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

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

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

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

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

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

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

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

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

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

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
  -ms-transform: translate(0, -50px);
      transform: translate(0, -50px);
}

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

.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: .25rem;
}

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

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

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

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

@media (min-width: 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 #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -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: .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 .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 .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: #0062cc !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.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: #0056b3 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    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;
  }
 }
*/
/*-----Gradient Added for Site-----*/
.btn {
  padding: 13px 34px;
  border-radius: 25px 0px;
  transition: all .2s ease-in-out;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  background: #043673;
  border: 1px solid transparent;
  color: #FFF !important;
  white-space: initial;
  line-height: 1.2;
}

.btn.wide {
  padding: 13px 70px;
}

.btn.btn-primary {
  background: #0E4F87 !important;
  border: 1px solid transparent;
}


.btn.btn-secondary {
  background: #FFFFFF !important;
  color: #043673 !important;
  border: 1px solid #043673;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.active {
  background: #043673 !important;
  color: #FFFFFF !important;
}

.btn.btn-secondary-2 {
  background: #FFFFFF !important;
  color: #0076A8 !important;
  border: 1px solid #0076A8;
}

.btn.btn-secondary-2:hover, .btn.btn-secondary-2:focus, .btn.btn-secondary-2.active {
  background: #0076A8 !important;
  color: #FFFFFF !important;
}

.btn.btn-tertiary {
  background: #043673 !important;
  border: 1px solid transparent;
}

.btn.btn-tertiary:hover, .btn.btn-tertiary:focus, .btn.btn-tertiary.active {
  background: #FFF !important;
  color: #043673 !important;
  border: 1px solid #043673;
}

.btn.btn-quaternary {
  background: transparent !important;
  border: 1px solid #FFFFFF !important;
  color: #FFFFFF !important;
}

.btn.btn-quaternary:hover, .btn.btn-quaternary:focus, .btn.btn-quaternary.active {
  color: #003865 !important;
  background: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
}

.btn:focus, .btn:active {
  box-shadow: none;
}

.btn:disabled {
  background: #969696 !important;
  color: #FFF !important;
}

.btn:disabled:hover, .btn:disabled:focus, .btn:disabled:active {
  background: #969696 !important;
  color: #FFF !important;
  cursor: initial;
  outline: none !important;
  border: 1px solid transparent;
}

.btn svg {
  margin-right: 5px;
}

button {
  cursor: pointer;
}

.scrollToTop {
  display: none !important;
  position: fixed;
  right: 15px;
  top: 80%;
  cursor: pointer;
  z-index: 9;
  color: #FFF;
  font-size: 30px;
  background-color: #043673;
  padding: 7px 9px;
  border-radius: 25px;
}

.scrollToTop svg {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.scrollToTop:hover {
  background-color: #0076A8;
}

.liveChat {
  position: fixed;
  right: 0px;
  top: 50%;
  cursor: pointer;
  z-index: 9;
}

.liveChat:hover, .liveChat:focus {
  opacity: .8;
}

@media (max-width: 767.98px) {
  .scrollToTop {
    right: 20px;
    display: none !important;
  }
}

a.at-icon-wrapper.at-share-btn {
  text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="autocomplete"],
select, select.form-control {
  font-size: 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  font-family: "Acumin", sans-serif;
  padding: 20px 10px 15px 0px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #0076A8;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  width: 100%;
  height: 48px;
  color: #63666A;
}

textarea{
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Acumin", sans-serif;
  padding: 15px;
  background: #fff;
  border: 1px solid #0076A8;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  width: 100%;
  height: 98px;
  color: #63666A;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="autocomplete"]:focus,
select:focus, select.form-control:focus, textarea:focus {
  box-shadow: 0 5px 6px -6px #35BEF8;
}

input.error {
  border: 2px solid #D23138;
  background: #FFEBEB;
  box-shadow: 0 0 8px 0 #FFF;
}

input[type="submit"] {
  cursor: pointer;
}

label {
  margin-bottom: 0px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

select, select.form-control {
  border: none;
  border-bottom: 1px solid #0076A8;
  padding: 0 40px 0 0;
  height: 48px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* remove default arrow */
  background-image: url("https://www.ucbi.com/library/img/selectDropdown.png");
  /* add custom arrow */
  background-repeat: no-repeat;
  background-position: center right;
}

select::-ms-expand, select.form-control::-ms-expand {
  display: none;
  /* hide the default arrow in ie10 and ie11 */
}

.error, .login-validation, .EditingFormErrorLabel, .ErrorLabel {
  color: #D23138;
}

.EditingFormErrorLabel {
  padding: 0 10px;
}

.ErrorLabel {
  padding-left: 50px;
}

.form-group {
  margin-bottom: 10px;
}

.error {
  font-weight: 600;
  margin-bottom: 5px;
}

.field-validation-error {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  color: #D23138;
}

.thankYou {
  text-align: center;
}

.thankYou .title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
}

.thankYou .blurb {
  line-height: 22px;
  margin-top: 10px;
}

.EditingFormControlNestedControl {
  width: 100%;
}

.radio-list-horizontal label {
  position: relative;
  top: -3px;
  margin-right: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Acumin", sans-serif;
}

input[type=checkbox] + label {
  margin-left: 10px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #1076A8;
  background-color: #1076A8;
}

.custom-control-label::before, .custom-control-label::after {
  top: 1px;
}

/* Custom Checkmark style starts */

@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 20px;
  }
}

@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 48px;
  }
}

input.customCheckbox {
  display: none;
}

.customCheckboxLabel {
  height: 40px;
  width: 40px;
  background-color: #FFF;
  border: 1px solid #A3A3A3;
  border-radius: 5px;
  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: 8px;
  background-color: #5FA512;
  display: inline-block;
  -ms-transform-origin: left top;
      transform-origin: left top;
  border-radius: 5px;
  content: ' ';
  transition: opacity ease .5;
}

.customCheckboxLabel::before {
  top: 28.8px;
  left: 16.4px;
  box-shadow: 0 0 0 2px #FFF;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

.customCheckboxLabel::after {
  top: 14.8px;
  left: 2px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

input.customCheckbox:checked + .customCheckboxLabel,
.customCheckboxLabel.checked {
  border-color: #5FA512;
}

input.customCheckbox:checked + .customCheckboxLabel::after,
.customCheckboxLabel.checked::after {
  height: 20px;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}

input.customCheckbox:checked + .customCheckboxLabel::before,
.customCheckboxLabel.checked::before {
  height: 48px;
  animation: dothatopcheck 0.4s ease 0s forwards;
}

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

input[type="radio"] {
  position: relative;
  background: #FFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  background-color: #FFF;
  color: #0076A8;
  top: 1px;
  height: 20px;
  width: 20px;
  border: 1px solid #A3A3A3;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px;
  outline: none;
}

input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #0076A8;
  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;
  }
}

.templateList {
  margin: 30px 0 80px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.templateList a {
  width: 25%;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0 0 20px 0;
  line-height: 1;
}

.templateList a img {
  margin-top: 10px;
}

.templateList a:hover, .templateList a:focus {
  color: #1695A8;
}

.templateList a:hover img, .templateList a:focus img {
  opacity: .8;
}

@media (max-width: 767.98px) {
  .templateList {
    margin: 20px 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .templateList a {
    width: 100%;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

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

.genericContent {
  padding: 30px 0;
}

.sticky-scroll.sticking {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.gray, .grayBG {
  background: #E9ECEF;
}

.dark-bg {
  background: #043673;
  padding: 20px;
}

.white, .whiteBG {
  background: #FFF;
}

.fancybox-bg {
  background: white;
}

.darkOverlay .fancybox-bg {
  background: black;
}

.videoWrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.videoWrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.social-icons {
  font-size: 34px;
  font-size: 2.125rem;
  color: #0076A8;
  letter-spacing: 10px;
  margin: 20px 0px;
}

.social-icons a:hover, .social-icons a:focus {
  color: #0C3D77;
}

.lc-social-icons {
  font-size: 24px;
  font-size: 1.5rem;
  color: #0C3D77;
  letter-spacing: 8px;
  margin: 20px 0px;
}

.lc-social-icons a:hover, .lc-social-icons a:focus {
  color: #0076A8;
}

/** Style pulled from: /CMS/App/UserControls/WebParts/Locations/LocationFilterAndResults.ascx */
.hidden {
  display: none;
}

/** End style from ASCX */
.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;
}

@media (max-width: 991.98px) {
  .social-icons {
    font-size: 35px;
    font-size: 2.1875rem;
    text-align: center;
    letter-spacing: 16px;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.table-scrollable {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  overflow-x: auto;
}

.tableWrapper {
  padding: 30px 0;
}

table, .table {
  margin-bottom: 0;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(245, 245, 245, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
}

table th, table td, .table th, .table td {
  text-align: center;
  border-bottom: 1px solid #E9ECEF;
  /* one item */
  /* two items */
  /* three items */
  /* four items */
  /* five items */
  /* five items */
}

table th:nth-child(1):nth-last-child(1), table td:nth-child(1):nth-last-child(1), .table th:nth-child(1):nth-last-child(1), .table td:nth-child(1):nth-last-child(1) {
  width: 100% !important;
}

table th:nth-child(1):nth-last-child(2), table th:nth-child(2):nth-last-child(1), table td:nth-child(1):nth-last-child(2), table td:nth-child(2):nth-last-child(1), .table th:nth-child(1):nth-last-child(2), .table th:nth-child(2):nth-last-child(1), .table td:nth-child(1):nth-last-child(2), .table td:nth-child(2):nth-last-child(1) {
  width: 50% !important;
}

table th:nth-child(1):nth-last-child(3), table th:nth-child(2):nth-last-child(2), table th:nth-child(3):nth-last-child(1), table td:nth-child(1):nth-last-child(3), table td:nth-child(2):nth-last-child(2), table td:nth-child(3):nth-last-child(1), .table th:nth-child(1):nth-last-child(3), .table th:nth-child(2):nth-last-child(2), .table th:nth-child(3):nth-last-child(1), .table td:nth-child(1):nth-last-child(3), .table td:nth-child(2):nth-last-child(2), .table td:nth-child(3):nth-last-child(1) {
  width: 33.3333% !important;
}

table th:nth-child(1):nth-last-child(4), table th:nth-child(2):nth-last-child(3), table th:nth-child(3):nth-last-child(2), table th:nth-child(4):nth-last-child(1), table td:nth-child(1):nth-last-child(4), table td:nth-child(2):nth-last-child(3), table td:nth-child(3):nth-last-child(2), table td:nth-child(4):nth-last-child(1), .table th:nth-child(1):nth-last-child(4), .table th:nth-child(2):nth-last-child(3), .table th:nth-child(3):nth-last-child(2), .table th:nth-child(4):nth-last-child(1), .table td:nth-child(1):nth-last-child(4), .table td:nth-child(2):nth-last-child(3), .table td:nth-child(3):nth-last-child(2), .table td:nth-child(4):nth-last-child(1) {
  width: 25% !important;
}

table th:nth-child(1):nth-last-child(5), table th:nth-child(2):nth-last-child(4), table th:nth-child(3):nth-last-child(3), table th:nth-child(4):nth-last-child(2), table th:nth-child(5):nth-last-child(1), table td:nth-child(1):nth-last-child(5), table td:nth-child(2):nth-last-child(4), table td:nth-child(3):nth-last-child(3), table td:nth-child(4):nth-last-child(2), table td:nth-child(5):nth-last-child(1), .table th:nth-child(1):nth-last-child(5), .table th:nth-child(2):nth-last-child(4), .table th:nth-child(3):nth-last-child(3), .table th:nth-child(4):nth-last-child(2), .table th:nth-child(5):nth-last-child(1), .table td:nth-child(1):nth-last-child(5), .table td:nth-child(2):nth-last-child(4), .table td:nth-child(3):nth-last-child(3), .table td:nth-child(4):nth-last-child(2), .table td:nth-child(5):nth-last-child(1) {
  width: 20% !important;
}

table th:nth-child(1):nth-last-child(6), table th:nth-child(2):nth-last-child(5), table th:nth-child(3):nth-last-child(4), table th:nth-child(4):nth-last-child(3), table th:nth-child(5):nth-last-child(2), table th:nth-child(6):nth-last-child(1), table td:nth-child(1):nth-last-child(6), table td:nth-child(2):nth-last-child(5), table td:nth-child(3):nth-last-child(4), table td:nth-child(4):nth-last-child(3), table td:nth-child(5):nth-last-child(2), table td:nth-child(6):nth-last-child(1), .table th:nth-child(1):nth-last-child(6), .table th:nth-child(2):nth-last-child(5), .table th:nth-child(3):nth-last-child(4), .table th:nth-child(4):nth-last-child(3), .table th:nth-child(5):nth-last-child(2), .table th:nth-child(6):nth-last-child(1), .table td:nth-child(1):nth-last-child(6), .table td:nth-child(2):nth-last-child(5), .table td:nth-child(3):nth-last-child(4), .table td:nth-child(4):nth-last-child(3), .table td:nth-child(5):nth-last-child(2), .table td:nth-child(6):nth-last-child(1) {
  width: 16.6666% !important;
}

table th, .table th {
  background-color: #1695A8;
  padding: 15px 10px;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

table tbody td, .table tbody td {
  font-size: 16px;
  font-size: 1rem;
  padding: 15px 10px;
  background: #FFF;
}

table tbody td small, .table tbody td small {
  color: #63666A;
  font-size: 13px;
  font-size: 0.8125rem;
}

table tbody td:first-child, .table tbody td:first-child {
  text-align: left;
  padding-left: 20px;
}

table tbody tr:nth-child(even) td, .table tbody tr:nth-child(even) td {
  background-color: #F5F5F5;
}

.tableLoadMore {
  text-align: center;
  padding: 10px 0;
}

.tableLoadMore .icon {
  display: block;
  text-align: center;
  line-height: 1;
}

table.LayoutTable th, table.LayoutTable td {
  text-align: center;
  border-bottom: 1px solid #E9ECEF;
  /* one item */
  /* two items */
  /* three items */
}

table.LayoutTable th:nth-child(1):nth-last-child(1), table.LayoutTable td:nth-child(1):nth-last-child(1) {
  width: 100% !important;
}

table.LayoutTable th:nth-child(1):nth-last-child(2), table.LayoutTable th:nth-child(2):nth-last-child(1), table.LayoutTable td:nth-child(1):nth-last-child(2), table.LayoutTable td:nth-child(2):nth-last-child(1) {
  width: initial !important;
}

table.LayoutTable th:nth-child(1):nth-last-child(3), table.LayoutTable th:nth-child(2):nth-last-child(2), table.LayoutTable th:nth-child(3):nth-last-child(1), table.LayoutTable td:nth-child(1):nth-last-child(3), table.LayoutTable td:nth-child(2):nth-last-child(2), table.LayoutTable td:nth-child(3):nth-last-child(1) {
  width: initial !important;
}

table.LayoutTable td.HorizontalResizer {
  text-align: center;
  border-bottom: 1px solid #E9ECEF;
  /* one item */
  /* two items */
  /* three items */
}

table.LayoutTable td.HorizontalResizer:nth-child(1):nth-last-child(1) {
  width: 2px !important;
}

table.LayoutTable td.HorizontalResizer:nth-child(1):nth-last-child(2), table.LayoutTable td.HorizontalResizer:nth-child(2):nth-last-child(1) {
  width: 2px !important;
}

table.LayoutTable td.HorizontalResizer:nth-child(1):nth-last-child(3), table.LayoutTable td.HorizontalResizer:nth-child(2):nth-last-child(2), table.LayoutTable td.HorizontalResizer:nth-child(3):nth-last-child(1) {
  width: 2px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  left: 4px;
  display: block;
  position: absolute;
  color: #1695A8;
  text-align: center;
  text-indent: 0 !important;
  line-height: 14px;
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 11px;
  font-size: 0.6875rem;
}

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

table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  left: 10px;
  top: 18px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"].parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"].parent > th:first-child:before {
  background-color: #81BC41;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  text-align: left;
  padding: 0px;
}

table.dataTable > tbody > tr.child span.dtr-title,
table.dataTable > tbody > tr.child span.dtr-data {
  width: 50%;
  padding: 9px 15px;
}

table.dataTable > tbody > tr.child span.dtr-title {
  color: #1695A8;
  text-align: left;
  padding-left: 40px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  background: #FFF;
  color: #000;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  padding-left: 40px;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  padding: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"].parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"].parent > th:first-child:before {
  background-color: transparent;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '\f077';
  color: #043673;
}

html, body {
  position: relative;
}

html {
  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 {
  line-height: 30px;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #63666A;
  background: #FFFFFF;
  font-size: 16px;
}

.page-wrapper {
  background: #FFFFFF;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Acumin", sans-serif;
  color: #043673;
  font-weight: 700;
  line-height: 30px;
  margin: 10px 0;
}

h1, .h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 52px;
  line-height: 3.25rem;
}

h2, .h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  font-weight: 400;
  color: #1695A8;
}

h3, .h3 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #707075;
}

h4, .h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 400;
  color: #00426D;
}

h5, .h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #043673;
}

h6, .h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #707075;
  font-weight: 400;
}

img {
  max-width: 100%;
}

a {
  color: #0076A8;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  color: #043673;
  text-decoration: none;
}

p {
  margin-bottom: 10px;
}

.center {
  text-align: center;
}

sup {
  top: -.5px;
  line-height: 1;
  font-size: 65%;
  margin-right: 5px;
  vertical-align: text-top;
}

@media (max-width: 767.98px) {
  body {
    line-height: 22px;
  }
  h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
  }
  h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
  h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  h5 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  h6 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
  }
  sup {
    font-size: 80%;
  }
}

.btn {
  padding: 13px 34px;
  border-radius: 25px 0px;
  transition: all .2s ease-in-out;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  background: #043673;
  border: 1px solid transparent;
  color: #FFF !important;
  white-space: initial;
  line-height: 1.2;
}

.btn.wide {
  padding: 13px 70px;
}


.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.active {
  background: #0076A8 !important;
  color: #fff !important;
  border: 1px solid #0076A8;
}

.btn.btn-secondary {
  background: #FFFFFF !important;
  color: #043673 !important;
  border: 1px solid #043673;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.active {
  background: #043673 !important;
  color: #FFFFFF !important;
}

.btn.btn-secondary-2 {
  background: #FFFFFF !important;
  color: #0076A8 !important;
  border: 1px solid #0076A8;
}

.btn.btn-secondary-2:hover, .btn.btn-secondary-2:focus, .btn.btn-secondary-2.active {
  background: #0076A8 !important;
  color: #FFFFFF !important;
}

.btn.btn-tertiary {
  background: #043673 !important;
  border: 1px solid transparent;
}

.btn.btn-tertiary:hover, .btn.btn-tertiary:focus, .btn.btn-tertiary.active {
  background: #FFF !important;
  color: #043673 !important;
  border: 1px solid #043673;
}

.btn.btn-quaternary {
  background: transparent !important;
  border: 1px solid #FFFFFF !important;
  color: #FFFFFF !important;
}

.btn.btn-quaternary:hover, .btn.btn-quaternary:focus, .btn.btn-quaternary.active {
  color: #003865 !important;
  background: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
}

.btn:focus, .btn:active {
  box-shadow: none;
}

.btn:disabled {
  background: #969696 !important;
  color: #FFF !important;
}

.btn:disabled:hover, .btn:disabled:focus, .btn:disabled:active {
  background: #969696 !important;
  color: #FFF !important;
  cursor: initial;
  outline: none !important;
  border: 1px solid transparent;
}

.btn svg {
  margin-right: 5px;
}

button {
  cursor: pointer;
}

.scrollToTop {
  display: none !important;
  position: fixed;
  right: 15px;
  top: 80%;
  cursor: pointer;
  z-index: 9;
  color: #FFF;
  font-size: 30px;
  background-color: #043673;
  padding: 7px 9px;
  border-radius: 25px;
}

.scrollToTop svg {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.scrollToTop:hover {
  background-color: #0076A8;
}

.liveChat {
  position: fixed;
  right: 0px;
  top: 50%;
  cursor: pointer;
  z-index: 9;
}

.liveChat:hover, .liveChat:focus {
  opacity: .8;
}

@media (max-width: 767.98px) {
  .scrollToTop {
    right: 20px;
    display: none !important;
  }
}

a.at-icon-wrapper.at-share-btn {
  text-decoration: none;
}

#page-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.37);
  z-index: 8;
}

.header-wrapper {
  height: 60px;
}

header.siteHeader {
  background-color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 60px;
  z-index: 9;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.16);
}

header.siteHeader.nasdaq {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

header.siteHeader.nasdaq .user-controls .menu {
  display: none;
}

header.siteHeader.nasdaq .logo {
  position: relative;
  top: 0;
}

header.siteHeader.nasdaq .logo img {
  width: 160px;
}

header.siteHeader.nasdaq .icon-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

header.siteHeader.nasdaq .nasdaq-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0 20px;
  width: calc(100% - 100px);
}

header.siteHeader.nasdaq .nasdaq-links a {
  display: inline-block;
  margin-right: 25px;
}

header.siteHeader.nasdaq .nasdaq-links a:last-child {
  margin-right: 0;
}

header.siteHeader.nasdaq .nasdaq-links a.text-link {
  color: #043673;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

header.siteHeader.nasdaq .nasdaq-links a.text-link .fas {
  margin-left: 5px;
  font-size: 10px;
  font-size: 0.625rem;
}

header.siteHeader.nasdaq .nasdaq-links a.personalBtn {
  margin-right: 15px;
}

header.siteHeader.nasdaq .nasdaq-links a.text-link {
  text-decoration: none;
}

header.siteHeader.nasdaq .nasdaq-links a.text-link:hover, header.siteHeader.nasdaq .nasdaq-links a.text-link:focus, header.siteHeader.nasdaq .nasdaq-links a.text-link:active {
  text-decoration: underline;
}

header.siteHeader .select-box {
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 400;
  color: #222;
  border: 1px solid #CECECE;
  min-width: 190px;
  padding: 0px 5px;
  height: 28px;
  background-image: url("/library/img/selectDropdownBlack.png");
  /* add custom arrow */
  background-position: center right 15px;
}

header.siteHeader .logo {
  position: absolute;
  left: 21px;
  top: 8px;
}

header.siteHeader .logo img {
  max-height: 45px;
}

header.siteHeader .search-dropdown {
  position: absolute;
  top: -500%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  padding: 10px 15px;
  transition: all .5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

header.siteHeader .search-dropdown .input-group {
  width: 50%;
}

header.siteHeader .search-dropdown .input-group input {
  background: #f0f0f0;
  color: #3e3e3e;
  border: none;
  padding-left: 30px;
}

header.siteHeader .search-dropdown .input-group input::-webkit-input-placeholder {
  color: #3e3e3e;
}

header.siteHeader .search-dropdown .input-group input:-ms-input-placeholder {
  color: #3e3e3e;
}

header.siteHeader .search-dropdown .input-group input::placeholder {
  color: #3e3e3e;
}

header.siteHeader .search-dropdown .input-group span {
  color: #043673;
  border: none;
  background: #f0f0f0;
  border-radius: 0px;
  padding-right: 23px;
}

header.siteHeader .search-dropdown .input-group span a {
  color: #043673;
}

header.siteHeader .search-dropdown .input-group span a:hover, header.siteHeader .search-dropdown .input-group span a:focus {
  color: #0076A8;
}

header.siteHeader .search-dropdown .input-group span .exit {
  margin: 0px 0px 4px 23px;
}

header.siteHeader .search-dropdown.open {
  opacity: 1;
  top: 0px;
  z-index: 11;
}

header.siteHeader .search-dropdown.open body:after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
}

header.siteHeader .user-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 0px 0px 10px 0px;
}

header.siteHeader .user-controls .utility-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

header.siteHeader .user-controls .utility-nav .utility {
  font-size: 19px;
  font-size: 1.1875rem;
  text-decoration: none;
  color: #043673;
  margin: 0px 19px 0px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

header.siteHeader .user-controls .utility-nav .utility:hover, header.siteHeader .user-controls .utility-nav .utility:focus {
  color: #0076A8;
}

header.siteHeader .user-controls .utility-nav .utility:hover .util-text, header.siteHeader .user-controls .utility-nav .utility:focus .util-text {
  max-width: 200px;
}

header.siteHeader .user-controls .utility-nav .utility .fas {
  color: inherit;
  transition: all 0.1s ease;
}

@media (prefers-reduced-motion: reduce) {
  header.siteHeader .user-controls .utility-nav .utility .fas {
    transition: none;
  }
}

header.siteHeader .user-controls .utility-nav .utility .util-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 600;
  margin: 0px 0px 0px 7px;
  opacity: 1;
  max-width: 0;
  overflow: hidden;
  transition: all 0.1s ease;
}

@media (prefers-reduced-motion: reduce) {
  header.siteHeader .user-controls .utility-nav .utility .util-text {
    transition: none;
  }
}

header.siteHeader .user-controls .utility-nav .utility .util-mobile-text {
  display: none;
}

header.siteHeader .user-controls .utility-nav .contact-btn .exit-mobile {
  display: none;
}

header.siteHeader .user-controls .utility-nav .contact-btn.open {
  color: #0076A8;
}

header.siteHeader .user-controls .utility-nav .contact-btn.open .util-text {
  display: initial;
}

header.siteHeader .user-controls .utility-nav .covid-btn {
  color: #1695A8;
}

header.siteHeader .user-controls .utility-nav .covid-btn img {
  width: 25px;
  height: 25px;
}

header.siteHeader .user-controls .utility-nav .covid-btn svg {
  fill: #1695A8;
  transition: fill 0.1s ease;
}

@media (prefers-reduced-motion: reduce) {
  header.siteHeader .user-controls .utility-nav .covid-btn svg {
    transition: none;
  }
}

header.siteHeader .user-controls .utility-nav .covid-btn .util-text {
  max-width: 200px;
  font-weight: 700;
}

header.siteHeader .user-controls .utility-nav .covid-btn:hover svg {
  fill: #0076A8;
}

header.siteHeader .user-controls .utility-nav .contact-flyout {
  position: absolute;
  z-index: 11;
  right: -100%;
  background: #FFFFFF;
  top: 51px;
  padding: 42px 50px 55px 54px;
  border-radius: 100px 0px 100px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 350px;
  color: #222222;
  opacity: 0;
  transition: all .3s;
}

header.siteHeader .user-controls .utility-nav .contact-flyout.open {
  right: 0;
  opacity: 1;
}

header.siteHeader .user-controls .utility-nav .contact-flyout .exit {
  position: absolute;
  right: 23px;
  top: 23px;
}

header.siteHeader .user-controls .utility-nav .contact-flyout .exit:hover, header.siteHeader .user-controls .utility-nav .contact-flyout .exit:focus {
  opacity: 0.8;
}

header.siteHeader .user-controls .utility-nav .contact-flyout .contact-item {
  margin: 0px 0px 16px 0px;
}

header.siteHeader .user-controls .utility-nav .contact-flyout .contact-item .title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #043673;
  font-weight: 700;
}

header.siteHeader .user-controls .utility-nav .contact-flyout .contact-item .phone-number, header.siteHeader .user-controls .utility-nav .contact-flyout .contact-item .hours-range {
  line-height: 25px;
  line-height: 1.5625rem;
}

header.siteHeader .user-controls .utility-nav .contact-flyout .contact-item .phone-number a, header.siteHeader .user-controls .utility-nav .contact-flyout .contact-item .hours-range a {
  text-decoration: none;
  color: #222222;
}

header.siteHeader .user-controls .utility-nav .contact-flyout .contact-item .phone-number a:hover, header.siteHeader .user-controls .utility-nav .contact-flyout .contact-item .hours-range a:hover {
  text-decoration: underline;
}

header.siteHeader .user-controls .utility-nav .contact-flyout .contact-item .phone-number .semibold-text, header.siteHeader .user-controls .utility-nav .contact-flyout .contact-item .hours-range .semibold-text {
  font-weight: 600;
}

header.siteHeader .user-controls .utility-nav .contact-flyout .rtext-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #222222;
  margin: 0px;
}

header.siteHeader .user-controls .utility-nav .contact-flyout .rtext {
  line-height: 22px;
  line-height: 1.375rem;
  height: 44px;
  overflow: hidden;
  margin: 0px 0px 19px 0px;
}

header.siteHeader .user-controls .utility-nav .contact-flyout .options-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #043673;
  font-weight: 600;
  text-decoration: none;
}

header.siteHeader .user-controls .utility-nav .contact-flyout .options-link:hover, header.siteHeader .user-controls .utility-nav .contact-flyout .options-link:focus {
  text-decoration: underline;
}

header.siteHeader .user-controls .utility-nav .contact-flyout .options-link .fa-chevron-right {
  font-size: 10px;
  font-size: 0.625rem;
  margin: 0px 0px 0px 4px;
}

header.siteHeader .user-controls .login {
  position: relative;
  margin: 7px 18px 0px 10px;
}

header.siteHeader .user-controls .login .login-btn {
  border-radius: 0px;
  padding: 11px 18px 14px 21px;
}

header.siteHeader .user-controls .login .login-btn.open {
  background-color: #0076A8 !important;
  color: #FFFFFF !important;
  border-color: #0076A8 !important;
}

header.siteHeader .user-controls .login .login-btn.open:hover, header.siteHeader .user-controls .login .login-btn.open:focus {
  background-color: #043673 !important;
}

header.siteHeader .user-controls .login .login-btn .fas {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0px 0px 0px 7px;
}

header.siteHeader .user-controls .login .login-mobile-btn {
  display: none;
}

header.siteHeader .user-controls .login .login-dropdown {
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  z-index: 10;
  background: #0076A8;
  display: none;
  top: 94%;
  right: 0;
  min-width: 200px;
  color: #FFFFFF;
  font-weight: 700;
  padding: 18px 23px 22px 23px;
  width: 234px;
  border-radius: 35px 0px;
}

header.siteHeader .user-controls .login .login-dropdown .login-validation {
  color: #FDF2F2;
}

header.siteHeader .user-controls .login .login-dropdown.not-online-banking .login-form .select-label[for='user_id'], header.siteHeader .user-controls .login .login-dropdown.not-online-banking .login-form .select-label[for='password'], header.siteHeader .user-controls .login .login-dropdown.not-online-banking .login-form .select-label[for='loginSB2'] {
  display: none;
}

header.siteHeader .user-controls .login .login-dropdown.not-online-banking .login-form .submit-wrapper .login-submit-btn {
  display: none;
}

header.siteHeader .user-controls .login .login-dropdown.not-online-banking .login-form .submit-wrapper .password-link {
  display: none;
}

header.siteHeader .user-controls .login .login-dropdown.not-online-banking .login-form .submit-wrapper .go-btn {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 10px 28px;
  width: 88px;
  margin: 0 auto;
  margin-top: 8px;
}

header.siteHeader .user-controls .login .login-dropdown .login-form .select-label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 700;
  padding-bottom: 4px;
}

header.siteHeader .user-controls .login .login-dropdown .login-form .login-input {
  border: 1px solid #CECECE;
  padding: 0px 5px;
  height: 28px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 400;
  color: #4E4E4E;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header.siteHeader .user-controls .login .login-dropdown .login-form .login-input::-webkit-input-placeholder {
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 400;
  color: #4E4E4E;
}

header.siteHeader .user-controls .login .login-dropdown .login-form .login-input:-ms-input-placeholder {
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 400;
  color: #4E4E4E;
}

header.siteHeader .user-controls .login .login-dropdown .login-form .login-input::placeholder {
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 400;
  color: #4E4E4E;
}

header.siteHeader .user-controls .login .login-dropdown .login-form .submit-wrapper {
  position: relative;
  margin: 0px 0px 9px 0px;
}

header.siteHeader .user-controls .login .login-dropdown .login-form .submit-wrapper .login-submit-btn {
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 10px 28px;
  margin: 8px 0px 0px 0px;
}

header.siteHeader .user-controls .login .login-dropdown .login-form .submit-wrapper .password-link {
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: underline;
  position: absolute;
  right: 0;
  top: 10px;
}

header.siteHeader .user-controls .login .login-dropdown .login-form .submit-wrapper .password-link:hover, header.siteHeader .user-controls .login .login-dropdown .login-form .submit-wrapper .password-link:focus {
  text-decoration: none;
}

header.siteHeader .user-controls .login .login-dropdown .login-form .submit-wrapper .go-btn {
  display: none;
}

header.siteHeader .user-controls .account {
  position: relative;
}

header.siteHeader .user-controls .account .account-btn {
  margin: 7px 0px 3px 0px;
  border-radius: 0px;
  padding: 10px 15px 15px 19px;
}

header.siteHeader .user-controls .account .account-btn.open {
  background-color: #043673 !important;
}

header.siteHeader .user-controls .account .account-btn.open:hover, header.siteHeader .user-controls .account .account-btn.open:focus {
  background-color: #FFFFFF !important;
}

header.siteHeader .user-controls .account .account-btn .fas {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0px 0px 0px 8px;
}

header.siteHeader .user-controls .account .account-mobile-btn {
  display: none;
}

header.siteHeader .user-controls .account .account-dropdown {
  position: absolute;
  z-index: 10;
  background: #043673;
  display: none;
  right: 0;
  border-radius: 35px 0px 35px 0px;
}

header.siteHeader .user-controls .account .account-dropdown .btn-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

header.siteHeader .user-controls .account .account-dropdown .btn-tab .personal-acct-btn, header.siteHeader .user-controls .account .account-dropdown .btn-tab .business-acct-btn {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 700;
  padding: 18px 19px 15px 28px;
  border-radius: 0px;
  width: 50%;
  background-color: #0076A8 !important;
  border-color: #0076A8 !important;
  color: #FFFFFF !important;
}

header.siteHeader .user-controls .account .account-dropdown .btn-tab .personal-acct-btn:hover, header.siteHeader .user-controls .account .account-dropdown .btn-tab .personal-acct-btn:focus, header.siteHeader .user-controls .account .account-dropdown .btn-tab .business-acct-btn:hover, header.siteHeader .user-controls .account .account-dropdown .btn-tab .business-acct-btn:focus {
  color: #043673 !important;
  border-color: #043673;
  background-color: #FFFFFF !important;
}

header.siteHeader .user-controls .account .account-dropdown .btn-tab .personal-acct-btn.open, header.siteHeader .user-controls .account .account-dropdown .btn-tab .business-acct-btn.open {
  background-color: #043673 !important;
  border-color: #043673 !important;
  color: #FFFFFF !important;
}

header.siteHeader .user-controls .account .account-dropdown .btn-tab .personal-acct-btn {
  border-radius: 35px 0px 0px 0px;
}

header.siteHeader .user-controls .account .account-dropdown .personal-form, header.siteHeader .user-controls .account .account-dropdown .business-form {
  margin: 19px 22px 22px 22px;
  color: #FFFFFF;
}

header.siteHeader .user-controls .account .account-dropdown .personal-form .select-label, header.siteHeader .user-controls .account .account-dropdown .business-form .select-label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 700;
  margin-bottom: 8px;
}

header.siteHeader .user-controls .account .account-dropdown .personal-form .btn-wrapper, header.siteHeader .user-controls .account .account-dropdown .business-form .btn-wrapper {
  text-align: center;
}

header.siteHeader .user-controls .account .account-dropdown .personal-form .btn-wrapper .form-submit-btn, header.siteHeader .user-controls .account .account-dropdown .business-form .btn-wrapper .form-submit-btn {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem;
  margin: 4px 0px 0px 0px;
  padding: 7px 30px 7px 30px;
  border-radius: 20px 0px;
}

header.siteHeader .user-controls .account .account-dropdown .business-form {
  display: none;
}

header.siteHeader .user-controls .menu {
  display: -ms-flexbox;
  display: flex;
  margin: 7px 0px 0px 12px;
  width: 36px;
}

header.siteHeader .user-controls .menu .menu-bars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
  color: #043673;
  padding: 0 7px;
  height: 43px;
}

header.siteHeader .user-controls .menu .menu-bars .icon {
  background-image: url("/library/img/menuIconBlue.svg");
  background-position: 0 0;
  width: 24px;
  height: 16px;
  background-repeat: no-repeat;
}

header.siteHeader .user-controls .menu .menu-bars.open .icon {
  background-image: url("/library/img/menuIconSprite.png");
  background-position: -26px 0;
  width: 16px;
  height: 16px;
  padding: 3px 6.5px 0px 6.5px;
}

header.siteHeader .user-controls .menu .menu-bars:hover, header.siteHeader .user-controls .menu .menu-bars:focus, header.siteHeader .user-controls .menu .menu-bars:active {
  background: #043673;
  color: #FFFFFF;
}

header.siteHeader .user-controls .menu .menu-bars:hover .icon, header.siteHeader .user-controls .menu .menu-bars:focus .icon, header.siteHeader .user-controls .menu .menu-bars:active .icon {
  background-image: url("/library/img/menuIconWhite.svg");
}

header.siteHeader .user-controls .menu .menu-bars:hover.open .icon, header.siteHeader .user-controls .menu .menu-bars:focus.open .icon, header.siteHeader .user-controls .menu .menu-bars:active.open .icon {
  background-image: url("/library/img/menuIconSprite.png");
  background-position: -26px -19px;
  width: 16px;
  height: 16px;
  padding: 3px 6.5px 0px 6.5px;
}

header.siteHeader .user-controls .menu .menu-bars .fas {
  font-size: 26px;
  font-size: 1.625rem;
}

header.siteHeader .user-controls .menu .menu-bars .exit-mobile {
  display: none;
}

header.siteHeader .user-controls .menu .menu-bars .menu-text {
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 11px;
  line-height: 0.6875rem;
  font-weight: 700;
  margin-top: 3px;
}

@media (max-width: 1199.98px) {
  header.siteHeader .user-controls .utility-nav .utility {
    margin: 0px 12px 0px 0px;
  }
  header.siteHeader .user-controls .utility-nav .utility .util-text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
  header.siteHeader .user-controls .login .login-btn {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    line-height: 0.9375rem;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  header.siteHeader .user-controls .login .login-btn .fas {
    font-size: 9px;
    font-size: 0.5625rem;
  }
  header.siteHeader .user-controls .account .account-btn {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    line-height: 0.9375rem;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  header.siteHeader .user-controls .account .account-btn .fas {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}

@media (max-width: 991.98px) {
  .header-wrapper {
    height: 56.96px;
  }
  header.siteHeader {
    height: 56.96px;
  }
  header.siteHeader.nasdaq .nasdaq-links {
    display: none;
  }
  header.siteHeader.nasdaq .user-controls .menu {
    display: -ms-flexbox;
    display: flex;
  }
  header.siteHeader.nasdaq .user-controls .menu .menu-bars {
    padding: 8px 10px;
  }
  header.siteHeader .logo {
    width: 99.73px;
    height: 28.24px;
    left: 10px;
    top: 13px;
  }
  header.siteHeader .icon-container {
    padding-right: 0px;
  }
  header.siteHeader .search-dropdown {
    display: none;
  }
  header.siteHeader .user-controls {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 8px;
    line-height: 0.5rem;
    font-weight: 700;
    margin: 0px;
  }
  header.siteHeader .user-controls .utility-nav {
    -ms-flex-order: 1;
        order: 1;
    margin: 0px;
  }
  header.siteHeader .user-controls .utility-nav .utility .util-text {
    display: none;
  }
  header.siteHeader .user-controls .utility-nav .location-btn,
  header.siteHeader .user-controls .utility-nav .help-btn,
  header.siteHeader .user-controls .utility-nav .covid-btn {
    display: none;
  }
  header.siteHeader .user-controls .utility-nav .contact-btn {
    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;
    border-left: 1px solid #DEDEDE;
    padding: 4px 5px 8px 5px;
    text-align: center;
    margin: 0px;
    height: 100%;
  }
  header.siteHeader .user-controls .utility-nav .contact-btn .exit-mobile {
    display: none;
  }
  header.siteHeader .user-controls .utility-nav .contact-btn:hover .util-text, header.siteHeader .user-controls .utility-nav .contact-btn:focus .util-text {
    display: none;
  }
  header.siteHeader .user-controls .utility-nav .contact-btn.open {
    color: #043673;
    padding-top: 2px;
  }
  header.siteHeader .user-controls .utility-nav .contact-btn.open .util-text {
    display: none;
  }
  header.siteHeader .user-controls .utility-nav .contact-btn.open .fas {
    display: none;
  }
  header.siteHeader .user-controls .utility-nav .contact-btn.open .exit-mobile {
    display: initial;
    margin: 0px 0px 3px 0px;
  }
  header.siteHeader .user-controls .utility-nav .contact-btn .fas {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0px 0px 3px 0px;
  }
  header.siteHeader .user-controls .utility-nav .contact-btn .util-mobile-text {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 8px;
    line-height: 0.5rem;
    display: initial;
  }
  header.siteHeader .user-controls .utility-nav .search-btn {
    display: none;
  }
  header.siteHeader .user-controls .utility-nav .contact-flyout {
    width: 300px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    padding: 31px 29px 33px 42px;
    position: absolute;
  }
  header.siteHeader .user-controls .utility-nav .contact-flyout.open {
    right: 6px;
  }
  header.siteHeader .user-controls .utility-nav .contact-flyout .exit {
    display: none;
  }
  header.siteHeader .user-controls .login {
    -ms-flex-order: 2;
        order: 2;
    margin: 0px;
  }
  header.siteHeader .user-controls .login .login-btn {
    display: none;
  }
  header.siteHeader .user-controls .login .login-mobile-btn {
    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;
    border-left: 1px solid #DEDEDE;
    text-align: center;
    padding: 4px 8px 8px 8px;
    height: 100%;
    color: #043673;
    text-decoration: none;
  }
  header.siteHeader .user-controls .login .login-mobile-btn .exit-mobile {
    display: none;
  }
  header.siteHeader .user-controls .login .login-mobile-btn:hover, header.siteHeader .user-controls .login .login-mobile-btn:focus {
    color: #0076A8;
  }
  header.siteHeader .user-controls .login .login-mobile-btn.open {
    background: #0076A8;
    color: #fff;
    padding-top: 2px;
  }
  header.siteHeader .user-controls .login .login-mobile-btn.open .fas {
    display: none;
  }
  header.siteHeader .user-controls .login .login-mobile-btn.open .exit-mobile {
    display: initial;
    margin: 0px 0px 3px 0px;
  }
  header.siteHeader .user-controls .login .login-mobile-btn .fas {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0px 0px 3px 0px;
  }
  header.siteHeader .user-controls .login .login-dropdown {
    top: 100%;
  }
  header.siteHeader .user-controls .login .login-dropdown .login-form .select-label:first-child {
    margin-top: 0px;
  }
  header.siteHeader .user-controls .login .login-dropdown .login-form .select-box, header.siteHeader .user-controls .login .login-dropdown .login-form .login-input {
    margin-top: 0px;
  }
  header.siteHeader .user-controls .login .login-dropdown .login-form .submit-wrapper .password-link {
    top: 24px;
  }
  header.siteHeader .user-controls .account {
    -ms-flex-order: 0;
        order: 0;
  }
  header.siteHeader .user-controls .account .account-btn {
    display: none;
  }
  header.siteHeader .user-controls .account .account-mobile-btn {
    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;
    border-left: 1px solid #DEDEDE;
    padding: 13px 5px 8px 5px;
    text-align: center;
    height: 56.96px;
    color: #043673;
    text-decoration: none;
  }
  header.siteHeader .user-controls .account .account-mobile-btn .exit-mobile {
    display: none;
  }
  header.siteHeader .user-controls .account .account-mobile-btn .account-btn-text {
    width: 38px;
  }
  header.siteHeader .user-controls .account .account-mobile-btn:hover, header.siteHeader .user-controls .account .account-mobile-btn:focus {
    color: #0076A8;
  }
  header.siteHeader .user-controls .account .account-mobile-btn.open {
    background: #043673;
    color: #fff;
    padding-top: 3px;
  }
  header.siteHeader .user-controls .account .account-mobile-btn.open .fas {
    display: none;
  }
  header.siteHeader .user-controls .account .account-mobile-btn.open .exit-mobile {
    display: initial;
    margin: 0px 0px 3px 0px;
  }
  header.siteHeader .user-controls .account .account-mobile-btn .fas {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0px 0px 3px 5px;
  }
  header.siteHeader .user-controls .account .account-dropdown {
    right: -92px;
  }
  header.siteHeader .user-controls .account .account-dropdown .btn-tab .personal-acct-btn, header.siteHeader .user-controls .account .account-dropdown .btn-tab .business-acct-btn {
    padding: 16px 19px 17px 12px;
  }
  header.siteHeader .user-controls .menu {
    -ms-flex-order: 3;
        order: 3;
    margin: 0px;
    width: auto;
  }
  header.siteHeader .user-controls .menu .menu-bars {
    border-left: 1px solid #DEDEDE;
    padding: 4px 10px 8px 10px;
    height: 100%;
    width: 45px;
  }
  header.siteHeader .user-controls .menu .menu-bars .fas {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0px 0px 3px 0px;
  }
  header.siteHeader .user-controls .menu .menu-bars .menu-text {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 8px;
    line-height: 0.5rem;
  }
}

footer.siteFooter {
  margin-top: 25px;
  position: relative;
  box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.16);
}

footer.siteFooter.nasdaq .contact .footer-logo img {
  height: 68px;
}

footer.siteFooter.nasdaq .bottom-footer .container .row .copyright {
  -ms-flex-align: center;
      align-items: center;
}

footer.siteFooter.nasdaq .bottom-footer .container .row .copyright .copy-info {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}

footer.siteFooter.nasdaq .bottom-footer .container .row .copyright .copy-info .copy-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer.siteFooter.nasdaq .bottom-footer .container .row .copyright .copy-info address {
  margin-bottom: 0;
}

footer.siteFooter .top-footer {
  box-shadow: 0px -1px 2px -2px rgba(0, 0, 0, 0.16);
}

footer.siteFooter .bottom-footer {
  border-top: 1px solid #DBDBDB;
  padding: 13px 0px 15px 0px;
}

footer.siteFooter .contact {
  border-right: 1px solid #DBDBDB;
  padding: 49px 10px 40px 0px;
  margin-right: 29px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

footer.siteFooter .contact .routing {
  margin-top: 30px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 25px;
  line-height: 1.5625rem;
}

footer.siteFooter .contact .routing .routing-title {
  font-weight: 300;
}

footer.siteFooter .contact .routing .routing-number {
  font-weight: 600;
}

footer.siteFooter .contact .social-icons {
  margin: 56px 0px 0px 0px;
}

footer.siteFooter .menu-links {
  margin: 41px 0px 23px 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

footer.siteFooter .menu-links .menu-section {
  padding: 0 20px;
  width: 33.33%;
}

footer.siteFooter .menu-links .menu-section .heading {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #63666A;
  margin: 0px 0px 12px 0px;
}

footer.siteFooter .menu-links .menu-section .link-list {
  list-style-type: none;
  padding-left: 0px;
}

footer.siteFooter .menu-links .menu-section .link-list .footer-link {
  line-height: 35px;
  line-height: 2.1875rem;
  text-decoration: none;
}

footer.siteFooter .menu-links .menu-section .link-list .footer-link:hover, footer.siteFooter .menu-links .menu-section .link-list .footer-link:focus {
  text-decoration: underline;
  color: #0C3D77;
}

footer.siteFooter .bottom-footer .container .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

footer.siteFooter .bottom-footer .container .row .copyright {
  display: -ms-flexbox;
  display: flex;
}

footer.siteFooter .bottom-footer .container .row .copyright .copy-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 15px;
}

footer.siteFooter .bottom-footer .container .row .copyright .copy-icons .equal-housing-icon {
  max-height: 46px;
}

footer.siteFooter .bottom-footer .container .row .copyright .copy-icons .member-fdic-icon {
  margin-left: 22px;
  max-height: 59px;
}

footer.siteFooter .bottom-footer .container .row .copyright .copy-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  margin-left: 27px;
  -ms-flex-align: center;
      align-items: center;
}

footer.siteFooter .bottom-footer .container .row .copyright .copy-info .item {
  margin-bottom: 10px;
}

footer.siteFooter .bottom-footer .container .row .copyright .copy-info .item:after {
  content: '|';
  margin: 0 16px;
  color: #363636;
}

footer.siteFooter .bottom-footer .container .row .copyright .copy-info .item:last-child:after {
  display: none;
}

footer.siteFooter .bottom-footer .container .row .copyright .copy-info .copy-bar {
  margin: 0px 16px;
  color: #363636;
}

footer.siteFooter .bottom-footer .container .row .copyright .copy-info .copy-info-id {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 300;
}

footer.siteFooter .bottom-footer .container .row .copyright .copy-info .copy-info-num {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}

footer.siteFooter .bottom-footer .container .row .logo-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  padding-top: 11px;
}

footer.siteFooter .bottom-footer .container .row .logo-links .app-store-icon {
  margin: 0px 18px 0px 0px;
  -ms-flex-order: 1;
      order: 1;
  max-height: 32px;
}

footer.siteFooter .bottom-footer .container .row .logo-links .google-play-icon {
  margin: 0px 0px 0px 0px;
  max-height: 32px;
}

@media (max-width: 1199.98px) {
  footer.siteFooter .contact {
    margin: 0px;
  }
  footer.siteFooter .menu-links {
    margin-top: 41px;
  }
  footer.siteFooter .bottom-footer .container .row .copyright .copy-info {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
  footer.siteFooter .bottom-footer .container .row .copyright .copy-info .copy-info-id {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
  footer.siteFooter .bottom-footer .container .row .copyright .copy-info .copy-info-num {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
}

@media (max-width: 991.98px) {
  footer.siteFooter {
    margin-top: 20px;
    box-shadow: 0px -2px 2px -2px #DEDEDE;
  }
  footer.siteFooter.nasdaq .bottom-footer .container .row .copyright .copy-info {
    -ms-flex-align: center;
        align-items: center;
  }
  footer.siteFooter.nasdaq .bottom-footer .container .row .copyright .copy-info .copy-text {
    -ms-flex-pack: center;
        justify-content: center;
  }
  footer.siteFooter .top-footer, footer.siteFooter .bottom-footer {
    border-top: none;
  }
  footer.siteFooter .bottom-footer {
    padding-top: 2px;
  }
  footer.siteFooter .contact {
    border-right: none;
    border-bottom: 1px solid #DBDBDB;
    padding: 18px 0px 24px 0px;
    margin: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  footer.siteFooter .contact .footer-logo {
    max-width: 60%;
  }
  footer.siteFooter .contact .routing {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin: 22px 0px 0px 0px;
    display: -ms-flexbox;
    display: flex;
  }
  footer.siteFooter .contact .routing .routing-number {
    margin: 0px 0px 0px 5px;
  }
  footer.siteFooter .contact .social-icons {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 28px 0px 0px 0px;
  }
  footer.siteFooter .menu-links {
    margin: 18px 0px 0px 0px;
    border-bottom: 1px solid #DBDBDB;
    display: block;
    overflow: auto;
  }
  footer.siteFooter .menu-links .menu-section:nth-child(even) {
    float: right;
  }
  footer.siteFooter .menu-links .menu-section:nth-child(odd) {
    float: left;
  }
  footer.siteFooter .menu-links .menu-section:nth-last-child(2), footer.siteFooter .menu-links .menu-section:last-child {
    margin-bottom: 18px;
  }
  footer.siteFooter .menu-links .menu-section {
    margin-bottom: 24px;
    padding: 0px;
    width: 50%;
  }
  footer.siteFooter .menu-links .menu-section .heading {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin-bottom: 7px;
  }
  footer.siteFooter .menu-links .menu-section .link-list {
    margin: 0px;
  }
  footer.siteFooter .menu-links .menu-section .link-list .footer-link {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  footer.siteFooter .bottom-footer .container .row .copyright {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  footer.siteFooter .bottom-footer .container .row .copyright .copy-icons {
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
  }
  footer.siteFooter .bottom-footer .container .row .copyright .copy-info {
    margin: 5px -6px 0px -6px;
    -ms-flex-pack: center;
        justify-content: center;
  }
  footer.siteFooter .bottom-footer .container .row .copyright .copy-info .copy-bar {
    margin: 0px 11px;
    color: #63666A;
  }
  footer.siteFooter .bottom-footer .container .row .logo-links {
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 13px;
  }
}

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 20px 0 0px 0;
}

.breadcrumbs ul {
  padding: 0;
  margin: 0;
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  margin-bottom: 0;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li:after {
  content: '|';
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 8px;
  color: #000;
}

.breadcrumbs a {
  text-decoration: underline;
  color: #043572;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

@media (max-width: 1199.98px) {
  .breadcrumbs {
    padding: 25px 15px 15px 15px;
  }
}

@media (max-width: 767.98px) {
  .breadcrumbs {
    display: none;
    padding: 20px 0px;
  }
}

.r-tabs {
  position: relative;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  /* Tab panel */
  /* Accordion anchor */
  /* Active accordion anchor */
  /* Disabled accordion button */
}

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  /* Tab element */
  /* Tab anchor */
  /* Disabled tab */
  /* Active state tab anchor */
}

.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  background-color: #043673;
  width: 100%;
  text-align: center;
  border-right: 1px solid #FFF;
}

.r-tabs .r-tabs-nav .r-tabs-tab:last-child {
  border-right: none;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 10px 12px;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  position: relative;
}

.r-tabs .r-tabs-nav .r-tabs-anchor:hover, .r-tabs .r-tabs-nav .r-tabs-anchor:focus {
  color: #212212;
  text-shadow: none;
  background-color: #bcc1c6;
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #212212;
  text-shadow: none;
  background-color: #E9ECEF;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.r-tabs .r-tabs-panel {
  display: none;
  background-color: #E9ECEF;
  padding: 20px;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;
  background-color: #043673;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #FFF;
  position: relative;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {
  content: '\f0d7';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  display: none;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor svg {
  position: absolute;
  right: 15px;
  top: 13px;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #E9ECEF;
  color: #212121;
  text-shadow: none;
  border-bottom: 1px solid #A2A2A2;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {
  content: '\f0de';
  color: #212121;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor svg {
  color: #212121;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}

/* Accordion responsive breakpoint */
@media (max-width: 767.98px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
  .r-tabs .r-tabs-panel {
    padding: 15px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-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;
  padding: 20px;
  text-align: center;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  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("/library/img/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: 40%;
  -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: .8;
  outline: 1px solid #043673;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}

.slick-prev {
  left: -130px;
  height: 48px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: '';
  background: url("/library/img/sprite-slider-arrows.png") no-repeat 0 0;
  width: 19px;
  height: 48px;
  display: inline-block;
}

.slick-next {
  right: -130px;
  height: 48px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: '';
  background: url("/library/img/sprite-slider-arrows.png") no-repeat -39px 0;
  width: 19px;
  height: 48px;
  display: inline-block;
}

/* 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 {
  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: white;
  background: #FFF;
  border: 1px solid #FFF;
}

.playControls {
  position: absolute;
  bottom: 38px;
  right: 40px;
}

.playControls .pausePlayBtn {
  background: #FFF;
  color: #043673;
  outline: none;
  box-shadow: none;
  border: 1px solid #043673;
  border-radius: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .slick-prev {
    height: 35px;
  }
  .slick-prev:before {
    background-position: -4px -51px;
    width: 14px;
    height: 35px;
  }
  .slick-next {
    height: 35px;
  }
  .slick-next:before {
    background-position: -39px -51px;
    width: 14px;
    height: 35px;
  }
}

.nav-open {
  position: fixed;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  padding-right: 17px;
}

.nav-open nav.main-menu {
  width: calc(100% - 17px);
}

nav.main-menu {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  padding: 100px 0px;
  overflow: auto;
  display: none;
  padding-left: calc(100vw - 100%);
}

nav.main-menu .heading {
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #0076A8;
  margin: 0px 0px 30px 0px;
  text-decoration: underline;
  display: block;
}

nav.main-menu .heading:hover, nav.main-menu .heading:focus, nav.main-menu .heading:active {
  text-decoration: none;
}

nav.main-menu .link-list {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 55px;
  line-height: 3.4375rem;
  list-style-type: none;
  padding: 0px;
  color: #1695A8;
  font-family: "Acumin", sans-serif;
}

nav.main-menu .link-list.gen-page-list {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 41px;
  line-height: 2.5625rem;
  background: rgba(113, 197, 232, 0.31);
  padding: 23px 35px 27px 35px;
  position: relative;
  z-index: 11;
  display: inline-block;
  max-width: 255px;
}

nav.main-menu .link-list.gen-page-list .menu-link {
  color: #000000;
}

nav.main-menu .link-list.gen-page-list .menu-link:hover, nav.main-menu .link-list.gen-page-list .menu-link:focus {
  border-bottom: 1px solid #043673;
  padding-bottom: 2px;
}

nav.main-menu .link-list .menu-link {
  text-decoration: none;
}

nav.main-menu .link-list .menu-link:hover, nav.main-menu .link-list .menu-link:focus {
  color: #043673;
  border-bottom: 2px solid #043673;
}

nav.main-menu .phone-number {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Acumin", sans-serif;
  color: #043673;
  position: relative;
  z-index: 11;
  text-align: center;
  max-width: 255px;
}

nav.main-menu .phone-number a {
  color: #043673;
  text-decoration: none;
}

nav.main-menu .phone-number a:hover, nav.main-menu .phone-number a:focus {
  text-decoration: underline;
}

nav.main-menu .ctas {
  max-width: 255px;
  text-align: center;
  padding-top: 12px;
}

nav.main-menu .ctas .btn {
  padding: 9px 25px;
}

nav.main-menu .container {
  position: relative;
  z-index: 11;
}

nav.main-menu .bg-graphic {
  position: absolute;
  right: -17px;
  bottom: 0;
  z-index: 10;
}

.mobileMenu {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  background: #FFF;
  z-index: 10;
  box-shadow: 0 4px 2px -2px gray;
}

.mobileMenu.nasdaq .quickLinks {
  background: #FFF;
  border-top: 1px solid #ccc;
  padding: 30px 10px;
}

.mobileMenu.nasdaq .quickLinks ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 30px;
}

.mobileMenu.nasdaq .quickLinks ul:last-child {
  margin-bottom: 0;
}

.mobileMenu.nasdaq .quickLinks ul li {
  margin-right: 15px;
}

.mobileMenu.nasdaq .quickLinks ul li:last-child {
  margin-right: 0;
}

.mobileMenu.nasdaq .quickLinks .link-list a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}

.mobileMenu.nasdaq .quickLinks .button-list a:hover, .mobileMenu.nasdaq .quickLinks .button-list a:focus {
  text-decoration: none;
}

.mobileMenu.nasdaq .quickLinks a {
  color: #043673;
  line-height: 18px;
}

.mobileMenu.nasdaq .quickLinks a .fas {
  margin-left: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

.mobileMenu.nasdaq .quickLinks .personalBtn {
  margin: 10px 0;
}

.mobileMenu .search-bar input {
  background: #f0f0f0;
  color: #3e3e3e;
  border: none;
  padding-left: 30px;
}

.mobileMenu .search-bar input::-webkit-input-placeholder {
  color: #3e3e3e;
}

.mobileMenu .search-bar input:-ms-input-placeholder {
  color: #3e3e3e;
}

.mobileMenu .search-bar input::placeholder {
  color: #3e3e3e;
}

.mobileMenu .search-bar span {
  color: #043673;
  border: none;
  background: #f0f0f0;
  border-radius: 0px;
  padding-right: 34px;
}

.mobileMenu .search-bar span a {
  color: #043673;
}

.mobileMenu .search-bar span a:hover, .mobileMenu .search-bar span a:focus {
  color: #0076A8;
}

.mobileMenu a {
  text-decoration: none;
  display: block;
}

.mobileMenu .menuIconQuickLinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 11px 0;
}

.mobileMenu .menuIconQuickLinks ~ .menuIconQuickLinks {
  border-top: 1px solid #DEDEDE;
}

.mobileMenu .menuIconQuickLinks .utility {
  display: -ms-flexbox;
  display: flex;
  color: #043673;
  font-weight: 600;
  -ms-flex-align: center;
      align-items: center;
}

.mobileMenu .menuIconQuickLinks .utility:hover, .mobileMenu .menuIconQuickLinks .utility:focus {
  color: #0076A8;
}

.mobileMenu .menuIconQuickLinks .utility .fas {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0px 8px 0px 0px;
}

.mobileMenu .menuIconQuickLinks .utility svg {
  margin-right: 8px;
  fill: #043673;
}

.mobileMenu .menuIconQuickLinks .utility .util-text {
  line-height: 1;
}

.mobileMenu .menuIconQuickLinks .utility.covid-btn {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1695A8;
}

.mobileMenu .menuIconQuickLinks .utility.covid-btn img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.mobileMenu .menuIconQuickLinks .utility.covid-btn svg {
  fill: #1695A8;
  margin-right: 5px;
}

.mobileMenu .menuIconQuickLinks .utility.covid-btn:hover, .mobileMenu .menuIconQuickLinks .utility.covid-btn:focus {
  color: #0076A8;
}

.mobileMenu .menuIconQuickLinks .utility.covid-btn:hover svg, .mobileMenu .menuIconQuickLinks .utility.covid-btn:focus svg {
  fill: #0076A8;
}

.mobileMenu .menuItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.mobileMenu .toggleSubmenu {
  width: 50px;
  padding: 15px 23px 15px 0px;
  text-align: center;
  cursor: pointer;
}

.mobileMenu .toggleSubmenu .fas {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #FFF;
}

.mobileMenu ul {
  margin: 0;
  padding: 0;
}

.mobileMenu ul.tier1 > li {
  background: #043673;
}

.mobileMenu ul.tier1 > li:nth-child(2) {
  background: #0076A8;
}

.mobileMenu ul.tier1 > li a {
  color: #FFFFFF;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: "Acumin", sans-serif;
  font-weight: 400;
  padding: 20px 30px;
  display: block;
}

.mobileMenu ul.tier1 .cat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  color: #FFFFFF;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: "Acumin", sans-serif;
  font-weight: 400;
  padding: 20px 30px;
  width: 100%;
  cursor: pointer;
}

.mobileMenu ul.tier2 {
  display: none;
  background: inherit;
  padding: 0px 0px 10px 0px;
}

.mobileMenu ul.tier2 > li {
  background: inherit;
}

.mobileMenu ul.tier2 > li a {
  background: inherit;
  font-family: "Acumin", sans-serif;
  color: #FFF;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 0px 30px;
  line-height: 39px;
  line-height: 2.4375rem;
}

.mobileMenu ul.tier2 > li a:hover, .mobileMenu ul.tier2 > li a:focus {
  text-decoration: underline;
}

.mobileMenu ul.tier2 > li:first-child {
  margin-top: -10px;
}

.mobileMenu ul.tier3 {
  display: none;
  background: #f9f7f3;
}

.mobileMenu ul.tier3 > li {
  border-bottom: 1px solid #d7d7d7;
}

.mobileMenu ul.tier3 > li a {
  padding: 15px 15px 15px 40px;
  background: #f9f7f3;
  color: #0076A8;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}

.mobileMenu ul.tier4 {
  display: none;
  background: #f4f0e8;
}

.mobileMenu ul.tier4 > li a {
  padding: 8px 15px 8px 50px;
  background: #f4f0e8;
  color: #0076A8;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
}

.mobileMenu .quickLinks {
  background: rgba(113, 197, 232, 0.31);
  padding: 20px 27px 27px 27px;
}

.mobileMenu .quickLinks ul {
  list-style: none;
}

.mobileMenu .quickLinks ul li a {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 400;
  display: block;
  font-family: "Acumin", sans-serif;
}

.mobileMenu .quickLinks ul li a:hover, .mobileMenu .quickLinks ul li a:focus {
  text-decoration: underline;
  color: #00426D;
}

.mobileMenu .mobileMenuFooter {
  background: #FFF;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 7px 11px 20px 11px;
  color: #043673;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Acumin", sans-serif;
}

.mobileMenu .mobileMenuFooter .footerLinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 5px 15px 10px;
}

.mobileMenu .mobileMenuFooter .footerLinks .phone-number {
  display: inline;
}

.mobileMenu .mobileMenuFooter .footerLinks .phone-number a {
  color: #043673;
  display: inline;
}

.mobileMenu .mobileMenuFooter .footerLinks .phone-number a:hover, .mobileMenu .mobileMenuFooter .footerLinks .phone-number a:focus, .mobileMenu .mobileMenuFooter .footerLinks .phone-number a:active {
  text-decoration: underline;
}

.mobileMenu .mobileMenuFooter .footerLinks .ctas {
  text-align: center;
  padding-top: 12px;
}

.mobileMenu .mobileMenuFooter .footerLinks .ctas .btn {
  padding: 9px 25px;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pagination-module .paging {
  -ms-flex-pack: center;
      justify-content: center;
}

.pagination-module .paging .pagination {
  -ms-flex-pack: center;
      justify-content: center;
}

.pagination-module .paging .pagination ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 35px;
  margin: 0;
  padding: 0px;
}

.pagination-module a {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 8px 9.5px;
  text-decoration: none;
  color: #043673;
  font-family: acumin;
  font-weight: bold;
}

.pagination-module .first-page, .pagination-module .last-page {
  padding: 8px 3px;
}

.pagination-module .prev-page, .pagination-module .next-page {
  padding: 8px 20px;
}

.pagination-module a.active {
  color: #0076A8;
  position: relative;
}

.pagination-module a.active::after {
  content: '';
  width: calc(100% - 19px);
  min-width: 12px;
  height: 2px;
  background-color: #0076A8;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.pagination-module a:hover:not(.active) {
  color: #0076A8;
}

.pagination-module .fas {
  font-size: 15px;
  font-size: 0.9375rem;
}

.alert {
  /*background: #fad771;*/
  color: #fff;
  padding: 22px 0;
  margin: 0px;
  border-radius: 0px;
  z-index: 9;
  /*Alert new options start*/
  /*Alert new options end*/
}

.alert.alert_option1 {
  background: #0076A8;
  color: #fff;
}

.alert.alert_option1 .alert-icon .alert2-icon {
  display: none;
}

.alert.alert_option1 .alert-description, .alert.alert_option1 a {
  color: #fff;
}

.alert.alert_option2 {
  background: #D23138;
  color: #FFF;
}

.alert.alert_option2 .alert-icon .alert1-icon {
  display: none;
}

.alert.alert_option2 .alert-description, .alert.alert_option2 a {
  color: #FFF;
}

.alert .alert-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

.alert .alert-wrapper .alert-icon {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  top: 0px;
}

.alert .alert-wrapper .alert-icon img {
  max-width: 100%;
  height: auto;
}

.alert .alert-wrapper .alert-description {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 0px 60px 0px 64px;
}

.alert .alert-wrapper .alert-description .alert-title {
  font-weight: 700;
}

.alert .alert-wrapper .alert-description a {
  color: #fff;
  text-decoration: underline;
}

.alert .alert-wrapper .alert-description a:hover, .alert .alert-wrapper .alert-description a:focus, .alert .alert-wrapper .alert-description a:active, .alert .alert-wrapper .alert-description a.active {
  text-decoration: none;
}

.alert .alert-wrapper .alert-exit {
  position: absolute;
  top: -17px;
  right: 0;
}

.alert .alert-wrapper .alert-exit img {
  width: 100%;
  height: auto;
}

/*location page dropdown css*/
.ui-autocomplete li {
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  position: relative;
}

.ui-autocomplete li > div.ui-menu-item-wrapper {
  padding-left: 30px !important;
  position: relative;
}

.ui-menu .ui-menu-item::after {
  position: absolute;
  content: "";
  background-image: url("/library/img/locationsIcons/map-icon.svg");
  height: 14px;
  width: 14px;
  background-repeat: no-repeat;
  top: 10px;
  left: 10px;
  opacity: 0.5;
}

.ui-widget.ui-widget-content {
  box-shadow: 0 5px 5px #ddd;
  overflow-x: hidden;
}

.ui-widget.ui-widget-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.ui-widget.ui-widget-content::-webkit-scrollbar {
  width: 9px;
  background-color: #F5F5F5;
}

.ui-widget.ui-widget-content::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #0076a8;
}

.ui-menu .ui-state-active {
  border: none !important;
  background: #f2f2f2 !important;
  font-weight: normal;
  color: #000 !important;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0 !important;
}

@media (max-width: 767.98px) {
  .alert {
    padding-bottom: 18px;
  }
  .alert .alert-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .alert .alert-wrapper .alert-icon img {
    max-width: 71%;
  }
  .alert .alert-wrapper .alert-description {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: 0px 15px 0px 47px;
  }
  .alert .alert-wrapper .alert-exit {
    top: -19px;
    right: 15px;
  }
}

.icon-callouts {
  padding: 35px 0 0 0;
}

.icon-callouts .row {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.icon-callouts .row [class^="col-"] {
  margin-bottom: 30px;
}

.icon-callouts .headline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0px 60px 40px 25px;
}

.icon-callouts .item {
  height: 100%;
  padding: 26px 51px 0 20px;
}

.icon-callouts .item .icon {
  padding-bottom: 10px;
}

.icon-callouts .item .icon img {
  max-height: 62px;
}

.icon-callouts .item .title {
  padding-bottom: 5px;
  line-height: 23px;
}

.icon-callouts .item .title .caption {
  font-size: 20px;
  font-size: 1.25rem;
  color: #043673;
}

.icon-callouts .item .content {
  padding-bottom: 0px;
  letter-spacing: .5px;
}

.icon-callouts .item .cta {
  padding: 20px 0px 20px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

@media (max-width: 1199.98px) {
  .icon-callouts .item {
    padding-left: 0px;
    padding-right: 30px;
  }
}

@media (max-width: 991.98px) {
  .icon-callouts {
    padding: 25px 0px;
  }
  .icon-callouts .content {
    line-height: 1.2;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 767.98px) {
  .icon-callouts {
    padding: 20px 0px;
  }
  .icon-callouts .row [class^="col-"]:last-child {
    margin-bottom: 0;
  }
  .icon-callouts .headline {
    padding: 60px 60px 0px 60px;
    text-align: center;
  }
  .icon-callouts .item {
    display: block;
    -ms-flex-pack: center;
        justify-content: center;
    border-right: none;
    border-bottom: 1px solid #DBDBDB;
    padding-right: 0px;
  }
  .icon-callouts .item .icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .icon-callouts .item .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .icon-callouts .item .title .caption {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
  }
  .icon-callouts .item .content {
    padding-bottom: 20px;
    text-align: center;
  }
  .icon-callouts .item .cta {
    -ms-flex-pack: center;
        justify-content: center;
    padding-bottom: 28px;
  }
  .icon-callouts .item .cta .btn {
    padding: 10px 27px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

@media (max-width: 575.98px) {
  .icon-callouts .headline {
    padding: 0px;
  }
  .icon-callouts .item .icon {
    padding-bottom: 10px;
  }
  .icon-callouts .item .title {
    text-align: center;
    padding-bottom: 5px;
  }
}

.quick-links {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 500px;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 200px 0px 0px 0px;
  margin: 35px 0;
}

.quick-links .container {
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

.quick-links .qlc-body {
  position: relative;
  color: #000000;
  background: white;
  border-radius: 80px 0px 80px 0px;
  display: -ms-flexbox;
  display: flex;
  width: 474px;
  margin: 110px 0;
}

.quick-links .qlc-body .intro {
  font-size: 22px;
  font-size: 1.375rem;
}

.quick-links .qlc-body .content {
  color: #63666A;
}

.quick-links .qlc-body .contact {
  padding: 45px 25px 50px 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}

.quick-links .qlc-body .links .link {
  padding: 26px 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#043673+0,1695a8+100 */
  background: #043673;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #043673 0%, #1695a8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043673', endColorstr='#1695a8',GradientType=1 );
  /* IE6-9 */
  border-bottom: 1px solid white;
  text-align: center;
  min-width: 33.33%;
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 114px;
}

.quick-links .qlc-body .links .link:hover, .quick-links .qlc-body .links .link:focus {
  background: #043673;
}

.quick-links .qlc-body .links .link img {
  color: white;
  padding-bottom: 10px;
  max-height: 43px;
}

.quick-links .qlc-body .links .link:first-child {
  border-radius: 35px 0px 0px 0px;
}

.quick-links .qlc-body .links .link:last-child {
  border-radius: 0px 0px 35px 0px;
  border-bottom: none;
}

.quick-links .qlc-body .links .link:first-child:nth-last-child(1) {
  height: 100%;
}

.quick-links .qlc-body .links .link:first-child:nth-last-child(2),
.quick-links .qlc-body .links .link:first-child:nth-last-child(2) ~ .link {
  height: 50%;
}

.quick-links .qlc-body .links .link:first-child:nth-last-child(3),
.quick-links .qlc-body .links .link:first-child:nth-last-child(3) ~ .link {
  height: 33.33%;
}

.quick-links .qlc-body .links .link:first-child:nth-last-child(4),
.quick-links .qlc-body .links .link:first-child:nth-last-child(4) ~ .link {
  height: 25%;
}

@media (max-width: 991.98px) {
  .quick-links {
    min-height: 300px;
    border-radius: 0px 0px 150px 0px;
    margin: 20px 0;
  }
  .quick-links .qlc-body {
    margin: 200px 0 30px 0;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .quick-links {
    border-radius: 150px 0px 0px 0px;
    background-position: 35% 50%;
  }
  .quick-links .qlc-body {
    color: #000000;
    background: white;
    border-radius: 80px 0px 80px 0px;
    display: block;
  }
  .quick-links .qlc-body .contact {
    padding: 20px 15px 15px 25px;
    line-height: 24px;
  }
  .quick-links .qlc-body .links {
    display: -ms-flexbox;
    display: flex;
  }
  .quick-links .qlc-body .links .link-description {
    font-size: 9px;
    font-size: 0.5625rem;
  }
  .quick-links .qlc-body .links .link {
    padding: 20px 9px;
    background-image: linear-gradient(#043673, #1695A8);
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    line-height: 15px;
    text-align: center;
    min-width: 33.33%;
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    width: 114px;
  }
  .quick-links .qlc-body .links .link:first-child {
    border-radius: 0px 0px 0px 0px;
  }
  .quick-links .qlc-body .links .link:last-child {
    border-radius: 0px 0px 65px 0px;
    border-bottom: 1px solid white;
  }
  .quick-links .qlc-body .links .link:last-child .link-description {
    padding-right: 10px;
  }
  .quick-links .qlc-body .links .link img {
    width: 28px;
  }
  .quick-links .qlc-body .links .link:first-child:nth-last-child(1) {
    width: 100%;
    height: auto;
  }
  .quick-links .qlc-body .links .link:first-child:nth-last-child(2),
  .quick-links .qlc-body .links .link:first-child:nth-last-child(2) ~ .link {
    width: 50%;
    height: auto;
  }
  .quick-links .qlc-body .links .link:first-child:nth-last-child(3),
  .quick-links .qlc-body .links .link:first-child:nth-last-child(3) ~ .link {
    width: 33.33%;
    height: auto;
  }
  .quick-links .qlc-body .links .link:first-child:nth-last-child(4),
  .quick-links .qlc-body .links .link:first-child:nth-last-child(4) ~ .link {
    width: 25%;
    height: auto;
  }
}

.rates-table .disclaimer {
  text-align: center;
  padding-top: 34px;
}

.rates-table .disclaimer .disclaimer-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  width: 80%;
}

.rates-table .title {
  text-align: center;
  padding: 20px;
}

.rates-table .container {
  padding-bottom: 30px;
}

.rates-table .container table {
  margin: 0 auto;
  width: 80% !important;
}

.rates-table .container table tbody tr .rate-data {
  text-align: center;
}

@media (max-width: 767.98px) {
  .rates-table .title {
    padding: 20px 0;
  }
  .rates-table .disclaimer .disclaimer-text {
    width: 100%;
  }
  .rates-table .container table {
    width: 100% !important;
  }
}

.faqs {
  padding: 35px 0px;
}

.faqs .section-header .heading {
  margin: 0px 0px 45px 0px;
}

.faqs .section-header.greenBG, .faqs .section-header.darkBlueBG, .faqs .section-header.lightBlueBG {
  margin-bottom: 50px;
}

.faqs .section-header.greenBG .heading, .faqs .section-header.darkBlueBG .heading, .faqs .section-header.lightBlueBG .heading {
  color: #FFF;
  margin: 0;
  padding: 22px 0;
}

.faqs .section-header.greenBG {
  background-color: #1695A8;
}

.faqs .section-header.darkBlueBG {
  background-color: #043673;
}

.faqs .section-header.lightBlueBG {
  background-color: #0076A8;
}

.faqs .faq .faq-header {
  text-decoration: none;
}

.faqs .faq .faq-header:hover, .faqs .faq .faq-header:focus {
  outline: none;
}

.faqs .faq .faq-header:hover .faq-title, .faqs .faq .faq-header:focus .faq-title {
  color: #0076A8;
}

.faqs .faq .faq-header .faq-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 400;
  color: #043673;
  margin: 25px 0px 17px 45px;
}

.faqs .faq .faq-header .faq-title .fas {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 8px 4px 0px 0px;
  margin-left: -45px;
  position: relative;
  top: -3px;
  width: 42px;
  text-align: center;
}

.faqs .faq .faq-header .faq-title .fas.keyword-in-answer {
  background: #71C5E8;
  padding: 15px;
}

.faqs .faq .faq-header .faq-title .keyword {
  background: #71C5E8;
  padding-top: 6px;
  padding-bottom: 6px;
}

.faqs .faq.open .faq-header .faq-title {
  color: #0076A8;
}

.faqs .faq.open .faq-header:focus .faq-title {
  color: #0076A8;
}

.faqs .faq .faq-content {
  line-height: 22px;
  line-height: 1.375rem;
  color: #63666A;
  background-color: #F7F7F7;
  padding: 20px 20px 20px 30px;
  display: none;
}

.faqs .faq .faq-content p {
  margin: 0px;
}

.faqs .faq .faq-content .keyword {
  background: #71C5E8;
  padding: 3px 0px;
}

.faqs .help {
  margin-top: 15px;
}

.faqs .help .row {
  background: #F0F9FD;
  padding-top: 10px;
}

.faqs .help .group {
  display: -ms-flexbox;
  display: flex;
}

.faqs .help .group .fas {
  position: relative;
  top: 5px;
  padding: 0px 5px;
  padding-left: 12px;
  color: #043673;
  font-size: 18px;
}

.faqs .help .group p {
  padding: 0px 8px;
  padding-left: 3px;
  font-family: "acumin", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #043673;
  font-weight: bold;
}

.faqs.blue {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#043673+0,1695a8+100 */
  background: #043673;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #043673 0%, #1695a8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043673', endColorstr='#1695a8',GradientType=1 );
  /* IE6-9 */
}

.faqs.blue .heading {
  color: #FFF;
}

.faqs.blue .faq .faq-header .faq-title {
  color: #FFF;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.faqs.blue .faq .faq-header:hover .faq-title, .faqs.blue .faq .faq-header:focus .faq-title, .faqs.blue .faq .faq-header:active .faq-title {
  background: #1695A8;
  color: #FFF;
}

.faqs.blue .faq .faq-content {
  background: rgba(255, 255, 255, 0.08);
  color: #FFF;
}

.faqs.blue .faq.open {
  background: rgba(255, 255, 255, 0.08);
}

.faqs.blue .faq:last-child .faq-header .faq-title {
  border-bottom: none;
}

.faqs.blue .help .row {
  background: rgba(255, 255, 255, 0.08);
}

.faqs.blue .help .group .fas, .faqs.blue .help .group p {
  color: #FFF;
}

.faqs.blue .help a {
  color: #FFF;
}

.calculator-info {
  background-color: #F5F5F5;
}

/* wrapper for FAQ search / landing page */
.faq-search {
  padding-bottom: 35px;
}

.search-results-info {
  margin: 35px 0 0 0;
}

.search-results-info .results {
  display: inline-block;
  padding-right: 27px;
}

.search-results-info .keyword {
  display: inline-block;
  font-style: italic;
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "acumin", sans-serif;
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
}

@media (max-width: 767.98px) {
  .faqs {
    padding: 20px 0px;
  }
  .faqs .section-header .heading {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 27px;
    line-height: 1.6875rem;
    text-align: center;
    margin: 0px 0px 36px 0px;
  }
  .faqs .section-header.greenBG, .faqs .section-header.darkBlueBG, .faqs .section-header.lightBlueBG {
    padding: 0;
    margin-bottom: 20px;
  }
  .faqs .section-header.greenBG .heading, .faqs .section-header.darkBlueBG .heading, .faqs .section-header.lightBlueBG .heading {
    color: #FFF;
    margin: 0;
    padding: 14px 0;
  }
  .faqs .section-header.greenBG {
    background-color: #1695A8;
  }
  .faqs .section-header.darkBlueBG {
    background-color: #043673;
  }
  .faqs .section-header.lightBlueBG {
    background-color: #0076A8;
  }
  .faqs .faq .faq-header .faq-title {
    font-size: 16px !important;
    line-height: 25px;
    line-height: 1.5625rem;
    margin: 17px 0px 5px 0px;
  }
  .faqs .faq .faq-header .faq-title .fas {
    font-size: 9px;
    font-size: 0.5625rem;
    margin: 5px 11px 0px 0px;
    width: 18px;
  }
  .faqs .faq .faq-header .faq-title .fas.keyword-in-answer {
    padding: 10px 5px;
  }
  .faqs .faq .faq-header .faq-title .keyword {
    padding: 5px;
  }
  .faqs .faq .faq-content {
    font-size: 14px !important;
    line-height: 19px;
    line-height: 1.1875rem;
    padding: 16px 30px 16px 30px;
    margin: 0px -30px;
  }
  .faqs .help {
    margin: 15px -15px 0 -15px;
  }
  .faqs .help .container {
    padding: 0;
  }
  .faqs .help .row {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 15px 15px 15px 30px;
  }
  .faqs .help .group {
    display: -ms-flexbox;
    display: flex;
  }
  .faqs .help .group .fas {
    top: 1px !important;
    font-size: 16px;
    padding-left: 0;
  }
  .faqs .help .group p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .faqs .help a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .blue .faq .faq-content {
    margin: 0;
  }
  .blue .help {
    background: rgba(255, 255, 255, 0.08);
    padding: 10px 0;
  }
  .blue .help .row {
    background: none;
  }
  .search-results-info {
    text-align: center;
    margin: 25px 0 5px 0;
  }
  .search-results-info .results {
    display: block;
    line-height: 27px;
    line-height: 1.6875rem;
    margin: 0 0 15px 0;
  }
  .search-results-info .keyword {
    font-size: 18px;
    font-size: 1.125rem;
    @incdlude line-height(22);
  }
}

.faq-filters {
  padding-top: 60px;
}

.faq-filters .search .form-control {
  color: #63666A;
}

.faq-filters .search .form-control.changed {
  color: #0076A8;
}

.faq-filters .input-group-text {
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #0076A8;
}

.faq-filters .separator {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 25px;
}

.faq-filters #categorySelect {
  padding: 0;
  color: #63666A;
}

.faq-filters #categorySelect.changed {
  color: #0076A8;
}

.faq-search-btn {
  margin-top: 29px;
}

@media (max-width: 767.98px) {
  .faq-filters {
    padding-top: 30px;
  }
  .faq-filters .search .form-control {
    font-size: 16px;
    font-size: 1rem;
  }
  .faq-filters .separator {
    padding: 16px 0 10px;
  }
  .faq-filters #categorySelect {
    font-size: 16px;
    font-size: 1rem;
  }
}

.anchor-links {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  top: 100%;
}

.anchor-links.sticking {
  position: fixed;
  top: 59px;
  left: 0;
  height: 43px;
}

.anchor-links.sticking.sticky-scroll {
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  z-index: 7;
}

.anchor-links.sticking.sticky-scroll .links ul li .link {
  pointer-events: auto;
  -ms-touch-action: auto;
      touch-action: auto;
}

.anchor-links.business ul {
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}

.anchor-links.business ul li {
  list-style: none;
  text-decoration: none;
  border-left: 1px solid #0076A8;
  border-bottom: 1px solid #0076A8;
  background: #FFF;
  padding: 3px;
}

.anchor-links.business ul li:last-child {
  border-right: 1px solid #0076A8;
  border-radius: 0px 0px 35px 0px;
}

.anchor-links.business ul li:last-child .link {
  border-radius: 0px 0px 35px 0px;
}

.anchor-links.business ul li:hover, .anchor-links.business ul li:focus {
  background: #0076A8;
  transition: .5s;
}

.anchor-links.business ul li:hover a, .anchor-links.business ul li:focus a {
  color: white;
}

.anchor-links.business ul li a {
  text-decoration: none;
  color: #043673;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 8px 25px;
  display: block;
  text-align: center;
  line-height: 16px;
}

.anchor-links.personal ul {
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}

.anchor-links.personal ul li {
  list-style: none;
  text-decoration: none;
  border-left: 1px solid #043673;
  border-bottom: 1px solid #043673;
  background: #FFF;
}

.anchor-links.personal ul li:last-child {
  border-right: 1px solid #043673;
  border-radius: 0px 0px 35px 0px;
}

.anchor-links.personal ul li:last-child .link {
  border-radius: 0px 0px 35px 0px;
}

.anchor-links.personal ul li:hover, .anchor-links.personal ul li:focus {
  background: #043673;
  transition: .5s;
}

.anchor-links.personal ul li:hover a, .anchor-links.personal ul li:focus a {
  color: white;
}

.anchor-links.personal ul li a {
  text-decoration: none;
  color: #043673;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 8px 25px;
  display: block;
  text-align: center;
  line-height: 16px;
}

@media (max-width: 991.98px) {
  .anchor-links.sticking {
    position: fixed;
    top: 80px;
    left: 0;
    height: 43px;
  }
  .anchor-links ul li {
    padding: 0px !important;
  }
}

@media (max-width: 767.98px) {
  .anchor-links {
    display: none;
  }
}

.disclaimer-section {
  background: #F5F5F5;
  padding: 15px 0px;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
}

.terms {
  height: 300px;
  overflow-y: auto;
}

.disclaimer-section + .siteFooter {
  margin-top: 0;
}

.product-table {
  background-image: linear-gradient(to bottom, #FFF, #F5F5f5);
  box-shadow: 0 4px 8px 0 rgba(245, 245, 245, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
}

.product-table .h5 {
  cursor: pointer;
}

.product-table .content {
  display: none;
}

.product-table .left-col {
  font-weight: bold;
}

.product-table .title {
  text-align: center;
  padding: 25px;
}

.product-table table {
  width: 100% !important;
}

.product-table table tr:nth-child(odd) td {
  background-color: #f5f5f5;
}

.product-table table tr:nth-child(even) td {
  background-color: #FFF;
}

.product-table table tr td {
  line-height: 18px;
  line-height: 1.125rem;
  border-right: 1px solid #DEDEDE;
}

.product-table table tr th {
  border-right: 1px solid #DEDEDE;
}

.product-table table tr td:last-child, .product-table table tr th:last-child {
  border-right: none;
}

.product-table table th, .product-table .table th {
  background-color: #FFF;
  padding: 15px 10px;
  color: #1695A8;
  line-height: 23px;
  line-height: 1.4375rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.product-table table.dataTable > tbody > tr.child span.dtr-title {
  display: block;
}

.product-table table.dataTable > tbody > tr.child span.dtr-title, .product-table table.dataTable > tbody > tr.child span.dtr-data {
  width: 100%;
}

.product-table table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, .product-table table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  color: #043A74;
}

.product-table .disclaimer {
  padding-top: 25px;
  line-height: 20px;
}

.product-table .toggle-table {
  text-align: center;
  padding: 10px;
}

@media (max-width: 991.98px) {
  .product-table .title .rates {
    line-height: 27px;
    line-height: 1.6875rem;
  }
  .product-table table {
    width: 100% !important;
  }
  .product-table .disclaimer {
    display: none;
  }
  .product-table .title {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 15px 25px 40px 25px;
  }
  .product-table thead {
    display: none;
  }
  .product-table table.dataTable > tbody > tr.child span.dtr-title, .product-table table.dataTable > tbody > tr.child span.dtr-data {
    padding: 6px 20px 6px 39px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .product-table .toggle-table .h5.close-btn {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 23px;
    line-height: 1.4375rem;
    font-weight: 600;
  }
  .product-table .toggle-table .h5.close-btn .fas {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.general-content-block {
  padding: 35px 0px;
}

.general-content-block h2 {
  margin: 0px 0px 20px 0px;
}

.general-content-block p {
  margin: 0px;
}

@media (max-width: 767.98px) {
  .general-content-block {
    padding: 20px 0px;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .general-content-block h2 {
    margin: 0px 0px 20px 0px;
  }
  .general-content-block ul {
    text-align: left;
  }
}

.filter-dropdown-search .container .row {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
}

.filter-dropdown-search .container .or-col {
  text-align: center;
  margin: 0 35px;
  color: #63666A;
  font-family: "acumin", sans-serif;
  font-weight: 700;
}

.filter-dropdown-search .container .search-row {
  margin-top: 25px;
}

.filter-dropdown-search .search .form-control {
  border: none;
  border-bottom: 1px solid #0076A8;
  border-radius: 0px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: "acumin", sans-serif;
  height: 35px;
  min-width: 260px;
  padding: 0;
}

.filter-dropdown-search .search .form-control::-webkit-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "acumin", sans-serif;
  font-weight: 700;
  color: #63666A;
}

.filter-dropdown-search .search .form-control:-ms-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "acumin", sans-serif;
  font-weight: 700;
  color: #63666A;
}

.filter-dropdown-search .search .form-control::placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "acumin", sans-serif;
  font-weight: 700;
  color: #63666A;
}

.filter-dropdown-search .search .input-group-append .input-group-text {
  background: none;
  border: none;
  border-bottom: 1px solid #0076A8;
  border-radius: 0px;
  color: #0076A8;
  padding: 0px;
  padding-left: 5px;
}

.filter-dropdown-search .filter-dropdown {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "acumin", sans-serif;
  font-weight: 700;
  color: #63666A;
  background-image: url("/library/img/filter-dropdown-bg.png");
  background-position: center right 0px;
  border-bottom-color: #0076A8;
  border-radius: 0px;
  outline: none;
  padding-left: 0px;
  height: 35px;
  min-width: 260px;
}

.filter-dropdown-search .search-btn {
  padding: 9px 42px;
  border-radius: 30px 0px;
}

.filter-dropdown-search + .general-content-block {
  padding-top: 20px;
}

@media (max-width: 767.98px) {
  .filter-dropdown-search {
    margin: 20px 0px;
  }
  .filter-dropdown-search .container .row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .filter-dropdown-search .container .form-item-wrapper {
    width: 100%;
  }
  .filter-dropdown-search .container .or-col {
    margin: 25px 0 15px 0;
  }
  .filter-dropdown-search .filter-dropdown {
    font-size: 16px;
    font-size: 1rem;
    min-width: 0;
  }
  .filter-dropdown-search .search .form-control {
    font-size: 16px;
    font-size: 1rem;
    min-width: 0;
  }
  .filter-dropdown-search .search .form-control::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .filter-dropdown-search .search .form-control:-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .filter-dropdown-search .search .form-control::placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .filter-dropdown-search .search .input-group-append .input-group-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .filter-dropdown-search .search-btn-wrapper .search-btn {
    border-radius: 20px 0px;
  }
  .filter-dropdown-search + .general-content-block {
    padding-top: 7px;
    padding-bottom: 30px;
  }
}

section.searchResultsWrapper {
  margin: 3px 0;
}

section.searchResultsWrapper .search-results .pageTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 22px 0px 23px 0px;
}

section.searchResultsWrapper .search-results .result-stats {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 600;
  margin-bottom: 22px;
}

section.searchResultsWrapper .search-results .result-stats .query {
  font-weight: 400;
  font-style: italic;
  margin-left: 6px;
}

section.searchResultsWrapper .search-results .filters {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

section.searchResultsWrapper .search-results .filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section.searchResultsWrapper .search-results .filters li {
  display: inline-block;
  color: #000;
}

section.searchResultsWrapper .search-results .filters li:after {
  content: '|';
  margin: 0 5px;
}

section.searchResultsWrapper .search-results .filters li:last-child:after {
  display: none;
}

section.searchResultsWrapper .search-results .search {
  width: 28%;
}

section.searchResultsWrapper .search-results .search .input-group .form-control {
  border: none;
  border-bottom: 1px solid #0076A8;
  border-radius: 0px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "acumin", sans-serif;
}

section.searchResultsWrapper .search-results .search .input-group .form-control::-webkit-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "acumin", sans-serif;
  font-weight: 700;
  color: #63666A;
}

section.searchResultsWrapper .search-results .search .input-group .form-control:-ms-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "acumin", sans-serif;
  font-weight: 700;
  color: #63666A;
}

section.searchResultsWrapper .search-results .search .input-group .form-control::placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "acumin", sans-serif;
  font-weight: 700;
  color: #63666A;
}

section.searchResultsWrapper .search-results .search .input-group .input-group-append .input-group-text {
  background: none;
  border: none;
  border-bottom: 1px solid #0076A8;
  border-radius: 0px;
  color: #0076A8;
  padding: 0px;
  padding-left: 5px;
}

section.searchResultsWrapper .search-results .results {
  margin-bottom: 40px;
}

section.searchResultsWrapper .search-results .results .result {
  border-bottom: 1px solid #B1B3B3;
  padding: 26px 140px 52px 23px;
}

section.searchResultsWrapper .search-results .results .result:first-child {
  border-top: 1px solid #B1B3B3;
}

section.searchResultsWrapper .search-results .results .result .title {
  color: #707075;
  font-weight: 700;
  font-family: "acumin", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
}

@media (max-width: 991.98px) {
  section.searchResultsWrapper {
    margin: 20px 0;
  }
  section.searchResultsWrapper .search-results .pageTitle {
    text-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 16px 0px 37px 0px;
  }
  section.searchResultsWrapper .search-results .pageTitle h1 {
    line-height: 32px;
    line-height: 2rem;
  }
  section.searchResultsWrapper .search-results .pageTitle .search {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
  section.searchResultsWrapper .search-results .pageTitle .search .input-group .form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
  section.searchResultsWrapper .search-results .pageTitle .search .input-group .form-control:-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
  section.searchResultsWrapper .search-results .pageTitle .search .input-group .form-control::placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
  section.searchResultsWrapper .search-results .pageTitle .search .input-group .input-group-append .input-group-text {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  section.searchResultsWrapper .search-results .result-stats {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin-bottom: 13px;
  }
  section.searchResultsWrapper .search-results .result-stats .query {
    margin-left: 2px;
  }
  section.searchResultsWrapper .search-results .results .result {
    padding: 5px 0px 13px 0px;
  }
  section.searchResultsWrapper .search-results .results .result .title {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
  section.searchResultsWrapper .search-results .results .result .summary {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}

.nav-open .cookie-modal {
  width: calc(100% - 17px);
}

.cookie-modal {
  width: 100%;
  background-color: rgba(101, 101, 106, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: "acumin", sans-serif;
  font-weight: 700;
  z-index: 11;
}

.cookie-modal .cookie-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #ffffff;
  padding: 10px 0px 12px 0px;
}

.cookie-modal .cookie-content p {
  margin: 0px 10px 0px 0px;
}

.cookie-modal .cookie-content a {
  text-decoration: underline;
  color: #ffffff;
  font-weight: 700;
}

.cookie-modal .cookie-content a:hover, .cookie-modal .cookie-content a:focus {
  text-decoration: none;
}

.cookie-modal .cookie-content .continue a {
  border-bottom: none;
  text-decoration: none;
  padding-bottom: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 600;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cookie-modal .cookie-content .continue a:hover, .cookie-modal .cookie-content .continue a:focus {
  border-bottom: 1px solid #ffffff;
}

.cookie-modal .cookie-content .continue a .fas {
  font-size: 10px;
  font-size: 0.625rem;
  padding-left: 8px;
}

@media (max-width: 991.98px) {
  .cookie-modal {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
  .cookie-modal .cookie-content {
    padding: 10px 15px 19px 15px;
  }
  .cookie-modal .cookie-content p {
    margin: 0px 0px 11px 0px;
  }
  .cookie-modal .cookie-content .continue a {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 14px;
    line-height: 0.875rem;
  }
  .cookie-modal .cookie-content .continue a .fas {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 11px;
    line-height: 0.6875rem;
    padding-left: 4px;
  }
}

.contact-page .intro h1 {
  margin-top: 39px;
}

.contact-page .intro p {
  margin: 0;
}

.contact-page .contact-form {
  padding: 25px;
}

.contact-page .contact-form .box-container {
  padding-right: 260px;
}

.contact-page .contact-form .box-container select {
  padding: 0;
  color: #63666A;
  border-radius: 0px;
}

.contact-page .contact-form .box-container select::-ms-expand {
  display: none;
}

.contact-page .contact-form .box-container .box {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.contact-page .contact-form .box-container .box:focus label, .contact-page .contact-form .box-container .box.not-empty label {
  font-size: 14px;
  font-size: 0.875rem;
  top: 15px;
  color: #043673;
  font-weight: 700;
}

.contact-page .contact-form .box-container .box.active label {
  font-size: 14px;
  font-size: 0.875rem;
  top: 15px;
  color: #043673;
  font-weight: 700;
}

.contact-page input[type="text"], .contact-page input[type="email"], .contact-page input[type="password"], .contact-page input[type="number"], .contact-page input[type="search"], .contact-page input[type="tel"], .contact-page input[type="autocomplete"], .contact-page select, .contact-page textarea {
  width: 100%;
  padding: 20px 10px 5px 0px;
  transition: all 0.2s;
  color: #63666A;
  border-radius: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.contact-page .box-label {
  position: absolute;
  top: 25px;
  left: 10px;
  margin: auto;
  transition: all 0.2s;
  z-index: 1;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "acumin", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #63666A;
}

.contact-page .select-label {
  color: #0076A8;
  padding-right: 15px;
}

.contact-page .checkboxes {
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  width: 100%;
}

.contact-page .checkboxes .check {
  margin-left: 10px;
  padding-left: 0px;
  padding-top: 12px;
}

.contact-page .checkboxes .check .EditingFormErrorLabel {
  padding: 0;
}

.contact-page .checkboxes .form-check {
  width: 100%;
}

.contact-page .checkboxes .form-group {
  display: -ms-flexbox;
  display: flex;
}

.contact-page .checkboxes .form-group .form-check-inline {
  margin-bottom: 7px;
}

.contact-page .checkboxes .form-group .check-label {
  padding-right: 10px;
  padding-top: 12px;
  font-family: "acumin", sans-serif;
  color: #043673;
  font-weight: bold;
  line-height: 26px;
  font-size: 14px;
  font-size: 0.875rem;
}

.contact-page .checkboxes .styled-checkbox {
  position: absolute;
  opacity: 0;
}

.contact-page .checkboxes .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "acumin", sans-serif;
  margin-left: 30px;
}

.contact-page .checkboxes .styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #0076A8;
  box-shadow: 0px 2px 3px -3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-left: -30px;
}

.contact-page .checkboxes .styled-checkbox:hover + label:before {
  background: rgba(4, 54, 115, 0.3);
  border: 1px solid #0076A8;
}

.contact-page .checkboxes .styled-checkbox:checked + label:before {
  background: #FFF;
}

.contact-page .checkboxes .styled-checkbox:focused:checked + label:before {
  border: 1px solid #043673;
}

.contact-page .checkboxes .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.contact-page .checkboxes .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

.contact-page .checkboxes .styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 7px;
  height: 12px;
  width: 12px;
  background: #0076A8;
  border-radius: 2px;
  margin-left: -30px;
}

.contact-page .checkboxes textarea {
  min-height: 150px;
  padding: 20px 10px;
}

.contact-page .comment-box .comments {
  height: 98px;
  border: 1px solid #0076A8;
  padding: 15px;
}

.contact-page .comment-box .comments:focus {
  box-shadow: 0 0 5px 0 #35BEF8;
}

.contact-page .captcha-input {
  padding: 15px 10px;
}

.contact-page .submit-btn {
  padding: 0 10px;
}

@media (max-width: 1199.98px) {
  .contact-page .contact-form .box-container {
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  .contact-page .checkboxes .form-group {
    display: block;
  }
  .contact-page .intro h1 {
    text-align: center;
    margin-top: 7px;
  }
  .contact-page .intro p {
    text-align: center;
    padding-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contact-page .contact-form {
    padding: 25px 15px;
  }
  .contact-page .contact-form .box-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-page .contact-form .box-container .box input[type="text"], .contact-page .contact-form .box-container .box input[type="email"], .contact-page .contact-form .box-container .box input[type="password"], .contact-page .contact-form .box-container .box input[type="number"], .contact-page .contact-form .box-container .box input[type="search"], .contact-page .contact-form .box-container .box input[type="tel"], .contact-page .contact-form .box-container .box input[type="autocomplete"], .contact-page .contact-form .box-container .box select, .contact-page .contact-form .box-container .box textarea {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contact-page .contact-form .box-container select, .contact-page .contact-form .box-container .box-label, .contact-page .contact-form .box-container textarea {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contact-page .contact-form .box-container label {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .contact-page .captcha-input .g-recaptcha {
    -ms-transform: scale(0.87);
        transform: scale(0.87);
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
}

@media (max-width: 767.98px) {
  .contact-page .checkboxes {
    padding: 15px 0px;
    display: block;
  }
  .contact-page .contact-form .box-container .box {
    display: block;
  }
  .contact-page .contact-form .box-container .submit-btn {
    text-align: center;
  }
  .contact-page .contact-form .box-container .comment-box .comments {
    height: 130px;
  }
}

.speedBumpModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.speedBumpModal .modalBox {
  background: #fff;
  margin: auto;
  width: 100%;
  max-width: 640px;
  max-height: 430px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 30px 10px 30px;
  overflow: auto;
}

.speedBumpModal .modalBox .modalHeader {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 23px;
  font-size: 1.4375rem;
  box-shadow: 0 4px 2px -2px gray;
  padding-bottom: 10px;
}

.speedBumpModal .modalBox .modalHeader .title {
  line-height: 1;
}

.speedBumpModal .modalBox .modalHeader .closeBtn {
  cursor: pointer;
}

.speedBumpModal .modalBox .icon {
  margin-bottom: 20px;
  text-align: center;
}

.speedBumpModal .modalBox .icon img {
  max-height: 150px;
}

.speedBumpModal .modalBox .notice {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 30px;
  font-family: "acumin", sans-serif;
  color: #043673;
  font-weight: 600;
}

.speedBumpModal .modalBox .ctas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.speedBumpModal .modalBox .ctas a {
  margin-bottom: 20px;
}

.speedBumpModal .modalBox .ctas a.denyBtn .fas {
  margin-right: 5px;
}

@media (max-width: 767.98px) {
  .speedBumpModal .modalBox {
    width: 95%;
    height: 95%;
    max-width: 95%;
    max-height: 95%;
    padding: 10px;
  }
  .speedBumpModal .modalBox .modalHeader {
    padding-bottom: 10px;
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .speedBumpModal .modalBox .icon img {
    max-height: 75px;
  }
  .speedBumpModal .modalBox .notice {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .speedBumpModal .modalBox .ctas {
    display: block;
  }
  .speedBumpModal .modalBox .ctas a {
    display: block;
  }
}

.calculator-iframe {
  height: 1200px;
  width: 100%;
  border: none;
  padding: 35px 0;
}

.email-signature-generator .emails {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}

.email-signature-generator .samples {
  max-height: 800px;
  overflow-y: auto;
}

.email-signature-generator .samples .signature-template {
  display: none;
}

.email-signature-generator .form-container {
  background-color: #F5F5F5;
  padding: 20px;
  border-radius: 20px;
}

.email-signature-generator .form-container .label {
  width: 40%;
}

.email-signature-generator .form-row {
  padding-bottom: 5px;
}

.email-signature-generator .input {
  padding-left: 20px;
  width: 60%;
}

.email-signature-generator .center {
  text-align: center;
  width: 100%;
}

.email-signature-generator .results-row {
  font-size: 15px;
  line-height: 18px;
  font-family: Calibri, sans-serif;
  color: #63666A;
  font-weight: normal;
}

.email-signature-generator .first {
  color: #003865;
  font-weight: bold;
}

.email-signature-generator .validation {
  width: 100%;
  color: red;
  text-align: center;
}

.email-signature-generator input[type=text], .email-signature-generator select {
  height: 30px !important;
  font-size: 15px !important;
}

.email-signature-generator input {
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.email-signature-generator .radio {
  display: block;
}

.email-signature-generator h2 {
  font-family: "acumin",sans-serif;
  font-weight: 300;
  color: #63666A;
  font-size: 16px;
  letter-spacing: 1.5px;
  margin: 0 0 15px;
}

.email-signature-generator h3 {
  font-family: "acumin",sans-serif;
  font-weight: 300;
  color: #bfbfbf;
  font-size: 12px;
  letter-spacing: 1.5px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e3e3e3;
}

@media only screen and (max-width: 1200px) {
  .email-signature-generator .samples {
    display: none;
  }
  .email-signature-generator .form-container {
    width: 100% !important;
    max-width: 100%;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
}

.news-tabs-wrapper, .lc-tabs-wrapper {
  display: none;
}

@media (max-width: 767.98px) {
  .news-tabs, .lc-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: 1px solid #ccc;
  }
  .news-tabs-wrapper, .lc-tabs-wrapper {
    display: block;
  }
  .news-tabs .row, .lc-tabs .row {
    padding: 0;
  }
  .news-tabs .tab-item, .lc-tabs .tab-item {
    width: 50%;
    color: #63666A;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 19px;
    line-height: 1.1875rem;
    font-family: "acumin", sans-serif;
    font-weight: 700;
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    text-align: center;
    border-bottom: 4px solid transparent;
  }
  .news-tabs .tab-item.active, .lc-tabs .tab-item.active {
    border-bottom: 4px solid #0076A8;
    color: #043673;
  }
  .news-tabs .tab-item:hover, .news-tabs .tab-item:focus, .news-tabs .tab-item:active, .lc-tabs .tab-item:hover, .lc-tabs .tab-item:focus, .lc-tabs .tab-item:active {
    color: #0076A8;
  }
}

.lead-fusion .container {
  padding: 0;
}

.lead-fusion-content {
  height: 100vh;
  position: relative;
}

.lead-fusion-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 17px;
  height: 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
}

.lead-fusion-content iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.team-member-hero {
  min-height: 310px;
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
  border-bottom: 1px solid #C3C3C3;
  margin-bottom: 35px;
}

.team-member-hero .breadcrumbs {
  padding-top: 14px;
}

.team-member-hero .breadcrumbs .container {
  padding: 0px;
}

.team-member-hero .info-wrapper {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 47px;
}

.team-member-hero .info-wrapper .contact-info-wrapper {
  display: -ms-flexbox;
  display: flex;
}

.team-member-hero .info-wrapper .contact-info-wrapper .photo-container {
  margin-right: 34px;
}

.team-member-hero .info-wrapper .contact-info-wrapper .photo-container img {
  max-width: 136px;
  height: auto;
  border-radius: 40px 0;
}

.team-member-hero .info-wrapper .contact-info-wrapper .contact-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.team-member-hero .info-wrapper .contact-info-wrapper .contact-info h1 {
  margin: 0px 0px 7px 0px;
}

.team-member-hero .info-wrapper .contact-info-wrapper .contact-info .job-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "acumin", sans-serif;
  color: #043673;
  font-weight: 700;
  margin-bottom: 9px;
}

.team-member-hero .info-wrapper .contact-info-wrapper .contact-info .address {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-family: "acumin", sans-serif;
  color: #707075;
}

.team-member-hero .info-wrapper .contact-info-wrapper .contact-info .phone-numbers {
  margin-top: 4px;
}

.team-member-hero .info-wrapper .contact-info-wrapper .contact-info .phone-numbers span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.team-member-hero .info-wrapper .contact-info-wrapper .contact-info .phone-numbers span a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #0076A8;
}

.team-member-hero .info-wrapper .contact-info-wrapper .contact-info .phone-numbers span:not(:last-child):after {
  content: '|';
  color: #63666A;
  margin: 0px 6px 0px 9px;
}

.team-member-hero .info-wrapper .btn-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;
  height: 100%;
}

.team-member-hero .info-wrapper .btn-wrapper .btn-primary {
  margin-bottom: 5px;
  padding: 10px 29px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .team-member-hero {
    min-height: initial;
    background-size: 202px 174px;
    padding-bottom: 93px;
    margin-bottom: 20px;
  }
  .team-member-hero .info-wrapper {
    margin-top: 0px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .team-member-hero .info-wrapper .contact-info-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .team-member-hero .info-wrapper .contact-info-wrapper .photo-container {
    margin: 0px 34px 10px 0px;
  }
  .team-member-hero .info-wrapper .contact-info-wrapper .contact-info h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
    margin: 0px 0px 5px 0px;
  }
  .team-member-hero .info-wrapper .contact-info-wrapper .contact-info .job-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin-bottom: 7px;
  }
  .team-member-hero .info-wrapper .contact-info-wrapper .contact-info .address {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
  .team-member-hero .info-wrapper .contact-info-wrapper .contact-info .phone-numbers {
    margin-top: 1px;
  }
  .team-member-hero .info-wrapper .contact-info-wrapper .contact-info .phone-numbers span {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .team-member-hero .info-wrapper .contact-info-wrapper .contact-info .phone-numbers span a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .team-member-hero {
    padding-top: 61px;
  }
  .team-member-hero .info-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .team-member-hero .info-wrapper .contact-info-wrapper {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .team-member-hero .info-wrapper .btn-wrapper {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
    margin-top: 22px;
  }
  .team-member-hero .info-wrapper .btn-wrapper .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 14px;
    line-height: 0.875rem;
    padding: 6px 17px;
    border-radius: 20px 0px;
  }
  .team-member-hero .info-wrapper .contact-info-wrapper {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .team-member-hero .info-wrapper .contact-info-wrapper .photo-container {
    margin: 0px 0px 10px 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
  }
  .team-member-hero .info-wrapper .contact-info-wrapper .contact-info {
    width: 100%;
  }
}

.homepage-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 55px;
  background-attachment: fixed;
  height: 108vh;
  min-height: 656px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.homepage-hero .homepage-hero-default, .homepage-hero .homepage-hero-personal, .homepage-hero .homepage-hero-business {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity .3s;
  opacity: 0;
}

.homepage-hero .homepage-hero-default:before, .homepage-hero .homepage-hero-personal:before, .homepage-hero .homepage-hero-business:before {
  content: '';
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 320px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 101%;
  height: 100%;
}

.homepage-hero > div[id] {
  height: 100%;
}

.homepage-hero.default .homepage-hero-default {
  opacity: 1;
}

.homepage-hero.default .homepage-hero-personal {
  opacity: 0;
}

.homepage-hero.default .homepage-hero-business {
  opacity: 0;
}

.homepage-hero.personal .homepage-hero-default {
  opacity: 0;
}

.homepage-hero.personal .homepage-hero-personal {
  opacity: 1;
}

.homepage-hero.personal .homepage-hero-business {
  opacity: 0;
}

.homepage-hero.business .homepage-hero-default {
  opacity: 0;
}

.homepage-hero.business .homepage-hero-personal {
  opacity: 0;
}

.homepage-hero.business .homepage-hero-business {
  opacity: 1;
}

.homepage-hero .mobile-image {
  display: none;
}

.homepage-hero .caption-container {
  position: absolute;
  bottom: 0;
  padding: 25px 0px;
  width: 100%;
  z-index: 2;
  -ms-flex-pack: center;
      justify-content: center;
  border-bottom-left-radius: 50% 20px;
  border-bottom-right-radius: 50% 20px;
}

.homepage-hero .caption-container .selectOption .select-box {
  cursor: pointer;
}

.homepage-hero .caption-container .selectOption .options {
  display: none;
}

.homepage-hero .homepage-hero-default:before {
  background-image: url(/library/img/default-bg.png);
}

.homepage-hero .homepage-hero-default .wrapper .caption-container {
  padding: 25px 0px 85px 0px;
}

.homepage-hero .homepage-hero-default .wrapper .caption-container .container .headline {
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}

.homepage-hero .homepage-hero-default .wrapper .caption-container .container .headline .title {
  padding: 5px 0px;
  margin: 0px;
}

.homepage-hero .homepage-hero-default .wrapper .caption-container .container .headline .subtitle {
  padding: 5px 0px 30px 0px;
  margin: 0px;
  color: #000000;
}

.homepage-hero .homepage-hero-default .wrapper .caption-container .container .headline .links .btn {
  margin-right: 15px;
  margin-bottom: 10px;
  background: #1E5598 !important;
  border: none;
  color: #FFFFFF !important;
}

.homepage-hero .homepage-hero-default .wrapper .caption-container .container .headline .links .btn:hover, .homepage-hero .homepage-hero-default .wrapper .caption-container .container .headline .links .btn:focus, .homepage-hero .homepage-hero-default .wrapper .caption-container .container .headline .links .btn.active {
  background: #0076A8 !important;
}

.homepage-hero .homepage-hero-business:before {
  background-image: url(/library/img/business-bg.png);
}

.homepage-hero .homepage-hero-personal:before {
  background-image: url(/library/img/personal-background.png);
}

.homepage-hero .homepage-hero-business .caption-container .container .back-button, .homepage-hero .homepage-hero-personal .caption-container .container .back-button {
  text-decoration: none;
  color: white;
  top: 86px;
  position: absolute;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
  cursor: pointer;
  display: none;
}

.homepage-hero .homepage-hero-business .caption-container .container .back-button i, .homepage-hero .homepage-hero-personal .caption-container .container .back-button i {
  font-size: 13px;
  margin-right: 5px;
}

.homepage-hero .homepage-hero-business .caption-container .container .headline, .homepage-hero .homepage-hero-personal .caption-container .container .headline {
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  padding-bottom: 25px;
}

.homepage-hero .homepage-hero-business .caption-container .container .headline .title, .homepage-hero .homepage-hero-personal .caption-container .container .headline .title {
  padding: 25px 0px;
  margin: 0px;
  font-family: "acumin", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFFFFF;
}

.homepage-hero .homepage-hero-business .caption-container .container .headline .subtitle, .homepage-hero .homepage-hero-personal .caption-container .container .headline .subtitle {
  padding: 10px 0px 25px 0px;
  margin: 0px;
  color: #FFFFFF;
  font-family: "acumin", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
}

.homepage-hero .homepage-hero-business .caption-container .container .headline .selectOption, .homepage-hero .homepage-hero-personal .caption-container .container .headline .selectOption {
  padding: 15px 0px 25px 0px;
}

.homepage-hero .homepage-hero-business .caption-container .container .headline .selectOption .select-box, .homepage-hero .homepage-hero-personal .caption-container .container .headline .selectOption .select-box {
  color: #FFFFFF;
  border-bottom: 1px solid white;
  font-family: "acumin", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 100px;
  padding-bottom: 5px;
  position: relative;
}

.homepage-hero .homepage-hero-business .caption-container .container .headline .selectOption .select-box i, .homepage-hero .homepage-hero-personal .caption-container .container .headline .selectOption .select-box i {
  padding-left: 100px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.homepage-hero .homepage-hero-business .caption-container .container .headline .selectOption .select-box .options, .homepage-hero .homepage-hero-personal .caption-container .container .headline .selectOption .select-box .options {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 0 10px #44444442;
}

.homepage-hero .homepage-hero-business .caption-container .container .headline .selectOption .select-box .options ul, .homepage-hero .homepage-hero-personal .caption-container .container .headline .selectOption .select-box .options ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.homepage-hero .homepage-hero-business .caption-container .container .headline .selectOption .select-box .options ul li, .homepage-hero .homepage-hero-personal .caption-container .container .headline .selectOption .select-box .options ul li {
  padding: 3px 20px;
  transition: all .2s;
  font-family: "acumin", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.homepage-hero .homepage-hero-business .caption-container .container .headline .selectOption .select-box .options ul li:hover, .homepage-hero .homepage-hero-business .caption-container .container .headline .selectOption .select-box .options ul li:focus, .homepage-hero .homepage-hero-personal .caption-container .container .headline .selectOption .select-box .options ul li:hover, .homepage-hero .homepage-hero-personal .caption-container .container .headline .selectOption .select-box .options ul li:focus {
  background: #043673;
  color: #FFFFFF;
}

.homepage-hero .homepage-hero-business .caption-container .container .headline .selectOption i, .homepage-hero .homepage-hero-personal .caption-container .container .headline .selectOption i {
  color: #FFFFFF;
}

.homepage-hero .homepage-hero-business .caption-container .container .headline .links, .homepage-hero .homepage-hero-personal .caption-container .container .headline .links {
  min-height: 30px;
}

.homepage-hero .homepage-hero-business .caption-container .container .headline .links .btn, .homepage-hero .homepage-hero-personal .caption-container .container .headline .links .btn {
  margin-right: 15px;
}

@media (max-width: 575.98px) {
  .homepage-hero {
    background: none !important;
    margin-bottom: 0px;
    height: 95vh;
  }
  .homepage-hero #ctl00_pagePlaceHolder_lt_main_HeroZone_HomeHero_ctl00 {
    height: 100%;
  }
  .homepage-hero.default .homepage-hero-default {
    display: block;
    background-position: top;
    opacity: 1;
    position: relative;
    top: unset;
  }
  .homepage-hero.default .homepage-hero-personal {
    display: none;
    opacity: 0;
  }
  .homepage-hero.default .homepage-hero-business {
    display: none;
    opacity: 0;
  }
  .homepage-hero.personal .homepage-hero-default {
    display: none;
    opacity: 0;
  }
  .homepage-hero.personal .homepage-hero-personal {
    display: block;
    background-position: top;
    opacity: 1;
    position: relative;
    top: unset;
  }
  .homepage-hero.personal .homepage-hero-business {
    display: none;
    opacity: 0;
  }
  .homepage-hero.business .homepage-hero-default {
    display: none;
    opacity: 0;
  }
  .homepage-hero.business .homepage-hero-personal {
    display: none;
    opacity: 0;
  }
  .homepage-hero.business .homepage-hero-business {
    display: block;
    background-position: top;
    opacity: 1;
    position: relative;
    top: unset;
  }
  .homepage-hero .homepage-hero-default, .homepage-hero .homepage-hero-personal, .homepage-hero .homepage-hero-business {
    position: relative;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: none;
  }
  .homepage-hero .homepage-hero-default .wrapper, .homepage-hero .homepage-hero-default .personal, .homepage-hero .homepage-hero-default .business, .homepage-hero .homepage-hero-personal .wrapper, .homepage-hero .homepage-hero-personal .personal, .homepage-hero .homepage-hero-personal .business, .homepage-hero .homepage-hero-business .wrapper, .homepage-hero .homepage-hero-business .personal, .homepage-hero .homepage-hero-business .business {
    height: 100%;
    display: block;
    position: relative;
  }
  .homepage-hero .homepage-hero-default .caption-container, .homepage-hero .homepage-hero-personal .caption-container, .homepage-hero .homepage-hero-business .caption-container {
    top: 0;
  }
  .homepage-hero .homepage-hero-default:before, .homepage-hero .homepage-hero-personal:before, .homepage-hero .homepage-hero-business:before {
    content: '';
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 285px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
  }
  .homepage-hero .homepage-hero-default:after, .homepage-hero .homepage-hero-personal:after, .homepage-hero .homepage-hero-business:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .homepage-hero .homepage-hero-default {
    padding: 28px 0 42px 0;
  }
  .homepage-hero .homepage-hero-default:before {
    background-image: url(/library/img/default-bg-mobile.png);
    width: 101%;
    opacity: 0.8;
  }
  .homepage-hero .homepage-hero-default .wrapper .caption-container {
    opacity: 1;
    position: absolute;
    top: unset;
    bottom: -50px;
  }
  .homepage-hero .homepage-hero-default .wrapper .caption-container .container .headline .title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 32px;
  }
  .homepage-hero .homepage-hero-default .wrapper .caption-container .container .headline .links .btn {
    padding: 10px 27px;
    margin-bottom: 10px;
  }
  .homepage-hero .homepage-hero-personal {
    padding: 28px 0 42px 0;
  }
  .homepage-hero .homepage-hero-personal:before {
    opacity: 1;
  }
  .homepage-hero .homepage-hero-personal .container .headline {
    padding-top: 15px;
  }
  .homepage-hero .homepage-hero-personal .container {
    max-width: 100%;
  }
  .homepage-hero .homepage-hero-business {
    padding: 28px 0 42px 0;
  }
  .homepage-hero .homepage-hero-business:before {
    opacity: 1;
  }
  .homepage-hero .homepage-hero-business .container {
    max-width: 100%;
  }
  .homepage-hero .homepage-hero-business .container .headline {
    padding-top: 15px;
  }
  .homepage-hero .mobile-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background-position-x: 60%;
    background-position-y: 55px;
    position: absolute;
  }
  .homepage-hero .homepage-hero-business .caption-container, .homepage-hero .homepage-hero-personal .caption-container {
    opacity: 1;
    position: absolute;
    top: unset;
  }
  .homepage-hero .homepage-hero-business .caption-container .container .back-button, .homepage-hero .homepage-hero-personal .caption-container .container .back-button {
    font-size: 11px;
    font-size: 0.6875rem;
    top: 15px;
    left: 26px;
  }
  .homepage-hero .homepage-hero-business .caption-container .container .headline .title, .homepage-hero .homepage-hero-personal .caption-container .container .headline .title {
    font-size: 16px;
    font-size: 1rem;
    padding: 0px 0px 5px 0px;
    font-weight: 400;
  }
  .homepage-hero .homepage-hero-business .caption-container .container .headline .subtitle, .homepage-hero .homepage-hero-personal .caption-container .container .headline .subtitle {
    font-size: 28px;
    font-size: 1.75rem;
    padding-bottom: 10px;
  }
  .homepage-hero .homepage-hero-business .caption-container .container .headline .selectOption, .homepage-hero .homepage-hero-personal .caption-container .container .headline .selectOption {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .homepage-hero .homepage-hero-business .caption-container .container .headline .selectOption .select-box, .homepage-hero .homepage-hero-personal .caption-container .container .headline .selectOption .select-box {
    font-size: 11px;
    font-size: 0.6875rem;
    padding-left: 0px;
    display: block;
    width: 100%;
    position: relative;
    padding-right: 30px;
  }
  .homepage-hero .homepage-hero-business .caption-container .container .headline .selectOption .select-box i, .homepage-hero .homepage-hero-personal .caption-container .container .headline .selectOption .select-box i {
    padding-left: 0px;
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 10px;
    top: 25%;
  }
  .homepage-hero .homepage-hero-business .caption-container .container .headline .selectOption .select-box .options, .homepage-hero .homepage-hero-personal .caption-container .container .headline .selectOption .select-box .options {
    opacity: 1;
  }
  .homepage-hero .homepage-hero-business .caption-container .container .headline .selectOption .select-box .options ul li, .homepage-hero .homepage-hero-personal .caption-container .container .headline .selectOption .select-box .options ul li {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .homepage-hero .homepage-hero-business .caption-container .container .headline .links, .homepage-hero .homepage-hero-personal .caption-container .container .headline .links {
    padding-bottom: 20px;
  }
  .homepage-hero .homepage-hero-business .caption-container .container .headline .links .btn, .homepage-hero .homepage-hero-personal .caption-container .container .headline .links .btn {
    padding: 10px 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .homepage-hero .homepage-hero-default, .homepage-hero .homepage-hero-personal, .homepage-hero .homepage-hero-business {
    padding: 25px 0;
  }
  .homepage-hero .homepage-hero-default:after, .homepage-hero .homepage-hero-personal:after, .homepage-hero .homepage-hero-business:after {
    height: 95px;
  }
}

@media (max-width: 350px) {
  .homepage-hero .homepage-hero-default, .homepage-hero .homepage-hero-personal, .homepage-hero .homepage-hero-business {
    padding: 25px 0;
  }
  .homepage-hero .homepage-hero-default:after, .homepage-hero .homepage-hero-personal:after, .homepage-hero .homepage-hero-business:after {
    height: 50px;
  }
}

.inner-product-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}

.inner-product-hero + .general-content-block {
  padding: 60px 0 35px 0;
}

.inner-product-hero .personal.sticking {
  position: fixed;
  top: 0;
  left: 0;
  background: #043673;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 60px;
  z-index: 5;
}

.inner-product-hero .personal.sticking .headline {
  height: 50px;
}

.inner-product-hero .personal.sticking .headline .title {
  font-size: 24px;
  font-size: 1.5rem;
}

.inner-product-hero .personal.sticking .breadcrumbs {
  display: none;
}

.inner-product-hero .business.sticking {
  position: fixed;
  top: 0;
  left: 0;
  background: #0076A8;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 60px;
  z-index: 5;
}

.inner-product-hero .business.sticking .headline {
  height: 50px;
}

.inner-product-hero .business.sticking .headline .title {
  font-size: 24px;
  font-size: 1.5rem;
}

.inner-product-hero .business.sticking .breadcrumbs {
  display: none;
}

.inner-product-hero .anchor-links.sticking {
  position: fixed;
  top: 69px;
  left: 0;
  height: 43px;
}

.inner-product-hero .inner-hero-personal, .inner-product-hero .inner-hero-business {
  display: none;
}

.inner-product-hero.personal .inner-hero-personal {
  display: block;
}

.inner-product-hero.personal .inner-hero-business {
  display: none;
}

.inner-product-hero.business .inner-hero-personal {
  display: none;
}

.inner-product-hero.business .inner-hero-business {
  display: block;
}

.inner-product-hero .personal {
  position: absolute;
  bottom: 0;
  background-image: url(/library/img/inner-personal-bg.png);
  background-size: cover;
  padding: 25px 0px;
  width: 100%;
}

.inner-product-hero .personal .btn-secondary {
  border: 1px solid #FFF;
}

.inner-product-hero .personal .btn-secondary:hover, .inner-product-hero .personal .btn-secondary:focus, .inner-product-hero .personal .btn-secondary:active {
  background: #1695A8 !important;
  border: 1px solid #1695A8;
  color: #FFF !important;
}

.inner-product-hero .business {
  position: absolute;
  bottom: 0;
  background-image: url(/library/img/inner-business-bg.png);
  background-size: cover;
  padding: 25px 0px;
  width: 100%;
}

.inner-product-hero .business .btn-secondary {
  border: 1px solid #FFF;
}

.inner-product-hero .business .btn-secondary:hover, .inner-product-hero .business .btn-secondary:focus, .inner-product-hero .business .btn-secondary:active {
  background: #043673 !important;
  border: 1px solid #043673;
  color: #FFF !important;
}

.inner-product-hero .title {
  color: white;
}

.inner-product-hero .caption .breadcrumbs ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  margin: 0;
}

.inner-product-hero .caption .breadcrumbs ul li {
  padding: 2px;
  color: #FFF;
}

.inner-product-hero .caption .breadcrumbs ul li::after {
  content: "|";
  color: white;
}

.inner-product-hero .caption .breadcrumbs ul li:last-child:after {
  content: '';
}

.inner-product-hero .caption .breadcrumbs ul li a {
  color: white;
}

.inner-product-hero .caption .headline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 991.98px) {
  .inner-product-hero {
    /* Sizing */
    margin-bottom: 0px;
  }
  .inner-product-hero .title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .inner-product-hero .caption {
    position: absolute;
    bottom: 0;
    padding: 40px 0;
    width: 100%;
  }
  .inner-product-hero .caption .headline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (max-width: 767.98px) {
  .inner-product-hero {
    background: none !important;
    padding-top: 185px;
    height: auto;
    margin-bottom: 25px;
  }
  .inner-product-hero + .general-content-block {
    padding: 12px 0;
  }
  .inner-product-hero .mobile-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 200px;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    display: block;
  }
  .inner-product-hero .personal {
    background-image: none;
    background: #043673;
  }
  .inner-product-hero .business {
    background-image: none;
    background: #0076A8;
  }
  .inner-product-hero.no-mobile-margin {
    margin-bottom: 0;
  }
  .inner-product-hero .caption {
    position: relative;
    bottom: 7px;
    border-top-left-radius: 50% 20px;
    border-top-right-radius: 50% 20px;
  }
  .inner-product-hero .caption .container .breadcrumbs {
    display: none;
  }
  .inner-product-hero .caption .container .headline {
    display: block;
    text-align: center;
  }
  .inner-product-hero .caption .container .headline .title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 30px !important;
  }
  .inner-product-hero .caption .container .headline .btn {
    padding: 10px 20px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.product-cards {
  padding: 35px 0px;
  color: white;
}

.product-cards .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}

.product-cards .fas + .slick-list {
  padding: 0;
}

.product-cards .banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.product-cards .banner .headline {
  margin: 0 0 15px 0;
}

.product-cards .cards {
  background: #FFFFFF;
  margin: 0 40px;
}

.product-cards .cards p {
  line-height: 1;
}

.product-cards .cards .card-container .desktop-arrow.slick-arrow {
  position: absolute;
  top: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding: 0 10px;
  background: #0076A8;
}

.product-cards .cards .card-container .desktop-arrow.slick-arrow:hover, .product-cards .cards .card-container .desktop-arrow.slick-arrow:focus {
  opacity: 0.8;
}

.product-cards .cards .card-container .desktop-arrow.slick-arrow.slick-disabled {
  cursor: default;
  background: none;
  opacity: 1;
}

.product-cards .cards .card-container .desktop-arrow.slick-arrow.slick-disabled.prev-btn .icon {
  background-image: url("/library/img/left-arrow-gray.png");
}

.product-cards .cards .card-container .desktop-arrow.slick-arrow.slick-disabled.next-btn .icon {
  background-image: url("/library/img/right-arrow-gray.png");
}

.product-cards .cards .card-container .desktop-arrow.prev-btn {
  left: -45px;
}

.product-cards .cards .card-container .desktop-arrow.prev-btn .icon {
  background-image: url("/library/img/left-arrow-white.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 52px;
  display: inline-block;
}

.product-cards .cards .card-container .desktop-arrow.prev-btn:hover, .product-cards .cards .card-container .desktop-arrow.prev-btn:focus {
  opacity: 0.8;
}

.product-cards .cards .card-container .desktop-arrow.next-btn {
  right: -45px;
}

.product-cards .cards .card-container .desktop-arrow.next-btn .icon {
  background-image: url("/library/img/right-arrow-white.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 52px;
  display: inline-block;
}

.product-cards .cards .card-container .desktop-arrow.next-btn:hover, .product-cards .cards .card-container .desktop-arrow.next-btn:focus {
  opacity: 0.8;
}

.product-cards .cards .card-container .mobile-arrow {
  display: none !important;
}

.product-cards .cards .card-container .mobile-arrow.fas {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #03346F;
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 2;
}

.product-cards .cards .card-container .mobile-arrow.fas.left-arrow-top {
  left: 44%;
}

.product-cards .cards .card-container .mobile-arrow.fas.right-arrow-top {
  right: 44%;
}

.product-cards .cards .card-container .mobile-arrow.fas.left-arrow-bottom {
  bottom: 0;
  top: initial;
  left: 44%;
}

.product-cards .cards .card-container .mobile-arrow.fas.right-arrow-bottom {
  bottom: 0;
  top: initial;
  right: 44%;
}

.product-cards .cards .card-container .mobile-arrow.fas.slick-disabled {
  color: #8E9298;
  pointer-events: none;
}

.product-cards .cards .card-container .product-features {
  padding: 1px;
  height: auto;
}

.product-cards .cards .card-container .product-features:first-child .features-card {
  border-radius: 100px 0px 0px 0px;
}

.product-cards .cards .card-container .product-features:last-child .features-card {
  border-radius: 0px 0px 100px 0px;
}

.product-cards .cards .card-container .product-features .features-card {
  background: #0076A8;
  padding: 10px 35px 5px;
  border-right: 2px solid white;
  height: 100%;
}

.product-cards .cards .card-container .product-features .features-card p {
  padding-top: 10px;
  text-align: left;
}

.product-cards .cards .card-container .product-features .features-card a {
  color: #FFF;
  text-decoration: underline;
}

.product-cards .cards .card-container .product-features .features-card a:hover, .product-cards .cards .card-container .product-features .features-card a:focus, .product-cards .cards .card-container .product-features .features-card a:active {
  text-decoration: none;
}

.product-cards .cards .card-container .product-features .features-card a.btn {
  text-decoration: none;
}

.product-cards .cards .card-container .product-features .features-card .title-intro .title {
  text-align: center;
  color: white;
}

.product-cards .cards .card-container .product-features .features-card .title-intro .links {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.product-cards .cards .card-container .product-features .features-card .title-intro .links .btn-tertiary {
  background-color: white !important;
  color: #043673 !important;
}

.product-cards .cards .card-container .product-features .features-card .title-intro .links .btn-tertiary:hover {
  background-color: transparent !important;
  color: white !important;
  border: 1px solid white !important;
}

.product-cards .cards .card-container .product-features .features-card .title-intro .links .btn {
  padding: 13px 20px;
  margin: 0px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid transparent;
}

.product-cards .cards .card-container .product-features .features-card ul {
  padding: 10px;
  line-height: 1;
}

.product-cards .cards .card-container .product-features .features-card ul li {
  padding: 10px 0px;
  text-align: left;
}

.product-cards .cards .card-container .product-features .features-card ul li a {
  color: #FFF;
  text-decoration: underline;
}

.product-cards .cards .card-container .product-features .features-card ul li a:hover, .product-cards .cards .card-container .product-features .features-card ul li a:focus, .product-cards .cards .card-container .product-features .features-card ul li a:active {
  text-decoration: none;
}

.product-cards .slick-prev,
.product-cards .slick-next {
  top: 0;
}

@media (max-width: 991.98px) {
  .product-cards {
    color: white;
    padding: 20px 0;
  }
  .product-cards .cards {
    background: #FFFFFF;
    margin: 0;
  }
  .product-cards .cards p {
    line-height: 1;
  }
  .product-cards .cards .card-container {
    padding: 30px 0;
  }
  .product-cards .cards .card-container .mobile-arrow {
    display: inline-block !important;
  }
  .product-cards .cards .card-container .desktop-arrow {
    display: none !important;
  }
  .product-cards .cards .card-container .row:first-child {
    border-radius: 35px 0px 0px 0px;
  }
  .product-cards .cards .card-container .row:last-child {
    border-radius: 0px 0px 35px 0px;
  }
  .product-cards .cards .card-container [class^="col-"] {
    padding: 0px;
  }
  .product-cards .cards .card-container [class^="col-"]:first-child .features-card {
    border-radius: 100px 0px 0px 0px;
  }
  .product-cards .cards .card-container [class^="col-"]:last-child .features-card {
    border-radius: 0px 0px 100px 0px;
  }
  .product-cards .cards .card-container [class^="col-"] .features-card {
    background: #0076A8;
    padding: 10px 35px 5px;
    margin: 10px 0px 0px 0px;
    border-right: 1px solid white;
    height: 100%;
  }
  .product-cards .cards .card-container [class^="col-"] .features-card .title-intro .title {
    text-align: center;
    color: white;
  }
  .product-cards .cards .card-container [class^="col-"] .features-card .title-intro p {
    padding-top: 10px;
  }
  .product-cards .cards .card-container [class^="col-"] .features-card .title-intro .links {
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .product-cards .cards .card-container [class^="col-"] .features-card .title-intro .links .btn {
    padding: 13px;
    margin: 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .product-cards .cards .card-container [class^="col-"] .features-card ul {
    padding: 10px;
    line-height: 1;
  }
  .product-cards .cards .card-container [class^="col-"] .features-card ul li {
    padding: 5px 0px;
  }
}

.landing-page-cards {
  margin: 35px 0px;
  background-color: #F5F5F5;
  padding: 48px 0px;
}

.landing-page-cards .card-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.landing-page-cards .card-row .card-spacing {
  height: 100%;
  padding: 0px 0px 41px 0px;
}

.landing-page-cards .card-row .card-spacing .landing-card {
  background-color: #FFFFFF;
  border-radius: 60px 0px;
  margin: 10px 15px 0px 0px;
  padding: 31px 33px 33px 38px;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-decoration: none;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.06);
}

.landing-page-cards .card-row .card-spacing .landing-card:hover, .landing-page-cards .card-row .card-spacing .landing-card:focus {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#043673+0,1695a8+100 */
  background: #043673;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #043673 0%, #1695a8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043673', endColorstr='#1695a8',GradientType=1 );
  /* IE6-9 */
}

.landing-page-cards .card-row .card-spacing .landing-card:hover .card-heading, .landing-page-cards .card-row .card-spacing .landing-card:focus .card-heading {
  color: #FFFFFF;
}

.landing-page-cards .card-row .card-spacing .landing-card:hover .description, .landing-page-cards .card-row .card-spacing .landing-card:focus .description {
  color: #FFFFFF;
}

.landing-page-cards .card-row .card-spacing .landing-card:hover .card-cta, .landing-page-cards .card-row .card-spacing .landing-card:focus .card-cta {
  color: #FFFFFF;
}

.landing-page-cards .card-row .card-spacing .landing-card .card-heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #043673;
}

.landing-page-cards .card-row .card-spacing .landing-card .description {
  line-height: 25px;
  line-height: 1.5625rem;
  color: #63666A;
}

.landing-page-cards .card-row .card-spacing .landing-card .card-cta {
  font-size: 14px;
  font-size: 0.875rem;
  color: #043673;
  text-decoration: none;
  font-weight: 600;
  margin-top: auto;
}

.landing-page-cards .card-row .card-spacing .landing-card .card-cta .fa-chevron-right {
  font-size: 10px;
  font-size: 0.625rem;
}

@media (max-width: 991.98px) {
  .landing-page-cards .card-row > [class^='col'] {
    height: auto !important;
  }
}

@media (max-width: 767.98px) {
  .landing-page-cards {
    margin: 20px -15px;
    padding: 0px;
  }
  .landing-page-cards .card-row {
    display: block;
    margin: 0 auto;
  }
  .landing-page-cards .card-row:last-child {
    box-shadow: 0px 15px 10px -15px #e5e5e5;
  }
  .landing-page-cards .card-row > [class^='col'] {
    padding: 0;
  }
  .landing-page-cards .card-row > [class^='col']:nth-child(even) .card-spacing .landing-card {
    background: #FFFFFF;
  }
  .landing-page-cards .card-row > [class^='col']:nth-child(even) .card-spacing .landing-card .card-heading {
    color: #043673;
  }
  .landing-page-cards .card-row > [class^='col']:nth-child(even) .card-spacing .landing-card .description {
    color: #63666A;
  }
  .landing-page-cards .card-row > [class^='col']:nth-child(even) .card-spacing .landing-card .card-cta {
    color: #043673;
  }
  .landing-page-cards .card-row .card-spacing {
    padding: 0px;
  }
  .landing-page-cards .card-row .card-spacing .landing-card {
    padding: 15px 15px 18px 23px;
    border-radius: 0px;
    margin: 0px;
    width: 100%;
    background: #0076A8;
  }
  .landing-page-cards .card-row .card-spacing .landing-card .card-heading {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
    color: #FFFFFF;
  }
  .landing-page-cards .card-row .card-spacing .landing-card .description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
    height: 38px;
    overflow: hidden;
    color: #FFFFFF;
  }
  .landing-page-cards .card-row .card-spacing .landing-card .card-cta {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #FFFFFF;
    margin-top: 12px;
  }
  .landing-page-cards .card-row .card-spacing .landing-card .card-cta .fas {
    font-size: 7px;
  }
  .landing-page-cards .card-row .card-spacing .landing-card:hover, .landing-page-cards .card-row .card-spacing .landing-card:focus {
    background: #0076A8;
  }
  .landing-page-cards .card-row .card-spacing .landing-card:hover .card-cta, .landing-page-cards .card-row .card-spacing .landing-card:focus .card-cta {
    text-decoration: underline;
  }
}

.news-group, .lc-group {
  padding: 55px 0 32px;
}

.news-group:first-child, .lc-group:first-child {
  padding: 15px 0 55px 0;
}

.news-group.grayBG, .lc-group.grayBG {
  background: #F5F5F5;
}

.news-group .row, .lc-group .row {
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-right: -12.5px;
  margin-left: -12.5px;
}

.news-group .row > [class^='col-'], .lc-group .row > [class^='col-'] {
  margin-bottom: 30px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.news-group .section-title, .lc-group .section-title {
  margin: 0 0 50px 0;
}

@media (min-width: 768px) {
  .news-group, .lc-group {
    display: block !important;
  }
}

@media (max-width: 991.98px) {
  .news-group, .lc-group {
    padding: 35px 0;
  }
  .news-group .row > [class^='col-'], .lc-group .row > [class^='col-'] {
    margin-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-group .section-title, .lc-group .section-title {
    text-align: center;
    margin: 0 0 24px 0;
  }
  .news-group#inTheNews, .lc-group#inTheNews {
    padding: 35px 0;
  }
  .news-group#pressReleases, .lc-group#pressReleases {
    display: none;
  }
  .news-group#pressReleases.grayBG, .lc-group#pressReleases.grayBG {
    padding: 25px 0 35px;
  }
}

.image-cta {
  padding: 35px 0px;
}

.image-cta .row {
  -ms-flex-align: center;
      align-items: center;
}

.image-cta.image-left .text-col {
  -ms-flex-order: 2;
      order: 2;
}

.image-cta.image-left .media-col {
  -ms-flex-order: 1;
      order: 1;
}

.image-cta.image-right .text-col {
  -ms-flex-order: 1;
      order: 1;
}

.image-cta.image-right .media-col {
  -ms-flex-order: 2;
      order: 2;
}

.image-cta ul {
  padding-left: 19px;
  list-style: none;
}

.image-cta ul li::before {
  content: "\2022";
  color: #1695A8;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 25px;
  padding: 8px 0px 8px 6px;
}

.image-cta .photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 425px;
  border-radius: 160px 0px 160px 0px;
}

.image-cta .video-iframe {
  width: 100%;
  height: 100%;
}

.image-cta .text {
  padding: 10px;
}

.image-cta .text .title {
  font-family: "acumin", sans-serif;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 30px;
  font-size: 1.875rem;
  padding-bottom: 10px;
  margin: 0px;
}

.image-cta .text p {
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  padding: 15px 0px;
  margin: 0px;
}

.image-cta .text .btn {
  margin: 10px 20px 0px 0px;
}

@media (max-width: 991.98px) {
  .image-cta {
    padding: 20px 0;
  }
  .image-cta .btn.btn-secondary {
    margin-right: 5px;
  }
  .image-cta .text .links {
    display: -ms-flexbox;
    display: flex;
  }
  .image-cta .text .btn {
    margin: 0 10px 0 0;
  }
  .image-cta .text:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .image-cta.image-right .text-col {
    -ms-flex-order: 1;
        order: 1;
  }
  .image-cta.image-right .media-col {
    -ms-flex-order: 0;
        order: 0;
  }
  .image-cta .text .title {
    font-size: 21px;
    font-size: 1.3125rem;
    padding-bottom: 0px;
    padding-top: 10px;
  }
  .image-cta .text ul li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
  }
  .image-cta .text p {
    padding-top: 10px;
  }
  .image-cta .text .btn {
    display: inline-block;
    margin: 10px 8px 10px 0;
  }
  .image-cta .text .btn .btn-secondary {
    margin-right: 10px;
  }
  .image-cta .text .btn i {
    font-size: 5px;
    font-size: 0.3125rem;
  }
  .image-cta .text .btn:last-child {
    margin-right: 0;
  }
  .image-cta .photo {
    height: 299px;
    border-radius: 75px 0px 75px 0px;
  }
}

@media (max-width: 575.98px) {
  .image-cta .text {
    padding: 0px;
  }
  .image-cta .text .title {
    -ms-flex-pack: center;
        justify-content: center;
    font-family: "acumin", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .image-cta .text p {
    font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
  }
  .image-cta .links {
    display: -ms-flexbox;
    display: flex;
  }
  .image-cta .text .btn {
    padding: 9px 28px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.large-image-cta {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 200px 0px;
  margin: 35px 0;
}

.large-image-cta .container {
  height: 100%;
  position: relative;
}

.large-image-cta .cta-body {
  position: absolute;
  top: 50px;
  left: 10%;
  color: white;
  padding: 50px 65px 30px 65px;
  border-radius: 105px 0px 105px 0px;
  opacity: 1;
  font-family: "acumin", sans-serif;
  z-index: 2;
}

.large-image-cta .cta-body:before {
  content: '';
  background-image: linear-gradient(to right, #043673, #1695A8);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: .9;
  border-radius: 80px 0px;
}

.large-image-cta .cta-body .content {
  z-index: 2;
  position: relative;
  top: 25px;
  left: 65px;
}

.large-image-cta .cta-body p {
  margin: 0;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
}

.large-image-cta .cta-body .see-more {
  padding-right: 5px;
}

.large-image-cta .cta-body .p1 {
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
  padding-bottom: 10px;
}

.large-image-cta .cta-body .p2 {
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
}

.large-image-cta .cta-body .value {
  line-height: 1;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
}

.large-image-cta .cta-body .value .p3 {
  font-size: 80px;
  font-size: 5rem;
  padding-bottom: 7px;
  padding-left: 10px;
}

.large-image-cta .cta-body .value .p4 {
  font-size: 46px;
  font-size: 2.875rem;
}

.large-image-cta .cta-body .value .p5 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.large-image-cta .cta-body .value .percent {
  padding-left: 10px;
  line-height: 1;
  top: 5px;
  position: relative;
}

.large-image-cta .cta-body .rates {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  text-decoration: none;
  -ms-flex-align: center;
      align-items: center;
}

.large-image-cta .cta-body .rates i {
  font-size: 8px;
}

@media (max-width: 767.98px) {
  .large-image-cta {
    height: 422px;
    padding: 12px 0px;
    margin: 20px 0;
  }
  .large-image-cta .cta-body {
    top: 15px;
    left: 0;
    padding: 35px 45px 30px 45px;
    border-radius: 75px 0px 75px 0px;
  }
  .large-image-cta .cta-body:before {
    opacity: 0.9;
  }
  .large-image-cta .cta-body .content {
    left: 50px;
  }
  .large-image-cta .cta-body .see-more {
    padding-right: 5px;
  }
  .large-image-cta .cta-body .p1 {
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: normal;
    padding-bottom: 10px;
  }
  .large-image-cta .cta-body .p2 {
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
  }
  .large-image-cta .cta-body .value {
    line-height: 1;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0px;
  }
  .large-image-cta .cta-body .value .p3 {
    font-size: 55px;
    font-size: 3.4375rem;
    padding-bottom: 7px;
    padding-left: 10px;
  }
  .large-image-cta .cta-body .value .p4 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .large-image-cta .cta-body .value .p5 {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .large-image-cta .cta-body .value .percent {
    padding-left: 10px;
    line-height: 1;
    top: 5px;
    position: relative;
  }
  .large-image-cta .cta-body .rates {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    text-decoration: none;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (max-width: 575.98px) {
  .large-image-cta {
    border-radius: 0px 0px 165px 0px;
  }
  .large-image-cta .cta-body {
    opacity: .9;
    top: -32px;
    left: -16px;
  }
}

.location-search {
  height: 850px;
  margin: 0;
}

.location-search .locations-pane {
  position: relative;
  height: 100%;
  width: 480px;
  overflow-y: auto;
  background-color: #F5F5F5;
  padding: 0;
}

.location-search .locations-pane .locations-header {
  padding: 0 30px;
  background-color: #fff;
}

.location-search .locations-pane .locations-header .location-title {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0;
  line-height: 1.3;
}

.location-search .locations-pane .locations-header .pageTitle {
  margin: 19px 0px 9px 0px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
}

.location-search .locations-pane .locations-header .breadcrumbs .container {
  padding-left: 0;
  max-width: 100%;
}

.location-search .locations-pane .locations-filter {
  padding: 0px 0 15px 0;
}

.location-search .locations-pane .locations-filter .location-type {
  margin-left: -12px;
  margin-right: -12px;
}

.location-search .locations-pane .locations-filter .filter-headline {
  margin: 15px 0 10px 0;
  color: #1076A8;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 700;
}

.location-search .locations-pane .locations-filter label {
  display: block;
  font-weight: 700;
  font-family: "acumin", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #63666A;
}

.location-search .locations-pane .locations-filter .filter-by-radius {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 10px 0 0 0;
}

.location-search .locations-pane .locations-filter .filter-by-radius label {
  color: #1076A8;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 700;
  white-space: nowrap;
}

.location-search .locations-pane .locations-filter .filter-by-radius .select-box {
  position: relative;
}

.location-search .locations-pane .locations-filter .filter-by-radius .select-box:after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 19px;
  font-size: 1.1875rem;
  position: absolute;
  right: 0;
  top: 0px;
  color: #0076A8;
  pointer-events: none;
}

.location-search .locations-pane .locations-filter .filter-by-radius select {
  width: auto;
  padding: 0 60px 10px 0;
  margin-left: 15px;
  line-height: 1;
  height: auto;
  color: #63666A;
  background: none;
}

.location-search .locations-pane .locations-filter .filter-by-radius select::-webkit-input-placeholder {
  color: #63666A;
}

.location-search .locations-pane .locations-filter .filter-by-radius select:-moz-placeholder {
  color: #63666A;
}

.location-search .locations-pane .locations-filter .filter-by-radius select::-moz-placeholder {
  color: #63666A;
}

.location-search .locations-pane .locations-filter .filter-by-radius select:-ms-input-placeholder {
  color: #63666A;
}

.location-search .locations-pane .locations-filter .apply-filters-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 15px;
}

.location-search .locations-pane .locations-filter .apply-filters-row .clear-filters-btn {
  color: #043673;
  text-decoration: none;
  display: none;
}

.location-search .locations-pane .locations-filter .apply-filters-row .clear-filters-btn .fas {
  margin-left: 4px;
}

.location-search .locations-pane .locations {
  max-width: 100%;
}

.location-search .locations-pane .locations.show-locations .locations-listings {
  display: -ms-flexbox;
  display: flex;
}

.location-search .locations-pane .locations.show-locations .message-box .custom-message {
  display: none;
}

.location-search .locations-pane .locations.show-locations .message-box .no-locations-found {
  display: none;
}

.location-search .locations-pane .locations-info {
  padding: 0;
}

.location-search .locations-pane .locations-info p {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.location-search .locations-pane .message-box {
  padding: 0 25px;
  color: #63666A;
}

.location-search .locations-pane .message-box.show-weather-alert .weather-alert {
  display: -ms-flexbox;
  display: flex;
}

.location-search .locations-pane .message-box.show-no-locations .no-locations-found {
  display: block !important;
}

.location-search .locations-pane .message-box.show-no-locations .custom-message {
  display: none;
}

.location-search .locations-pane .message-box .weather-alert {
  padding: 25px 0 0 0;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  color: #292929;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 700;
}

.location-search .locations-pane .message-box .weather-alert .icon {
  border-radius: 50%;
  border: 2px solid #043673;
  width: 28px;
  height: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 15px;
}

.location-search .locations-pane .message-box .weather-alert .icon .fas {
  color: #043673;
  font-size: 16px;
  font-size: 1rem;
}

.location-search .locations-pane .message-box .weather-alert .text {
  width: calc(100% - 28px);
}

.location-search .locations-pane .message-box .weather-alert p {
  margin: 0;
}

.location-search .locations-pane .message-box .weather-alert a {
  color: #043673;
  font-weight: 400;
}

.location-search .locations-pane .message-box .weather-alert a:hover, .location-search .locations-pane .message-box .weather-alert a:focus {
  color: #0076A8;
}

.location-search .locations-pane .message-box .custom-message {
  padding: 25px 0 0 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.location-search .locations-pane .message-box .no-locations-found {
  padding: 25px 0 0 0;
  display: none;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.location-search .locations-pane .locations-listings {
  padding: 0px 0 25px 0;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
}

.location-search .locations-pane .locations-listings > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.location-search .locations-pane .contactLinks {
  color: #231f20;
}

.location-search .locations-pane .contactLinks a {
  text-decoration: underline;
}

.location-search .locations-pane .contactLinks .btn {
  text-decoration: none;
}

.location-search .map-col {
  width: calc(100% - 480px);
  position: relative;
}

.location-search #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ddd;
}

.location-search .info-window {
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.location-search .info-window .location-title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 700;
  color: #043673;
  margin: 0 0 10px 0;
}

.location-search .info-window .bankAddress {
  color: #63666A;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 15px;
  line-height: 0.9375rem;
  margin-bottom: 10px;
}

.location-search .info-window .bankAddress p {
  margin: 0;
}

.location-search .info-window .ctas {
  display: -ms-flexbox;
  display: flex;
}

.location-search .info-window .ctas a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  text-decoration: underline;
  margin-right: 15px;
  margin-bottom: 5px;
  color: #0076A8;
}

.location-search .info-window .ctas a:hover, .location-search .info-window .ctas a:focus {
  color: #043673;
}

.location-search .info-window .ctas a:last-child {
  margin-right: 0;
}

.location-search .info-window .ctas a .fas {
  margin-left: 5px;
}

.location-search .gm-style .gm-style-iw-c {
  border-radius: 0;
}

.search-places-wrapper.form-group span {
  position: absolute;
  right: 25px;
  font-size: 16px;
  top: 110px;
  color: #0076a8;
  padding: 3px 0px;
}

.search-places-wrapper.form-group span i {
  cursor: pointer;
}

.locations-template.option-two .location-search .locations-pane .locations {
  height: 420px;
  width: 100%;
}

.info-window .name {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #043673;
  font-weight: 700;
  font-family: "acumin", sans-serif;
  margin-bottom: 10px;
  display: block;
}

.info-window .address {
  display: block;
}

.info-window .address a {
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #63666A;
  line-height: 15px;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.info-window .cta {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}

.info-window .cta a {
  margin-right: 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  text-decoration: underline;
  color: #0076A8;
  line-height: 1;
}

.info-window .cta a:hover, .info-window .cta a:focus {
  color: #043673;
  text-decoration: none;
}

.info-window .cta a:last-child {
  margin-right: 0;
}

.info-window .cta a .fas {
  display: none;
}

@media (max-width: 1199.98px) {
  .locations-template.option-two .location-search .locations-pane .locations {
    margin-left: 0;
  }
  .location-search .locations-pane .locations-header .breadcrumbs {
    padding: 25px 15px 15px 0;
  }
}

@media (max-width: 991.98px) {
  .locations-template.option-two .location-search .locations-pane .locations {
    margin: 0;
    height: 100%;
    overflow-y: visible;
  }
  .location-search {
    height: 100%;
  }
  .location-search .locations-pane {
    overflow-y: visible;
    width: 100%;
  }
  .location-search .locations-pane .locations-header {
    padding: 0px 15px;
  }
  .location-search .locations-pane .locations-header .breadcrumbs {
    display: none;
  }
  .location-search .locations-pane .locations-header .locations-info p {
    text-align: center;
  }
  .location-search .locations-pane .locations-header .pageTitle {
    padding-top: 20px;
    text-align: center;
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0px 0px 13px 0px;
  }
  .location-search .locations-pane .locations {
    height: auto !important;
  }
  .location-search .locations-pane .locations-filter .filter-by-radius select {
    padding: 0 20px 10px 0;
  }
  .location-search .map-col {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .location-search .locations-pane .locations-filter .location-type {
    margin: 0;
  }
  .location-search .locations-pane .locations-filter .location-type .custom-control-inline {
    display: block;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .location-search .locations-pane .locations-filter .filter-by-radius label {
    font-size: 14px;
    font-size: 0.875rem;
    white-space: normal;
  }
  .location-search .locations-pane .locations-filter .apply-filters-row {
    margin-top: 20px;
  }
  .location-search .locations-pane .locations-filter .apply-filters-row .apply-filters-btn {
    padding: 6px 20px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

/** Styles pulled from: /CMS/App/UserControls/WebParts/Locations/LocationFilterAndResults.ascx */
@media screen and (max-width: 850px) and (min-width: 750px) {
  .location-search {
    height: 850px;
  }
  .locations-pane {
    width: 400px !important;
    overflow-y: auto !important;
  }
  .map-col {
    width: calc(100% - 400px) !important;
    position: relative;
  }
}

/** End style from ASCX */
.location-item {
  background: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px 35px 20px;
  box-shadow: 0px 3px 6px #E5E5E5;
  border-radius: 50px 0;
  width: 90%;
  margin: 25px auto;
  color: #63666A;
}

.location-item.active {
  box-shadow: 0 0 10px #043673;
}

.location-item:focus {
  box-shadow: 0 3px 10px #ccc;
}

.location-item .bankInfo {
  width: 100%;
}

.location-item .bankInfo .location-title {
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 31px;
  line-height: 1.9375rem;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 10px;
  display: block;
}

.location-item .bankInfo .location-title h2 {
  line-height: 26px;
  line-height: 1.625rem;
}

.location-item .bankInfo .location-title > * {
  color: #043673;
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "acumin", sans-serif;
}

.location-item .bankInfo .location-title:hover, .location-item .bankInfo .location-title:focus {
  text-decoration: underline;
}

.location-item .bankInfo .options {
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #63666A;
  line-height: 1;
  padding-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.location-item .bankInfo .options div + div:before {
  content: '|';
  padding-left: 5px;
  margin-right: 5px;
}

.location-item .bankInfo .bankAddress {
  padding-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.location-item .bankInfo .bankAddress p {
  padding: 0;
  margin: 0;
}

.location-item .bankInfo .bankAddress p p + p {
  margin-left: 3px;
}

.location-item .bankInfo .hours {
  margin-bottom: 25px;
}

.location-item .bankInfo .hours .hours-item {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  margin-bottom: 10px;
}

.location-item .bankInfo .hours .hours-item .label {
  color: #0076A8;
  font-weight: 700;
  margin-right: 15px;
}

.location-item .bankInfo .ctas {
  display: -ms-flexbox;
  display: flex;
}

.location-item .bankInfo .ctas a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 700;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #043673;
}

.location-item .bankInfo .ctas a span {
  width: 70%;
}

.location-item .bankInfo .ctas a:hover, .location-item .bankInfo .ctas a:focus {
  color: #0076A8;
  text-decoration: underline;
}

.location-item .bankInfo .ctas a:last-child {
  margin-right: 0;
  margin-left: 10px;
}

.location-item .bankInfo .ctas a:last-child span {
  width: 55%;
}

.location-item .bankInfo .ctas a .fas {
  margin-left: 5px;
}

.location-item .distance {
  width: 100%;
  color: #707070;
  margin-top: 3px;
  text-align: right;
}

@media (max-width: 991.98px) {
  .location-item {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 20px 15px;
    border-radius: 40px 0;
    margin-bottom: -8px;
  }
  .location-item .photo {
    width: 100%;
    margin: 15px;
  }
  .location-item .bankInfo {
    padding: 0;
    width: 100%;
  }
  .location-item .bankInfo .location-title {
    padding-bottom: 5px;
  }
  .location-item .bankInfo .location-title h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
  .location-item .bankInfo .options {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
    padding-bottom: 5px;
  }
  .location-item .bankInfo .bankAddress {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
    padding-bottom: 10px;
  }
  .location-item .bankInfo .hours {
    margin-bottom: 10px;
  }
  .location-item .bankInfo .hours .hours-item {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
  }
  .location-item .bankInfo .hours .hours-item .label {
    margin-right: 10px;
  }
  .location-item .bankInfo .hours .hours-item:last-child {
    margin-bottom: 0;
  }
  .location-item .bankInfo .ctas a {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 17px;
    line-height: 1.0625rem;
    margin-right: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .location-item .bankInfo .ctas a:last-child {
    margin-right: 0;
    margin-left: 0px;
  }
  .location-item .bankInfo .ctas a .fas {
    font-size: 10px;
    font-size: 0.625rem;
    margin-bottom: 2px;
  }
  .location-item .bankInfo .distance {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

section.location-detail-heading {
  margin: 35px 0px;
}

section.location-detail-heading .location-title {
  margin: 64px 0px 22px 0px;
}

section.location-detail-heading .location-subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 700;
  margin: 0px;
}

@media (max-width: 991.98px) {
  section.location-detail-heading {
    text-align: center;
    margin: 20px 0px;
  }
  section.location-detail-heading .location-title {
    line-height: 28px;
    line-height: 1.75rem;
    margin: 18px 0px 15px 0px;
  }
  section.location-detail-heading .location-subtitle {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin-bottom: 2px;
  }
  section.location-detail-heading .location-description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.location-detail-content {
  margin: 35px 0;
}

.location-detail-content .all-card-wrapper {
  margin-top: 67px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.location-detail-content .all-card-wrapper .info-card {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#043673+0,1695a8+100 */
  background: #043673;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #043673 0%, #1695a8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043673', endColorstr='#1695a8',GradientType=1 );
  /* IE6-9 */
  color: #fff;
  padding: 29px 44px 25px 44px;
  border-radius: 50px 0px;
}

.location-detail-content .all-card-wrapper .info-card ul {
  list-style: none;
  padding: 0px;
}

.location-detail-content .all-card-wrapper .info-card ul li {
  margin: 0px 0px 41px 0px;
}

.location-detail-content .all-card-wrapper .info-card ul li:last-child {
  margin: 0px;
}

.location-detail-content .all-card-wrapper .info-card ul li a {
  color: #FFF;
}

.location-detail-content .all-card-wrapper .info-card ul li a .info-heading {
  color: #FFF;
}

.location-detail-content .all-card-wrapper .info-card ul li .info-heading {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  color: #fff;
}

.location-detail-content .all-card-wrapper .info-card ul li .info-text {
  line-height: 22px;
  line-height: 1.375rem;
}

.location-detail-content .all-card-wrapper .info-card ul li .info-text a {
  color: #fff;
  text-decoration: none;
}

.location-detail-content .all-card-wrapper .info-card ul li .info-text a a:hover {
  color: #fff;
}

.location-detail-content .all-card-wrapper .content-card-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: 61px;
  margin-bottom: 98px;
}

.location-detail-content .all-card-wrapper .content-card-wrapper .content-card .content-heading {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  color: #043673;
  margin: 0px 0px 19px 0px;
}

.location-detail-content .all-card-wrapper .content-card-wrapper .content-card ul {
  list-style: none;
  padding: 0px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}

.location-detail-content .all-card-wrapper .content-card-wrapper .content-card ul p {
  margin: 0px;
}

@media (max-width: 991.98px) {
  .location-detail-content {
    margin: 20px 0;
    text-align: center;
  }
  .location-detail-content .all-card-wrapper {
    margin-top: 20px;
    margin-bottom: 23px;
    width: initial;
  }
  .location-detail-content .all-card-wrapper .info-card {
    padding: 12px 42px 25px 42px;
    margin: 0px 0px 32px 0px;
  }
  .location-detail-content .all-card-wrapper .info-card ul li {
    margin: 0px 0px 31px 0px;
  }
  .location-detail-content .all-card-wrapper .info-card ul li .info-heading {
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 4px;
  }
  .location-detail-content .all-card-wrapper .info-card ul li .info-text {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
  .location-detail-content .all-card-wrapper .info-card ul li .info-text a {
    text-decoration: underline;
  }
  .location-detail-content .all-card-wrapper .info-card ul li .info-text a:hover, .location-detail-content .all-card-wrapper .info-card ul li .info-text a:focus {
    text-decoration: none;
  }
  .location-detail-content .all-card-wrapper .content-card-wrapper {
    margin: 0px;
  }
  .location-detail-content .all-card-wrapper .content-card-wrapper:first-child {
    margin-top: 14px;
  }
  .location-detail-content .all-card-wrapper .content-card-wrapper .content-card {
    margin: 0px 0px 20px 0px;
  }
  .location-detail-content .all-card-wrapper .content-card-wrapper .content-card .content-heading {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin: 0px 0px 9px 0px;
  }
  .location-detail-content .all-card-wrapper .content-card-wrapper .content-card ul {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}

.property-details-page {
  padding: 35px 0;
}

.property-details-page .breadcrumbs {
  padding: 0 0 35px 0;
}

.property-details-page .intro-wrapper {
  display: none;
}

.property-details-page .property-details .property-info {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px 48px 0px;
}

.property-details-page .property-details .property-info .contact-card {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#043673+0,1695a8+100 */
  background: #043673;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #043673 0%, #1695a8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043673', endColorstr='#1695a8',GradientType=1 );
  /* IE6-9 */
  border-radius: 70px 0px;
}

.property-details-page .property-details .property-info .contact-card .card-content {
  padding: 40px 50px;
}

.property-details-page .property-details .property-info .contact-card .card-content .price, .property-details-page .property-details .property-info .contact-card .card-content .title {
  color: white;
  font-family: "acumin", sans-serif;
  line-height: 19px;
}

.property-details-page .property-details .property-info .contact-card .card-content .address, .property-details-page .property-details .property-info .contact-card .card-content .name, .property-details-page .property-details .property-info .contact-card .card-content .contact {
  color: white;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 19px;
}

.property-details-page .property-details .property-info .contact-card .card-content .price {
  font-size: 28px;
  font-size: 1.75rem;
  padding-bottom: 10px;
}

.property-details-page .property-details .property-info .contact-card .card-content .title {
  font-weight: bold;
}

.property-details-page .property-details .property-info .contact-card .card-content .name {
  margin: 0;
}

.property-details-page .property-details .property-info .contact-card .card-content .contact {
  display: -ms-flexbox;
  display: flex;
}

.property-details-page .property-details .property-info .contact-card .card-content .contact a {
  color: white;
}

.property-details-page .property-details .property-info .contact-card .card-content .address {
  padding-bottom: 20px;
}

.property-details-page .property-details .property-info .contact-card .card-content .number {
  padding-right: 5px;
}

.property-details-page .property-details .property-info .contact-card .button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 35px;
}

.property-details-page .property-details .property-info .about-property {
  padding-left: 75px;
}

.property-details-page .property-details .property-info .about-property h2 {
  padding-bottom: 10px;
}

.property-details-page .property-details .property-info .about-property p {
  padding-bottom: 25px;
}

.property-details-page .slick-list {
  padding: 0px;
  width: 100%;
}

.property-details-page .slick-slide {
  padding-bottom: 0;
}

.property-details-page .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.property-details-page .slick-track .item:hover, .property-details-page .slick-track .item:focus {
  opacity: 0.8;
}

.property-details-page .slick-arrow {
  position: absolute;
  top: 180px;
  cursor: pointer;
}

.property-details-page .prev-btn {
  left: -45px;
}

.property-details-page .prev-btn .icon {
  background-image: url("/library/img/left-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 52px;
  display: inline-block;
}

.property-details-page .prev-btn:hover, .property-details-page .prev-btn:focus {
  opacity: 0.8;
}

.property-details-page .next-btn {
  right: -45px;
}

.property-details-page .next-btn .icon {
  background-image: url("/library/img/right-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 52px;
  display: inline-block;
}

.property-details-page .next-btn:hover, .property-details-page .next-btn:focus {
  opacity: 0.8;
}

.property-details-page .property-carousel {
  display: -ms-flexbox;
  display: flex;
}

.property-details-page .property-carousel .item {
  z-index: 999;
  opacity: 1;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  height: 440px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.property-details-page .property-wrapper {
  margin: 0 auto;
}

.property-details-page .property-wrapper .property-thumbnails .property-thumb-slider {
  display: -ms-flexbox;
  display: flex;
}

.property-details-page .property-wrapper .property-thumbnails .property-thumb-slider .item {
  padding: 14px 5px;
  height: 70px;
  width: 100px;
}

.property-details-page .property-wrapper .property-thumbnails .property-thumb-slider .item img {
  margin: 0 auto;
  height: 90px;
}

.property-details-page .property-wrapper .property-thumbnails .property-thumb-slider .slick-center img {
  border: 3px solid #1695A8;
}

@media (max-width: 991.98px) {
  .property-details-page {
    padding: 20px 0;
  }
  .property-details-page .property-wrapper .property-thumbnails .property-thumb-slider .item img {
    height: 50px;
  }
}

@media (max-width: 767.98px) {
  .property-details-page .breadcrumbs {
    display: none;
    padding: 20px 0;
  }
  .property-details-page .intro-wrapper {
    display: block;
    text-align: center;
  }
  .property-details-page .intro-wrapper .h3 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
    line-height: 21px;
    padding-bottom: 5px;
  }
  .property-details-page .property-wrapper {
    width: 100%;
  }
  .property-details-page .property-wrapper .container {
    padding: 0;
  }
  .property-details-page .property-carousel .item {
    height: 206px;
  }
  .property-details-page .property-details h1 {
    font-size: 23px;
    font-size: 1.4375rem;
    text-align: center;
    line-height: 28px;
  }
  .property-details-page .property-details .property-info {
    display: block;
    padding: 20px 0px 0px 0px;
  }
  .property-details-page .property-details .property-info .contact-card .card-content {
    text-align: center;
  }
  .property-details-page .property-details .property-info .contact-card .card-content .price {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .property-details-page .property-details .property-info .contact-card .card-content .address, .property-details-page .property-details .property-info .contact-card .card-content .name, .property-details-page .property-details .property-info .contact-card .card-content .contact {
    font-size: 19px;
    font-size: 1.1875rem;
    padding-bottom: 5px;
  }
  .property-details-page .property-details .property-info .contact-card .card-content .address {
    padding-bottom: 30px;
  }
  .property-details-page .property-details .property-info .contact-card .card-content .contact {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .property-details-page .property-details .property-info .contact-card .button {
    display: none;
  }
  .property-details-page .property-details .property-info .about-property {
    padding-left: 0px;
    text-align: center;
    padding: 15px 0px;
  }
  .property-details-page .property-details .property-info .about-property p {
    padding-bottom: 15px;
  }
  .property-details-page .property-wrapper {
    margin-bottom: 29px;
  }
  .property-details-page .property-wrapper .property-thumbnails {
    display: none;
  }
  .property-details-page .slick-arrow {
    position: absolute;
    top: 96px;
    cursor: pointer;
    z-index: 3;
  }
  .property-details-page .prev-btn {
    left: 0;
  }
  .property-details-page .prev-btn .icon {
    background-image: url(/library/img/white-left-arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 26px;
    display: inline-block;
    z-index: 2;
    position: relative;
    left: 8px;
  }
  .property-details-page .prev-btn .overlay {
    content: '';
    position: absolute;
    bottom: -79px;
    right: -25px;
    height: 206px;
    width: 41px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */
    z-index: 1;
  }
  .property-details-page .next-btn {
    right: 0;
  }
  .property-details-page .next-btn .icon {
    background-image: url(/library/img/white-right-arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 26px;
    display: inline-block;
    z-index: 2;
    position: relative;
    right: 8px;
  }
  .property-details-page .next-btn .overlay {
    content: '';
    position: absolute;
    bottom: -79px;
    left: -25px;
    height: 206px;
    width: 41px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
    /* IE6-9 */
    z-index: 1;
  }
}

.properties-for-sale {
  padding: 35px 0px;
}

.properties-for-sale .breadcrumbs {
  padding-top: 0px;
  margin-top: -5px;
  margin-bottom: 29px;
}

.properties-for-sale .intro .title .h1 {
  padding: 10px 0px;
}

.properties-for-sale .intro .title p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.properties-for-sale .intro .select {
  font-weight: bold;
  font-family: acumin;
  font-size: 50px;
  font-size: 3.125rem;
  padding: 0px;
}

.properties-for-sale .contact-info {
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  margin-bottom: 47px;
}

.properties-for-sale .contact-info .contact {
  display: -ms-flexbox;
  display: flex;
  padding-right: 75px;
}

.properties-for-sale .contact-info .contact p {
  padding-right: 10px;
  font-family: acumin;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
}

.properties-for-sale #sortByState {
  font-size: 18px;
  font-size: 1.125rem;
  color: #63666A;
  height: 38px;
}

.properties-for-sale .property-listing {
  padding-top: 25px;
  padding-bottom: 15px;
}

.properties-for-sale .property-listing .properties .property {
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.properties-for-sale .property-listing .properties img {
  max-width: 204px;
  border-radius: 50px 0px;
}

.properties-for-sale .property-listing .properties .property-info {
  padding-left: 20px;
}

.properties-for-sale .property-listing .properties .property-info .type {
  font-style: italic;
}

.properties-for-sale .property-listing .properties .property-info .h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin: 0;
}

.properties-for-sale .property-listing .properties .property-info p {
  margin: 0;
}

.properties-for-sale .property-listing .properties .property-info .acres {
  color: #222222;
}

.properties-for-sale .property-listing .properties .property-info a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #043673;
  text-decoration: none;
  /* font-family: myraid-pro; */
  font-weight: 600;
}

.properties-for-sale .property-listing .properties .property-info a .fa, .properties-for-sale .property-listing .properties .property-info a .fas {
  font-weight: 900;
  font-size: 10px;
  padding: 0px 5px;
}

@media (max-width: 991.98px) {
  .properties-for-sale {
    padding: 20px 0px;
  }
  .properties-for-sale .breadcrumbs {
    display: none;
  }
  .properties-for-sale .contact-info {
    display: block;
    margin-bottom: 17px;
  }
}

@media (max-width: 767.98px) {
  .properties-for-sale .intro .title {
    text-align: center;
  }
  .properties-for-sale .intro .title .h1 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0;
  }
  .properties-for-sale .intro .content {
    text-align: center;
    padding-bottom: 10px;
  }
  .properties-for-sale .contact-info .contact {
    padding-right: 0px;
  }
  .properties-for-sale .contact-info .contact a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .properties-for-sale .contact-info .contact p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .properties-for-sale .property-listing .properties .property-info {
    padding-left: 0px;
    max-width: 100%;
  }
  .properties-for-sale .property-listing .properties .property {
    display: block;
  }
  .properties-for-sale .property-listing .properties .property .photo {
    padding-bottom: 10px;
  }
}

.learning-center-widget {
  padding: 35px 0;
}

.learning-center-widget .row {
  -ms-flex-pack: center;
      justify-content: center;
}

.learning-center-widget .heading {
  line-height: 44px;
  line-height: 2.75rem;
  margin: 0px 0px 60px 0px;
  text-align: center;
}

.learning-center-widget .post-content .photo-container {
  margin: 0px 0px 25px 0px;
  border: none;
  border-radius: 60px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 258px;
}

.learning-center-widget .post-content .post-heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
  color: #043673;
}

.learning-center-widget .post-content .author-heading {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 400;
  color: #707075;
}

.learning-center-widget .post-content .description {
  line-height: 25px;
  line-height: 1.5625rem;
  margin: 4px 0px 0px 0px;
}

.learning-center-widget .post-content .post-cta-container {
  margin: 10px 0px 0px 0px;
}

.learning-center-widget .post-content .post-cta-container .post-cta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #043673;
  text-decoration: none;
  font-weight: 600;
}

.learning-center-widget .post-content .post-cta-container .post-cta:hover, .learning-center-widget .post-content .post-cta-container .post-cta:focus {
  border-bottom: 1px solid #043673;
  padding-bottom: 5px;
}

.learning-center-widget .post-content .post-cta-container .post-cta .fa-chevron-right {
  font-size: 10px;
  font-size: 0.625rem;
}

.learning-center-widget .cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 26px 0px 0px 0px;
}

.learning-center-widget .cta .btn-primary {
  padding: 11px 24px 13px 24px;
}

@media (max-width: 767.98px) {
  .learning-center-widget {
    padding: 20px 0px;
  }
  .learning-center-widget .heading {
    line-height: 27px;
    line-height: 1.6875rem;
    margin: 0px 0px 35px 0px;
  }
  .learning-center-widget .post-content {
    margin: 0px 0px 34px 0px;
  }
  .learning-center-widget .post-content .photo-container {
    margin: 0px 0px 16px 0px;
  }
  .learning-center-widget .post-content .post-heading {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .learning-center-widget .post-content .author-heading {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
  .learning-center-widget .post-content .description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .learning-center-widget .post-content .post-cta-container {
    margin: 3px 0px 0px 0px;
  }
  .learning-center-widget .post-content .post-cta-container .post-cta {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 14px;
    line-height: 0.875rem;
  }
  .learning-center-widget .post-content .post-cta-container .post-cta .fa-chevron-right {
    font-size: 9px;
    font-size: 0.5625rem;
  }
  .learning-center-widget .cta {
    margin: -10px 0px 0px 0px;
  }
  .learning-center-widget .cta .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 9px 16px 9px 16px;
    border-radius: 20px 0px 20px 0px;
  }
}

.learning-center-post-listing {
  padding: 0;
}

.learning-center-post-listing .pagination-module {
  margin-bottom: 32px;
  margin-top: -14px;
}

.learning-center-post-listing .learning-center-post {
  margin: 0px 0px 25px 0px;
  box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.16);
  border-radius: 75px 0px;
}

.learning-center-post-listing .learning-center-post .photo-container {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 161px;
  border-radius: 75px 0px 0px 0px;
}

.learning-center-post-listing .learning-center-post .post-content {
  height: 139px;
  padding: 27px 0px 36px 33px;
  position: relative;
  overflow: hidden;
}

.learning-center-post-listing .learning-center-post .post-content .post-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
  padding-right: 33px;
  color: #043673;
}

.learning-center-post-listing .learning-center-post .post-content .post-title a {
  color: #043673;
  text-decoration: underline;
}

.learning-center-post-listing .learning-center-post .post-content .post-title a:hover, .learning-center-post-listing .learning-center-post .post-content .post-title a:focus {
  color: #0076A8;
  text-decoration: none;
}

.learning-center-post-listing .learning-center-post .post-content .post-date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #707075;
  font-family: "acumin", sans-serif;
  margin-bottom: 13px;
}

@media (max-width: 991.98px) {
  .learning-center-post-listing {
    padding: 4px 0;
  }
  .learning-center-post-listing .pagination-module {
    margin-bottom: 2px;
    margin-top: 16px;
  }
  .learning-center-post-listing .learning-center-post {
    border-radius: 65px 0px;
    margin: 0;
  }
  .learning-center-post-listing .learning-center-post .photo-container {
    height: 110px;
    border-radius: 65px 0px 0px 0px;
  }
  .learning-center-post-listing .learning-center-post .post-content {
    height: auto;
    padding: 14px 22px;
  }
  .learning-center-post-listing .learning-center-post .post-content .post-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
    white-space: initial;
    margin: 0px 0px 7px 0px;
  }
  .learning-center-post-listing .learning-center-post .post-content .post-date {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
}

.lc-detail-heading {
  padding: 35px 0 0 0;
}

.lc-detail-heading .container {
  padding: 0 85px;
}

.lc-detail-heading .blog-link {
  margin-top: -5px;
}

.lc-detail-heading .blog-link a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 600;
  color: #043673;
  text-decoration: none;
}

.lc-detail-heading .blog-link a .fas {
  font-size: 10px;
  font-size: 0.625rem;
  margin-right: 2px;
}

.lc-detail-heading .blog-link a:hover, .lc-detail-heading .blog-link a:focus {
  text-decoration: underline;
}

.lc-detail-heading .post-title {
  margin-top: 35px;
}

.lc-detail-heading .post-info {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: "acumin", sans-serif;
  color: #707075;
  position: relative;
  margin-top: 17px;
}

.lc-detail-heading .post-info .author {
  padding: 0px 20px 0px 0px;
  margin: 0px 15px 0px 0px;
}

.lc-detail-heading .post-info .author:not(:last-child) {
  border-right: 1px solid #707070;
}

.lc-detail-heading .category-wrapper {
  margin-top: 16px;
}

.lc-detail-heading .category-wrapper .category-btn {
  margin-right: 5px;
  padding: 9px 26px;
}

@media (max-width: 991.98px) {
  .lc-detail-heading {
    padding: 20px 0 0 0;
  }
  .lc-detail-heading .container {
    padding: 0 30px;
  }
  .lc-detail-heading .blog-link {
    margin-top: 17px;
  }
  .lc-detail-heading .blog-link a {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
  .lc-detail-heading .blog-link a .fas {
    font-size: 9px;
    font-size: 0.5625rem;
  }
  .lc-detail-heading .post-title {
    line-height: 32px;
    line-height: 2rem;
    font-size: 28px;
    font-size: 1.75rem;
    text-align: center;
    margin-top: 19px;
  }
  .lc-detail-heading .post-info {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .lc-detail-heading .post-info .author {
    margin: 0px 0px 8px 0px;
    padding: 0px;
  }
  .lc-detail-heading .post-info .author:not(:last-child) {
    border-right: none;
  }
  .lc-detail-heading .category-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .lc-detail-heading .category-wrapper .category-btn {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 13px;
    line-height: 0.8125rem;
    padding: 4px 15px 7px 15px;
    border-radius: 18px 0;
    margin: 0px 10px 11px 0px;
  }
}

.lc-detail-content {
  padding: 35px 0;
}

.lc-detail-content .container {
  padding: 0 85px;
}

.lc-detail-content .photo-container {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 441px;
  border-radius: 75px 0;
  margin: 25px 0px 50px 0px;
}

.lc-detail-content h2 {
  margin-bottom: 35px;
}

.lc-detail-content p {
  margin-bottom: 24px;
}

.lc-detail-content h3 {
  margin: 57px 0px 31px 0px;
}

.lc-detail-content .post-list {
  padding: 19px;
  list-style: none;
  margin: 0px;
  margin-top: -17px;
  margin-left: 32px;
}

.lc-detail-content .post-list li {
  margin-bottom: 15px;
}

.lc-detail-content .post-list li:last-child {
  margin-bottom: 0px;
}

.lc-detail-content .post-list li::before {
  content: '•';
  color: #1695A8;
  font-weight: 600;
  display: inline-block;
  width: 1em;
  margin-left: -20px;
  margin-right: 7px;
  font-size: 24px;
  font-size: 1.5rem;
}

.lc-detail-content .post-list.order-items {
  counter-reset: li;
  margin-top: -15px;
  margin-left: 28px;
}

.lc-detail-content .post-list.order-items li {
  counter-increment: li;
}

.lc-detail-content .post-list.order-items li::before {
  content: counter(li) ".";
  margin-right: 12px;
  font-size: 16px;
  font-size: 1rem;
  margin-left: -1em;
}

.lc-detail-content .post-list + h3 {
  margin-top: 28px;
}

.lc-detail-content h4 {
  margin: 53px 0px 31px 0px;
}

@media (max-width: 991.98px) {
  .lc-detail-content {
    padding: 20px 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .lc-detail-content .container {
    padding: 0 30px;
  }
  .lc-detail-content .photo-container {
    height: 231px;
    margin: 15px 0px 39px 0px;
    border-radius: 30px 0;
  }
  .lc-detail-content h2 {
    margin-bottom: 14px;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .lc-detail-content p {
    margin-bottom: 14px;
  }
  .lc-detail-content h3 {
    margin: 35px 0px 17px 0px;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .lc-detail-content .post-list {
    margin-top: -23px;
    margin-left: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .lc-detail-content .post-list li::before {
    margin-right: -4px;
  }
  .lc-detail-content .post-list li {
    margin-bottom: 9px;
  }
  .lc-detail-content .post-list li:last-child {
    margin-bottom: 0px;
  }
  .lc-detail-content .post-list.order-items {
    margin-top: -21px;
    margin-left: 18px;
  }
  .lc-detail-content .post-list.order-items li::before {
    margin-right: 3px;
    margin-left: -19px;
  }
  .lc-detail-content .post-list + h3 {
    margin-top: 26px;
  }
  .lc-detail-content h4 {
    line-height: 22px;
    line-height: 1.375rem;
    margin: 39px 0px 15px 0px;
  }
}

@media (max-width: 575.98px) {
  .lc-detail-content .photo-container {
    height: 121px;
  }
}

.meet-team {
  padding: 35px 0px;
}

.meet-team .intro .title {
  text-align: center;
}

.meet-team .intro .content {
  text-align: center;
}

.meet-team .intro .row {
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 15px;
}

.meet-team .intro select {
  font-size: 18px;
  font-size: 1.125rem;
  color: #63666A;
  height: 30px;
  margin: 21px 0px 15px 0px;
}

.meet-team .team-members .team-member {
  display: -ms-flexbox;
  display: flex;
  padding: 25px 15px;
}

.meet-team .team-members .team-member .photo {
  margin-right: 25px;
  width: 136px;
}

.meet-team .team-members .team-member .photo img {
  border-radius: 40px 0px;
  width: 136px;
}

.meet-team .team-members .team-member .member-info {
  width: calc(100% - 136px);
}

.meet-team .team-members .team-member .member-info p {
  line-height: 19px;
  line-height: 1.1875rem;
  margin: 7px 0px 1px 0px;
}

.meet-team .team-members .team-member .member-info .name {
  text-decoration: underline;
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #043673;
  position: relative;
  z-index: 2;
}

.meet-team .team-members .team-member .member-info .name a {
  color: #043673;
  text-decoration: none;
}

.meet-team .team-members .team-member .member-info .name:hover, .meet-team .team-members .team-member .member-info .name:focus {
  text-decoration: none;
}

.meet-team .team-members .team-member .member-info .name:hover a, .meet-team .team-members .team-member .member-info .name:focus a {
  color: #0076A8;
}

.meet-team .team-members .team-member .contact {
  position: relative;
  z-index: 2;
}

.meet-team .team-members .team-member .contact .phone + .email {
  border-left: 1px solid #707070;
  padding-left: 10px;
  margin-left: 5px;
}

.meet-team .team-members .team-list {
  position: relative;
  padding-bottom: 25px;
}

.meet-team .team-members .team-list .row {
  -ms-flex-pack: center;
      justify-content: center;
}

.meet-team .team-members .team-list:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 25px;
  height: 185px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.68+70,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.68) 70%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.meet-team .team-members .team-list.showingAll:after {
  display: none;
}

.meet-team .team-members .cta-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.meet-team .team-members .cta-row .fa-chevron-down:before {
  content: "\f078";
  padding-left: 5px;
}

.meet-team .team-members .cta-row .fas {
  font-size: 11px;
  font-size: 0.6875rem;
}

@media (max-width: 767.98px) {
  .meet-team {
    padding: 20px 0;
  }
  .meet-team .intro select {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 10px 0px -7px 0px;
  }
  .meet-team .team-members .team-member {
    padding: 25px 10px;
  }
  .meet-team .team-members .team-member .photo {
    max-width: 90px;
    max-height: 90px;
  }
  .meet-team .team-members .team-member .photo img {
    border-radius: 20px 0px;
    width: 90px;
  }
  .meet-team .team-members .team-member .member-info {
    width: calc(100% - 90px);
  }
  .meet-team .team-members .team-member .member-info .name {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
  .meet-team .team-members .team-member .member-info p {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 13px;
    line-height: 0.8125rem;
    margin: 3px 0px -2px 0px;
  }
  .meet-team .team-members .team-member .member-info .contact .phone, .meet-team .team-members .team-member .member-info .contact .email {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .meet-team .team-members .team-list {
    margin-top: -5px;
  }
  .meet-team .btn {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 10px 20px;
  }
  .meet-team .cta-row .fas {
    font-size: 8px !important;
  }
}

.team-member-contact {
  padding: 35px 0;
}

.team-member-contact .contact-form {
  padding: 27px 25px 25px 25px;
}

.team-member-contact .contact-form .box-container {
  padding-right: 350px;
}

.team-member-contact .contact-form .box-container select {
  padding: 10px 0px;
  color: #63666A;
}

.team-member-contact .contact-form .box-container .box {
  padding: 0px 0px 8px 0px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.team-member-contact .contact-form .box-container .box:nth-child(even) {
  padding-left: 27.5px;
}

.team-member-contact .contact-form .box-container .box:nth-child(odd) {
  padding-right: 27.5px;
}

.team-member-contact .contact-form .box-container .box:focus label, .team-member-contact .contact-form .box-container .box.not-empty label {
  font-size: 14px;
  font-size: 0.875rem;
  top: 0px;
  color: #043673;
  font-weight: 700;
}

.team-member-contact .contact-form .box-container .box.active label {
  font-size: 14px;
  font-size: 0.875rem;
  top: 0px;
  color: #043673;
  font-weight: 700;
}

.team-member-contact input[type="text"], .team-member-contact input[type="email"], .team-member-contact input[type="password"], .team-member-contact input[type="number"], .team-member-contact input[type="search"], .team-member-contact input[type="tel"], .team-member-contact input[type="autocomplete"], .team-member-contact select, .team-member-contact textarea {
  width: 100%;
  padding: 20px 10px 5px 0px;
  transition: all 0.2s;
  color: #63666A;
  border-radius: 0;
}

.team-member-contact .box-label {
  position: absolute;
  top: 18px;
  margin: auto;
  transition: all 0.2s;
  z-index: 1;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 700;
  color: #63666A;
  font-family: "acumin", sans-serif;
}

.team-member-contact .select-label {
  color: #0076A8;
  padding-right: 15px;
}

.team-member-contact .checkboxes {
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  width: 50%;
}



.team-member-contact .checkboxes .form-group {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.team-member-contact .checkboxes .form-group .form-check-inline {
  margin-bottom: 7px;
}

.team-member-contact .checkboxes .form-group .check-label {
  margin-right: 22px;
  font-family: "acumin", sans-serif;
  color: #043673;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  margin-bottom: 0px;
}

.team-member-contact .checkboxes .form-group .form-check-label {
  font-weight: 700;
  line-height: 22px;
  line-height: 1.375rem;
}

.team-member-contact .checkboxes .form-group .form-check-label.last {
  margin-left: 5px;
}

.team-member-contact .checkboxes .styled-checkbox {
  position: absolute;
  opacity: 0;
}

.team-member-contact .checkboxes .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "acumin", sans-serif;
}

.team-member-contact .checkboxes .styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #0076A8;
  box-shadow: 0px 2px 3px -3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 2px;
}

.team-member-contact .checkboxes .styled-checkbox:hover + label:before {
  background: rgba(4, 54, 115, 0.3);
  border: 1px solid #0076A8;
}

.team-member-contact .checkboxes .styled-checkbox:checked + label:before {
  background: #FFF;
}

.team-member-contact .checkboxes .styled-checkbox:focused:checked + label:before {
  border: 1px solid #043673;
}

.team-member-contact .checkboxes .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.team-member-contact .checkboxes .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

.team-member-contact .checkboxes .styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  height: 13px;
  width: 12px;
  background: #0076A8;
  border-radius: 2px;
}

.team-member-contact .comment-box .comments {
  height: 98px !important;
  border: 1px solid #0076A8 !important;
  padding: 15px 19px !important;
  margin-top: 25px;
  color: #63666A;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.team-member-contact .comment-box .comments:focus {
  box-shadow: 0 0 5px 0 #35BEF8;
}

.team-member-contact .comment-box .comments::-webkit-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #63666A;
  font-weight: 700;
  opacity: 1;
}

.team-member-contact .comment-box .comments:-ms-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #63666A;
  font-weight: 700;
  opacity: 1;
}

.team-member-contact .comment-box .comments::placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #63666A;
  font-weight: 700;
  opacity: 1;
}

.team-member-contact .captcha-input {
  padding: 10px 5px 26px 0px;
  margin-left: -5px;
}

@media (max-width: 1199.98px) {
  .team-member-contact .checkboxes {
    width: 100%;
  }
  .team-member-contact .checkboxes .check {
    padding: 0px;
  }
}

@media (max-width: 991.98px) {
  .team-member-contact {
    padding: 20px 0;
  }
  .team-member-contact .checkboxes .check {
    padding-left: 0px;
  }
  .team-member-contact .checkboxes .form-group {
    display: block;
  }
  .team-member-contact .checkboxes .form-group .check-label {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    line-height: 0.9375rem;
    margin: 11px 0px 14px 0px;
  }
  .team-member-contact .checkboxes .form-group .form-check-label.last {
    margin-left: 18px;
  }
  .team-member-contact .intro h2 {
    text-align: center;
  }
  .team-member-contact .contact-form {
    padding: 0px 15px 43px 15px;
  }
  .team-member-contact .contact-form .box-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-member-contact .contact-form .box-container .box input[type="text"], .team-member-contact .contact-form .box-container .box input[type="email"], .team-member-contact .contact-form .box-container .box input[type="password"], .team-member-contact .contact-form .box-container .box input[type="number"], .team-member-contact .contact-form .box-container .box input[type="search"], .team-member-contact .contact-form .box-container .box input[type="tel"], .team-member-contact .contact-form .box-container .box input[type="autocomplete"], .team-member-contact .contact-form .box-container .box select, .team-member-contact .contact-form .box-container .box textarea {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .team-member-contact .contact-form .box-container .box:focus label, .team-member-contact .contact-form .box-container .box.not-empty label {
    top: 4px;
    left: 0px;
  }
  .team-member-contact .contact-form .box-container .box.active label {
    top: 4px;
    left: 0px;
  }
  .team-member-contact .contact-form .box-container select, .team-member-contact .contact-form .box-container .box-label, .team-member-contact .contact-form .box-container textarea, .team-member-contact .contact-form .box-container .form-check-label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
  .team-member-contact .contact-form .box-container .box-label {
    top: 26px;
  }
  .team-member-contact .contact-form .box-container label {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .team-member-contact .captcha-input {
    padding: 0px 0px 7px 0px;
  }
  .team-member-contact .captcha-input .g-recaptcha {
    -ms-transform: scale(0.92);
        transform: scale(0.92);
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .team-member-contact .submit-btn .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 13px;
    line-height: 0.8125rem;
    border-radius: 20px 0;
    padding: 6px 28px;
  }
}

@media (max-width: 767.98px) {
  .team-member-contact .intro {
    margin-bottom: -21px;
  }
  .team-member-contact .checkboxes {
    padding: 15px 0px;
    display: block;
  }
  .team-member-contact .checkboxes .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    height: 13px;
    width: 12px;
    background: #0076A8;
    border-radius: 2px;
  }
  .team-member-contact .contact-form .box-container .box {
    display: block;
    padding: 0px;
  }
  .team-member-contact .contact-form .box-container .box:nth-child(even), .team-member-contact .contact-form .box-container .box:nth-child(odd) {
    padding-left: 0px;
    padding-right: 0px;
  }
  .team-member-contact .contact-form .box-container .box .box-label {
    left: 0;
  }
  .team-member-contact .contact-form .box-container .checkboxes input[type="text"], .team-member-contact .contact-form .box-container .checkboxes input[type="email"], .team-member-contact .contact-form .box-container .checkboxes input[type="password"], .team-member-contact .contact-form .box-container .checkboxes input[type="number"], .team-member-contact .contact-form .box-container .checkboxes input[type="search"], .team-member-contact .contact-form .box-container .checkboxes input[type="tel"], .team-member-contact .contact-form .box-container .checkboxes input[type="autocomplete"] {
    padding: 35px;
    padding-left: 0px;
  }
  .team-member-contact .contact-form .box-container .comment-box .comments {
    height: 130px;
    margin: 0px;
    padding: 13px 17px;
  }
  .team-member-contact .contact-form .box-container .comment-box .comments::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
  .team-member-contact .contact-form .box-container .comment-box .comments:-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
  .team-member-contact .contact-form .box-container .comment-box .comments::placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
  .team-member-contact .submit-btn {
    text-align: center;
  }
}

.testimonials .testimonial-listing {
  background: #F5F5F5;
  padding: 55px 0 25px 0;
  box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.16);
}

.testimonials .testimonial-listing .row > [class^='col-'] {
  margin-bottom: 30px;
}

.testimonials .pagination-module {
  background: #F5F5F5;
  padding-bottom: 25px;
}

@media (max-width: 991.98px) {
  .testimonials .filter-dropdown-search {
    margin-top: 0;
  }
  .testimonials .testimonial-listing {
    padding: 55px 0 10px 0;
  }
  .testimonials .pagination-module {
    padding-bottom: 35px;
  }
}

.testimonial-item {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.testimonial-item.headshot .photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 167px;
  width: 160px;
  border-radius: 40px 0px 40px 0px;
  border: 3px solid #FFF;
  margin: 0 auto 15px auto;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.testimonial-item.logo .photo {
  height: 167px;
  margin: 0 auto 15px auto;
}

.testimonial-item.logo .photo img {
  max-height: 167px;
}

.testimonial-item .headline {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.testimonial-item .headline a {
  color: #043673;
  text-decoration: none;
}

.testimonial-item .headline a:hover, .testimonial-item .headline a:focus {
  text-decoration: underline;
  color: #0076A8;
}

.testimonial-item .subheadline {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #63666A;
  margin: 0 0 10px 0;
}

.testimonial-item .blurb {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #63666A;
  margin: 0 0 5px 0;
}

.testimonial-item .cta {
  margin-top: auto;
}

.testimonial-item .cta a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}

.testimonial-item .cta a .fas {
  margin-left: 5px;
}

.testimonial-detail {
  padding: 35px 0;
}

.testimonial-detail .row {
  padding: 0 65px;
}

.testimonial-detail .photo-col {
  text-align: right;
}

.testimonial-detail.headshot .photo-col {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.testimonial-detail.headshot .content-col {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.testimonial-detail.headshot .photo {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 480px;
  border-radius: 40px 0px 40px 0px;
  margin: 0 auto 15px auto;
}

.testimonial-detail.logo .photo-col {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.testimonial-detail.logo .content-col {
  -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.testimonial-detail.logo .photo {
  height: 480px;
  margin: 0 auto 15px auto;
}

.testimonial-detail.logo .photo img {
  max-height: 480px;
}

.testimonial-detail .content-col {
  padding-left: 70px;
}

.testimonial-detail .headline {
  font-size: 48px;
  font-size: 3rem;
  line-height: 52px;
  line-height: 3.25rem;
  font-weight: 700;
  color: #043673;
  margin: 0 0 10px 0;
}

.testimonial-detail .subheadline {
  color: #63666A;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin: 0 0 15px 0;
}

@media (max-width: 1199.98px) {
  .testimonial-detail .row {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .testimonial-detail.headshot .photo-col, .testimonial-detail.headshot .content-col, .testimonial-detail.logo .photo-col, .testimonial-detail.logo .content-col {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .testimonial-detail.headshot .content-col, .testimonial-detail.logo .content-col {
    padding-left: 20px;
  }
  .testimonial-detail.headshot .photo {
    height: 400px;
    margin: 0 auto 15px auto;
  }
  .testimonial-detail.headshot .photo img {
    max-height: 400px;
  }
  .testimonial-detail.logo .photo {
    height: auto;
    margin: 0 auto 20px auto;
  }
  .testimonial-detail.logo .photo img {
    max-height: 400px;
  }
  .testimonial-detail .headline {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
    margin: 0 0 10px 0;
  }
  .testimonial-detail .subheadline {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 19px;
    line-height: 1.1875rem;
    margin: 0 0 15px 0;
  }
}

@media (max-width: 575.98px) {
  .testimonial-detail {
    padding: 20px 0;
  }
  .testimonial-detail .row {
    padding: 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .testimonial-detail.headshot .content-col, .testimonial-detail.logo .content-col {
    padding-left: 0;
  }
  .testimonial-detail.headshot .photo {
    height: 236px;
  }
  .testimonial-detail.headshot .photo img {
    max-height: 236px;
  }
  .testimonial-detail.logo .photo img {
    max-height: 236px;
  }
  .testimonial-detail .content-col {
    padding-left: 0;
  }
}

.customer-stories {
  padding: 70px 0 35px 0;
  background: #F5F5F5;
}

.customer-stories .story-row {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 65px;
  margin-bottom: 30px;
}

.customer-stories .section-title {
  font-size: 48px;
  font-size: 3rem;
  line-height: 52px;
  line-height: 3.25rem;
  color: #043673;
  font-weight: 700;
  margin: 0 0 25px 0;
  text-align: center;
}

.customer-stories .comment-box-wrapper {
  border-radius: 25px;
  position: relative;
}

.customer-stories .comment-box-wrapper:before {
  content: '';
  background-image: url("/library/img/quotes-icon.png");
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: -15px;
  right: calc(100% - 15px);
  display: inline-block;
  width: 100px;
  height: 84px;
  z-index: 1;
}

.customer-stories .comment-box-wrapper:after {
  content: "\00a0";
  position: absolute;
  right: -13px;
  top: calc(50% - 30px);
  width: 50px;
  height: 50px;
  background-color: #FFF;
  box-shadow: -3px 2px 5px -4px rgba(0, 0, 0, 0.08);
  display: block;
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  z-index: 2;
}

.customer-stories .comment-box {
  position: relative;
  background: rgba(255, 255, 255, 0.89);
  padding: 40px 30px;
  border-radius: 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  z-index: 2;
  margin-right: 10px;
}

.customer-stories .comment-box .comment {
  position: relative;
  z-index: 2;
  color: #63666A;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 39px;
  line-height: 2.4375rem;
  font-weight: 300;
}

.customer-stories .author-content {
  text-align: center;
}

.customer-stories .author {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 700;
  color: #043673;
  margin: 0 0 5px 0;
}

.customer-stories.headshot .photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 219px;
  height: 229px;
  border-radius: 40px 0px 40px 0px;
  border: 3px solid #FFF;
  margin: 0 auto 15px auto;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.customer-stories.logo .photo {
  height: auto;
  margin: 0 auto 15px auto;
}

.customer-stories.logo .photo img {
  max-height: 219px;
}

@media (max-width: 991.98px) {
  .customer-stories {
    padding: 30px 0;
  }
  .customer-stories .section-title {
    margin-bottom: 45px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
  .customer-stories .story-row {
    padding: 0;
    margin-bottom: 10px;
  }
  .customer-stories .comment-box-wrapper:before {
    background-image: url("/library/img/quotes-icon-mobile.png");
    width: 45px;
    height: 38px;
    left: 50%;
    top: -25px;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .customer-stories .comment-box-wrapper:after {
    top: calc(100% - 9px);
    right: 34%;
    height: 15px;
    box-shadow: -5px 6px 7px -3px rgba(0, 0, 0, 0.17);
    -ms-transform: translateX(0) skew(-8deg, -21deg);
        transform: translateX(0) skew(-8deg, -21deg);
  }
  .customer-stories .comment-box {
    padding: 20px 15px;
    margin: 0 0 25px 0;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.17);
  }
  .customer-stories .comment-box .comment {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
    font-weight: 400;
  }
  .customer-stories.headshot .photo {
    width: 102px;
    height: 107px;
    margin: 0 auto 10px auto;
  }
  .customer-stories.logo .photo {
    margin: 0 auto 10px auto;
  }
  .customer-stories.logo .photo img {
    max-height: 107px;
  }
  .customer-stories .author {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .customer-stories .cta a {
    padding: 10px 0;
    display: block;
  }
}

@media (max-width: 767.98px) {
  .customer-stories .author-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .customer-stories .author-content .info {
    padding-left: 15px;
    width: calc(100% - 102px);
  }
}

.news-archive.news-and-events {
  padding: 0 0 35px 0;
}

.news-archive.news-and-events .news-group {
  padding: 35px 0 0 0;
}

.news-archive.news-and-events .news-group:first-child {
  padding: 40px 0 0px 0;
}

.news-archive.news-and-events .section-title {
  margin: 0 0 35px 0;
}

.news-archive.news-and-events .pagination {
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 35px;
  background: #F5F5F5;
}

.news-archive.news-and-events .pagination a {
  margin-right: 10px;
}

.news-archive.news-and-events .pagination a:last-child {
  margin-right: 0;
}

.news-archive.news-and-events .pagination a .fas {
  font-size: 12px;
  font-size: 0.75rem;
}

.news-archive.news-and-events .pagination a.newer-btn .fas {
  margin-right: 4px;
}

.news-archive.news-and-events .pagination a.older-btn .fas {
  margin-left: 4px;
}

@media (max-width: 991.98px) {
  .news-archive.news-and-events .section-title {
    text-align: left;
    margin: 0 0 20px 0;
  }
  .news-archive.news-and-events .row > [class^='col-'] {
    margin-bottom: 0;
  }
  .news-archive.news-and-events .news-group {
    padding: 20px 0 15px 0;
  }
  .news-archive.news-and-events .news-group:first-child {
    padding: 20px 0 15px 0;
  }
}

.news-detail {
  padding: 35px 0;
}

.news-detail .headline {
  margin: 0 0 20px 0;
}

.news-detail .date {
  color: #707075;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "acumin", sans-serif;
  font-weight: 700;
  margin-bottom: 55px;
}

.news-detail .photo-container {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 441px;
  border-radius: 75px 0;
  margin-bottom: 50px;
  margin-top: -30px;
}

.news-detail h2, .news-detail .h2, .news-detail h3, .news-detail .h3, .news-detail h4, .news-detail .h4, .news-detail h5, .news-detail .h5, .news-detail h6, .news-detail .h6 {
  margin-bottom: 25px;
}

.news-detail p {
  margin-bottom: 25px;
}

.news-detail ul {
  padding: 0 0 15px 30px;
  list-style: none;
  margin: 0px 0 0 30px;
}

.news-detail ul li {
  margin-bottom: 15px;
}

.news-detail ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #1695A8;
  border-radius: 50%;
  font-weight: 600;
  display: inline-block;
  margin-left: -30px;
  margin-right: 22px;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 991.98px) {
  .news-detail {
    padding: 20px 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .news-detail .headline {
    margin: 0 0 15px 0;
  }
  .news-detail .date {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    margin-bottom: 25px;
  }
  .news-detail .photo-container {
    height: 250px;
    border-radius: 30px 0;
    margin-bottom: 25px;
    margin-top: 0;
  }
  .news-detail h2, .news-detail .h2, .news-detail h3, .news-detail .h3, .news-detail h4, .news-detail .h4, .news-detail h5, .news-detail .h5, .news-detail h6, .news-detail .h6 {
    margin-bottom: 20px;
  }
  .news-detail p {
    margin-bottom: 15px;
  }
  .news-detail ul {
    padding: 0 0 15px 10px;
  }
  .news-detail ul li:before {
    margin-left: -20px;
    margin-right: 12px;
  }
}

@media (max-width: 575.98px) {
  .news-detail .photo-container {
    height: 121px;
    border-radius: 30px 0;
    margin-bottom: 25px;
    margin-top: 0;
  }
}

.news-filters {
  padding: 25px 0 25px 0;
}

.news-filters .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.news-filters .filters {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.news-filters .filters input[type="text"], .news-filters .filters input[type="search"], .news-filters .filters select {
  height: 30px;
}

.news-filters .filters select {
  max-width: 205px;
}

.news-filters .filters .form-group {
  margin-right: 40px;
  margin-bottom: 10px;
}

.news-filters .filters .form-group:last-child {
  margin-right: 0;
}

.news-filters .filters .form-group.submit-group {
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}

.news-filters .filters .form-group.submit-group .clear-filters {
  position: absolute;
  top: 100%;
  right: 0;
  text-decoration: none;
  color: #043673;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.news-filters .filters .form-group.submit-group .clear-filters .fas {
  margin-right: 5px;
}

.news-filters .filters .form-group.submit-group .clear-filters:hover, .news-filters .filters .form-group.submit-group .clear-filters:focus {
  text-decoration: underline;
  color: #0076A8;
}

.news-filters .filters .input-group-text {
  background: none;
  border: none;
  border-bottom: 1px solid #0076A8;
  border-radius: 0px;
  color: #0076A8;
  padding: 0px;
  padding-left: 5px;
}

@media (max-width: 767.98px) {
  .news-filters {
    padding: 25px 0 5px 0;
  }
  .news-filters .filters {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .news-filters .filters input[type="text"], .news-filters .filters input[type="search"], .news-filters .filters select {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 30px 0 0;
  }
  .news-filters .filters .page-title {
    text-align: center;
  }
  .news-filters .filters .form-group {
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .news-filters .filters .form-group.cat {
    margin-right: 0;
  }
  .news-filters .filters .form-group.keyword {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .news-filters .filters .form-group.keyword .input-group {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .news-filters .filters .form-group.keyword #filterByKeyword {
    width: 100%;
  }
  .news-filters .filters .form-group.submit-group {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  .news-filters .filters .form-group.submit-group .clear-filters {
    position: relative;
    top: 0;
    margin-left: 15px;
  }
}

.news-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 45px 0 45px 0;
  background: #FFF;
}

.news-item .source-box {
  background: #0076A8;
  color: #FFF;
  padding: 20px 40px;
  border-radius: 45px 0 0 0;
  text-align: center;
  min-height: 154px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.news-item .source-box .news-source {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  font-family: "acumin", sans-serif;
  color: #FFF;
}

.news-item .news-content {
  padding: 27px 35px;
}

.news-item .news-content .news-date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 700;
  color: #707075;
  font-family: "acumin", sans-serif;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.news-item .news-content .news-headline {
  margin: 0;
}

.news-item .news-content .news-headline a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "acumin", sans-serif;
  font-weight: 700;
  color: #043673;
  display: block;
  text-decoration: underline;
}

.news-item .news-content .news-headline a:hover, .news-item .news-content .news-headline a:focus {
  color: #0076A8;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .news-item .source-box {
    min-height: 0;
    padding: 35px 20px;
  }
  .news-item .source-box .news-source {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .news-item .news-content {
    padding: 20px;
  }
  .news-item .news-content .news-date {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 14px;
    line-height: 0.875rem;
    margin-bottom: 5px;
  }
  .news-item .news-content .news-headline a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
  .news-archive.news-and-events {
    padding: 0;
  }
  .news-archive.news-and-events + .siteFooter {
    margin-top: 0;
  }
  .news-archive.news-and-events .section-title {
    margin: 0;
  }
  .news-archive.news-and-events .news-item {
    background: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #D3D3D3;
  }
  .news-archive.news-and-events .news-item .news-content {
    padding: 20px 0;
  }
  .news-archive.news-and-events .pagination {
    padding-top: 30px;
  }
}

.news-and-events {
  padding: 0;
}

.news-and-events + .siteFooter {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .news-and-events {
    padding: 0 0 12px 0;
  }
}

@media (max-width: 767.98px) {
  .news-and-events {
    padding: 0 0 12px 0;
  }
  .news-and-events .cta {
    text-align: center;
  }
  .news-and-events .cta .btn {
    padding: 6px 25px;
  }
}
.siteHeader .container.icon-container {
  position: relative;
}

header.siteHeader .logo {
  left: 0;
}

@media (max-width: 1200px) {
  header.siteHeader .logo {
    left: 21px;
  }
}

/*CSS fixed for scroll menu A* */
@media (max-width: 991px) and (min-width: 768px) {
  .anchor-links.sticking {
    top: 55px;
  }
  .siteHeader .container.icon-container {
    max-width: 98%;
  }
  .container.alert-wrapper {
    max-width: 95%;
  }
  .caption.inner-product-page-sticky.sticking2 {
    height: 80px;
  }
}

.banking-services-icon-list {
  padding: 65px 0 44px;
}

.banking-services-icon-list ul {
  padding: 0;
  text-align: center;
}

.banking-services-icon-list ul li {
  list-style: none;
  display: inline-block;
  margin: 0 35px;
}

.banking-services-icon-list ul li a {
  cursor: pointer;
  color: #707075;
  text-decoration: none;
}

.banking-services-icon-list ul li img {
  width: 86px;
  margin: 0 auto;
}

.banking-services-icon-list ul li span {
  font-size: 15px;
  font-family: "acumin", sans-serif;
  font-weight: 400;
  color: #707075;
  margin-top: 10px;
  display: block;
  line-height: 20px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .banking-services-icon-list ul li {
    margin: 0 15px;
  }
}

@media (max-width: 767px) and (min-width: 500px) {
  .banking-services-icon-list ul li {
    margin: 0 10px 20px;
  }
  .banking-services-icon-list ul li img {
    width: 70px;
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .banking-services-icon-list ul li {
    margin: 0 5px 20px;
    width: 45%;
  }
  .banking-services-icon-list ul li img {
    width: 70px;
    margin: 0 auto;
  }
}
.FormButton, .btn, .btn-primary{
  border-radius: 25px 0px 25px 25px !important;
  padding: 10px 35px !important;
  background-color:#0E4F87 !important;
}
.FormButton:hover, .btn:hover, .btn-primary:hover{
  background-color:#0076A8 !important;
}
/*# sourceMappingURL=style.css.map */