@charset "UTF-8";
/*!
 * Bootstrap v4.4.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:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6, .account-name-link, .mobile-nav-cat, .account-sidebar-header {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p, .rem-selection, .account-sidebar-li-link, ul li, ol li {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6, .account-name-link, .mobile-nav-cat, .account-sidebar-header,
.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, .account-name-link, .mobile-nav-cat, .account-sidebar-header, .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: "— ";
}

.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-wrap: break-word;
}
a > code {
  color: inherit;
}

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.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::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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

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

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

.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' width='8' height='8' 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: right calc(0.375em + 0.1875rem) center;
  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 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(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='8' height='8' 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 .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: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:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

.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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  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 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(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%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 .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: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: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: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  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 {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  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 {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  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 {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  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 {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  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 {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  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 {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  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: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  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: flex;
  flex-wrap: wrap;
  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 {
  flex-direction: column;
  align-items: flex-start;
  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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-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: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-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: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  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, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 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' width='4' height='4' 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' width='12' height='12' 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;
  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: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.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, .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: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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;
  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: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item, .nav-tabs .sec-nav-item, .nav-tabs .mobile-account-dropdown-li, .nav-tabs .mobile-ter-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,
.nav-tabs .show.sec-nav-item .nav-link,
.nav-tabs .show.mobile-account-dropdown-li .nav-link,
.nav-tabs .show.mobile-ter-nav-item .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, .nav-fill .sec-nav-item, .nav-fill .mobile-account-dropdown-li, .nav-fill .mobile-ter-nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item, .nav-justified .sec-nav-item, .nav-justified .mobile-account-dropdown-li, .nav-justified .mobile-ter-nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

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

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  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,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

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

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

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

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

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

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #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: 3;
  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: 3;
  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: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  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: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  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 {
  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-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 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: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

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

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

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

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.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);
  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);
}
.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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

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

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #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: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 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: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.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 {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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, .rem-selection, .account-sidebar-li-link, ul li, ol li,
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;
  }
}
.center {
  margin-left: auto;
  margin-right: auto;
}

.right-align-col {
  margin-left: auto;
}

.color-block {
  width: auto;
  height: 60px;
  border: solid 1px lightgray;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  font-size: 20px;
}

.color-info-block {
  border: solid 1px lightgray;
}

.bg-color-primary {
  background-color: #1c7cd5;
  color: #ffffff;
}
.bg-color-primary:hover {
  background-color: #069cf9;
}
.bg-color-secondary {
  background-color: #0f2940;
  color: #ffffff;
}
.bg-color-accent {
  background-color: #dee3ec;
  color: #222222;
}
.bg-color-accent:hover {
  background-color: #c9d1df;
}
.bg-color-footer {
  background-color: #4a5669;
  color: #ffffff;
}
.bg-color-main-background {
  background-color: #f7f7f7;
  color: #0f2940;
}
.bg-color-red-1 {
  background-color: #cc1d1d;
  color: #ffffff;
}
.bg-color-red-2 {
  background-color: #e63e2e;
  color: #ffffff;
}
.bg-color-red-3 {
  background-color: #f97878;
  color: #0f2940;
}
.bg-color-red-4 {
  background-color: #fcdad4;
  color: #0f2940;
}
.bg-color-orange-0 {
  background-color: #ee7624;
  color: #ffffff;
}
.bg-color-orange-1 {
  background-color: #f77f08;
  color: #0f2940;
}
.bg-color-orange-2 {
  background-color: #f8972b;
  color: #0f2940;
}
.bg-color-orange-3 {
  background-color: #f9ba80;
  color: #0f2940;
}
.bg-color-orange-4 {
  background-color: #fceacd;
  color: #0f2940;
}
.bg-color-yellow-0 {
  background-color: #f9a716;
  color: #0f2940;
}
.bg-color-yellow-1 {
  background-color: #f7bf3f;
  color: #0f2940;
}
.bg-color-yellow-2 {
  background-color: #f7d131;
  color: #0f2940;
}
.bg-color-yellow-3 {
  background-color: #f7e79f;
  color: #0f2940;
}
.bg-color-yellow-4 {
  background-color: #fcf8eb;
  color: #0f2940;
}
.bg-color-green-1 {
  background-color: #03821b;
  color: #ffffff;
}
.bg-color-green-1:hover {
  background-color: #429942;
}
.bg-color-green-2 {
  background-color: #429942;
  color: #ffffff;
}
.bg-color-green-3 {
  background-color: #76bd22;
  color: #0f2940;
}
.bg-color-green-4 {
  background-color: #b8dd6f;
  color: #0f2940;
}
.bg-color-green-5 {
  background-color: #edf7cd;
  color: #0f2940;
}
.bg-color-mint-1 {
  background-color: #038389;
  color: #ffffff;
}
.bg-color-mint-2 {
  background-color: #00aba4;
  color: #0f2940;
}
.bg-color-mint-3 {
  background-color: #87e8df;
  color: #0f2940;
}
.bg-color-mint-4 {
  background-color: #d2f7f1;
  color: #0f2940;
}
.bg-color-purple-1 {
  background-color: #720f48;
  color: #ffffff;
}
.bg-color-purple-2 {
  background-color: #8e1b61;
  color: #ffffff;
}
.bg-color-purple-3 {
  background-color: #c14c8f;
  color: #ffffff;
}
.bg-color-purple-4 {
  background-color: #f9e5f2;
  color: #0f2940;
}
.bg-color-pink-1 {
  background-color: #ba119a;
  color: #ffffff;
}
.bg-color-pink-2 {
  background-color: #db09aa;
  color: #ffffff;
}
.bg-color-pink-3 {
  background-color: #f82abd;
  color: #ffffff;
}
.bg-color-pink-4 {
  background-color: #f97ddc;
  color: #0f2940;
}
.bg-color-pink-5 {
  background-color: #f9c7ef;
  color: #0f2940;
}
.bg-color-violet-1 {
  background-color: #482c96;
  color: #ffffff;
}
.bg-color-violet-2 {
  background-color: #6b3dd1;
  color: #ffffff;
}
.bg-color-violet-3 {
  background-color: #7f39fb;
  color: #ffffff;
}
.bg-color-violet-4 {
  background-color: #9f77f7;
  color: #ffffff;
}
.bg-color-violet-5 {
  background-color: #d9d0f4;
  color: #0f2940;
}
.bg-color-gray-0 {
  background-color: #4a5669;
  color: #ffffff;
}
.bg-color-gray-1 {
  background-color: #656f7f;
  color: #ffffff;
}
.bg-color-gray-2 {
  background-color: #838ea1;
  color: #ffffff;
}
.bg-color-gray-3 {
  background-color: #a6b1c5;
  color: #0f2940;
}
.bg-color-gray-4 {
  background-color: #c1cbdc;
  color: #0f2940;
}
.bg-color-gray-5 {
  background-color: #d8dfea;
  color: #0f2940;
}
.bg-color-gray-6 {
  background-color: #e8ecf3;
  color: #0f2940;
}
.bg-color-gray-7 {
  background-color: #f3f6f9;
  color: #0f2940;
}
.bg-color-blue-1 {
  background-color: #0f2940;
  color: #ffffff;
}
.bg-color-blue-2 {
  background-color: #054972;
  color: #ffffff;
}
.bg-color-blue-3 {
  background-color: #0078bf;
  color: #ffffff;
}
.bg-color-blue-4 {
  background-color: #1c7cd5;
  color: #ffffff;
}
.bg-color-blue-5 {
  background-color: #069cf9;
  color: #ffffff;
}
.bg-color-blue-6 {
  background-color: #9fd7f4;
  color: #0f2940;
}
.bg-color-blue-7 {
  background-color: #e8f5f9;
  color: #0f2940;
}
.bg-color-aqua-1 {
  background-color: #44bcd8;
  color: #0f2940;
}
.bg-color-aqua-2 {
  background-color: #90cfe9;
  color: #0f2940;
}
.bg-color-aqua-3 {
  background-color: #a8e4f8;
  color: #0f2940;
}
.bg-color-aqua-4 {
  background-color: #e1f0f4;
  color: #0f2940;
}

.text-color-primary {
  background-color: #f7f7f7;
  color: #0f2940;
}
.text-color-secondary {
  background-color: #f7f7f7;
  color: #222222;
}
.text-color-accent {
  background-color: #f7f7f7;
  color: #444444;
}
.text-color-card {
  background-color: #f7f7f7;
  color: #333333;
}
.text-color-white {
  background-color: #0f2940;
  color: #ffffff;
}
.text-color-link-light-bg {
  background-color: #f7f7f7;
  color: #1c7cd5;
}
.text-color-link-light-bg:hover {
  color: #069cf9;
}
.text-color-reg-link-light-bg {
  background-color: #f7f7f7;
  color: inherit;
}
.text-color-reg-link-light-bg:hover {
  color: #069cf9;
}
.text-color-link-dark-bg {
  background-color: #0f2940;
  color: #4aa3f5;
}
.text-color-link-dark-bg:hover {
  color: #8dc6fa;
}
.text-color-text-1 {
  background-color: #f7f7f7;
  color: #000000;
}
.text-color-text-2 {
  background-color: #f7f7f7;
  color: #222222;
}
.text-color-text-3 {
  background-color: #f7f7f7;
  color: #444444;
}
.text-color-text-4 {
  background-color: #0f2940;
  color: #b8b8b8;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #0f2940;
}

.row {
  padding: 0px;
  margin: 0px;
}

.col {
  padding: 0;
}
.col-lg, .col-md, .col-sm, .col-xs, .col-xl, .col-auto, .col-lg-auto, .col-md-auto, .col-sm-auto, .col-xs-auto, .col-xl-auto, .col-1, .col-lg-1, .col-lg-1, .col-sm-1, .col-xs-1, .col-xl-1, .col-2, .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2, .col-xl-2, .col-3, .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3, .col-xl-3, .col-4, .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4, .col-xl-4, .col-5, .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5, .col-xl-5, .col-6, .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6, .col-xl-6, .col-7, .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7, .col-xl-7, .col-8, .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8, .col-xl-8, .col-9, .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9, .col-xl-9, .col-10, .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10, .col-xl-10, .col-11, .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11, .col-xl-11, .col-12, .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12, .col-xl-12 {
  padding: 0;
}

.page-with-header {
  padding-top: 160px;
  padding-top: 10rem;
  background-color: #ffffff;
}

.page-with-vendor-header {
  padding-top: 80px;
  padding-top: 5rem;
}

.contentPlaceholder {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.content-block {
  margin-bottom: 40px;
}
.content-block img {
  max-width: 100%;
}

.has-sidebar > :first-child {
  padding-right: 12px;
}
.has-sidebar > :first-child > :first-child {
  margin-top: 0;
}
.has-sidebar > :first-child > :first-child.card {
  padding-top: 0;
}
.has-sidebar > :nth-child(2) {
  padding-left: 12px;
}
.has-sidebar > :nth-child(2) > :first-child {
  margin-top: 0;
}
.has-sidebar > :nth-child(2) > :first-child.card {
  padding-top: 0;
}

a {
  width: auto;
}
a:hover, a:active, a:focus {
  outline: none;
}

.anchor-link-buffer {
  position: absolute;
  top: -80px;
}

.input-group {
  margin-bottom: 0;
}

.row > section > img, .row > div > img {
  width: 100%;
}

.component-text * {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 8px;
}
.component-text strong {
  font-weight: 620;
}

li > p:only-child, li > .rem-selection:only-child, li > .account-sidebar-li-link:only-child, ul li > li:only-child, ol li > li:only-child {
  margin: 0;
}

.hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (max-width: 1200px) {
  .content {
    width: 100%;
    padding: 0 24px;
  }

  .page-with-vendor-header {
    padding-top: 60px;
  }

  .anchor-link-buffer {
    top: -50px;
  }
}
@media screen and (max-width: 991px) {
  .content {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .content-block {
    margin-bottom: 24px;
  }

  p, .rem-selection, .account-sidebar-li-link, ul li, ol li {
    margin-block-start: 0;
    margin-block-end: 0;
  }

  .has-sidebar > :first-child {
    padding-right: 0;
  }
  .has-sidebar > :nth-child(2) {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-with-header {
    padding-top: 0;
    padding-top: 0;
  }

  .content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .content-block:first-child {
    margin-top: 8px;
  }

  .DW-header-container {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
.dark-bg-block {
  color: #ffffff;
  background-color: #0f2940;
  height: auto;
  width: 100%;
  padding: 15px;
}

.text-dark-bg {
  color: #ffffff !important;
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 345;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 42px;
  line-height: 2.625rem;
  color: #0f2940;
  text-transform: uppercase;
  margin-top: 16px;
}
h1.text-slideshow {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-size: 48px;
  font-size: 3rem;
  line-height: 60px;
  line-height: 3.75rem;
  color: #0f2940;
  text-transform: uppercase;
}
h1.text-section-header {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 47px;
  line-height: 2.9375rem;
  color: #0f2940;
  text-transform: uppercase;
}
h1.DW-header {
  display: inline;
  margin-left: 12px;
  position: relative;
  top: 8px;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 39px;
  line-height: 2.4375rem;
  color: #0f2940;
  margin-bottom: 0.5rem;
}
h2.text-slideshow {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.5rem;
  color: #0f2940;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 29px;
  line-height: 1.8125rem;
  color: #0f2940;
  margin-bottom: 0.5rem;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 620;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #0f2940;
  margin-bottom: 0.4rem;
}

h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 620;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  color: #0f2940;
  margin-bottom: 0.35rem;
}

h6, .account-name-link, .mobile-nav-cat, .account-sidebar-header {
  font-family: "Open Sans", sans-serif;
  font-weight: 620;
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  line-height: 1.4375rem;
  color: #0f2940;
  margin-bottom: 0.25rem;
}

.card-title-sm {
  font-family: "Open Sans", sans-serif;
  font-weight: 620;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #0f2940;
  margin-bottom: 0.5rem;
}
.card-title-lg {
  font-family: "Open Sans", sans-serif;
  font-weight: 620;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  color: #0f2940;
  margin-bottom: 0.5rem;
}

p, .rem-selection, .account-sidebar-li-link, ul li, ol li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: inherit;
  margin-bottom: 1rem;
}
p.p-medium, .p-medium.rem-selection, .p-medium.account-sidebar-li-link, ul li.p-medium, ol li.p-medium {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}
p.p-small, .p-small.rem-selection, .p-small.account-sidebar-li-link, ul li.p-small, ol li.p-small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}

.text-quote, .media-carousel .video-block-title, .media-carousel .video-block .video-block-body, .media-carousel .image-block-title, .media-carousel .image-block .image-block-body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  color: #444444;
}
.text-quote-lg, .video-block-body, .blockquote-source, .blockquote-source-l2, .blockquote-body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #444444;
}

.text-lead, .image-block-body, .callout-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 27px;
  line-height: 1.6875rem;
  color: #444444;
}

.text-caption {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #444444;
}
.text-caption-light {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #222222;
}
.text-caption-large {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #444444;
}
.text-caption-light-large {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #444444;
}

.text-link-dark-bg, .public-nav-feat-cap-title, .public-mobile-secondary .mobile-nav-cat-link, .public-mobile-tertiary .mobile-nav-cat-link {
  color: #4aa3f5;
}
.text-link-dark-bg:hover, .public-nav-feat-cap-title:hover, .public-mobile-secondary .mobile-nav-cat-link:hover, .public-mobile-tertiary .mobile-nav-cat-link:hover {
  color: #8dc6fa;
  text-decoration: none;
}

.text-link-light-bg, .component-text a, a {
  color: #1c7cd5;
}
.text-link-light-bg:hover, a:hover {
  color: #069cf9;
  text-decoration: none;
  cursor: pointer;
}

.reg-text-link-dark-bg, .call-action-primary .call-action-adv-search, .call-action-secondary .call-action-adv-search {
  color: inherit;
}
.reg-text-link-dark-bg:hover, .call-action-primary .call-action-adv-search:hover, .call-action-secondary .call-action-adv-search:hover {
  color: #8dc6fa;
  text-decoration: none;
}

.reg-text-link-light-bg, .sidebar-news-header a:hover h4, .media-carousel-icon, .call-action-adv-search {
  color: inherit;
}
.reg-text-link-light-bg:hover, .sidebar-news-header a:hover h4:hover, .media-carousel-icon:hover, .call-action-adv-search:hover {
  color: #069cf9;
  text-decoration: none;
}

ul, ol {
  overflow: hidden;
}
ul li, ol li {
  margin-bottom: 0.5rem;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: upper-alpha;
}

/* iPad Breakpoint Rules */
@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
    margin-top: 8px;
  }
  h1.text-slideshow {
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
  h1.text-section-header {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 42px;
    line-height: 2.625rem;
  }

  h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  h2.text-slideshow {
    font-weight: 600;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    line-height: 1.125rem;
  }

  h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }

  h4 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }

  h5 {
    font-weight: 600;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }

  h6, .account-name-link, .mobile-nav-cat, .account-sidebar-header {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }

  .card-title-sm {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 19px;
    line-height: 1.1875rem;
    margin-bottom: 6px;
  }
  .card-title-lg {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 22px;
    line-height: 1.375rem;
    margin-bottom: 6px;
  }

  p, .rem-selection, .account-sidebar-li-link, ul li, ol li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    margin-bottom: 22px;
  }
  p.p-medium, .p-medium.rem-selection, .p-medium.account-sidebar-li-link, ul li.p-medium, ol li.p-medium {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }

  .text-lead, .image-block-body, .callout-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .text-quote, .media-carousel .video-block-title, .media-carousel .video-block .video-block-body, .media-carousel .image-block-title, .media-carousel .image-block .image-block-body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .text-quote-lg, .video-block-body, .blockquote-source, .blockquote-source-l2, .blockquote-body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .text-caption {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .text-caption-light {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
  .text-caption-large, .text-caption-light-large {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }

  ul li, ol li {
    margin-bottom: 6px;
  }
}
/* Mobile Breakpoint Rules */
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
  h1.text-slideshow {
    font-weight: 345;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  h1.text-section-header {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
  h1.DW-header {
    margin-left: 0;
  }

  h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  h2.text-slideshow {
    font-weight: 600;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }

  h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }

  h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }

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

  h6, .account-name-link, .mobile-nav-cat, .account-sidebar-header {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }

  .card-title-sm {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin-bottom: 4px;
  }
  .card-title-lg {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 600;
    margin-bottom: 4px;
  }

  p, .rem-selection, .account-sidebar-li-link, ul li, ol li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  p.p-medium, .p-medium.rem-selection, .p-medium.account-sidebar-li-link, ul li.p-medium, ol li.p-medium {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
  }

  .text-lead, .image-block-body, .callout-text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .text-quote, .media-carousel .video-block-title, .media-carousel .video-block .video-block-body, .media-carousel .image-block-title, .media-carousel .image-block .image-block-body {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .text-quote-lg, .video-block-body, .blockquote-source, .blockquote-source-l2, .blockquote-body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .text-caption {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .text-caption-light {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
  }
  .text-caption-large, .text-caption-light-large {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }

  ul li, ol li {
    margin-bottom: 4px;
  }
}
.alert {
  border-radius: 4px;
  color: #0f2940;
  background-color: #dee3ec;
  border-color: #dee3ec;
}

.alert a {
  /*text-decoration: underline;*/
  font-weight: 620;
}

.alert-main-text {
  font-weight: 620;
}

.alert-dismiss {
  padding-right: 35px;
}

.alert-primary {
  background-color: #e8f5f9;
  border-color: #e8f5f9;
  color: #0f2940;
}
.alert-primary hr {
  border-top-color: #d4ecf4;
}
.alert-primary .alert-link {
  color: #050f17;
}

.alert-success {
  background-color: #76bd22;
  border-color: #76bd22;
  color: #0f2940;
}
.alert-success hr {
  border-top-color: #69a71e;
}
.alert-success .alert-link {
  color: #050f17;
}

.alert-info {
  background-color: #87e8df;
  border-color: #87e8df;
  color: #0f2940;
}
.alert-info hr {
  border-top-color: #72e4d9;
}
.alert-info .alert-link {
  color: #050f17;
}

.alert-warning {
  background-color: #f7e79f;
  border-color: #f7e79f;
  color: #0f2940;
}
.alert-warning hr {
  border-top-color: #f5e187;
}
.alert-warning .alert-link {
  color: #050f17;
}

.alert-danger {
  background-color: #f97878;
  border-color: #f97878;
  color: #0f2940;
}
.alert-danger hr {
  border-top-color: #f86060;
}
.alert-danger .alert-link {
  color: #050f17;
}

.accordion {
  margin-bottom: 40px;
}
.accordion .accordion-item {
  border-bottom: 1px solid #c1cbdc;
  position: relative;
  padding-left: 16px;
  padding-right: calc(16px + 32px + 16px);
}
.accordion .accordion-item-header {
  padding: 24px 0;
  display: flex;
  align-content: center;
  align-items: center;
}
.accordion .accordion-item-header:hover, .accordion .accordion-item-header:active {
  cursor: pointer;
  color: #069cf9;
}
.accordion .accordion-item-header:hover .accordion-item, .accordion .accordion-item-header:active .accordion-item {
  border-bottom-color: #069cf9;
}
.accordion .accordion-item-content {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.accordion-sm .accordion-item-header {
  padding: 20px 0;
  display: flex;
  align-content: center;
}
.accordion h5 {
  margin-bottom: 0;
  color: inherit;
}
.accordion h5.col {
  padding: 0;
}

.accordion-item.open .accordion-caret {
  -webkit-animation: rotateCaretDown 0.25s;
  animation: rotateCaretDown 0.25s;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: forwards;
}
.accordion-item.closed .accordion-caret {
  -webkit-animation: rotateCaretRight 0.25s;
  animation: rotateCaretRight 0.25s;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: forwards;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes rotateCaretDown {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
/* Standard syntax */
@keyframes rotateCaretDown {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes rotateCaretRight {
  from {
    transform: rotate(90deg);
  }
  to {
    transform: rotate(0deg);
  }
}
/* Standard syntax */
@keyframes rotateCaretRight {
  from {
    transform: rotate(90deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.additional-resources a {
  display: block;
  font-size: 16px;
  padding: 24px;
  border-color: #0f2940;
}

.ad-container {
  width: 100%;
  border: 1px solid #838ea1;
  padding: 16px;
  margin-bottom: 24px;
  display: block;
  text-align: center;
}

.ad-container-text {
  font-size: 10px;
}

.ad-bottom {
  margin-bottom: 0;
}

.tower-ad-container {
  border: none;
}

.ad-placeholder-160x600 {
  width: 160px;
  height: 600px;
  margin: 0 auto 0 auto;
}

.ad-placeholder-300x50 {
  width: 300px;
  height: 50px;
  margin: 0 auto 0 auto;
}

.ad-placeholder-320x50 {
  width: 320px;
  height: 50px;
  margin: 0 auto 0 auto;
}

.ad-placeholder-300x250 {
  width: 300px;
  height: 250px;
  margin: 0 auto 0 auto;
}

.ad-placeholder-728x90 {
  width: 728px;
  height: 90px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 991px) {
  .ad-container {
    margin-bottom: 24px;
  }
  .ad-container img {
    width: 100%;
  }

  .ad-bottom {
    margin-bottom: 0;
  }

  .ad-side {
    margin-bottom: 0;
    margin-top: 24px;
  }
  .ad-side img {
    width: auto;
  }

  .ad-container-desktop {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .ad-container-mobile {
    display: none;
  }
}
.alert {
  border-radius: 4px;
  color: #0f2940;
  background-color: #dee3ec;
  border-color: #dee3ec;
}

.alert a {
  /*text-decoration: underline;*/
  font-weight: 620;
}

.alert-main-text {
  font-weight: 620;
}

.alert-dismiss {
  padding-right: 35px;
}

.alert-primary {
  background-color: #e8f5f9;
  border-color: #e8f5f9;
  color: #0f2940;
}
.alert-primary hr {
  border-top-color: #d4ecf4;
}
.alert-primary .alert-link {
  color: #050f17;
}

.alert-success {
  background-color: #76bd22;
  border-color: #76bd22;
  color: #0f2940;
}
.alert-success hr {
  border-top-color: #69a71e;
}
.alert-success .alert-link {
  color: #050f17;
}

.alert-info {
  background-color: #87e8df;
  border-color: #87e8df;
  color: #0f2940;
}
.alert-info hr {
  border-top-color: #72e4d9;
}
.alert-info .alert-link {
  color: #050f17;
}

.alert-warning {
  background-color: #f7e79f;
  border-color: #f7e79f;
  color: #0f2940;
}
.alert-warning hr {
  border-top-color: #f5e187;
}
.alert-warning .alert-link {
  color: #050f17;
}

.alert-danger {
  background-color: #f97878;
  border-color: #f97878;
  color: #0f2940;
}
.alert-danger hr {
  border-top-color: #f86060;
}
.alert-danger .alert-link {
  color: #050f17;
}

#anchor-links-nav {
  margin-bottom: 24px;
}

.anchor-nav-item {
  margin: 0 8px;
  padding: 12px;
  border-bottom: 1px solid #c1cbdc;
}

.anchor-nav-link {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.anchor-nav-link h5 {
  color: inherit;
  margin: 0;
}

.anchor-link-buffer {
  position: absolute;
  top: -80px;
}

.blockquote {
  margin-top: 12px;
  margin-bottom: 24px;
}
.blockquote .blockquote-img-col {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-content: center;
  /* Safari */
  align-content: center;
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}
.blockquote-body {
  padding: 40px 24px;
}
.blockquote-text {
  color: inherit;
  margin: 0px;
}
.blockquote-source, .blockquote-source-l2 {
  color: inherit;
  margin-top: 16px;
  margin-bottom: 0;
  font-style: italic;
}
.blockquote-source-l2 {
  margin-top: 0;
}
.blockquote-icon {
  height: 32px;
  width: 32px;
  display: block;
  margin-bottom: 16px;
}
.blockquote-icon-left {
  margin-right: auto;
}
.blockquote-icon-right {
  margin-left: auto;
}
.blockquote-img {
  width: 100%;
}
.blockquote-img-round {
  border-radius: 120px;
  -webkit-align-self: center;
  /* Safari 7.0+ */
  align-self: center;
  margin-left: 24px;
}
.blockquote-img-round-lg {
  border-radius: 160px;
  -webkit-align-self: center;
  /* Safari 7.0+ */
  align-self: center;
  margin-left: 40px;
}
.blockquote-accent-light {
  background-color: #f3f6f9;
}
.blockquote-white {
  background-color: #ffffff;
}
.blockquote-secondary {
  background-color: #0f2940;
}
.blockquote-secondary .blockquote-body {
  color: #ffffff;
}
.blockquote-primary {
  background-color: #1c7cd5;
}
.blockquote-primary .blockquote-body {
  color: #ffffff;
}
.blockquote-no-img .blockquote-body {
  padding: 56px;
}
.blockquote-no-img .blockquote-text {
  padding: 0px 32px;
}
.blockquote-no-img .blockquote-source, .blockquote-no-img .blockquote-source-l2 {
  margin-top: 32px;
  padding-left: 32px;
}
.blockquote-no-img-low-ht .blockquote-body {
  padding: 40px 56px;
}
.blockquote-vert {
  text-align: center;
}
.blockquote-vert .blockquote-body {
  padding: 40px 56px;
}
.blockquote-vert .blockquote-img-round {
  height: auto;
  width: auto;
  margin-bottom: 16px;
  margin-left: 0px;
  margin-left: auto;
  margin-right: auto;
}
.blockquote-tall .blockquote-body {
  padding: 40px;
}

@media screen and (max-width: 991px) {
  .blockquote-no-img .blockquote-body, .blockquote-vert .blockquote-body, .blockquote-no-img-low-ht .blockquote-body {
    padding: 32px 24px;
  }

  .blockquote-body {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 767px) {
  .blockquote-img {
    width: 33%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }

  .blockquote-body {
    padding: 16px;
  }

  .blockquote-icon {
    height: 24px;
    width: 24px;
    margin-bottom: 8px;
  }

  .blockquote .blockquote-img-round, .blockquote .blockquote-img-round-lg {
    margin-top: 40px;
    margin-left: 0px;
  }
  .blockquote-vert .blockquote-img-round {
    margin-top: 0px;
    margin-bottom: 32px;
  }
}
.breadcrumbs-bar-container {
  border-top: solid 1px #c1cbdc;
  border-bottom: solid 1px #c1cbdc;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 1px;
}

.breadcrumbs-bar {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-align-content: center;
  /* Safari */
  align-content: center;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
  -moz-justify-content: space-between;
  /* Firefox */
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -ms-flex-direction: row-reverse;
  /* IE */
  -moz-flex-direction: row-reverse;
  /* Firefox */
  -webkit-flex-direction: row-reverse;
  /* Safari */
  flex-direction: row-reverse;
}

.soc-med-share-block {
  -webkit-align-self: center;
  /* Safari 7.0+ */
  align-self: center;
  float: left;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
}

.breadcrumb-item {
  margin-bottom: 0;
}
.breadcrumb-item a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #444444;
  text-decoration: none;
  font-weight: 400;
}
.breadcrumb-item.active a {
  color: #222222;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .soc-med-share-block {
    display: block;
    margin-left: auto;
    margin-right: 24px;
  }

  .breadcrumb-item {
    display: none;
  }

  .breadcrumb-item:nth-last-child(2) {
    display: flex;
    padding: 0;
  }
  .breadcrumb-item:nth-last-child(2) a {
    color: #222222;
    font-weight: 600;
  }
  .breadcrumb-item:nth-last-child(2)::before {
    content: "";
    padding: 0;
  }
  .breadcrumb-item:only-child {
    display: inline-block;
  }
  .breadcrumb-item:only-child a {
    color: #222222;
    font-weight: 600;
  }
  .breadcrumb-item:only-child::before {
    content: "";
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs-bar {
    -moz-justify-content: initial;
    /* Firefox */
    -webkit-justify-content: initial;
    /* Safari */
    justify-content: initial;
  }

  .breadcrumb-block .breadcrumb {
    padding-bottom: 0;
    padding-left: 8px;
  }

  .soc-med-share-block {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -moz-justify-content: center;
    /* Firefox */
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
    padding-bottom: 12px;
    border-bottom: solid 1px #c1cbdc;
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .soc-med-share-block {
    display: none;
  }

  .breadcrumb {
    padding-top: 0;
  }

  .breadcrumb-item a {
    display: block;
  }
}
.btn {
  font-family: "Open Sans", sans-serif;
  border-radius: 2px;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  white-space: normal;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 13px;
  font-size: 0.8125rem;
}

.btn-xl {
  padding: 13px 30px;
  padding: 0.8125rem 1.875rem;
  font-size: 24px;
  font-size: 1.5rem;
}

.btn-primary-solid {
  color: #ffffff;
  border: 2px solid #1c7cd5;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #ffffff;
}
.btn-primary-solid:before, .btn-primary-solid:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #069cf9;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.2s;
}
.btn-primary-solid:before {
  background-color: #1c7cd5;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.btn-primary-solid:hover {
  color: #ffffff !important;
}
.btn-primary-solid:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.btn-primary-solid:focus, .btn-primary-solid:active, .btn-primary-solid .active {
  background-color: #1c7cd5;
  box-shadow: none;
}

input.btn-primary-solid {
  color: #ffffff;
  border: 2px solid #1c7cd5;
  outline: none;
  background: #1c7cd5;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #ffffff;
}
input.btn-primary-solid:hover {
  color: #ffffff !important;
  background: #069cf9;
}
input.btn-primary-solid:focus, input.btn-primary-solid:active, input.btn-primary-solid .active {
  background-color: #069cf9;
  box-shadow: none;
}

.btn-secondary-solid {
  color: #ffffff;
  border: 2px solid #0f2940;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #ffffff;
}
.btn-secondary-solid:before, .btn-secondary-solid:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #054972;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.2s;
}
.btn-secondary-solid:before {
  background-color: #0f2940;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.btn-secondary-solid:hover {
  color: #ffffff !important;
}
.btn-secondary-solid:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.btn-secondary-solid:focus, .btn-secondary-solid:active, .btn-secondary-solid .active {
  background-color: #0f2940;
  box-shadow: none;
}

input.btn-secondary-solid {
  color: #ffffff;
  border: 2px solid #0f2940;
  outline: none;
  background: #0f2940;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #ffffff;
}
input.btn-secondary-solid:hover {
  color: #ffffff !important;
  background: #054972;
}
input.btn-secondary-solid:focus, input.btn-secondary-solid:active, input.btn-secondary-solid .active {
  background-color: #054972;
  box-shadow: none;
}

.btn-primary-outline, .btn-header-public.btn-header-donate {
  color: #1c7cd5;
  border: 2px solid #1c7cd5;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #1c7cd5;
}
.btn-primary-outline:before, .btn-header-public.btn-header-donate:before, .btn-primary-outline:after, .btn-header-public.btn-header-donate:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #1c7cd5;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.2s;
}
.btn-primary-outline:before, .btn-header-public.btn-header-donate:before {
  background-color: #ffffff;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.btn-primary-outline:hover, .btn-header-public.btn-header-donate:hover {
  color: #ffffff !important;
}
.btn-primary-outline:hover:after, .btn-header-public.btn-header-donate:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.btn-primary-outline:focus, .btn-header-public.btn-header-donate:focus, .btn-primary-outline:active, .btn-header-public.btn-header-donate:active, .btn-primary-outline .active, .btn-header-public.btn-header-donate .active {
  background-color: #ffffff;
  box-shadow: none;
}

input.btn-primary-outline, input.btn-header-public.btn-header-donate {
  color: #1c7cd5;
  border: 2px solid #1c7cd5;
  outline: none;
  background: #ffffff;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #1c7cd5;
}
input.btn-primary-outline:hover, input.btn-header-public.btn-header-donate:hover {
  color: #ffffff !important;
  background: #1c7cd5;
}
input.btn-primary-outline:focus, input.btn-header-public.btn-header-donate:focus, input.btn-primary-outline:active, input.btn-header-public.btn-header-donate:active, input.btn-primary-outline .active, input.btn-header-public.btn-header-donate .active {
  background-color: #1c7cd5;
  box-shadow: none;
}

.btn-secondary-outline {
  color: #0f2940;
  border: 2px solid #0f2940;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #0f2940;
}
.btn-secondary-outline:before, .btn-secondary-outline:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #0f2940;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.2s;
}
.btn-secondary-outline:before {
  background-color: #ffffff;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-secondary-outline:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.btn-secondary-outline:focus, .btn-secondary-outline:active, .btn-secondary-outline .active {
  background-color: #ffffff;
  box-shadow: none;
}

input.btn-secondary-outline {
  color: #0f2940;
  border: 2px solid #0f2940;
  outline: none;
  background: #ffffff;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #0f2940;
}
input.btn-secondary-outline:hover {
  color: #ffffff !important;
  background: #0f2940;
}
input.btn-secondary-outline:focus, input.btn-secondary-outline:active, input.btn-secondary-outline .active {
  background-color: #0f2940;
  box-shadow: none;
}

.btn-outline-nofill, .call-action-vert .call-action-btn {
  color: #1c7cd5;
  border: 2px solid #1c7cd5;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #1c7cd5;
}
.btn-outline-nofill:before, .call-action-vert .call-action-btn:before, .btn-outline-nofill:after, .call-action-vert .call-action-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #1c7cd5;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.2s;
}
.btn-outline-nofill:before, .call-action-vert .call-action-btn:before {
  background-color: transparent;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.btn-outline-nofill:hover, .call-action-vert .call-action-btn:hover {
  color: #ffffff !important;
}
.btn-outline-nofill:hover:after, .call-action-vert .call-action-btn:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.btn-outline-nofill:focus, .call-action-vert .call-action-btn:focus, .btn-outline-nofill:active, .call-action-vert .call-action-btn:active, .btn-outline-nofill .active, .call-action-vert .call-action-btn .active {
  background-color: transparent;
  box-shadow: none;
}

input.btn-outline-nofill, .call-action-vert input.call-action-btn {
  color: #1c7cd5;
  border: 2px solid #1c7cd5;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #1c7cd5;
}
input.btn-outline-nofill:hover, .call-action-vert input.call-action-btn:hover {
  color: #ffffff !important;
  background: #1c7cd5;
}
input.btn-outline-nofill:focus, .call-action-vert input.call-action-btn:focus, input.btn-outline-nofill:active, .call-action-vert input.call-action-btn:active, input.btn-outline-nofill .active, .call-action-vert input.call-action-btn .active {
  background-color: #1c7cd5;
  box-shadow: none;
}

.btn-accent-solid {
  color: #222222;
  border: 2px solid #dee3ec;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #222222;
}
.btn-accent-solid:before, .btn-accent-solid:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #c9d1df;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.2s;
}
.btn-accent-solid:before {
  background-color: #dee3ec;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.btn-accent-solid:hover {
  color: #222222 !important;
}
.btn-accent-solid:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.btn-accent-solid:focus, .btn-accent-solid:active, .btn-accent-solid .active {
  background-color: #dee3ec;
  box-shadow: none;
}

input.btn-accent-solid {
  color: #222222;
  border: 2px solid #dee3ec;
  outline: none;
  background: #dee3ec;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #222222;
}
input.btn-accent-solid:hover {
  color: #222222 !important;
  background: #c9d1df;
}
input.btn-accent-solid:focus, input.btn-accent-solid:active, input.btn-accent-solid .active {
  background-color: #c9d1df;
  box-shadow: none;
}

.btn-warning-outline {
  color: #e63e2e;
  border: 2px solid #e63e2e;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #e63e2e;
}
.btn-warning-outline:before, .btn-warning-outline:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #e63e2e;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.2s;
}
.btn-warning-outline:before {
  background-color: #ffffff;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.btn-warning-outline:focus, .btn-warning-outline:active, .btn-warning-outline .active {
  background-color: #ffffff;
  box-shadow: none;
}

input.btn-warning-outline {
  color: #e63e2e;
  border: 2px solid #e63e2e;
  outline: none;
  background: #ffffff;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #e63e2e;
}
input.btn-warning-outline:hover {
  color: #ffffff !important;
  background: #e63e2e;
}
input.btn-warning-outline:focus, input.btn-warning-outline:active, input.btn-warning-outline .active {
  background-color: #e63e2e;
  box-shadow: none;
}

.btn-warning-solid {
  color: #ffffff;
  border: 2px solid #e63e2e;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #ffffff;
}
.btn-warning-solid:before, .btn-warning-solid:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #cc1d1d;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.2s;
}
.btn-warning-solid:before {
  background-color: #e63e2e;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.btn-warning-solid:hover {
  color: #ffffff !important;
}
.btn-warning-solid:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.btn-warning-solid:focus, .btn-warning-solid:active, .btn-warning-solid .active {
  background-color: #e63e2e;
  box-shadow: none;
}

input.btn-warning-solid {
  color: #ffffff;
  border: 2px solid #e63e2e;
  outline: none;
  background: #e63e2e;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #ffffff;
}
input.btn-warning-solid:hover {
  color: #ffffff !important;
  background: #cc1d1d;
}
input.btn-warning-solid:focus, input.btn-warning-solid:active, input.btn-warning-solid .active {
  background-color: #cc1d1d;
  box-shadow: none;
}

.btn-success-solid {
  color: #ffffff;
  border: 2px solid #03821b;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #ffffff;
}
.btn-success-solid:before, .btn-success-solid:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #429942;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.2s;
}
.btn-success-solid:before {
  background-color: #03821b;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.btn-success-solid:hover {
  color: #ffffff !important;
}
.btn-success-solid:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.btn-success-solid:focus, .btn-success-solid:active, .btn-success-solid .active {
  background-color: #03821b;
  box-shadow: none;
}

input.btn-success-solid {
  color: #ffffff;
  border: 2px solid #03821b;
  outline: none;
  background: #03821b;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #ffffff;
}
input.btn-success-solid:hover {
  color: #ffffff !important;
  background: #429942;
}
input.btn-success-solid:focus, input.btn-success-solid:active, input.btn-success-solid .active {
  background-color: #429942;
  box-shadow: none;
}

.btn.disabled, .btn:disabled {
  pointer-events: none;
  opacity: 0.55;
}

.btn-group-toggle {
  background-color: #1c7cd5;
  color: #ffffff;
}
.btn-group-toggle:focus, .btn-group-toggle:active, .btn-group-toggle .active {
  background-color: #054972;
  box-shadow: none;
}

.btn-primary-group:hover {
  background-color: #054972;
}

.btn-header, .btn-header-public, .btn-header-members {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  color: inherit;
  font-weight: 400;
}

.btn-header-members {
  color: #1c7cd5;
  border: 2px solid #ffffff;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #1c7cd5;
}
.btn-header-members:before, .btn-header-members:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #069cf9;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.2s;
}
.btn-header-members:before {
  background-color: #ffffff;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.btn-header-members:hover {
  color: #ffffff !important;
}
.btn-header-members:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.btn-header-members:focus, .btn-header-members:active, .btn-header-members .active {
  background-color: #ffffff;
  box-shadow: none;
}
.btn-header-members.btn-header-donate, .btn-header-members.btn-header-home, .btn-header-members.btn-header-donate-mobile, .btn-header-members.btn-header-home-mobile {
  color: #ffffff;
  border: 2px solid #ffffff;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #ffffff;
}
.btn-header-members.btn-header-donate:before, .btn-header-members.btn-header-donate:after, .btn-header-members.btn-header-home:before, .btn-header-members.btn-header-donate-mobile:before, .btn-header-members.btn-header-home-mobile:before, .btn-header-members.btn-header-home:after, .btn-header-members.btn-header-donate-mobile:after, .btn-header-members.btn-header-home-mobile:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #069cf9;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.2s;
}
.btn-header-members.btn-header-donate:before, .btn-header-members.btn-header-home:before, .btn-header-members.btn-header-donate-mobile:before, .btn-header-members.btn-header-home-mobile:before {
  background-color: transparent;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.btn-header-members.btn-header-donate:hover, .btn-header-members.btn-header-home:hover, .btn-header-members.btn-header-donate-mobile:hover, .btn-header-members.btn-header-home-mobile:hover {
  color: #ffffff !important;
}
.btn-header-members.btn-header-donate:hover:after, .btn-header-members.btn-header-home:hover:after, .btn-header-members.btn-header-donate-mobile:hover:after, .btn-header-members.btn-header-home-mobile:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.btn-header-members.btn-header-donate:focus, .btn-header-members.btn-header-donate:active, .btn-header-members.btn-header-donate .active, .btn-header-members.btn-header-home:focus, .btn-header-members.btn-header-donate-mobile:focus, .btn-header-members.btn-header-home-mobile:focus, .btn-header-members.btn-header-home:active, .btn-header-members.btn-header-donate-mobile:active, .btn-header-members.btn-header-home-mobile:active, .btn-header-members.btn-header-home .active, .btn-header-members.btn-header-donate-mobile .active, .btn-header-members.btn-header-home-mobile .active {
  background-color: transparent;
  box-shadow: none;
}
.btn-header-members.btn-header-donate-mobile, .btn-header-members.btn-header-home-mobile {
  font-size: 11px;
  padding: 4px 10px;
  margin-left: 15px;
}

.btn-header-for-public {
  margin-right: 40px;
  margin-left: 30px;
}

.btn-header-public {
  color: #ffffff;
  border: 2px solid #1c7cd5;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #ffffff;
  margin-right: 30px;
}
.btn-header-public:before, .btn-header-public:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #069cf9;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.2s;
}
.btn-header-public:before {
  background-color: #1c7cd5;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.btn-header-public:hover {
  color: #ffffff !important;
}
.btn-header-public:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.btn-header-public:focus, .btn-header-public:active, .btn-header-public .active {
  background-color: #1c7cd5;
  box-shadow: none;
}
.btn-header-store, .btn-header-search, .btn-header-sign-in {
  margin-right: 26px;
  margin-right: 1.625rem;
  position: relative;
  top: 3px;
  top: 0.1875rem;
}
.btn-header-store:hover, .btn-header-search:hover, .btn-header-sign-in:hover {
  color: #0f2940;
  text-decoration: none;
}
.btn-header-store:hover #header-store-white, .btn-header-search:hover #header-store-white, .btn-header-sign-in:hover #header-store-white {
  stroke: #0f2940;
}

.btn-header-sign-in:hover #header-sign-in-white {
  stroke: #0f2940;
}

.btn-header-search#btn-header-search-public:hover {
  color: #4aa3f5;
}
.btn-header-search#btn-header-search-public:hover #header-search-blue {
  stroke: #4aa3f5;
}
.btn-header-search:hover #header-search-white {
  stroke: #0f2940;
}

.DW-download-block-btn {
  margin-top: 24px;
}

.btn-icon {
  height: 20px;
  width: 20px;
  vertical-align: sub;
}

.callout, .callout-strong {
  padding: 24px;
  background-color: #f3f6f9;
  margin: 12px 0;
  clear: both;
}
.callout-text {
  font-weight: inherit;
}
.callout hr, .callout-strong hr {
  margin-top: 8px;
  margin-bottom: 12px;
  border: 1px solid currentColor;
}
.callout-sm .callout-icon-container {
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  margin-bottom: 10px;
  width: 100%;
}
.callout-sm .callout-header-container {
  width: 100%;
}
.callout img, .callout-strong img {
  width: 100%;
}

.callout-primary {
  color: #1c7cd5;
}

.callout-secondary {
  color: #0f2940;
}

.callout-purple {
  color: #8e1b61;
}

.callout-orange {
  color: #ee7624;
}

.callout-green {
  color: #76bd22;
}

.callout-teal {
  color: #00aba4;
}

.callout-red {
  color: #e63e2e;
}

.callout-strong {
  color: #ffffff;
}
.callout-strong .callout-title {
  color: #ffffff;
}
.callout-strong .callout-text p, .callout-strong .callout-text .rem-selection, .callout-strong .callout-text .account-sidebar-li-link, .callout-strong .callout-text ul li, ul .callout-strong .callout-text li, .callout-strong .callout-text ol li, ol .callout-strong .callout-text li {
  color: #ffffff;
}
.callout-strong.callout-primary {
  background-color: #1c7cd5;
}
.callout-strong.callout-secondary {
  background-color: #0f2940;
}
.callout-strong.callout-red {
  background-color: #e63e2e;
}
.callout-strong .callout-header-container {
  width: 100%;
}

.callout-title {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-self: center;
  /* Safari 7.0+ */
  align-self: center;
  margin-bottom: 0;
}

.callout-deck .callout, .callout-deck .callout-strong {
  margin: 12px;
}

.callout-icon-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
  margin-right: 6px;
  margin-left: 6px;
}

.callout-header-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  width: calc(100% - 36px - 6px - 6px - 2px - 2px);
}

@media screen and (max-width: 991px) {
  .callout, .callout-strong {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .callout-header-container {
    width: 100%;
  }

  .callout-icon-container {
    margin-bottom: 8px;
  }
}
.call-action, .call-action-primary, .call-action-primary-outline, .call-action-secondary, .call-action-accent {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
  padding: 35px 40px;
  border: solid 2px;
  margin-bottom: 24px;
}
.call-action .call-action-title, .call-action-primary .call-action-title, .call-action-primary-outline .call-action-title, .call-action-secondary .call-action-title, .call-action-accent .call-action-title {
  color: inherit;
  margin-bottom: 0;
}
.call-action .call-action-btn, .call-action-primary .call-action-btn, .call-action-primary-outline .call-action-btn, .call-action-secondary .call-action-btn, .call-action-accent .call-action-btn {
  padding: 10px 55px;
  white-space: normal;
}
.call-action .call-action-icon, .call-action-primary .call-action-icon, .call-action-primary-outline .call-action-icon, .call-action-secondary .call-action-icon, .call-action-accent .call-action-icon {
  color: inherit;
  height: 76px;
  width: 76px;
  margin-bottom: 8px;
}
.call-action .search-bar-input, .call-action-primary .search-bar-input, .call-action-primary-outline .search-bar-input, .call-action-secondary .search-bar-input, .call-action-accent .search-bar-input {
  height: 40px;
  width: 75%;
  max-width: 400px;
  font-size: 14px;
  border: 1px solid #1c7cd5;
  padding-left: 8px;
  border-radius: 2px;
}
.call-action .search-bar-submit-btn, .call-action-primary .search-bar-submit-btn, .call-action-primary-outline .search-bar-submit-btn, .call-action-secondary .search-bar-submit-btn, .call-action-accent .search-bar-submit-btn {
  height: 40px;
  width: 50px;
  padding: 0;
}
.call-action .call-action-text, .call-action-primary .call-action-text, .call-action-primary-outline .call-action-text, .call-action-secondary .call-action-text, .call-action-accent .call-action-text {
  color: #0f2940;
}

.call-action-accent {
  background-color: #f3f6f9;
  border-color: #f3f6f9;
  color: #1c7cd5;
}

.call-action-secondary {
  background-color: #0f2940;
  border-color: #0f2940;
  color: #ffffff;
}
.call-action-secondary .call-action-text {
  color: inherit;
}
.call-action-secondary .call-action-btn {
  color: #ffffff;
  border: 2px solid #ffffff;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #ffffff;
}
.call-action-secondary .call-action-btn:before, .call-action-secondary .call-action-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #069cf9;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.2s;
}
.call-action-secondary .call-action-btn:before {
  background-color: transparent;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.call-action-secondary .call-action-btn:hover {
  color: #ffffff !important;
}
.call-action-secondary .call-action-btn:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.call-action-secondary .call-action-btn:focus, .call-action-secondary .call-action-btn:active, .call-action-secondary .call-action-btn .active {
  background-color: transparent;
  box-shadow: none;
}
.call-action-primary-outline {
  background-color: transparent;
  border-color: #1c7cd5;
  color: #1c7cd5;
}

.call-action-primary {
  background-color: #1c7cd5;
  border-color: #1c7cd5;
  color: #ffffff;
}
.call-action-primary .call-action-text {
  color: inherit;
}
.call-action-primary .call-action-btn {
  color: #ffffff;
  border: 2px solid #ffffff;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #ffffff;
}
.call-action-primary .call-action-btn:before, .call-action-primary .call-action-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #069cf9;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.2s;
}
.call-action-primary .call-action-btn:before {
  background-color: transparent;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.call-action-primary .call-action-btn:hover {
  color: #ffffff !important;
}
.call-action-primary .call-action-btn:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.call-action-primary .call-action-btn:focus, .call-action-primary .call-action-btn:active, .call-action-primary .call-action-btn .active {
  background-color: transparent;
  box-shadow: none;
}
.call-action-primary .search-bar-submit-btn, .call-action-primary .sign-up-submit-btn {
  border-color: #ffffff;
}
.call-action-vert {
  padding: 32px 24px;
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}
.call-action-vert .call-action-title {
  margin-bottom: 8px;
  text-align: center;
  width: 100%;
}
.call-action-vert .call-action-text {
  text-align: center;
  width: 100%;
}
.call-action-lg {
  padding: 24px 40px;
}
.call-action-lg .call-action-title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.call-action-lg .call-action-hr {
  width: 120px;
  border-top: 3px solid;
  border-radius: 3px;
}

.call-action-accent.call-action-double {
  color: #0f2940;
}

.call-action-double {
  padding: 30px 80px;
}
.call-action-double .call-action, .call-action-double .call-action-accent, .call-action-double .call-action-secondary, .call-action-double .call-action-primary-outline, .call-action-double .call-action-primary {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.call-action-double .call-action-title {
  margin-bottom: 15px;
  font-weight: normal;
}
.call-action-double .call-action-search-form {
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: left;
  /* Safari */
  justify-content: left;
}
.call-action-double .search-bar-input {
  height: 40px;
  width: 75%;
  max-width: 350px;
  border-radius: 2px;
}
.call-action-double .search-bar-submit-btn {
  height: 40px;
  width: 100px;
  padding: 0;
}
.call-action-double .call-action-adv-search {
  font-size: 12px;
  float: right;
  margin-right: 10px;
}

.call-action-full-browser {
  background-color: #f3f6f9;
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}
.call-action-full-browser .call-action-double {
  margin-bottom: 0;
}

.call-action-adv-search {
  margin-top: 10px;
}

.call-action-search-form {
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.call-action-sign-up-form {
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}
.call-action-sign-up-form .sign-up-input {
  height: 40px;
  width: 75%;
  max-width: 350px;
  border: 1px solid #1c7cd5;
  padding-left: 8px;
  border-radius: 2px;
}
.call-action-sign-up-form .sign-up-input-vert {
  height: 40px;
  display: block;
  width: 100%;
  margin-bottom: 16px;
  font-size: 14px;
  border: 1px solid #1c7cd5;
  padding-left: 8px;
  border-radius: 2px;
}
.call-action-sign-up-form .sign-up-submit-btn {
  height: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.call-action-body {
  width: 400px;
}
.call-action-body .btn {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

aside .call-action-vert .call-action-btn {
  display: block;
  width: 100%;
  padding: 10px;
}

/*.call-action-deck {
    & .call-action-vert-lg {

    }
}*/
@media screen and (max-width: 991px) {
  .call-action-deck > :nth-child(2) .call-action-vert, .call-action-deck > :nth-child(4) .call-action-vert {
    margin-right: 0;
  }
  .call-action-deck > :nth-child(1) .call-action-vert, .call-action-deck > :nth-child(3) .call-action-vert {
    margin-left: 0;
  }

  .call-action-btn {
    margin-top: 8px;
  }

  .call-action-search-form, .call-action-sign-up-form {
    margin-top: 12px;
  }

  .call-action-double {
    padding: 12px 0px;
  }
  .call-action-double .call-action, .call-action-double .call-action-accent, .call-action-double .call-action-secondary, .call-action-double .call-action-primary-outline, .call-action-double .call-action-primary {
    margin-right: 0;
    margin-left: 0;
    padding: 24px;
  }
  .call-action-double .call-action .row, .call-action-double .call-action-accent .row, .call-action-double .call-action-secondary .row, .call-action-double .call-action-primary-outline .row, .call-action-double .call-action-primary .row {
    width: 100%;
  }
  .call-action-double .call-action .call-action-title, .call-action-double .call-action-accent .call-action-title, .call-action-double .call-action-secondary .call-action-title, .call-action-double .call-action-primary-outline .call-action-title, .call-action-double .call-action-primary .call-action-title {
    text-align: center;
  }
  .call-action-double .call-action .call-action-search-form, .call-action-double .call-action-accent .call-action-search-form, .call-action-double .call-action-secondary .call-action-search-form, .call-action-double .call-action-primary-outline .call-action-search-form, .call-action-double .call-action-primary .call-action-search-form {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -moz-justify-content: center;
    /* Firefox */
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
    margin-left: 0px;
    margin-top: 0;
  }
  .call-action-double .call-action-adv-search {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .call-action .call-action-btn, .call-action-accent .call-action-btn, .call-action-secondary .call-action-btn, .call-action-primary-outline .call-action-btn, .call-action-primary .call-action-btn {
    display: block;
    width: 100%;
    padding: 10px;
  }

  .call-action-double {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .call-action-double .search-bar-input {
    width: 70%;
  }
  .call-action-double .search-bar-submit-btn {
    width: 30%;
  }
  .call-action-double .call-action-adv-search {
    float: right;
    margin-right: 10px;
  }
  .call-action-double .call-action-title {
    text-align: left;
  }
  .call-action-double .call-action, .call-action-double .call-action-accent, .call-action-double .call-action-secondary, .call-action-double .call-action-primary-outline, .call-action-double .call-action-primary {
    padding: 16px;
  }

  .call-action-sign-up {
    margin-top: 8px;
  }

  .call-action-sign-up-form .sign-up-input {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
  .call-action-sign-up-form .sign-up-submit-btn {
    display: block;
    width: 100%;
  }

  .justify-content-between.call-action-accent, .justify-content-between.call-action-secondary, .justify-content-between.call-action-primary, .justify-content-between.call-action-primary-outline {
    text-align: center;
  }
}
/** Card decks on pages with no sidebar (col-12) **/
.card-deck {
  margin-left: -12px;
  margin-right: -12px;
  /*& .card.card-xl {
      min-width: 47.7%;
      @extend .card.img-vert-sm;
  }

  & > :nth-child(n + 3) {
      &.card-xl {
          max-width: 47.7%;
      }
  }*/
}
.card-deck .card {
  min-width: 23%;
  max-width: 48%;
  margin: 12px;
}
.card-deck > :nth-child(n+5) {
  max-width: 23%;
}
.card-deck .card.default-lg {
  min-width: 30%;
}
.card-deck > :nth-child(n+4).default-lg {
  max-width: 32%;
}
.card-deck .card.card-xl {
  min-width: 48%;
}
.card-deck > :nth-child(n+4).card-xl {
  max-width: 48%;
}
.card-deck .card.hor-img-default {
  min-width: 48%;
}
.card-deck > :nth-child(n+3).hor-img-default {
  max-width: 48%;
}
.card-deck .card.full-width {
  width: 100%;
  max-width: 100%;
  flex-basis: 50%;
}
.card-deck .card.img-vert-sm {
  min-width: 30%;
}
.card-deck > :nth-child(n+4).img-vert-sm {
  max-width: 31.5%;
}
.card-deck .card.img-vert-xs {
  width: 23%;
  max-width: 23%;
}

/** Card decks on pages with a sidebar (col-9 or col-8) **/
.has-sidebar .card-deck {
  /*& .card.card-xl {
      min-width: 47%;
  }

  & > :nth-child(n + 3) {
      &.card-xl {
          max-width: 47%;
      }
  }*/
}
.has-sidebar .card-deck .card {
  min-width: 30%;
}
.has-sidebar .card-deck > :nth-child(n+4) {
  max-width: 31%;
}
.has-sidebar .card-deck .card.default-lg {
  min-width: 47%;
}
.has-sidebar .card-deck > :nth-child(n+3).default-lg {
  max-width: 47%;
}
.has-sidebar .card-deck .card.card-xl {
  min-width: 47%;
}
.has-sidebar .card-deck > :nth-child(n+3).card-xl {
  max-width: 47%;
}
.has-sidebar .card-deck .card.hor-img-default {
  width: 100%;
  max-width: 100%;
  flex-basis: 50%;
}
.has-sidebar .card-deck > :nth-child(n+3).full-width {
  max-width: 100%;
}
.has-sidebar .card-deck .card.img-vert-sm {
  min-width: 47%;
}
.has-sidebar .card-deck > :nth-child(n+3).img-vert-sm {
  max-width: 47%;
}
.has-sidebar .card-deck .card.img-vert-xs {
  min-width: 30%;
}
.has-sidebar .card-deck > :nth-child(n+4).img-vert-xs {
  max-width: 30.5%;
}

/** iPad / Tablet Landscape **/
@media only screen and (max-width: 1200px) {
  .card-deck .card {
    min-width: 21%;
  }
  .card-deck > :nth-child(n+5) {
    max-width: 22.5%;
  }
  .card-deck > :nth-child(n+4).default-lg {
    max-width: 31%;
  }
  .card-deck .card.card-xl {
    min-width: 47%;
  }
  .card-deck > :nth-child(n+3).card-xl {
    max-width: 48%;
  }
  .card-deck .card.hor-img-default {
    min-width: 75%;
  }
  .card-deck > :nth-child(n+3).hor-img-default {
    max-width: 75%;
  }
  .card-deck .card.img-vert-sm {
    min-width: 47%;
  }
  .card-deck > :nth-child(n+3).img-vert-sm {
    max-width: 48%;
  }
  .card-deck .card.img-vert-xs {
    width: 22.5%;
    max-width: 22.5%;
  }

  /** Card decks on pages with a sidebar (col-9 or col-8) **/
  .has-sidebar .card-deck {
    /*& .card.card-xl {
        min-width: 46.9%;
    }

    & > :nth-child(n + 3) {
        &.card-xl {
            max-width: 46.9%;
        }
    }*/
  }
  .has-sidebar .card-deck .card {
    min-width: 29%;
  }
  .has-sidebar .card-deck > :nth-child(n+4) {
    max-width: 30%;
  }
  .has-sidebar .card-deck .card.default-lg {
    min-width: 46%;
  }
  .has-sidebar .card-deck > :nth-child(n+3).default-lg {
    max-width: 46%;
  }
  .has-sidebar .card-deck .card.card-xl {
    width: 100%;
    max-width: 100%;
  }
  .has-sidebar .card-deck > :nth-child(n+3).card-xl {
    max-width: 100%;
  }
  .has-sidebar .card-deck .card.img-vert-sm {
    width: 100%;
    max-width: 100%;
  }
  .has-sidebar .card-deck > :nth-child(n+3).img-vert-sm {
    max-width: 100%;
  }
  .has-sidebar .card-deck .card.img-vert-xs {
    min-width: 46%;
  }
  .has-sidebar .card-deck > :nth-child(n+4).img-vert-xs {
    max-width: 46%;
  }
}
/** iPad / Tablet **/
@media only screen and (max-width: 991px) {
  .card-deck .card {
    min-width: 30%;
  }
  .card-deck > :nth-child(n+4) {
    max-width: 31%;
  }
  .card-deck .card.default-lg {
    min-width: 46%;
  }
  .card-deck > :nth-child(n+3).default-lg {
    max-width: 47%;
  }
  .card-deck .card.card-xl {
    min-width: 46%;
  }
  .card-deck > :nth-child(n+3).card-xl {
    max-width: 47%;
  }
  .card-deck .card.hor-img-default {
    min-width: 95%;
    max-width: 100%;
  }
  .card-deck .card.full-width {
    width: auto;
    max-width: 46.5%;
  }
  .card-deck .card.full-width .img-right {
    flex-direction: column-reverse;
  }
  .card-deck .card.img-vert-sm {
    min-width: 46%;
  }
  .card-deck > :nth-child(n+3).img-vert-sm {
    max-width: 47%;
  }
  .card-deck .card.img-vert-xs {
    width: 22.5%;
    max-width: 22.5%;
  }

  /** Card decks on pages with a sidebar (col-9 or col-8) **/
  .has-sidebar .card-deck > :nth-child(n+3).default-lg {
    max-width: 47%;
  }
  .has-sidebar .card-deck .card.card-xl {
    min-width: 46%;
    max-width: 50%;
  }
  .has-sidebar .card-deck > :nth-child(n+3).card-xl {
    max-width: 47%;
  }
  .has-sidebar .card-deck .card.full-width {
    width: auto;
    max-width: 46.5%;
  }
  .has-sidebar .card-deck .card.full-width .img-right {
    flex-direction: column-reverse;
  }
  .has-sidebar .card-deck .card.img-vert-sm {
    min-width: 46%;
    max-width: 50%;
  }
  .has-sidebar .card-deck > :nth-child(n+3).img-vert-sm {
    max-width: 47%;
  }
  .has-sidebar .card-deck .card.img-vert-xs {
    min-width: 46%;
  }
  .has-sidebar .card-deck > :nth-child(n+4).img-vert-xs {
    max-width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .card-deck > :nth-child(n+4) {
    max-width: none;
  }
}
/** Phone / Mobile **/
@media only screen and (max-width: 575px) {
  .card-deck {
    margin-left: 0;
    margin-right: 0;
  }
  .card-deck .card {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .card-deck .card .img-right {
    flex-direction: column-reverse;
  }
  .card-deck > :nth-child(n+5) {
    max-width: 100%;
  }
  .card-deck > :nth-child(n+3).default-lg {
    max-width: 100%;
  }
  .card-deck > :nth-child(n+3).card-xl {
    max-width: 100%;
  }
  .card-deck > :nth-child(n+3).hor-img-default {
    max-width: 100%;
  }
  .card-deck .card.full-width {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .card-deck > :nth-child(n+3).img-vert-sm {
    max-width: 100%;
  }
  .card-deck .card.img-vert-xs {
    width: 100%;
    max-width: 100%;
  }

  /** Card decks on pages with a sidebar (col-9 or col-8) **/
  .has-sidebar .card-deck > :nth-child(n+4) {
    max-width: 100%;
  }
  .has-sidebar .card-deck > :nth-child(n+3).default-lg {
    max-width: 100%;
  }
  .has-sidebar .card-deck .card.card-xl {
    width: 100%;
    min-width: 100%;
  }
  .has-sidebar .card-deck > :nth-child(n+3).card-xl {
    width: 100%;
    max-width: 100%;
  }
  .has-sidebar .card-deck .card.hor-img-default {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .has-sidebar .card-deck .card.full-width {
    max-width: 100%;
  }
  .has-sidebar .card-deck > :nth-child(n+3).full-width {
    max-width: 100%;
  }
  .has-sidebar .card-deck .card.img-vert-sm {
    width: 100%;
    min-width: 100%;
  }
  .has-sidebar .card-deck > :nth-child(n+3).img-vert-sm {
    width: 100%;
    max-width: 100%;
  }
  .has-sidebar .card-deck > :nth-child(n+4).img-vert-xs {
    max-width: 100%;
  }
}
.cards-container {
  width: 1200px;
  width: 75rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.cards-container > .row {
  margin-right: 0;
  margin-left: 0;
}

.card-footer {
  background-color: inherit;
  border: none;
  margin: 0 0 24px 16px;
  margin: 0 0 1.5rem 1rem;
  padding: 0;
  height: 28px;
  height: 1.75rem;
}
.card-footer .col-6 {
  padding: 0;
}

.hor-card {
  border: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.hor-card-img {
  width: 100%;
}
.hor-card .card-footer {
  margin: 0;
  position: absolute;
  bottom: 16px;
}
.hor-card .card-text {
  padding-bottom: 16px;
}
.hor-card .card-text:last-child {
  padding-bottom: 0;
}

.card {
  box-shadow: 1px 2px 2px 1px rgba(131, 142, 161, 0.07), 1px 2px 2px 1px rgba(131, 142, 161, 0.07);
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: column;
  /* IE */
  -moz-flex-direction: column;
  /* Firefox */
  -webkit-flex-direction: column;
  /* Safari */
  flex-direction: column;
}
.card-sm .card-body {
  padding: 10px;
}
.card-sm .card-title {
  margin-bottom: 0;
}
.card-lg .card-body {
  padding: 16px;
}
.card-text {
  font-size: 16px;
}

aside .card-deck {
  margin: 0;
}
aside .card-deck .card {
  padding: 0;
  margin: 12px 0;
  max-width: 100% !important;
  width: 100% !important;
  flex: none;
}
aside .card {
  padding: 0;
  margin: 12px 0;
  max-width: 100% !important;
  width: 100% !important;
  flex: none;
}

.news-block {
  border-bottom: solid 1px #0f2940;
}
.news-block-title {
  margin: 0;
}
.news-block .card-body {
  padding: 10px 10px 10px 0px;
}
.news-block .card-body .card-text {
  padding-top: 4px;
}

.news-group {
  margin: 24px 0;
  margin: 1.5rem 0;
}
.news-group-col {
  padding: 0;
}
.news-group-col .row {
  margin-left: 24px;
  margin-left: 1.5rem;
  margin-right: 0;
}
.news-group .card-deck .card {
  width: 100%;
  max-width: 100%;
}
.news-group-card-body {
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}

.card.img-grid-card {
  box-shadow: none;
  border: none;
}
.card.img-grid-card .card-body {
  padding: 8px 0 0 0;
}

@media screen and (max-width: 991px) {
  .cards-container {
    width: 100vw;
  }

  .news-group-col {
    margin: 12px;
  }
  .news-group-col .news-group-card {
    margin: 0;
  }
  .news-group-col .news-block {
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .hor-card-img.vert-card-img {
    width: 66%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.collapsible-section {
  border-left: 1px solid #838ea1;
  margin-left: 12px;
  padding-bottom: 24px;
}

.collapsible-section:last-child {
  padding-bottom: 0;
}

.collapsible-section-heading {
  cursor: pointer;
  position: relative;
  padding-left: 24px;
}

.collapsible-section .collapsible-section-heading h4 {
  display: inline;
}

.collapsible-section.active .collapsible-section-heading h4 {
  color: #1c7cd5;
}

.collapsible-section-number {
  font-weight: bold;
  text-align: center;
  height: 28px;
  width: 28px;
  line-height: 28px;
  display: inline-block;
  border-radius: 36px;
  border: 1px solid #838ea1;
  background-color: #dee3ec;
  position: absolute;
  left: -14px;
  top: -2px;
}

.active .collapsible-section-number {
  background-color: #1c7cd5;
  color: #ffffff;
}

.collapsible-section-completed {
  color: #429942;
}

.collapsible-section-incomplete {
  color: #656F7F;
}

.collapsible-table-card {
  box-shadow: 1px 2px 2px 1px rgba(131, 142, 161, 0.07), 1px 2px 2px 1px rgba(131, 142, 161, 0.07);
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 2px;
}
.collapsible-table-card .header {
  background-color: #dee3ec;
}
.collapsible-table-card .header .collapsible-table-card-row-column {
  display: flex;
  align-items: center;
  white-space: pre-wrap;
}
.collapsible-table-card > .row {
  padding: 16px;
  border-bottom: 1px solid #dfe7f2;
}
.collapsible-table-card > .row:last-child {
  border-bottom: none;
}
.collapsible-table-card > .row .btn {
  justify-self: end;
}
.collapsible-table-card .col-md {
  padding: 0 8px;
}
.collapsible-table-card .col-md:last-child {
  display: flex;
  justify-content: end;
}
.collapsible-table-card .col-md:nth-child(2) {
  justify-content: unset;
}
.collapsible-table-card svg {
  height: 22px;
  width: 22px;
  color: #1c7cd5;
  vertical-align: sub;
  margin-right: 4px;
}
.collapsible-table-card .svg-success {
  color: #03821b;
}
.collapsible-table-card .collapsible-table-card-row-column:first-child {
  font-weight: bold;
}
.collapsible-table-card .collapsible-table-card-row-column .btn {
  display: flex;
  align-self: center;
  max-height: 32px;
}

.collapsible-table-card-add-button {
  border-bottom: 2px solid #1c7cd5 !important;
  text-align: left;
  padding: 8px 16px;
}
.collapsible-table-card-add-button > svg {
  height: 18px;
  width: 18px;
  color: inherit;
  vertical-align: middle;
  margin-right: 12px;
}

/* mobile - 12px of padding for rows */
@media screen and (max-width: 767px) {
  .collapsible-table-card > .row {
    padding: 8px;
  }
  .collapsible-table-card .col-md {
    margin-bottom: 8px;
  }
}
.corp-logo-block {
  background-color: #f3f6f9;
}
.corp-logo-block .corp-logo-img-cont {
  margin: 35px 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 246px;
}
.corp-logo-block .corp-logo-img {
  max-height: 80px;
  max-width: 246px;
}
.corp-logo-block .corp-logo-block-header {
  padding: 16px 16px 8px 16px;
}
.corp-logo-block .corp-logo-block-header h5 {
  border-bottom: 2px solid #1c7cd5;
  padding: 8px;
}
.corp-logo-block .corp-logo-block-text {
  padding: 0 16px;
}

@media screen and (max-width: 767px) {
  .corp-logo-block .corp-logo-img-cont {
    margin: 16px auto;
  }
}
section.row hr {
  width: 100%;
  display: flex;
}

.white-hr {
  border-color: #ffffff;
}

.land-page-hr, .content-block-hr {
  border-top: 2px solid #0f2940;
  border-radius: 2px;
  width: 75px;
  width: 4.6875rem;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 2rem;
}

.content-block-hr {
  width: 50px;
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .land-page-hr, .content-block-hr {
    margin-bottom: 16px;
  }
}
.dropdown {
  display: inline-block;
}
.dropdown-title {
  margin-bottom: 8px;
  font-weight: 400;
}
.dropdown .btn:before, .dropdown .btn:after {
  transform: none;
  background-color: transparent;
}
.dropdown .btn-primary-solid {
  background-color: #1c7cd5;
}
.dropdown .btn-primary-outline, .dropdown .btn-header-public.btn-header-donate {
  background-color: #ffffff;
}
.dropdown .btn-primary-outline:hover, .dropdown .btn-header-public.btn-header-donate:hover {
  color: #1c7cd5 !important;
}
.dropdown .btn-outline-nofill, .dropdown .call-action-vert .call-action-btn, .call-action-vert .dropdown .call-action-btn {
  background-color: transparent;
}
.dropdown .btn-outline-nofill:hover, .dropdown .call-action-vert .call-action-btn:hover, .call-action-vert .dropdown .call-action-btn:hover {
  color: #1c7cd5 !important;
}
.dropdown .btn-accent-solid {
  background-color: #dee3ec;
}
.dropdown .dropdown-item:hover {
  color: #0f2940;
  cursor: pointer;
}
.dropdown .dropdown-item:active {
  background-color: #dee3ec;
}
.dropdown:hover .dropdown-menu {
  display: inline;
}

.DW-dropdown-col {
  margin-left: 12px;
  margin-right: 12px;
}

.help-desk-btn {
  border-radius: 28px;
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999999;
  fill: #ffffff;
  padding: 13px 22px;
  border-radius: 99rem;
  font-size: 15px;
  font-weight: 700;
  border: none;
}
.help-desk-btn.hide {
  -webkit-animation: btnSlideOut 0.7s;
  animation: btnSlideOut 0.7s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.help-desk-btn:hover {
  background-color: #0f2940;
}
.help-desk-btn .btn-icon {
  min-width: 20px;
  min-height: 20px;
  height: 20px;
  width: 20px;
  vertical-align: sub;
  margin-right: 4px;
  color: inherit;
  fill: inherit;
}
.help-desk-btn .btn-icon > * {
  color: inherit;
  fill: inherit;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes btnSlideOut {
  0% {
    bottom: 18px;
  }
  25% {
    bottom: 18px;
  }
  100% {
    bottom: -50px;
  }
}
/* Standard syntax */
@keyframes btnSlideOut {
  0% {
    bottom: 18px;
  }
  25% {
    bottom: 18px;
  }
  100% {
    bottom: -50px;
  }
}
@media screen and (max-width: 575px) {
  .help-desk-btn {
    padding: 14px;
  }
  .help-desk-btn-text {
    display: none;
  }
  .help-desk-btn .btn-icon {
    margin-right: 0;
  }
}
figure.figure--left {
  float: left;
  margin: 12px;
  max-width: 45%;
}
figure.figure--right {
  float: right;
  margin: 12px;
  max-width: 45%;
}

.hero-block {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.public-homepage-hero-container .hero-block {
  background: url(https://assets.aad.org/assets/images/public-hero-background.png) no-repeat;
}

.hero-link-block {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-self: stretch;
  /* Safari */
  align-self: stretch;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  background-color: #f3f6f9;
  border: 1px solid #dfe7f2;
  padding: 24px 24px 0 24px;
}
.hero-link-block-dark {
  background-color: #dfe7f2;
  border: 1px solid #c1cbdc;
}

.hero-link {
  color: #1c7cd5;
  text-align: center;
}
.hero-link h3 {
  text-transform: uppercase;
  color: inherit;
  font-weight: 400;
}
.hero-link:hover {
  text-decoration: none;
  color: #069cf9;
}

.hero-block-section {
  height: 400px;
}
.hero-block-section img {
  width: 100%;
}
.hero-block-section .row {
  height: 50%;
}

.public-homepage-hero-container .hero-block-section {
  height: auto;
}

@media screen and (max-width: 991px) {
  .hero-block-section {
    height: 66vw;
    height: 66%;
  }
  .hero-block-section .row {
    height: 33vw;
  }

  .hero-link h3 {
    font-size: 22px;
  }

  h2.text-slideshow {
    font-size: 20px;
    line-height: 24px;
  }

  .public-homepage-hero-container .hero-block-section .row {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .hero-block {
    margin: 20px 0;
  }

  .hero-link h3 {
    font-size: 15px;
  }

  h2.text-slideshow {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 445px) {
  .hero-link h3 {
    line-height: 18px;
  }
}
.hero-image {
  margin: 0 0 40px 0;
  margin: 0 0 2.5rem 0;
  width: 100%;
}

.icon-grid {
  padding: 8px 40px;
  width: 100%;
}
.icon-grid.icon-grid-primary {
  background-color: #1c7cd5;
  color: #ffffff;
}
.icon-grid.icon-grid-secondary {
  background-color: #0f2940;
  color: #ffffff;
}
.icon-grid.icon-grid-accent-light {
  background-color: #f3f6f9;
  color: #1c7cd5;
}
.icon-grid.icon-grid-accent-light h5, .icon-grid.icon-grid-accent-light p, .icon-grid.icon-grid-accent-light .rem-selection, .icon-grid.icon-grid-accent-light .account-sidebar-li-link, .icon-grid.icon-grid-accent-light ul li, ul .icon-grid.icon-grid-accent-light li, .icon-grid.icon-grid-accent-light ol li, ol .icon-grid.icon-grid-accent-light li {
  color: #0f2940;
}
.icon-grid.icon-grid-accent-light a:hover h5 {
  color: inherit;
}
.icon-grid.icon-grid-white {
  background-color: #ffffff;
  color: #1c7cd5;
}
.icon-grid.icon-grid-white h5, .icon-grid.icon-grid-white p, .icon-grid.icon-grid-white .rem-selection, .icon-grid.icon-grid-white .account-sidebar-li-link, .icon-grid.icon-grid-white ul li, ul .icon-grid.icon-grid-white li, .icon-grid.icon-grid-white ol li, ol .icon-grid.icon-grid-white li {
  color: #0f2940;
}
.icon-grid.icon-grid-white a:hover h5 {
  color: inherit;
}
.icon-grid-block {
  margin: 32px auto;
  display: block;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}
.icon-grid h5 {
  color: inherit;
  display: block;
}

.svg-declaration {
  display: none;
}

.icons-page {
  margin: 20px 70px;
}

.icon {
  height: 100px;
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-bottom: 12px;
}
.icon-container {
  width: 100%;
  height: auto;
  background-color: #dee3ec;
  color: #1c7cd5;
}
.icon-container:hover {
  background-color: #0f2940;
  color: #ffffff;
}
.icon-info-list {
  margin-left: -20px;
}

.nav-close {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 18px;
  width: 18px;
  z-index: 10;
}
.nav-close:hover {
  cursor: pointer;
}

.donate-button-heart {
  height: 18px;
  width: 18px;
  margin-left: 10px;
  margin-top: -4px;
  stroke-width: 3;
  color: #f77f08;
}

.header-icon {
  margin-right: 10px;
  position: relative;
  top: -5px;
  height: 22px;
  width: 22px;
}

#header-caret-down {
  position: relative;
  top: -2px;
  height: 18px;
  width: 18px;
  margin-left: 8px;
}

#header-home {
  height: 20px;
  width: 20px;
  top: 0px;
}

.sec-nav-icon-caret {
  position: relative;
  top: -1px;
  height: 14px;
  width: 14px;
  margin-left: 5px;
}

.mobile-nav-icon {
  height: 16px;
  width: 16px;
}

#menu-sign-in {
  height: 27px;
  width: 27px;
  margin-right: 15px;
}

#mobile-menu-close {
  display: none;
}

.mobile-menu-icon {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  height: 25px;
  width: 25px;
  margin-top: 3px;
}

#mobile-nav-caret-left {
  height: 14px;
  width: 14px;
  margin-top: 4px;
  margin-right: 8px;
}

.mobile-nav-store, .mobile-nav-donate, #nav-donate-heart {
  margin: 0;
  margin-right: 6px;
  height: 20px;
  width: 20px;
  vertical-align: sub;
}

#account-sidebar-close {
  color: #838ea1;
  height: 20px;
  width: 20px;
  margin-left: auto;
}
#account-sidebar-close:hover {
  cursor: pointer;
}

.account-sidebar-icon {
  position: relative;
  top: -2px;
  height: 16px;
  width: 16px;
  margin-right: 24px;
}

#mobile-account-dropdown-close {
  height: 22px;
  width: 22px;
  margin-top: 5px;
  margin-left: auto;
  color: #838ea1;
}

.mobile-account-dropdown-icon {
  height: 16px;
  width: 16px;
  margin-right: 32px;
  margin-top: -5px;
}

.footer-social-media-icon {
  height: 18px;
  height: 1.125rem;
  width: 18px;
  width: 1.125rem;
  margin: 0 15px;
  margin: 0 0.9375rem;
}

.hero-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px;
  height: 70px;
  width: 70px;
}

@media screen and (max-width: 575px) {
  .hero-icon {
    height: 40px;
    width: 40px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 445px) {
  .hero-icon {
    height: 30px;
    width: 30px;
    margin-bottom: 8px;
  }
}
.card-footer-icon, .card-share-icon, .card-more-dots {
  height: 28px;
  width: 20px;
  color: #1c7cd5;
  padding: 0;
}
.card-footer-icon:hover, .card-share-icon:hover, .card-more-dots:hover {
  color: #069cf9;
}

.card-shopping-icon {
  margin-right: 8px;
}

.call-action-double-search {
  height: 22px;
  width: 22px;
  margin-right: 8px;
}

.alert-icon {
  height: 12px;
  width: 12px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.alert-icon:hover {
  cursor: pointer;
}

#breadcrumb-back-caret {
  display: none;
}

.breadcrumb-bar-icon {
  height: 24px;
  width: 24px;
  color: #1c7cd5;
  margin-right: 12px;
  margin-left: 12px;
}
.breadcrumb-bar-icon:hover {
  color: #069cf9;
}

@media screen and (max-width: 991px) {
  #breadcrumb-back-caret {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb-bar-icon {
    height: 16px;
    height: 1rem;
    width: 16px;
    width: 1rem;
  }
}
.callout-icon {
  height: 36px;
  width: 36px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.accordion-caret {
  height: 24px;
  width: 24px;
  position: absolute;
  right: 16px;
}

.accordion-icon {
  height: 32px;
  width: 32px;
  margin-right: 16px;
}

.link-tabs-icon {
  display: none;
  position: absolute;
  top: 8px;
  height: 24px;
  width: 24px;
}
.link-tabs-icon-left {
  left: 0;
}
.link-tabs-icon-right {
  right: 0;
}

@media screen and (max-width: 991px) {
  .link-tabs-icon {
    display: block;
  }

  .link-tabs-vert-container .link-tabs-icon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .link-tabs-vert-container .link-tabs-icon {
    display: block;
  }
}
.tab-item .tab-caret-icon {
  position: absolute;
  color: #838ea1;
  height: 23px;
  width: 23px;
  bottom: -15px;
  left: calc(50% - (23px / 2));
  display: none;
}

.tab-item.active .tab-caret-icon {
  display: block;
}

@media screen and (max-width: 767px) {
  .tab-item.active .tab-caret-icon {
    display: none;
  }
}
.sec-nav-icon {
  height: 12px;
  width: 12px;
  margin-left: 10px;
  position: absolute;
  right: 8px;
  top: calc(50% - (12px / 2));
}

.media-carousel-icon {
  height: 24px;
  width: 24px;
}

.icon-grid-icon {
  height: 80px;
  width: 80px;
  margin-bottom: 24px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-caret-down {
  height: 16px;
  width: 16px;
  margin-left: 8px;
}

.image-block {
  margin-top: 12px;
  margin-bottom: 12px;
}
.image-block img {
  width: 100%;
}
.image-block-body {
  padding: 24px;
  font-weight: inherit;
}
.image-block-title {
  color: inherit;
}
.image-block-btn, .video-block-btn {
  margin-top: 12px;
}
.image-block-accent-light {
  background-color: #f3f6f9;
}
.image-block-white {
  background-color: #ffffff;
}
.image-block-white .image-block-body {
  padding-top: 2px;
  padding-bottom: 2px;
}
.image-block-secondary {
  background-color: #0f2940;
  color: #ffffff;
}
.image-block-secondary .image-block-body {
  color: #ffffff;
}
.image-block-secondary .image-block-btn, .image-block-secondary .video-block-btn {
  color: #ffffff;
  border: 2px solid #ffffff;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #ffffff;
}
.image-block-secondary .image-block-btn:before, .image-block-secondary .video-block-btn:before, .image-block-secondary .image-block-btn:after, .image-block-secondary .video-block-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #069cf9;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.2s;
}
.image-block-secondary .image-block-btn:before, .image-block-secondary .video-block-btn:before {
  background-color: transparent;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.image-block-secondary .image-block-btn:hover, .image-block-secondary .video-block-btn:hover {
  color: #ffffff !important;
}
.image-block-secondary .image-block-btn:hover:after, .image-block-secondary .video-block-btn:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.image-block-secondary .image-block-btn:focus, .image-block-secondary .video-block-btn:focus, .image-block-secondary .image-block-btn:active, .image-block-secondary .video-block-btn:active, .image-block-secondary .image-block-btn .active, .image-block-secondary .video-block-btn .active {
  background-color: transparent;
  box-shadow: none;
}
.image-block-primary {
  background-color: #1c7cd5;
  color: #ffffff;
}
.image-block-primary .image-block-body {
  color: #ffffff;
}
.image-block-primary .image-block-btn, .image-block-primary .video-block-btn {
  color: #ffffff;
  border: 2px solid #ffffff;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #ffffff;
}
.image-block-primary .image-block-btn:before, .image-block-primary .video-block-btn:before, .image-block-primary .image-block-btn:after, .image-block-primary .video-block-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #069cf9;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.2s;
}
.image-block-primary .image-block-btn:before, .image-block-primary .video-block-btn:before {
  background-color: transparent;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.image-block-primary .image-block-btn:hover, .image-block-primary .video-block-btn:hover {
  color: #ffffff !important;
}
.image-block-primary .image-block-btn:hover:after, .image-block-primary .video-block-btn:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.image-block-primary .image-block-btn:focus, .image-block-primary .video-block-btn:focus, .image-block-primary .image-block-btn:active, .image-block-primary .video-block-btn:active, .image-block-primary .image-block-btn .active, .image-block-primary .video-block-btn .active {
  background-color: transparent;
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .image-block.img-right {
    flex-direction: column-reverse;
  }

  .vert-img .image-block-img {
    width: 66%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }
  .vert-img.image-block-white .image-block-body {
    padding-top: 24px;
  }
  .vert-img.image-block-white .image-block-img {
    margin-top: 0;
  }
  .vert-img.img-right {
    flex-direction: column-reverse;
  }
}
figure {
  display: table;
  margin: 16px;
}

.table-responsive.redactor-component {
  margin: 16px 0;
}

figcaption {
  caption-side: bottom;
}

aside figure {
  display: block;
  margin: 0;
  margin-bottom: 32px;
}

main > img, main > picture, main > picture > img {
  max-width: 100%;
  margin-bottom: 24px;
}

.figure-block {
  display: block;
}
.figure-block img {
  width: 100%;
}

.inline-img-left {
  max-width: 300px;
  margin: 0 1em 1em 0;
  float: left;
}
.inline-img-right {
  max-width: 300px;
  margin: 0 0 1em 1em;
  float: right;
}

@media screen and (max-width: 575px) {
  .inline-img-left, .inline-img-right {
    max-width: 100%;
    width: 100%;
    display: block;
    float: none;
    margin: 0 0 1em 0;
  }
  .inline-img-left .figure-img, .inline-img-left .figure-caption, .inline-img-right .figure-img, .inline-img-right .figure-caption {
    display: block;
    width: 100%;
  }
}
.lightbox {
  /** Default lightbox to hidden */
  display: none;
  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
  height: auto;
  width: auto;
}

.lightbox div {
  max-width: 90%;
  text-align: right;
  margin-top: 2%;
}

.lightbox:target {
  /** Remove default browser outline */
  outline: none;
  /** Unhide lightbox **/
  display: block;
}

.lightbox-icon-close {
  max-width: 2em;
  max-height: 2em;
  color: #fff;
}

.img-with-lightbox:hover {
  cursor: zoom-in;
}

.lightbox:hover {
  cursor: zoom-out;
}

.link-tabs {
  width: 100%;
  border-bottom: 1px solid #838ea1;
  margin-bottom: 32px;
  padding-left: 12px;
  padding-right: 12px;
  display: table;
}
.link-tabs .link-tab-item {
  color: #0f2940;
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px 12px;
  display: table-cell;
  text-align: center;
}
.link-tabs .link-tab-item:hover {
  background-color: #f3f6f9;
}
.link-tabs .link-tab-item.active {
  font-weight: 600;
  background-color: #f3f6f9;
  border-bottom: 3px solid #1c7cd5;
}
.link-tabs-vert {
  display: block;
  border-bottom: none;
  margin-bottom: 0;
  padding-right: 12px;
  padding-left: 0;
}
.link-tabs-vert .link-tab-item {
  display: block;
  text-align: left;
  padding-left: 12px;
}
.link-tabs-vert .link-tab-item.active {
  border-bottom: none;
  border-left: 3px solid #1c7cd5;
}
.link-tabs-container {
  margin-top: 32px;
}
.link-tabs-intro {
  margin-top: 32px;
}

@media screen and (max-width: 991px) {
  .link-tabs {
    display: inline-block;
    overflow: auto;
    white-space: nowrap;
    position: relative;
    width: 100%;
    border-bottom: none;
    margin-bottom: 24px;
  }
  .link-tabs-container {
    position: relative;
    padding-right: 24px;
    padding-left: 24px;
    color: #838ea1;
  }
  .link-tabs .link-tab-item {
    display: inline-block;
    padding: 8px;
    color: #1c7cd5;
  }
  .link-tabs .link-tab-item.active {
    background: none;
    color: #0f2940;
    border-bottom-color: #0f2940;
  }
  .link-tabs-vert {
    display: block;
    border-bottom: none;
    margin-bottom: 0;
    padding-right: 12px;
    overflow: visible;
    white-space: normal;
  }
  .link-tabs-vert .link-tab-item {
    display: block;
    width: 100%;
    color: #0f2940;
    padding: 20px 12px;
  }
  .link-tabs-vert .link-tab-item.active {
    border-bottom: none;
    border-left: 3px solid #1c7cd5;
    background-color: #f3f6f9;
  }
}
@media screen and (max-width: 767px) {
  .link-tabs-vert {
    display: inline-block;
    overflow: auto;
    white-space: nowrap;
    position: relative;
    width: 100%;
    margin-bottom: 12px;
  }
  .link-tabs-vert .link-tab-item {
    display: inline-block;
    padding: 8px;
    color: #1c7cd5;
    width: auto;
  }
  .link-tabs-vert .link-tab-item.active {
    background: none;
    color: #0f2940;
    border-left: none;
    border-bottom: 3px solid #0f2940;
  }
  .link-tabs-vert-container {
    position: relative;
    padding-right: 24px;
    padding-left: 24px;
    color: #838ea1;
  }
  .link-tabs-container {
    margin-top: 24px;
  }
  .link-tabs-intro {
    margin-top: 24px;
  }
}
#loader-overlay {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
}
#loader-overlay .loader-overlay-bg {
  height: 100%;
  width: 100%;
  background-color: #4a5669;
  /* #4a5669*/
  opacity: 0.6;
  position: absolute;
  z-index: 999999999;
}
#loader-overlay .loader-overlay-content {
  position: relative;
  z-index: 999999999;
}
#loader-overlay .fa-spinner {
  font-size: 150px;
  line-height: 100vh;
  vertical-align: middle;
  margin: auto;
}
#loader-overlay .loader-spin {
  height: 150px;
  width: 150px;
  z-index: 9999999999;
}

.loader-spin.btn-icon {
  color: inherit;
  height: 22px;
  width: 22px;
}

.btn-sm .loader-spin.btn-icon, .btn-group-sm > .btn .loader-spin.btn-icon {
  height: 18px;
  width: 18px;
}

.btn-lg .loader-spin.btn-icon, .btn-group-lg > .btn .loader-spin.btn-icon {
  height: 28px;
  width: 28px;
}

.btn-xl .loader-spin.btn-icon {
  height: 34px;
  width: 34px;
}

.loader-spin {
  color: #1c7cd5;
  -webkit-animation: loaderSpin 3s linear infinite;
  animation: loaderSpin 3s linear infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes loaderSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Standard syntax */
@keyframes loaderSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.inline-page-tabs {
  width: 100%;
  display: table;
  padding-bottom: 13px;
}
.inline-page-tabs .tab-item {
  border: none;
  background-color: #dee3ec;
  height: 60px;
  outline: none;
  display: table-cell;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 16px;
}
.inline-page-tabs .tab-item.active, .inline-page-tabs .tab-item:hover {
  background-color: #838ea1;
  color: #ffffff;
  position: relative;
}
.inline-page-tabs .tab-item .active {
  font-weight: 620;
}
.inline-page-tabs-content {
  display: none;
}
.inline-page-tabs-content img {
  max-width: 100%;
}

.tab-content-container {
  padding: 24px;
}

[data-tab-link-num="1"] {
  display: block;
}

@media screen and (max-width: 767px) {
  .inline-page-tabs {
    padding: 12px;
  }
  .inline-page-tabs .tab-item {
    display: block;
    height: auto;
    padding: 8px;
    text-align: left;
    border-bottom: 2px solid #838ea1;
  }
  .inline-page-tabs :last-child {
    border-bottom: none;
  }

  .tab-content-container {
    padding: 12px;
  }
}
.media-carousel {
  background-color: #f3f6f9;
  padding: 24px 60px;
  box-shadow: 1px 2px 2px 1px rgba(131, 142, 161, 0.07), 1px 2px 2px 1px rgba(131, 142, 161, 0.07);
  position: relative;
}
.media-carousel .image-block .image-block-body {
  padding: 0 0 0 16px;
}
.media-carousel .image-block-title {
  font-weight: 620;
  text-transform: uppercase;
}
.media-carousel .video-block {
  padding: 0;
}
.media-carousel .video-block-title {
  font-weight: 620;
  text-transform: uppercase;
}
.media-carousel-prev, .media-carousel-next {
  cursor: pointer;
  position: absolute;
  top: calc(50% - (24px / 2));
  left: 24px;
  z-index: 10;
}
.media-carousel-next {
  left: initial;
  right: 24px;
}

@media screen and (max-width: 991px) {
  .media-carousel {
    padding: 16px 50px;
  }
  .media-carousel-prev, .media-carousel-next {
    left: 8px;
  }
  .media-carousel-next {
    left: initial;
    right: 8px;
  }
}
#AM-reg-2020-modal {
  display: none !important;
}

#AM-reg-modal {
  box-shadow: 2px 2px 2px 2px rgba(131, 142, 161, 0.07);
  display: none;
}
#AM-reg-modal.modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}
#AM-reg-modal.modal .AM-banner {
  width: 100%;
}
#AM-reg-modal.modal .modal-content {
  width: 500px;
  background-color: #ffffff;
  border: none;
  border-radius: 2px;
  margin: 10% auto;
  padding: 24px;
  position: relative;
  text-align: center;
  box-shadow: 1px 2px 2px 1px rgba(131, 142, 161, 0.07), 1px 2px 2px 1px rgba(131, 142, 161, 0.07);
}
#AM-reg-modal.modal .modal-close {
  margin-left: auto;
  margin-bottom: 12px;
}
#AM-reg-modal.modal .modal-close-icon {
  height: 20px;
  width: 20px;
  color: #838ea1;
}
#AM-reg-modal.modal h2 {
  text-transform: uppercase;
}
#AM-reg-modal.modal h4 {
  margin: 12px 0;
}
#AM-reg-modal.modal .btn-block {
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  #AM-reg-modal.modal {
    padding: 24px;
  }
  #AM-reg-modal.modal .modal-content {
    width: 100%;
    padding: 16px;
  }
  #AM-reg-modal.modal .modal-close {
    margin-bottom: 8px;
    margin-top: -8px;
  }
}
@media screen and (max-width: 575px) {
  #AM-reg-modal.modal {
    overflow: auto;
  }
  #AM-reg-modal.modal .modal-content {
    margin-top: 0;
  }
}
.page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

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

.page-link {
  color: #1c7cd5;
  border-color: #dee3ec;
}

.page-item.disabled .page-link {
  color: #838ea1;
}

.page-item.active .page-link {
  background-color: #1c7cd5;
  border-color: #1c7cd5;
}

.page-link:focus {
  box-shadow: none;
}

.progress {
  position: relative;
}
.progress-bar {
  background-color: #1c7cd5;
}
.progress-bar-green {
  background-color: #03821b;
}
.progress-percentage {
  position: absolute;
  right: 8px;
}

.promo-block {
  margin-top: 12px;
  margin-bottom: 12px;
}
.promo-block-img {
  width: 100%;
}
.promo-block-body {
  padding: 16px;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
}
.promo-block-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.promo-block-accent-light {
  background-color: #f3f6f9;
}
.promo-block-white {
  background-color: #ffffff;
}
.promo-block-secondary {
  background-color: #0f2940;
  color: #ffffff;
}
.promo-block-secondary .promo-block-title, .promo-block-secondary .promo-block-text {
  color: #ffffff;
}
.promo-block-primary {
  background-color: #1c7cd5;
  color: #ffffff;
}
.promo-block-primary .promo-block-title, .promo-block-primary .promo-block-text {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .promo-block-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 620;
  }
  .promo-block-text {
    font-size: 22px;
    line-height: 32px;
  }

  .col-lg-12 .promo-block.img-right, .col-lg-9 .promo-block.img-right {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .promo-block-title {
    font-size: 22px;
    line-height: 32px;
  }
  .promo-block-text {
    font-size: 20px;
    line-height: 28px;
  }
  .promo-block.img-right {
    flex-direction: column-reverse;
  }
}
.inline-search-bar-input {
  border: solid 1px #1c7cd5;
  border-radius: 4px 0 0 4px;
  padding: 5px;
  margin: 0;
  outline: none;
  display: inline;
  width: 70%;
  height: 53px;
}

.inline-search-bar-submit-btn {
  position: relative;
  height: auto;
  padding: 0 24px;
  font-size: 20px;
  border: solid 1px #1c7cd5;
  font-family: "Open Sans", sans-serif;
  border-radius: 0px 2px 2px 0px;
}

@media screen and (max-width: 767px) {
  .inline-search-bar-input {
    width: 60%;
  }

  .inline-search-bar-submit-btn {
    width: 40%;
    padding: 0 12px;
  }
}
.filter-dropdown-desktop {
  padding: 30px;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #F7F7F7;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  margin-top: 30px;
  padding: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.filter-dropdown-desktop {
  min-width: 1000px;
}

@media screen and (max-width: 1200px) {
  .mobileButton {
    display: none;
  }

  .desktopButton {
    display: block;
  }
}
@media screen and (min-width: 991px) {
  .mobileButton {
    display: none;
  }

  .desktopButton {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .mobileButton {
    display: block;
  }

  .desktopButton {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .mobileButton {
    display: block;
  }

  .desktopButton {
    display: none;
  }
}
@media screen and (max-width: 445px) {
  .mobileButton {
    display: block;
  }

  .desktopButton {
    display: none;
  }
}
.search-filter-drawer {
  width: 100%;
  max-height: 0;
  padding: 0 60px;
  background-color: #f3f6f9;
  overflow: hidden;
}
.search-filter-drawer h2 {
  text-transform: uppercase;
}
.search-filter-drawer .col-header {
  text-transform: uppercase;
  font-weight: 400;
}
.search-filter-drawer input {
  height: 20px;
  width: 20px;
  vertical-align: sub;
}
.search-filter-drawer .inner-list {
  margin-left: 24px;
}
.search-filter-drawer #apply-filters-btn {
  margin-left: 16px;
}
.search-filter-drawer #reset-filters-btn {
  margin-right: 16px;
}
.search-filter-drawer label {
  display: block;
}

.search-result {
  padding: 22px 28px;
  border-bottom: solid 1px #c9d1df;
}

.search-results-container {
  margin-top: 12px;
  border-top: solid 1px #c9d1df;
}

.search-result-text {
  word-wrap: break-word;
}

#search .row {
  width: 100%;
}

.search-pagination {
  margin-top: 12px;
}

.search-filter-drawer.drawer-open {
  -webkit-animation: filterDrawerOpen 350ms;
  animation: filterDrawerOpen 350ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: forwards;
}
.search-filter-drawer.drawer-closed {
  -webkit-animation: filterDrawerClose 300ms;
  animation: filterDrawerClose 300ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: forwards;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes filterDrawerOpen {
  from {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  to {
    max-height: 725px;
    padding-top: 24px;
    padding-bottom: 50px;
    box-shadow: 1px 2px 2px 1px rgba(131, 142, 161, 0.07), 1px 2px 2px 1px rgba(131, 142, 161, 0.07);
  }
}
/* Standard syntax */
@keyframes filterDrawerOpen {
  from {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  to {
    max-height: 725px;
    padding-top: 24px;
    padding-bottom: 50px;
    box-shadow: 1px 2px 2px 1px rgba(131, 142, 161, 0.07), 1px 2px 2px 1px rgba(131, 142, 161, 0.07);
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes filterDrawerClose {
  from {
    max-height: 600px;
    padding-top: 24px;
    padding-bottom: 50px;
    box-shadow: 1px 2px 2px 1px rgba(131, 142, 161, 0.07), 1px 2px 2px 1px rgba(131, 142, 161, 0.07);
  }
  to {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
/* Standard syntax */
@keyframes filterDrawerClose {
  from {
    max-height: 600px;
    padding-top: 24px;
    padding-bottom: 50px;
    box-shadow: 1px 2px 2px 1px rgba(131, 142, 161, 0.07), 1px 2px 2px 1px rgba(131, 142, 161, 0.07);
  }
  to {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes filterDrawerOpenMobile {
  from {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  to {
    max-height: 1000px;
    padding-top: 24px;
    padding-bottom: 32px;
    box-shadow: 1px 2px 2px 1px rgba(131, 142, 161, 0.07), 1px 2px 2px 1px rgba(131, 142, 161, 0.07);
  }
}
/* Standard syntax */
@keyframes filterDrawerOpenMobile {
  from {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  to {
    max-height: 1000px;
    padding-top: 24px;
    padding-bottom: 32px;
    box-shadow: 1px 2px 2px 1px rgba(131, 142, 161, 0.07), 1px 2px 2px 1px rgba(131, 142, 161, 0.07);
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes filterDrawerCloseMobile {
  from {
    max-height: 1000px;
    padding-top: 24px;
    padding-bottom: 32px;
    box-shadow: 1px 2px 2px 1px rgba(131, 142, 161, 0.07), 1px 2px 2px 1px rgba(131, 142, 161, 0.07);
  }
  to {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
/* Standard syntax */
@keyframes filterDrawerCloseMobile {
  from {
    max-height: 1000px;
    padding-top: 24px;
    padding-bottom: 32px;
    box-shadow: 1px 2px 2px 1px rgba(131, 142, 161, 0.07), 1px 2px 2px 1px rgba(131, 142, 161, 0.07);
  }
  to {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes filterDrawerOpenTablet {
  from {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  to {
    max-height: 800px;
    padding-top: 24px;
    padding-bottom: 32px;
    box-shadow: 1px 2px 2px 1px rgba(131, 142, 161, 0.07), 1px 2px 2px 1px rgba(131, 142, 161, 0.07);
  }
}
/* Standard syntax */
@keyframes filterDrawerOpenTablet {
  from {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  to {
    max-height: 800px;
    padding-top: 24px;
    padding-bottom: 32px;
    box-shadow: 1px 2px 2px 1px rgba(131, 142, 161, 0.07), 1px 2px 2px 1px rgba(131, 142, 161, 0.07);
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes filterDrawerCloseTablet {
  from {
    max-height: 800px;
    padding-top: 24px;
    padding-bottom: 32px;
    box-shadow: 1px 2px 2px 1px rgba(131, 142, 161, 0.07), 1px 2px 2px 1px rgba(131, 142, 161, 0.07);
  }
  to {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
/* Standard syntax */
@keyframes filterDrawerCloseTablet {
  from {
    max-height: 800px;
    padding-top: 24px;
    padding-bottom: 32px;
    box-shadow: 1px 2px 2px 1px rgba(131, 142, 161, 0.07), 1px 2px 2px 1px rgba(131, 142, 161, 0.07);
  }
  to {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
@media screen and (max-width: 991px) {
  .search-filter-drawer input {
    height: 18px;
    width: 18px;
    vertical-align: sub;
    margin-right: 8px;
    margin-bottom: 12px;
  }
  .search-filter-drawer .inner-list {
    margin-left: 18px;
  }

  .search-filter-drawer.drawer-open {
    -webkit-animation: filterDrawerOpenTablet 350ms;
    animation: filterDrawerOpenTablet 350ms;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-fill-mode: forwards;
  }
  .search-filter-drawer.drawer-closed {
    -webkit-animation: filterDrawerCloseTablet 300ms;
    animation: filterDrawerCloseTablet 300ms;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-fill-mode: forwards;
  }
}
@media screen and (max-width: 767px) {
  .search-filter-drawer {
    padding: 0 24px;
  }
  .search-filter-drawer #reset-filters-btn {
    margin-bottom: 24px;
  }

  .search-filter-drawer.drawer-open {
    -webkit-animation: filterDrawerOpenMobile 350ms;
    animation: filterDrawerOpenMobile 350ms;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-fill-mode: forwards;
  }
  .search-filter-drawer.drawer-closed {
    -webkit-animation: filterDrawerCloseMobile 300ms;
    animation: filterDrawerCloseMobile 300ms;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-fill-mode: forwards;
  }
}
.sec-nav {
  display: table;
  padding: 0 16px;
}
.sec-nav-container {
  margin-top: 32px;
  margin-bottom: 40px;
  border-top: 1px solid #0f2940;
  border-bottom: 1px solid #0f2940;
}
.sec-nav .sec-nav-item, .sec-nav .mobile-account-dropdown-li {
  display: table-cell;
  position: relative;
  text-transform: uppercase;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
  color: #0f2940;
  padding: 0;
}
.sec-nav .sec-nav-item-link {
  padding-left: 16px;
  padding-right: 26px;
  display: table-cell;
  height: 89px;
  vertical-align: middle;
}
.sec-nav .sec-nav-item:hover, .sec-nav .mobile-account-dropdown-li:hover {
  background-color: #e8ecf3;
}
.sec-nav .sec-nav-item:hover .sec-nav-item-dropdown, .sec-nav .mobile-account-dropdown-li:hover .sec-nav-item-dropdown {
  display: inline;
}
.sec-nav-item-dropdown {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(100% + 2px);
  width: 300px;
  background-color: #ffffff;
  box-shadow: 1px 2px 2px 1px rgba(131, 142, 161, 0.07), 1px 2px 2px 1px rgba(131, 142, 161, 0.07);
}
.sec-nav-item-dropdown-item {
  display: block;
  text-transform: none;
  padding: 10px 12px;
  color: #0f2940;
}
.sec-nav-item-dropdown-item:hover {
  text-decoration: none;
  color: #0f2940;
  background-color: #e8ecf3;
}

@media screen and (max-width: 991px) {
  .sec-nav-container {
    display: none;
  }
}
.sidebar-news {
  margin-bottom: 40px;
}
.sidebar-news-title {
  text-transform: uppercase;
}
.sidebar-news-hr {
  width: 75px;
  border-top: 2px solid #0f2940;
  border-radius: 2px;
  display: block;
  margin-right: auto;
  margin-left: 0;
}
.sidebar-news-header {
  padding: 16px;
  border-bottom: 2px solid #0f2940;
}
.sidebar-news-header h4 {
  color: #0f2940;
  display: inline;
}
.sidebar-news-headline {
  padding: 16px;
  border-bottom: 1px solid #838ea1;
}
.sidebar-news-img {
  margin-bottom: 16px;
  margin-top: 24px;
  max-width: 100%;
}

.slideshow .media-carousel-icon {
  height: 32px;
  width: 32px;
}
.slideshow-overlay {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  padding: 24px 80px 36px 80px;
}
.slideshow-overlay-text > * {
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.slideshow-overlay-text > *.slideshow-header {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 8px 0;
  text-transform: none;
}
.slideshow .carousel-indicators {
  margin-bottom: 12px;
}
.slideshow .carousel-indicator-item {
  background-color: #838ea1;
  height: 4px;
  width: 35px;
}
.slideshow .carousel-indicator-item:hover {
  background-color: #656f7f;
}
.slideshow .carousel-indicator-item.active {
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .slideshow .media-carousel-icon {
    height: 24px;
    width: 24px;
  }
  .slideshow .carousel-indicators {
    margin-bottom: 0;
  }

  .slideshow-overlay {
    padding: 0 24px 0 24px;
  }
  .slideshow-overlay-text > * {
    font-size: 14px;
    font-weight: 400;
  }
  .slideshow-overlay-text > *.slideshow-header {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
  }
}
.thead-primary {
  background-color: #1c7cd5;
  color: #ffffff;
}

.thead-secondary {
  background-color: #0f2940;
  color: #ffffff;
}

.thead-accent {
  background-color: #dee3ec;
  color: #0f2940;
}

.thead-dark-accent {
  background-color: #838ea1;
  color: #ffffff;
}

.table-secondary {
  background-color: #0f2940;
  color: #ffffff;
  border-color: #0f2940;
}
.table-secondary .thead {
  background-color: #222222;
}

.table-hover tbody tr:hover {
  background-color: #f0f7fd;
}

.table-secondary.table-hover tbody tr:hover {
  background-color: #4a5669;
}

.table-lg thead {
  height: 220px;
  font-size: 22px;
}
.table-lg th, .table-lg td {
  padding: 24px;
  max-width: 400px;
}
.table-lg thead th {
  vertical-align: middle;
  letter-spacing: -1px;
}
.table-lg tr > :first-child {
  background-color: #f0f7fd;
  color: #0f2940;
  font-weight: 600;
}

.text-w-bg-color {
  padding: 32px;
}
.text-w-bg-color-accent-light {
  background-color: #f3f6f9;
  color: #000000;
}
.text-w-bg-color-secondary {
  background-color: #0f2940;
  color: #ffffff;
}
.text-w-bg-color p, .text-w-bg-color .rem-selection, .text-w-bg-color .account-sidebar-li-link, .text-w-bg-color ul li, ul .text-w-bg-color li, .text-w-bg-color ol li, ol .text-w-bg-color li {
  color: inherit;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 26px;
  margin-bottom: 0;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch-slider {
  position: absolute;
  border-radius: 24px;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  border-radius: 50%;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch-text {
  vertical-align: sub;
  margin-left: 4px;
}

input:checked + .toggle-switch-slider {
  background-color: #429942;
}
input:checked + .toggle-switch-slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.progress {
  height: 20px;
}

.back-caret {
  height: 18px;
  width: 18px;
  display: inline;
  vertical-align: sub;
}

.tool-back {
  align-self: center;
}

.tool-email-print-form input {
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 8px;
}

.video-block {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 24px;
}
.video-block-body {
  padding-left: 24px;
}
.video-block-accent-light {
  background-color: #f3f6f9;
}
.video-block-white {
  background-color: #ffffff;
}
.video-block-secondary {
  background-color: #0f2940;
}
.video-block-secondary .video-block-body {
  color: #ffffff;
}
.video-block-secondary .video-block-btn {
  color: #ffffff;
  border: 2px solid #ffffff;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #ffffff;
}
.video-block-secondary .video-block-btn:before, .video-block-secondary .video-block-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #069cf9;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.2s;
}
.video-block-secondary .video-block-btn:before {
  background-color: transparent;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.video-block-secondary .video-block-btn:hover {
  color: #ffffff !important;
}
.video-block-secondary .video-block-btn:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.video-block-secondary .video-block-btn:focus, .video-block-secondary .video-block-btn:active, .video-block-secondary .video-block-btn .active {
  background-color: transparent;
  box-shadow: none;
}
.video-block-primary {
  background-color: #1c7cd5;
}
.video-block-primary .video-block-body {
  color: #ffffff;
}
.video-block-primary .video-block-btn {
  color: #ffffff;
  border: 2px solid #ffffff;
  outline: none;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.2s ease;
  z-index: 0;
  color: #ffffff;
}
.video-block-primary .video-block-btn:before, .video-block-primary .video-block-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #069cf9;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.2s;
}
.video-block-primary .video-block-btn:before {
  background-color: transparent;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.video-block-primary .video-block-btn:hover {
  color: #ffffff !important;
}
.video-block-primary .video-block-btn:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.video-block-primary .video-block-btn:focus, .video-block-primary .video-block-btn:active, .video-block-primary .video-block-btn .active {
  background-color: transparent;
  box-shadow: none;
}
.video-block .video-wrapper {
  position: relative;
  padding-bottom: 69.06%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
}
.video-block-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block .wistia_swatch {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: opacity 200ms;
  width: 100%;
}
.video-block-title {
  color: inherit;
  text-transform: uppercase;
}

/* -- Responsive video embed -- */
.responsive-video {
  padding-bottom: 56.25%;
  /* for 16:9 ratio */
  padding-top: 25px;
  position: relative;
  height: 0;
}

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

@media screen and (max-width: 991px) {
  .video-block-body {
    padding-left: 0;
    padding-top: 24px;
  }
}
.footer {
  width: 100%;
  height: auto;
  color: #ffffff;
}
.footer-content-container {
  width: 100%;
  height: auto;
  background-color: #4a5669;
}
.footer-content-links {
  max-width: 1200px;
  max-width: 75rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  padding: 1.25rem 3.75rem;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
.footer-link-list-item {
  margin: 20px 0;
  margin: 1.25rem 0;
}
.footer-link {
  color: #ffffff;
  font-weight: 400;
}
.footer-link:hover {
  text-decoration: none;
  color: #dee3ec;
}
.footer-social-media-bar {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  padding: 20px 0;
  padding: 1.25rem 0;
}
.footer-content-divider {
  color: #ffffff;
  background-color: #ffffff;
  width: 100%;
  margin: 0;
}
.footer-copyright-container {
  background-color: #f7f7f7;
  padding: 0 40px;
  padding: 0 2.5rem;
  width: 100%;
  height: auto;
}
.footer-copyright-content {
  max-width: 1200px;
  max-width: 75rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-left: auto;
  margin-right: auto;
  padding: 15px 60px;
  padding: 0.9375rem 3.75rem;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
.footer-desktop-aad-logo {
  height: 80px;
  height: 5rem;
  width: 80px !important;
}
.footer-mobile-aad-logo {
  height: 50px;
  height: 3.125rem;
  width: 100px;
  width: 6.25rem;
  margin: 5px;
  margin: 0.3125rem;
  display: none;
}
.footer-copyright-statement {
  padding-left: 15px;
  padding-left: 0.9375rem;
  margin-top: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #4a5669;
}
.footer-desktop-line-break {
  display: inline;
}
.footer-mobile-line-break {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer-desktop-aad-logo {
    display: none;
  }
  .footer-mobile-aad-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .footer-link {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .footer-copyright-content {
    padding: 5px 0;
    padding: 0.3125rem 0;
    -moz-justify-content: center;
    /* Firefox */
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
  }
  .footer-copyright-statement {
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
  }
  .footer-desktop-line-break {
    display: none;
  }
  .footer-mobile-line-break {
    display: inline;
  }
}
.header-navbar, .header-topbar {
  max-width: 1200px;
  max-width: 75rem;
  height: 80px;
  height: 5rem;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-topbar {
  display: flex;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
}

.header-topbar-col {
  padding: 0;
}

.header-AAD-logo {
  height: 60px;
  height: 3.75rem;
  width: 146px;
  width: 9.125rem;
  margin-right: 40px;
  margin-right: 2.5rem;
}

.header-AAD-logo-hover {
  display: none;
  height: 60px;
  height: 3.75rem;
  width: 146px;
  width: 9.125rem;
  margin-right: 40px;
  margin-right: 2.5rem;
}

.header-members .header-AAD-logo-hover {
  color: #ffffff;
}
.header-members .header-AAD-logo-hover .st0, .header-members .header-AAD-logo-hover .st1 {
  fill: #ffffff;
}

.header-public .header-AAD-logo-hover, .header-default-home .header-AAD-logo-hover {
  color: #1c7cd5;
}
.header-public .header-AAD-logo-hover .st0, .header-default-home .header-AAD-logo-hover .st0 {
  fill: #1c7cd5;
}
.header-public .header-AAD-logo-hover .st1, .header-default-home .header-AAD-logo-hover .st1 {
  fill: #0f2940;
}

.header-AAD-logo-container:hover .header-AAD-logo {
  display: none;
}

.header-AAD-logo-container:hover .header-AAD-logo-hover {
  display: inline;
}

.header-AAD-logo-hover #dot-1, .header-AAD-logo-hover #dot-2, .header-AAD-logo-hover #dot-3, .header-AAD-logo-hover #dot-4, .header-AAD-logo-hover #dot-5, .header-AAD-logo-hover #dot-6, .header-AAD-logo-hover #dot-7, .header-AAD-logo-hover #dot-8, .header-AAD-logo-hover #dot-9, .header-AAD-logo-hover #dot-10, .header-AAD-logo-hover #dot-11, .header-AAD-logo-hover #dot-12, .header-AAD-logo-hover #dot-13, .header-AAD-logo-hover #dot-14, .header-AAD-logo-hover #dot-15, .header-AAD-logo-hover #dot-16, .header-AAD-logo-hover #dot-17, .header-AAD-logo-hover #dot-18, .header-AAD-logo-hover #dot-19, .header-AAD-logo-hover #dot-20, .header-AAD-logo-hover #dot-21, .header-AAD-logo-hover #dot-22, .header-AAD-logo-hover #dot-23, .header-AAD-logo-hover #dot-24 {
  fill: currentColor;
}

.header-navbar {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
.header-navbar > .navbar-nav {
  width: 100%;
  height: 100%;
  display: table;
}

.header-nav-link {
  font-weight: 400;
  display: table-cell;
  text-align: center;
  line-height: 80px;
}

.main-search-bar-popup {
  height: 80px;
  height: 5rem;
  width: 305px;
  width: 19.0625rem;
  padding: 10px;
  padding: 0.625rem;
  background-color: #f3f6f9;
  box-shadow: 2px 2px 20px -5px #c1cbdc, -2px 2px 20px -5px #c1cbdc;
  display: none;
  -webkit-align-content: center;
  /* Safari */
  align-content: center;
  position: absolute;
  -moz-flex-wrap: nowrap;
  /* Firefox */
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  right: 0px;
  z-index: 5;
}
.main-search-bar-popup form {
  margin: 0;
  width: 100%;
}
.main-search-bar-input {
  height: 100%;
  width: 221px;
  width: 13.8125rem;
  border: solid 1px #1c7cd5;
  padding: 5px;
  padding: 0.3125rem;
  margin: 0;
  outline: none;
}
.main-search-bar-submit-btn {
  width: 64px;
  width: 4rem;
  position: relative;
  height: auto;
  padding: 0px;
  font-size: 14px;
  font-size: 0.875rem;
  border: solid 1px #1c7cd5;
  font-family: "Open Sans", sans-serif;
  border-radius: 0px 2px 2px 0px;
}

.header-members {
  background-color: #1c7cd5;
  color: #ffffff;
}

.header-members-divider {
  margin: 0;
  background-color: #ffffff;
}

.main-nav-members .active-nav {
  background-color: #ffffff;
  color: #0f2940;
  text-decoration: none;
  font-weight: 600;
}
.main-nav-members .active-nav:hover {
  color: #0f2940;
}

.header-members-nav-link {
  color: #ffffff;
}
.header-members-nav-link:hover, .header-members-nav-link:active {
  text-decoration: none;
}
.header-members-nav-link:hover, .header-members-nav-link:active {
  background-color: #ffffff;
  color: #1c7cd5;
}

.account-sidebar {
  position: fixed;
  top: 0;
  right: -355px;
  right: -22.1875rem;
  z-index: 20;
  height: 100vh;
  width: 350px;
  width: 21.875rem;
  background-color: #f5f6f7;
  color: #0f2940;
  font-family: "Open Sans", sans-serif;
  box-shadow: 2px 2px 20px -5px #c1cbdc, -2px 2px 20px -5px #c1cbdc;
}
.account-sidebar-header {
  height: auto;
  width: 100%;
  background-color: #e9ecef;
  border-bottom: solid 1px #a6b1c5;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
  margin: 0;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  font-weight: 400;
}
.account-sidebar-body {
  height: 100%;
  width: 100%;
  margin: 0;
}
.account-sidebar-body ul {
  width: 100%;
  padding: 10px 0px;
  padding: 0.625rem 0rem;
}
.account-sidebar-initials, .mobile-account-dropdown-initials {
  background-color: #0f2940;
  color: #ffffff;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
  height: 40px;
  height: 2.5rem;
  width: 40px;
  width: 2.5rem;
  border-radius: 40px;
  border-radius: 2.5rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  font-size: 18px;
}
.account-sidebar-li {
  padding: 10px 24px;
  padding: 0.625rem 1.5rem;
}
.account-sidebar-li-link {
  color: #1c7cd5;
}
.account-sidebar-li-link:hover {
  text-decoration: none;
  color: #069cf9;
}
.account-sidebar-li-link:hover #account-sidebar-sign-in, .account-sidebar-li-link:hover #account-sidebar-edit, .account-sidebar-li-link:hover #account-sidebar-alarm, .account-sidebar-li-link:hover #account-sidebar-shopping-cart {
  stroke: #069cf9;
}
.account-sidebar-logout {
  border-top: solid 1px #a6b1c5;
  width: 100%;
}

.round-profile-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.navbar-initials {
  border-radius: 50%;
  display: inline;
  background-color: #ffffff;
  padding: 10px;
  margin-right: 8px;
  font-size: 16px;
  color: #1c7cd5;
  font-weight: 550;
}

.btn-header-sign-in:hover > #account-navbar-icon {
  color: #0f2940;
}
.btn-header-sign-in:hover > #account-navbar-icon .navbar-initials {
  background-color: #0f2940;
  color: #ffffff;
}

#mobile-account-dropdown-icon .round-profile-image {
  margin-right: 10px;
  display: inline;
}

#mobile-account-dropdown-icon .navbar-initials {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  #mobile-account-dropdown-icon .navbar-initials {
    font-size: 14px;
    padding: 8px;
  }
}
.header-public, .header-default-home {
  background-color: #ffffff;
  color: #1c7cd5;
}
.header-public .btn-header-sign-in, .header-default-home .btn-header-sign-in {
  color: #1c7cd5;
}
.header-public .btn-header-sign-in #account-navbar-icon, .header-default-home .btn-header-sign-in #account-navbar-icon {
  color: inherit;
}
.header-public .btn-header-sign-in:hover, .header-default-home .btn-header-sign-in:hover {
  color: #4aa3f5;
}
.header-public .btn-header-sign-in:hover > #account-navbar-icon .navbar-initials, .header-default-home .btn-header-sign-in:hover > #account-navbar-icon .navbar-initials {
  background-color: #4aa3f5;
}
.header-public .btn-header-sign-in-mobile, .header-default-home .btn-header-sign-in-mobile {
  color: #1c7cd5;
}
.header-public .btn-header-sign-in-mobile:hover, .header-default-home .btn-header-sign-in-mobile:hover {
  color: #4aa3f5;
}
.header-public .navbar-initials, .header-default-home .navbar-initials {
  background-color: #1c7cd5;
  color: #ffffff;
}
.header-public .mobile-sign-in, .header-default-home .mobile-sign-in {
  color: #1c7cd5;
}
.header-public .mobile-sign-in:hover, .header-default-home .mobile-sign-in:hover {
  color: #4aa3f5;
}

.header-public-divider {
  margin: 0;
  background-color: #0f2940;
}

.header-public-nav-link {
  color: #1c7cd5;
}
.header-public-nav-link:hover, .header-public-nav-link:active {
  text-decoration: none;
}
.header-public-nav-link:hover, .header-public-nav-link:active {
  background-color: #0f2940;
  color: #ffffff;
}

.main-nav-public .active-nav {
  background-color: #0f2940;
  color: #ffffff;
  text-decoration: none;
}

.hide-navbar {
  -webkit-animation: navbarCollapse 0.5s;
  animation: navbarCollapse 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.show-navbar {
  -webkit-animation: navbarExpand 0.5s;
  animation: navbarExpand 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.search-open {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-animation: searchBarOpen 350ms;
  animation: searchBarOpen 350ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.search-closed {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-animation: searchBarClosed 300ms;
  animation: searchBarClosed 300ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.sidebar-open {
  -webkit-animation: sideBarSlideOpen 350ms;
  animation: sideBarSlideOpen 350ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: forwards;
}

.sidebar-closed {
  -webkit-animation: sideBarSlideClosed 300ms;
  animation: sideBarSlideClosed 300ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: forwards;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes sideBarSlideOpen {
  from {
    right: -355px;
    right: -22.1875rem;
  }
  to {
    right: 0;
    right: 0;
  }
}
/* Standard syntax */
@keyframes sideBarSlideOpen {
  from {
    right: -355px;
    right: -22.1875rem;
  }
  to {
    right: 0;
    right: 0;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes sideBarSlideClosed {
  from {
    right: 0;
    right: 0;
  }
  to {
    right: -355px;
    right: -22.1875rem;
  }
}
/* Standard syntax */
@keyframes sideBarSlideClosed {
  from {
    right: 0;
    right: 0;
  }
  to {
    right: -355px;
    right: -22.1875rem;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes searchBarOpen {
  0% {
    top: 100px;
    top: 6.25rem;
    opacity: 0;
    width: 0px;
    width: 0rem;
  }
  1% {
    top: 100px;
    top: 6.25rem;
    width: 305px;
    width: 19.0625rem;
    opacity: 0;
  }
  100% {
    top: 58px;
    top: 3.625rem;
    opacity: 1;
  }
}
/* Standard syntax */
@keyframes searchBarOpen {
  0% {
    top: 100px;
    top: 6.25rem;
    opacity: 0;
    width: 0px;
    width: 0rem;
  }
  1% {
    top: 100px;
    top: 6.25rem;
    width: 305px;
    width: 19.0625rem;
    opacity: 0;
  }
  100% {
    top: 58px;
    top: 3.625rem;
    opacity: 1;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes searchBarClosed {
  0% {
    top: 58px;
    top: 3.625rem;
    opacity: 1;
  }
  99% {
    top: 100px;
    top: 6.25rem;
    width: 305px;
    width: 19.0625rem;
    right: 0px;
    opacity: 0;
  }
  100% {
    top: 100px;
    top: 6.25rem;
    opacity: 0;
    width: 0;
    width: 0;
    right: -1000px;
    right: -62.5rem;
  }
}
/* Standard syntax */
@keyframes searchBarClosed {
  0% {
    top: 58px;
    top: 3.625rem;
    opacity: 1;
  }
  99% {
    top: 100px;
    top: 6.25rem;
    width: 305px;
    width: 19.0625rem;
    right: 0px;
    opacity: 0;
  }
  100% {
    top: 100px;
    top: 6.25rem;
    opacity: 0;
    width: 0;
    width: 0;
    right: -1000px;
    right: -62.5rem;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes navbarCollapse {
  from {
    height: 80px;
    height: 5rem;
  }
  to {
    height: 0;
    height: 0;
  }
}
/* Standard syntax */
@keyframes navbarCollapse {
  from {
    height: 80px;
    height: 5rem;
  }
  to {
    height: 0;
    height: 0;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes navbarExpand {
  from {
    height: 0;
    height: 0;
  }
  to {
    height: 80px;
    height: 5rem;
  }
}
/* Standard syntax */
@keyframes navbarExpand {
  from {
    height: 0;
    height: 0;
  }
  to {
    height: 80px;
    height: 5rem;
  }
}
.header-mobile {
  display: none;
  width: 100%;
}

.header-topbar-mobile {
  padding: 0px 10px;
  height: 60px;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
}

.btn-header-sign-in-mobile {
  color: #ffffff;
}
.btn-header-sign-in-mobile:hover, .btn-header-sign-in-mobile:active {
  color: #ffffff;
  text-decoration: none;
}

.mobile-sign-in {
  -webkit-align-self: center;
  /* Safari 7.0+ */
  align-self: flex-end;
  margin-left: -5px;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 12px;
}

.mobile-nav-toggle-btn {
  margin-left: 12px;
}

.mobile-nav {
  position: relative;
  z-index: 1;
  height: 0;
  width: 100%;
  padding: 0;
  -webkit-align-content: flex-start;
  /* Safari */
  align-content: flex-start;
  overflow-x: scroll;
  text-transform: uppercase;
}
.mobile-nav-menu {
  -webkit-align-self: flex-start;
  /* Safari 7.0+ */
  align-self: flex-start;
  width: 100%;
}
.mobile-nav-menu > :last-child {
  border-bottom: none;
}
.mobile-nav.nav-open {
  -webkit-animation: mobileNavSlideOpen 250ms;
  animation: mobileNavSlideOpen 250ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: forwards;
}
.mobile-nav.nav-closed {
  -webkit-animation: mobileNavSlideClosed 200ms;
  animation: mobileNavSlideClosed 200ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: forwards;
}

.members-mobile-nav {
  background-color: #ffffff;
  color: #0f2940;
}

.public-mobile-nav {
  background-color: #0f2940;
  color: #ffffff;
}

.header-AAD-logo-mobile {
  height: 50px;
  height: 3.125rem;
  width: 115px;
  width: 7.1875rem;
  -webkit-align-self: center;
  /* Safari 7.0+ */
  align-self: center;
}

.header-AAD-logo-mobile.header-logo-circle {
  width: 50px;
  width: 3.125rem;
}

.mobile-search-bar {
  width: 100%;
  height: 40px;
}
.mobile-search-bar .input-group {
  height: 100%;
}
.mobile-search-bar .search-bar-input {
  width: 80%;
  color: #0f2940;
  padding-left: 8px;
  border-radius: 0;
  border: solid 1px #1c7cd5;
}
.mobile-search-bar .search-bar-input:focus {
  outline-color: #1c7cd5;
}
.mobile-search-bar .search-bar-submit-btn {
  width: 20%;
}
.mobile-search-bar-container {
  width: 100%;
  position: sticky;
  top: 0;
  background-color: #f7f7f7;
  padding: 10px;
  border-bottom: solid 3px #dee3ec;
  z-index: 10;
}

.nav-item, .sec-nav-item, .mobile-account-dropdown-li, .mobile-ter-nav-item {
  width: 100%;
  padding: 18px;
  font-size: 14px;
  border-bottom: solid 1px #dee3ec;
  font-weight: 600;
  margin-bottom: 0;
}

.nav-item-link, .mobile-account-dropdown-li-link, .sec-nav-item-link, .ter-nav-item-link {
  color: inherit;
  height: auto;
  width: 100%;
}
.nav-item-link:active, .mobile-account-dropdown-li-link:active, .sec-nav-item-link:active, .ter-nav-item-link:active, .nav-item-link:hover, .mobile-account-dropdown-li-link:hover, .sec-nav-item-link:hover, .ter-nav-item-link:hover {
  text-decoration: none;
  color: inherit;
}

.public-nav-link {
  color: #1c7cd5;
  background-color: #f3f6f9;
}

.members-nav-link, .donate-nav-link {
  color: #4aa3f5;
}

.mobile-nav-cat-link {
  font-size: 16px;
}

.members-mobile-primary {
  display: block;
  width: 100%;
  color: inherit;
}

.members-mobile-secondary, .members-mobile-tertiary {
  width: 100%;
  display: none;
  color: inherit;
}

.public-mobile-primary, .public-mobile-secondary, .public-mobile-tertiary {
  display: block;
  width: 100%;
  color: inherit;
}
.public-mobile-primary .nav-item, .public-mobile-primary .sec-nav-item, .public-mobile-primary .mobile-account-dropdown-li, .public-mobile-primary .mobile-ter-nav-item, .public-mobile-secondary .nav-item, .public-mobile-secondary .sec-nav-item, .public-mobile-secondary .mobile-account-dropdown-li, .public-mobile-secondary .mobile-ter-nav-item, .public-mobile-tertiary .nav-item, .public-mobile-tertiary .sec-nav-item, .public-mobile-tertiary .mobile-account-dropdown-li, .public-mobile-tertiary .mobile-ter-nav-item {
  border-bottom: solid 1px #030f1a;
}
.public-mobile-secondary, .public-mobile-tertiary {
  display: none;
}
.public-mobile-secondary .mobile-nav-cat, .public-mobile-tertiary .mobile-nav-cat {
  background-color: #0f2940;
  border-color: #030f1a;
}
.members-mobile-tertiary {
  width: 100%;
  display: none;
}

.mobile-nav-back {
  background-color: #1c7cd5;
  color: #ffffff;
  height: 60px;
  position: sticky;
  top: 63px;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 10px;
  z-index: 10;
}

.nav-back-link {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-self: center;
  /* Safari 7.0+ */
  align-self: center;
}

.mobile-nav-cat {
  margin-bottom: 0;
  width: 100%;
  position: sticky;
  top: 123px;
  padding: 18px;
  background-color: #ffffff;
  border-bottom: solid 1px #dee3ec;
}

.sec-nav-item, .mobile-account-dropdown-li, .mobile-ter-nav-item {
  font-weight: 400;
}

.mobile-secondary-nav {
  position: relative;
  z-index: 2;
  display: none;
}

.mobile-tertiary-nav {
  position: relative;
  z-index: 3;
  display: none;
}

.mobile-account-dropdown {
  display: block;
  position: fixed;
  top: 60px;
  z-index: 50;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  background-color: #f5f6f7;
  color: #0f2940;
  box-shadow: 2px 2px 20px -5px #c1cbdc, -2px 2px 20px -5px #c1cbdc;
}
.mobile-account-dropdown-header {
  height: 60px;
  padding: 0px 18px;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  border-bottom: solid 1px #dee3ec;
}
.mobile-account-dropdown-log-out {
  height: 60px;
  width: 100%;
  padding: 18px;
  color: #1c7cd5;
  font-weight: 600;
  border-top: solid 1px #030f1a;
}
.mobile-account-dropdown-initials {
  height: 32px;
  width: 32px;
  font-size: 16px;
}
.mobile-account-dropdown .list-unstyled {
  margin-bottom: 0;
  width: 100%;
  -webkit-align-content: center;
  /* Safari */
  align-content: center;
}
.mobile-account-dropdown-li {
  height: 60px;
  color: #1c7cd5;
}

.dropdown-open {
  -webkit-animation: accountSlideOpen 250ms;
  animation: accountSlideOpen 250ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: forwards;
}

.dropdown-closed {
  -webkit-animation: accountSlideClosed 200ms;
  animation: accountSlideClosed 200ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: forwards;
}

.account-name-link {
  margin-bottom: 0;
  -webkit-align-self: center;
  /* Safari 7.0+ */
  align-self: center;
}

@media screen and (max-width: 1200px) {
  .page-with-header {
    padding-top: 60px;
    padding-top: 3.75rem;
  }

  .header-desktop {
    display: none;
  }

  .header-mobile {
    display: block;
  }

  .dropdown-container {
    display: none;
  }

  .account-sidebar {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .mobile-sign-in {
    display: none;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mobileNavSlideOpen {
  from {
    height: 0;
  }
  to {
    height: 85vh;
  }
}
/* Standard syntax */
@keyframes mobileNavSlideOpen {
  from {
    height: 0;
  }
  to {
    height: 85vh;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mobileNavSlideClosed {
  from {
    height: 85vh;
  }
  to {
    height: 0;
  }
}
/* Standard syntax */
@keyframes mobileNavSlideClosed {
  from {
    height: 85vh;
  }
  to {
    height: 0;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes accountSlideOpen {
  from {
    max-height: 0;
    max-height: 0;
  }
  to {
    max-height: 900px;
  }
}
/* Standard syntax */
@keyframes accountSlideOpen {
  from {
    max-height: 0;
    max-height: 0;
  }
  to {
    max-height: 900px;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes accountSlideClosed {
  from {
    max-height: 900px;
    max-height: 56.25rem;
  }
  to {
    max-height: 0px;
  }
}
/* Standard syntax */
@keyframes accountSlideClosed {
  from {
    max-height: 900px;
    max-height: 56.25rem;
  }
  to {
    max-height: 0px;
  }
}
.public-nav-feat-cap-title, .members-nav-feat-cap-title {
  margin: 0;
  font-weight: 620;
}

.members-nav-dropdown {
  height: 520px;
  height: 32.5rem;
  width: 1200px;
  width: 75rem;
  display: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  box-shadow: 2px 2px 20px -5px #c1cbdc, -2px 2px 20px -5px #c1cbdc;
  position: relative;
  background-color: #ffffff;
  color: #0f2940;
}

.public-nav-dropdown {
  height: 520px;
  height: 32.5rem;
  width: 1200px;
  width: 75rem;
  display: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  box-shadow: 2px 2px 20px -5px #c1cbdc, -2px 2px 20px -5px #c1cbdc;
  position: relative;
  background-color: #0f2940;
  color: #ffffff;
}

.members-nav-dropdown ul, .public-nav-dropdown ul {
  overflow: initial;
}

.nav-drop-col-1, .nav-drop-col-2, .nav-drop-col-3 {
  padding: 0 16px;
  padding: 0 1rem;
  border-right: 1px solid #a6b1c5;
}
.nav-drop-col-2 {
  padding-top: 27px;
}
.nav-drop-col-4 {
  padding: 0 16px;
  padding: 0 1rem;
  border: none;
  padding-top: 27px;
}

.nav-drop-cat-name {
  text-transform: uppercase;
  color: inherit;
}

.nav-featured-img {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.members-sec-nav-item, .ter-nav-item {
  display: block;
  padding: 11px 0;
  padding: 0.6875rem 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #0f2940;
}
.members-sec-nav-item:hover, .ter-nav-item:hover {
  margin-left: -16px;
  margin-left: -1rem;
  padding-left: 16px;
  padding-left: 1rem;
  text-decoration: none;
  color: #ffffff;
  background-color: #0f2940;
}
.members-sec-nav-item.active-sec-nav, .active-sec-nav.ter-nav-item {
  margin-left: -16px;
  margin-left: -1rem;
  padding-left: 16px;
  padding-left: 1rem;
  text-decoration: none;
  color: #ffffff;
  background-color: #0f2940;
}

.public-sec-nav-item, .public-nav-dropdown .ter-nav-item {
  display: block;
  padding: 11px 0;
  padding: 0.6875rem 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
}
.public-sec-nav-item:hover, .public-nav-dropdown .ter-nav-item:hover {
  margin-left: -16px;
  margin-left: -1rem;
  padding-left: 16px;
  padding-left: 1rem;
  text-decoration: none;
  color: #0f2940;
  background-color: #ffffff;
}

.dropdown-content-container {
  position: absolute;
  top: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 24px 0;
  padding: 1.5rem 0;
  height: 100%;
  background-color: inherit;
}
.dropdown-content-container ul li {
  padding-left: 0;
  margin-bottom: 0;
}

.ter-nav-container {
  display: none;
}

.open-ter-nav {
  display: inline;
}

.ter-nav-item {
  text-transform: none;
}
.ter-nav-item:hover {
  background-color: #0f2940;
  margin-left: -16px;
  margin-left: -1rem;
  padding-left: 16px;
  padding-left: 1rem;
}
.ter-nav-item:hover a {
  color: #ffffff;
}

.public-nav-dropdown .ter-nav-item {
  text-transform: none;
}
.public-nav-dropdown .ter-nav-item:hover {
  background-color: #ffffff;
  margin-left: -16px;
  margin-left: -1rem;
  padding-left: 16px;
  padding-left: 1rem;
}
.public-nav-dropdown .ter-nav-item:hover a {
  color: #0f2940;
}

.members-nav-feat {
  margin-bottom: 8px;
}

.public-nav-feat {
  color: #ffffff;
  margin-bottom: 8px;
}

.members-nav-feat-cap, .members-nav-feat-cap-title {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0f2940;
}
.members-nav-feat-cap-title:hover {
  text-decoration: none;
  color: #1c7cd5;
}

.public-nav-feat-cap {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
}
.nav-content-open {
  -webkit-animation: contentSlideIn 350ms;
  animation: contentSlideIn 350ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: both;
  width: 100%;
}
.nav-content-close {
  -webkit-animation: contentSlideOut 300ms;
  animation: contentSlideOut 300ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: both;
}

.nav-col-shift-up {
  -webkit-animation: contentShiftUp 350ms;
  animation: contentShiftUp 350ms;
  animation-timing-function: linear;
  animation-fill-mode: initial;
}
.nav-col-shift-down {
  -webkit-animation: contentShiftDown 350ms;
  animation: contentShiftDown 350ms;
  animation-timing-function: linear;
  animation-fill-mode: initial;
}

.nav-open {
  -webkit-animation: navSlideOpen 350ms;
  animation: navSlideOpen 350ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: forwards;
}

.nav-closed {
  -webkit-animation: navSlideClosed 300ms;
  animation: navSlideClosed 300ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: forwards;
}

[data-nav-position="1"] {
  z-index: 1;
}

[data-nav-position="2"] {
  z-index: 2;
}

[data-nav-position="3"] {
  z-index: 3;
}

[data-nav-position="4"] {
  z-index: 4;
}

[data-nav-position="5"] {
  z-index: 5;
}

[data-nav-position="6"] {
  z-index: 6;
}

[data-nav-position="7"] {
  z-index: 7;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes navSlideOpen {
  from {
    height: 0;
    height: 0;
    padding: 0 0;
    padding: 0 0;
  }
  to {
    height: 520px;
    height: 32.5rem;
    padding: 24px 0;
    padding: 1.5rem 0;
  }
}
/* Standard syntax */
@keyframes navSlideOpen {
  from {
    height: 0;
    height: 0;
    padding: 0 0;
    padding: 0 0;
  }
  to {
    height: 520px;
    height: 32.5rem;
    padding: 24px 0;
    padding: 1.5rem 0;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes navSlideClosed {
  from {
    height: 520px;
    height: 32.5rem;
    padding: 24px 0;
    padding: 1.5rem 0;
  }
  to {
    height: 0;
    height: 0;
    padding: 0 0;
    padding: 0 0;
  }
}
/* Standard syntax */
@keyframes navSlideClosed {
  from {
    height: 520px;
    height: 32.5rem;
    padding: 24px 0;
    padding: 1.5rem 0;
  }
  to {
    height: 0;
    height: 0;
    padding: 0 0;
    padding: 0 0;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes contentSlideOut {
  from {
    top: 0;
    top: 0;
  }
  to {
    top: 520px;
    top: 32.5rem;
  }
}
/* Standard syntax */
@keyframes contentSlideOut {
  from {
    top: 0;
    top: 0;
  }
  to {
    top: 520px;
    top: 32.5rem;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes contentSlideIn {
  from {
    top: 520px;
    top: 32.5rem;
  }
  to {
    top: 0;
    top: 0;
  }
}
/* Standard syntax */
@keyframes contentSlideIn {
  from {
    top: 520px;
    top: 32.5rem;
  }
  to {
    top: 0;
    top: 0;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes contentShiftUp {
  from {
    top: 0;
    top: 0;
  }
  to {
    top: -24px;
    top: -1.5rem;
  }
}
/* Standard syntax */
@keyframes contentShiftUp {
  from {
    top: 0;
    top: 0;
  }
  to {
    top: -24px;
    top: -1.5rem;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes contentShiftDown {
  from {
    top: -24px;
    top: -1.5rem;
  }
  to {
    top: 0;
    top: 0;
  }
}
/* Standard syntax */
@keyframes contentShiftDown {
  from {
    top: -24px;
    top: -1.5rem;
  }
  to {
    top: 0;
    top: 0;
  }
}
.contentPlaceholder {
  width: 1200px;
  width: 75rem;
  height: 1200px;
  height: 75rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  background-color: lightgray;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 1200px) {
  .dropdown-container {
    display: none !important;
  }
}
.header-default-home .header-topbar {
  max-width: 100vw;
  padding-left: 12px;
}
.header-default-home .header-bottom-bar {
  height: 80px;
  width: 100vw;
  background-color: #1c7cd5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-default-home .header-bottom-bar h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 200;
  text-transform: none;
  margin: 0;
  text-align: center;
}

.default-home-col {
  padding-bottom: 36px;
}
.default-home-col img {
  width: 100%;
}
.default-home-col .btn {
  background-color: transparent;
  text-transform: uppercase;
  font-size: 30px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.home-mem-side {
  background-color: #0f2940;
  color: #ffffff;
}
.home-mem-side-btn {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.home-mem-side-btn:hover {
  background-color: #ffffff;
  color: #0f2940;
}
.home-mem-side .default-home-mobile-icon {
  color: #ffffff;
}

.home-pub-side {
  background-color: #ffffff;
  color: #0f2940;
}
.home-pub-side-btn {
  width: 100%;
  border: 2px solid #0f2940;
  color: #0f2940;
}
.home-pub-side-btn:hover {
  background-color: #0f2940;
  color: #ffffff;
}
.home-pub-side .default-home-mobile-icon {
  color: #0f2940;
}

.default-home-selection-block {
  padding: 40px 40px 20px 40px;
}

.default-home-mobile-icon {
  height: 50px;
  width: 50px;
  margin: 24px auto;
  display: none;
}

.default-home-text-block {
  padding: 0 100px;
  text-align: center;
  flex: 1 1 auto;
  background-color: transparent;
}
.default-home-text-block h4 {
  color: inherit;
}
.default-home-text-block .text-lead, .default-home-text-block .callout-text, .default-home-text-block .image-block-body {
  color: inherit;
  font-size: 18px;
}
.default-home-text-block .copy-mobile {
  display: none;
}

.rem-selection {
  display: block;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
}
.rem-selection input {
  margin-right: 8px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  background-color: #1c7cd5;
  color: #ffffff;
}
.rem-selection label {
  display: inline;
}

@media screen and (max-width: 1200px) {
  .default-home-col {
    margin-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .header-default-home .header-topbar {
    height: 70px;
    margin: 0;
  }
  .header-default-home .header-bottom-bar {
    height: 50px;
  }
  .header-default-home .header-bottom-bar h1 {
    font-size: 24px;
  }

  .default-home-col {
    margin-top: 60px;
  }
  .default-home-col .btn {
    width: 100%;
    font-size: 20px;
  }

  .default-home-selection-block {
    width: 100%;
    padding: 12px;
  }

  .default-home-text-block {
    padding-top: 26px;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 40px;
  }
  .default-home-text-block h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .default-home-text-block .text-lead, .default-home-text-block .callout-text, .default-home-text-block .image-block-body {
    font-size: 14px;
  }

  .rem-selection {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header-default-home .header-topbar {
    height: 60px;
  }
  .header-default-home .header-topbar .header-AAD-logo {
    height: 50px;
    width: 115px;
  }
  .header-default-home .header-bottom-bar {
    height: 32px;
  }
  .header-default-home .header-bottom-bar h1 {
    font-size: 14px;
    line-height: 19px;
  }

  .default-home-desktop-img {
    display: none;
  }

  .default-home-mobile-icon {
    display: block;
  }

  .default-home-selection-block {
    padding-top: 0;
  }

  .default-home-text-block {
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 105px;
  }
  .default-home-text-block h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .default-home-text-block .text-lead, .default-home-text-block .callout-text, .default-home-text-block .image-block-body {
    font-size: 13px;
    font-weight: 400;
  }
  .default-home-text-block .copy-desktop {
    display: none;
  }
  .default-home-text-block .copy-mobile {
    display: block;
  }

  .default-home-col {
    margin-top: 32px;
  }
  .default-home-col .btn {
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .default-home-col-footer {
    width: 100%;
    padding: 0 12px 36px 12px;
    position: absolute;
    bottom: 0;
  }

  .rem-selection {
    margin-top: 14px;
    font-size: 13px;
    font-weight: 400;
  }
  .rem-selection input {
    height: 12px;
    width: 12px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 374px) {
  .default-home-col .btn {
    font-size: 10px;
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media screen and (max-width: 340px) {
  .header-default-home .header-bottom-bar {
    height: 48px;
  }
}
.error-page .header-topbar {
  max-width: 100%;
  padding: 0 12px;
}
.error-page .header-AAD-logo-mobile {
  display: none;
}

.error-403 .header-topbar {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-container-403 {
  margin-top: 30px;
}
.text-container-403 .btn-xl {
  padding: 13px 100px;
  margin: 24px 0;
}
.text-container-403 p, .text-container-403 ul li, ul .text-container-403 li, .text-container-403 ol li, ol .text-container-403 li, .text-container-403 .account-sidebar-li-link, .text-container-403 .rem-selection {
  max-width: 55%;
}
.text-container-403 hr {
  border-top: solid 1px #4a5669;
  margin: 24px 0;
}
.text-container-403 .btn-lg, .text-container-403 .btn-group-lg > .btn {
  margin: 24px 0;
}

.text-container-404, .text-container-500 {
  padding-top: 50px;
  padding-left: 50px;
  width: 60%;
}
.text-container-404 h2, .text-container-500 h2 {
  margin-bottom: 24px;
}
.text-container-404 h4, .text-container-500 h4 {
  margin-bottom: 24px;
}

.text-container-500 {
  width: 500px;
}
.text-container-500 .btn {
  padding: 13px 70px;
}
.text-container-500 h3 {
  margin-bottom: 24px;
}
.text-container-500 h4 {
  margin-bottom: 4px;
}
.text-container-500 p, .text-container-500 ul li, ul .text-container-500 li, .text-container-500 ol li, ol .text-container-500 li, .text-container-500 .account-sidebar-li-link, .text-container-500 .rem-selection {
  margin-bottom: 24px;
}
.text-container-500 hr {
  border-top: solid 1px #4a5669;
  margin: 24px 0;
}

.img-container-404 {
  background: url(//assets.aad.org/assets/svgs/ErrorPageSVGs/404.svg) no-repeat 0 0 fixed;
  background-size: 100% auto;
  background-color: #8BB1CB;
  height: 100%;
}

.img-container-500 {
  background: url(//assets.aad.org/assets/svgs/ErrorPageSVGs/500.svg) no-repeat;
  background-size: 100% auto;
  background-color: #38638C;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .error-page .header-desktop {
    display: flex;
  }

  .error-page .header-topbar {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .error-page .header-topbar {
    margin: 0;
    height: 60px;
  }
  .error-page .header-AAD-logo {
    height: 50px;
    width: 121px;
  }

  .text-container-404, .text-container-500 {
    width: 50%;
    padding-top: 24px;
    padding-left: 24px;
  }
  .text-container-404 h2, .text-container-500 h2 {
    margin-bottom: 12px;
  }
  .text-container-404 h1, .text-container-500 h1 {
    margin-bottom: 12px;
  }
  .text-container-404 .btn, .text-container-500 .btn {
    font-size: 16px;
    padding: 12px;
  }

  .text-container-403 {
    margin-top: 16px;
  }
  .text-container-403 p, .text-container-403 ul li, ul .text-container-403 li, .text-container-403 ol li, ol .text-container-403 li, .text-container-403 .account-sidebar-li-link, .text-container-403 .rem-selection {
    max-width: 100%;
  }

  .text-container-500 {
    width: 55%;
  }
}
@media screen and (max-width: 575px) {
  .text-container-500 {
    width: 70%;
    background-color: rgba(255, 255, 255, 0.6);
  }

  .report-500-error-txt {
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.1rem;
  }

  .error-page .header-AAD-logo {
    display: none;
  }
  .error-page .header-AAD-logo-mobile {
    display: inline;
    width: 50px;
  }
  .error-page .header-topbar {
    justify-content: space-between;
    width: 100%;
  }
}
.home-hero-container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.homepage-hero-img-container {
  position: relative;
  width: 100%;
}
.homepage-hero-img-container .content {
  padding: 0;
}
.homepage-hero-img-container .hero-img {
  width: 100%;
}
.homepage-hero-img-container .hero-img-overlay {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
  background-color: rgba(15, 41, 64, 0.45);
  opacity: 1;
  padding: 80px;
}
.homepage-hero-img-container .hero-img-overlay h1 {
  color: #ffffff;
  text-transform: none;
}

@media screen and (max-width: 1200px) {
  .home-hero-container {
    width: 100%;
  }

  .homepage-hero-img-container .hero-img-overlay {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 575px) {
  .homepage-hero-img-container .hero-img-overlay {
    padding: 40px 30px;
  }
}

/*# sourceMappingURL=main.css.map */
