@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2638C4;
  --secondary: #FFCF00;
  --success: #087B45;
  --info: #48D3CD;
  --warning: #FFCF00;
  --danger: #D6383A;
  --light: #F6F8FA;
  --dark: #393939;
  --black: #1D1E1F;
  --black-blue: #000525;
  --blue: #111384;
  --coral: #F3704E;
  --dark-blue: #040C41;
  --dark-gray: #040C41;
  --gray: #60738A;
  --green: #087B45;
  --light-blue: #486CD8;
  --light-gray: #F6F8FA;
  --light-gray1: #F6F8FA;
  --light-gray2: #EEF0F5;
  --navy-blue: #0A145A;
  --orange: #F3704E;
  --purple: #6A1B9A;
  --red: #D6383A;
  --teal: #48D3CD;
  --tirtiary: #49D2CC;
  --white: #ffffff;
  --yellow: #FFCF00;
  --border: #979797;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0071C5;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #004579;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

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: 1500px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 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: #c2c7ee; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-black,
.table-black > th,
.table-black > td {
  background-color: silver; }

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #898a8b; }

.table-hover .table-black:hover {
  background-color: #b3b3b3; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #b3b3b3; }

.table-black-blue,
.table-black-blue > th,
.table-black-blue > td {
  background-color: #b8b9c2; }

.table-black-blue th,
.table-black-blue td,
.table-black-blue thead th,
.table-black-blue tbody + tbody {
  border-color: #7a7d8e; }

.table-hover .table-black-blue:hover {
  background-color: #aaabb6; }
  .table-hover .table-black-blue:hover > td,
  .table-hover .table-black-blue:hover > th {
    background-color: #aaabb6; }

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #bcbddd; }

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #8384bf; }

.table-hover .table-blue:hover {
  background-color: #abacd4; }
  .table-hover .table-blue:hover > td,
  .table-hover .table-blue:hover > th {
    background-color: #abacd4; }

.table-coral,
.table-coral > th,
.table-coral > td {
  background-color: #fcd7cd; }

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

.table-hover .table-coral:hover {
  background-color: #fbc4b5; }
  .table-hover .table-coral:hover > td,
  .table-hover .table-coral:hover > th {
    background-color: #fbc4b5; }

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

.table-dark-blue th,
.table-dark-blue td,
.table-dark-blue thead th,
.table-dark-blue tbody + tbody {
  border-color: #7c819c; }

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

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

.table-dark-gray th,
.table-dark-gray td,
.table-dark-gray thead th,
.table-dark-gray tbody + tbody {
  border-color: #7c819c; }

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

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #d2d8de; }

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

.table-hover .table-gray:hover {
  background-color: #c3cbd3; }
  .table-hover .table-gray:hover > td,
  .table-hover .table-gray:hover > th {
    background-color: #c3cbd3; }

.table-green,
.table-green > th,
.table-green > td {
  background-color: #badacb; }

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

.table-hover .table-green:hover {
  background-color: #a9d1be; }
  .table-hover .table-green:hover > td,
  .table-hover .table-green:hover > th {
    background-color: #a9d1be; }

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

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

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

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

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

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

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

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

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

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

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

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

.table-navy-blue,
.table-navy-blue > th,
.table-navy-blue > td {
  background-color: #babdd1; }

.table-navy-blue th,
.table-navy-blue td,
.table-navy-blue thead th,
.table-navy-blue tbody + tbody {
  border-color: #8085a9; }

.table-hover .table-navy-blue:hover {
  background-color: #abaec7; }
  .table-hover .table-navy-blue:hover > td,
  .table-hover .table-navy-blue:hover > th {
    background-color: #abaec7; }

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #fcd7cd; }

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

.table-hover .table-orange:hover {
  background-color: #fbc4b5; }
  .table-hover .table-orange:hover > td,
  .table-hover .table-orange:hover > th {
    background-color: #fbc4b5; }

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #d5bfe3; }

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

.table-hover .table-purple:hover {
  background-color: #c9addb; }
  .table-hover .table-purple:hover > td,
  .table-hover .table-purple:hover > th {
    background-color: #c9addb; }

.table-red,
.table-red > th,
.table-red > td {
  background-color: #f4c7c8; }

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

.table-hover .table-red:hover {
  background-color: #f0b2b3; }
  .table-hover .table-red:hover > td,
  .table-hover .table-red:hover > th {
    background-color: #f0b2b3; }

.table-teal,
.table-teal > th,
.table-teal > td {
  background-color: #ccf3f1; }

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

.table-hover .table-teal:hover {
  background-color: #b7eeeb; }
  .table-hover .table-teal:hover > td,
  .table-hover .table-teal:hover > th {
    background-color: #b7eeeb; }

.table-tirtiary,
.table-tirtiary > th,
.table-tirtiary > td {
  background-color: #ccf2f1; }

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

.table-hover .table-tirtiary:hover {
  background-color: #b8edeb; }
  .table-hover .table-tirtiary:hover > td,
  .table-hover .table-tirtiary:hover > th {
    background-color: #b8edeb; }

.table-white,
.table-white > th,
.table-white > td {
  background-color: white; }

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white; }

.table-hover .table-white:hover {
  background-color: #f2f2f2; }
  .table-hover .table-white:hover > td,
  .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #fff2b8; }

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

.table-hover .table-yellow:hover {
  background-color: #ffed9f; }
  .table-hover .table-yellow:hover > td,
  .table-hover .table-yellow:hover > th {
    background-color: #ffed9f; }

.table-border,
.table-border > th,
.table-border > td {
  background-color: #e2e2e2; }

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

.table-hover .table-border:hover {
  background-color: #d5d5d5; }
  .table-hover .table-border:hover > td,
  .table-hover .table-border:hover > th {
    background-color: #d5d5d5; }

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #838ee7;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 56, 196, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #087B45;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23087B45' 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: #087B45;
    box-shadow: 0 0 0 0.2rem rgba(8, 123, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

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

.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: #087B45; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #087B45; }

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

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

.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(8, 123, 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: #087B45; }

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #087B45;
  box-shadow: 0 0 0 0.2rem rgba(8, 123, 69, 0.25); }

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #D6383A;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23D6383A' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23D6383A' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #D6383A;
    box-shadow: 0 0 0 0.2rem rgba(214, 56, 58, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

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

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

.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: #D6383A; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #D6383A; }

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

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

.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(214, 56, 58, 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: #D6383A; }

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #D6383A;
  box-shadow: 0 0 0 0.2rem rgba(214, 56, 58, 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, .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button {
      transition: none; } }
  .btn:hover, .richtext.richtext-area .gform_wrapper .gform_footer input:hover[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .richtext.richtext-area .gform_wrapper .gform_footer input:focus[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button:focus, .btn.focus, .richtext.richtext-area .gform_wrapper .gform_footer input.focus[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 56, 196, 0.25); }
  .btn.disabled, .richtext.richtext-area .gform_wrapper .gform_footer input.disabled[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.disabled, .btn:disabled, .richtext.richtext-area .gform_wrapper .gform_footer input:disabled[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button:disabled {
    opacity: 0.65;
    box-shadow: none; }
  .btn:not(:disabled):not(.disabled):active, .richtext.richtext-area .gform_wrapper .gform_footer input:not(:disabled):not(.disabled):active[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .richtext.richtext-area .gform_wrapper .gform_footer input:not(:disabled):not(.disabled).active[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button:not(:disabled):not(.disabled).active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn:not(:disabled):not(.disabled):active:focus, .richtext.richtext-area .gform_wrapper .gform_footer input:not(:disabled):not(.disabled):active:focus[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .richtext.richtext-area .gform_wrapper .gform_footer input:not(:disabled):not(.disabled).active:focus[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 56, 196, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary, .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button {
  color: #fff;
  background-color: #2638C4;
  border-color: #2638C4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary:hover, .richtext.richtext-area .gform_wrapper .gform_footer input:hover[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button:hover {
    color: #fff;
    background-color: #202fa4;
    border-color: #1e2c99; }
  .btn-primary:focus, .richtext.richtext-area .gform_wrapper .gform_footer input:focus[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button:focus, .btn-primary.focus, .richtext.richtext-area .gform_wrapper .gform_footer input.focus[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(71, 86, 205, 0.5); }
  .btn-primary.disabled, .richtext.richtext-area .gform_wrapper .gform_footer input.disabled[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.disabled, .btn-primary:disabled, .richtext.richtext-area .gform_wrapper .gform_footer input:disabled[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button:disabled {
    color: #fff;
    background-color: #2638C4;
    border-color: #2638C4; }
  .btn-primary:not(:disabled):not(.disabled):active, .richtext.richtext-area .gform_wrapper .gform_footer input:not(:disabled):not(.disabled):active[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .richtext.richtext-area .gform_wrapper .gform_footer input:not(:disabled):not(.disabled).active[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .richtext.richtext-area .gform_wrapper .gform_footer .show > input.dropdown-toggle[type="submit"],
  .richtext.richtext-area .gform_wrapper .gform_footer .show > button.dropdown-toggle {
    color: #fff;
    background-color: #1e2c99;
    border-color: #1c298f; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .richtext.richtext-area .gform_wrapper .gform_footer input:not(:disabled):not(.disabled):active:focus[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .richtext.richtext-area .gform_wrapper .gform_footer input:not(:disabled):not(.disabled).active:focus[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .richtext.richtext-area .gform_wrapper .gform_footer .show > input.dropdown-toggle:focus[type="submit"],
    .richtext.richtext-area .gform_wrapper .gform_footer .show > button.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(71, 86, 205, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #FFCF00;
  border-color: #FFCF00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary:hover {
    color: #212529;
    background-color: #d9b000;
    border-color: #cca600; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 182, 6, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #FFCF00;
    border-color: #FFCF00; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #cca600;
    border-color: #bf9b00; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 182, 6, 0.5); }

.btn-success {
  color: #fff;
  background-color: #087B45;
  border-color: #087B45;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success:hover {
    color: #fff;
    background-color: #065731;
    border-color: #054b2a; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(45, 143, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #087B45;
    border-color: #087B45; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #054b2a;
    border-color: #043f23; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(45, 143, 97, 0.5); }

.btn-info {
  color: #212529;
  background-color: #48D3CD;
  border-color: #48D3CD;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info:hover {
    color: #212529;
    background-color: #2fc5bf;
    border-color: #2dbbb5; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(66, 185, 180, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #212529;
    background-color: #48D3CD;
    border-color: #48D3CD; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2dbbb5;
    border-color: #2ab1ab; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(66, 185, 180, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #FFCF00;
  border-color: #FFCF00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning:hover {
    color: #212529;
    background-color: #d9b000;
    border-color: #cca600; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 182, 6, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #FFCF00;
    border-color: #FFCF00; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #cca600;
    border-color: #bf9b00; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 182, 6, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #D6383A;
  border-color: #D6383A;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger:hover {
    color: #fff;
    background-color: #c0282a;
    border-color: #b62527; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(220, 86, 88, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #D6383A;
    border-color: #D6383A; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b62527;
    border-color: #ab2325; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 86, 88, 0.5); }

.btn-light {
  color: #212529;
  background-color: #F6F8FA;
  border-color: #F6F8FA;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-light:hover {
    color: #212529;
    background-color: #dde5ec;
    border-color: #d5dfe8; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(214, 216, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #F6F8FA;
    border-color: #F6F8FA; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #d5dfe8;
    border-color: #cdd8e3; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(214, 216, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #393939;
  border-color: #393939;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-dark:hover {
    color: #fff;
    background-color: #262626;
    border-color: #202020; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(87, 87, 87, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #393939;
    border-color: #393939; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #202020;
    border-color: #191919; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(87, 87, 87, 0.5); }

.btn-black {
  color: #fff;
  background-color: #1D1E1F;
  border-color: #1D1E1F;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-black:hover {
    color: #fff;
    background-color: #0b0b0b;
    border-color: #040505; }
  .btn-black:focus, .btn-black.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(63, 64, 65, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #1D1E1F;
    border-color: #1D1E1F; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: #040505;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 64, 65, 0.5); }

.btn-black-blue {
  color: #fff;
  background-color: #000525;
  border-color: #000525;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-black-blue:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-black-blue:focus, .btn-black-blue.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 43, 70, 0.5); }
  .btn-black-blue.disabled, .btn-black-blue:disabled {
    color: #fff;
    background-color: #000525;
    border-color: #000525; }
  .btn-black-blue:not(:disabled):not(.disabled):active, .btn-black-blue:not(:disabled):not(.disabled).active,
  .show > .btn-black-blue.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-black-blue:not(:disabled):not(.disabled):active:focus, .btn-black-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black-blue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 43, 70, 0.5); }

.btn-blue {
  color: #fff;
  background-color: #111384;
  border-color: #111384;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-blue:hover {
    color: #fff;
    background-color: #0d0e62;
    border-color: #0b0c57; }
  .btn-blue:focus, .btn-blue.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(53, 54, 150, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #111384;
    border-color: #111384; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #0b0c57;
    border-color: #0a0b4c; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(53, 54, 150, 0.5); }

.btn-coral {
  color: #fff;
  background-color: #F3704E;
  border-color: #F3704E;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-coral:hover {
    color: #fff;
    background-color: #f1532a;
    border-color: #f0491e; }
  .btn-coral:focus, .btn-coral.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(245, 133, 105, 0.5); }
  .btn-coral.disabled, .btn-coral:disabled {
    color: #fff;
    background-color: #F3704E;
    border-color: #F3704E; }
  .btn-coral:not(:disabled):not(.disabled):active, .btn-coral:not(:disabled):not(.disabled).active,
  .show > .btn-coral.dropdown-toggle {
    color: #fff;
    background-color: #f0491e;
    border-color: #ef4012; }
    .btn-coral:not(:disabled):not(.disabled):active:focus, .btn-coral:not(:disabled):not(.disabled).active:focus,
    .show > .btn-coral.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(245, 133, 105, 0.5); }

.btn-dark-blue {
  color: #fff;
  background-color: #040C41;
  border-color: #040C41;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-dark-blue:hover {
    color: #fff;
    background-color: #02051d;
    border-color: #010311; }
  .btn-dark-blue:focus, .btn-dark-blue.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(42, 48, 94, 0.5); }
  .btn-dark-blue.disabled, .btn-dark-blue:disabled {
    color: #fff;
    background-color: #040C41;
    border-color: #040C41; }
  .btn-dark-blue:not(:disabled):not(.disabled):active, .btn-dark-blue:not(:disabled):not(.disabled).active,
  .show > .btn-dark-blue.dropdown-toggle {
    color: #fff;
    background-color: #010311;
    border-color: #000105; }
    .btn-dark-blue:not(:disabled):not(.disabled):active:focus, .btn-dark-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark-blue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(42, 48, 94, 0.5); }

.btn-dark-gray {
  color: #fff;
  background-color: #040C41;
  border-color: #040C41;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-dark-gray:hover {
    color: #fff;
    background-color: #02051d;
    border-color: #010311; }
  .btn-dark-gray:focus, .btn-dark-gray.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(42, 48, 94, 0.5); }
  .btn-dark-gray.disabled, .btn-dark-gray:disabled {
    color: #fff;
    background-color: #040C41;
    border-color: #040C41; }
  .btn-dark-gray:not(:disabled):not(.disabled):active, .btn-dark-gray:not(:disabled):not(.disabled).active,
  .show > .btn-dark-gray.dropdown-toggle {
    color: #fff;
    background-color: #010311;
    border-color: #000105; }
    .btn-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-dark-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark-gray.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(42, 48, 94, 0.5); }

.btn-gray {
  color: #fff;
  background-color: #60738A;
  border-color: #60738A;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-gray:hover {
    color: #fff;
    background-color: #506073;
    border-color: #4b5a6c; }
  .btn-gray:focus, .btn-gray.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(120, 136, 156, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    color: #fff;
    background-color: #60738A;
    border-color: #60738A; }
  .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
  .show > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #4b5a6c;
    border-color: #465464; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(120, 136, 156, 0.5); }

.btn-green {
  color: #fff;
  background-color: #087B45;
  border-color: #087B45;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-green:hover {
    color: #fff;
    background-color: #065731;
    border-color: #054b2a; }
  .btn-green:focus, .btn-green.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(45, 143, 97, 0.5); }
  .btn-green.disabled, .btn-green:disabled {
    color: #fff;
    background-color: #087B45;
    border-color: #087B45; }
  .btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
  .show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #054b2a;
    border-color: #043f23; }
    .btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(45, 143, 97, 0.5); }

.btn-light-blue {
  color: #fff;
  background-color: #486CD8;
  border-color: #486CD8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-light-blue:hover {
    color: #fff;
    background-color: #2c54ce;
    border-color: #2a50c3; }
  .btn-light-blue:focus, .btn-light-blue.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(99, 130, 222, 0.5); }
  .btn-light-blue.disabled, .btn-light-blue:disabled {
    color: #fff;
    background-color: #486CD8;
    border-color: #486CD8; }
  .btn-light-blue:not(:disabled):not(.disabled):active, .btn-light-blue:not(:disabled):not(.disabled).active,
  .show > .btn-light-blue.dropdown-toggle {
    color: #fff;
    background-color: #2a50c3;
    border-color: #274cb9; }
    .btn-light-blue:not(:disabled):not(.disabled):active:focus, .btn-light-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-blue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(99, 130, 222, 0.5); }

.btn-light-gray {
  color: #212529;
  background-color: #F6F8FA;
  border-color: #F6F8FA;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-light-gray:hover {
    color: #212529;
    background-color: #dde5ec;
    border-color: #d5dfe8; }
  .btn-light-gray:focus, .btn-light-gray.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(214, 216, 219, 0.5); }
  .btn-light-gray.disabled, .btn-light-gray:disabled {
    color: #212529;
    background-color: #F6F8FA;
    border-color: #F6F8FA; }
  .btn-light-gray:not(:disabled):not(.disabled):active, .btn-light-gray:not(:disabled):not(.disabled).active,
  .show > .btn-light-gray.dropdown-toggle {
    color: #212529;
    background-color: #d5dfe8;
    border-color: #cdd8e3; }
    .btn-light-gray:not(:disabled):not(.disabled):active:focus, .btn-light-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-gray.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(214, 216, 219, 0.5); }

.btn-light-gray1 {
  color: #212529;
  background-color: #F6F8FA;
  border-color: #F6F8FA;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-light-gray1:hover {
    color: #212529;
    background-color: #dde5ec;
    border-color: #d5dfe8; }
  .btn-light-gray1:focus, .btn-light-gray1.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(214, 216, 219, 0.5); }
  .btn-light-gray1.disabled, .btn-light-gray1:disabled {
    color: #212529;
    background-color: #F6F8FA;
    border-color: #F6F8FA; }
  .btn-light-gray1:not(:disabled):not(.disabled):active, .btn-light-gray1:not(:disabled):not(.disabled).active,
  .show > .btn-light-gray1.dropdown-toggle {
    color: #212529;
    background-color: #d5dfe8;
    border-color: #cdd8e3; }
    .btn-light-gray1:not(:disabled):not(.disabled):active:focus, .btn-light-gray1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-gray1.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(214, 216, 219, 0.5); }

.btn-light-gray2 {
  color: #212529;
  background-color: #EEF0F5;
  border-color: #EEF0F5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-light-gray2:hover {
    color: #212529;
    background-color: #d6dbe7;
    border-color: #ced4e2; }
  .btn-light-gray2:focus, .btn-light-gray2.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(207, 210, 214, 0.5); }
  .btn-light-gray2.disabled, .btn-light-gray2:disabled {
    color: #212529;
    background-color: #EEF0F5;
    border-color: #EEF0F5; }
  .btn-light-gray2:not(:disabled):not(.disabled):active, .btn-light-gray2:not(:disabled):not(.disabled).active,
  .show > .btn-light-gray2.dropdown-toggle {
    color: #212529;
    background-color: #ced4e2;
    border-color: #c6cddd; }
    .btn-light-gray2:not(:disabled):not(.disabled):active:focus, .btn-light-gray2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-gray2.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(207, 210, 214, 0.5); }

.btn-navy-blue {
  color: #fff;
  background-color: #0A145A;
  border-color: #0A145A;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-navy-blue:hover {
    color: #fff;
    background-color: #060c38;
    border-color: #050a2c; }
  .btn-navy-blue:focus, .btn-navy-blue.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(47, 55, 115, 0.5); }
  .btn-navy-blue.disabled, .btn-navy-blue:disabled {
    color: #fff;
    background-color: #0A145A;
    border-color: #0A145A; }
  .btn-navy-blue:not(:disabled):not(.disabled):active, .btn-navy-blue:not(:disabled):not(.disabled).active,
  .show > .btn-navy-blue.dropdown-toggle {
    color: #fff;
    background-color: #050a2c;
    border-color: #040721; }
    .btn-navy-blue:not(:disabled):not(.disabled):active:focus, .btn-navy-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-navy-blue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(47, 55, 115, 0.5); }

.btn-orange {
  color: #fff;
  background-color: #F3704E;
  border-color: #F3704E;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-orange:hover {
    color: #fff;
    background-color: #f1532a;
    border-color: #f0491e; }
  .btn-orange:focus, .btn-orange.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(245, 133, 105, 0.5); }
  .btn-orange.disabled, .btn-orange:disabled {
    color: #fff;
    background-color: #F3704E;
    border-color: #F3704E; }
  .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  .show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #f0491e;
    border-color: #ef4012; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(245, 133, 105, 0.5); }

.btn-purple {
  color: #fff;
  background-color: #6A1B9A;
  border-color: #6A1B9A;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-purple:hover {
    color: #fff;
    background-color: #541579;
    border-color: #4c136f; }
  .btn-purple:focus, .btn-purple.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(128, 61, 169, 0.5); }
  .btn-purple.disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #6A1B9A;
    border-color: #6A1B9A; }
  .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
  .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #4c136f;
    border-color: #451164; }
    .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(128, 61, 169, 0.5); }

.btn-red {
  color: #fff;
  background-color: #D6383A;
  border-color: #D6383A;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-red:hover {
    color: #fff;
    background-color: #c0282a;
    border-color: #b62527; }
  .btn-red:focus, .btn-red.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(220, 86, 88, 0.5); }
  .btn-red.disabled, .btn-red:disabled {
    color: #fff;
    background-color: #D6383A;
    border-color: #D6383A; }
  .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
  .show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #b62527;
    border-color: #ab2325; }
    .btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 86, 88, 0.5); }

.btn-teal {
  color: #212529;
  background-color: #48D3CD;
  border-color: #48D3CD;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-teal:hover {
    color: #212529;
    background-color: #2fc5bf;
    border-color: #2dbbb5; }
  .btn-teal:focus, .btn-teal.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(66, 185, 180, 0.5); }
  .btn-teal.disabled, .btn-teal:disabled {
    color: #212529;
    background-color: #48D3CD;
    border-color: #48D3CD; }
  .btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active,
  .show > .btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #2dbbb5;
    border-color: #2ab1ab; }
    .btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(66, 185, 180, 0.5); }

.btn-tirtiary {
  color: #212529;
  background-color: #49D2CC;
  border-color: #49D2CC;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-tirtiary:hover {
    color: #212529;
    background-color: #31c4be;
    border-color: #2ebab4; }
  .btn-tirtiary:focus, .btn-tirtiary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(67, 184, 180, 0.5); }
  .btn-tirtiary.disabled, .btn-tirtiary:disabled {
    color: #212529;
    background-color: #49D2CC;
    border-color: #49D2CC; }
  .btn-tirtiary:not(:disabled):not(.disabled):active, .btn-tirtiary:not(:disabled):not(.disabled).active,
  .show > .btn-tirtiary.dropdown-toggle {
    color: #fff;
    background-color: #2ebab4;
    border-color: #2bb0aa; }
    .btn-tirtiary:not(:disabled):not(.disabled):active:focus, .btn-tirtiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tirtiary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(67, 184, 180, 0.5); }

.btn-white {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-yellow {
  color: #212529;
  background-color: #FFCF00;
  border-color: #FFCF00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-yellow:hover {
    color: #212529;
    background-color: #d9b000;
    border-color: #cca600; }
  .btn-yellow:focus, .btn-yellow.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 182, 6, 0.5); }
  .btn-yellow.disabled, .btn-yellow:disabled {
    color: #212529;
    background-color: #FFCF00;
    border-color: #FFCF00; }
  .btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-yellow.dropdown-toggle {
    color: #212529;
    background-color: #cca600;
    border-color: #bf9b00; }
    .btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 182, 6, 0.5); }

.btn-border {
  color: #212529;
  background-color: #979797;
  border-color: #979797;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-border:hover {
    color: #fff;
    background-color: #848484;
    border-color: #7e7e7e; }
  .btn-border:focus, .btn-border.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(133, 134, 135, 0.5); }
  .btn-border.disabled, .btn-border:disabled {
    color: #212529;
    background-color: #979797;
    border-color: #979797; }
  .btn-border:not(:disabled):not(.disabled):active, .btn-border:not(:disabled):not(.disabled).active,
  .show > .btn-border.dropdown-toggle {
    color: #fff;
    background-color: #7e7e7e;
    border-color: #777777; }
    .btn-border:not(:disabled):not(.disabled):active:focus, .btn-border:not(:disabled):not(.disabled).active:focus,
    .show > .btn-border.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(133, 134, 135, 0.5); }

.btn-outline-primary {
  color: #2638C4;
  border-color: #2638C4; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #2638C4;
    border-color: #2638C4; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 56, 196, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #2638C4;
    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: #2638C4;
    border-color: #2638C4; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 56, 196, 0.5); }

.btn-outline-secondary {
  color: #FFCF00;
  border-color: #FFCF00; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #FFCF00;
    border-color: #FFCF00; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 207, 0, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #FFCF00;
    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: #212529;
    background-color: #FFCF00;
    border-color: #FFCF00; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 207, 0, 0.5); }

.btn-outline-success {
  color: #087B45;
  border-color: #087B45; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #087B45;
    border-color: #087B45; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(8, 123, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #087B45;
    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: #087B45;
    border-color: #087B45; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(8, 123, 69, 0.5); }

.btn-outline-info {
  color: #48D3CD;
  border-color: #48D3CD; }
  .btn-outline-info:hover {
    color: #212529;
    background-color: #48D3CD;
    border-color: #48D3CD; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 211, 205, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #48D3CD;
    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: #212529;
    background-color: #48D3CD;
    border-color: #48D3CD; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 211, 205, 0.5); }

.btn-outline-warning {
  color: #FFCF00;
  border-color: #FFCF00; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #FFCF00;
    border-color: #FFCF00; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 207, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FFCF00;
    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: #FFCF00;
    border-color: #FFCF00; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 207, 0, 0.5); }

.btn-outline-danger {
  color: #D6383A;
  border-color: #D6383A; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #D6383A;
    border-color: #D6383A; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(214, 56, 58, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #D6383A;
    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: #D6383A;
    border-color: #D6383A; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(214, 56, 58, 0.5); }

.btn-outline-light {
  color: #F6F8FA;
  border-color: #F6F8FA; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #F6F8FA;
    border-color: #F6F8FA; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 248, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #F6F8FA;
    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: #F6F8FA;
    border-color: #F6F8FA; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(246, 248, 250, 0.5); }

.btn-outline-dark {
  color: #393939;
  border-color: #393939; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #393939;
    border-color: #393939; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 57, 57, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #393939;
    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: #393939;
    border-color: #393939; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(57, 57, 57, 0.5); }

.btn-outline-black {
  color: #1D1E1F;
  border-color: #1D1E1F; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #1D1E1F;
    border-color: #1D1E1F; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 30, 31, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #1D1E1F;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #1D1E1F;
    border-color: #1D1E1F; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(29, 30, 31, 0.5); }

.btn-outline-black-blue {
  color: #000525;
  border-color: #000525; }
  .btn-outline-black-blue:hover {
    color: #fff;
    background-color: #000525;
    border-color: #000525; }
  .btn-outline-black-blue:focus, .btn-outline-black-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 5, 37, 0.5); }
  .btn-outline-black-blue.disabled, .btn-outline-black-blue:disabled {
    color: #000525;
    background-color: transparent; }
  .btn-outline-black-blue:not(:disabled):not(.disabled):active, .btn-outline-black-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black-blue.dropdown-toggle {
    color: #fff;
    background-color: #000525;
    border-color: #000525; }
    .btn-outline-black-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-black-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black-blue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 5, 37, 0.5); }

.btn-outline-blue {
  color: #111384;
  border-color: #111384; }
  .btn-outline-blue:hover {
    color: #fff;
    background-color: #111384;
    border-color: #111384; }
  .btn-outline-blue:focus, .btn-outline-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(17, 19, 132, 0.5); }
  .btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #111384;
    background-color: transparent; }
  .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #111384;
    border-color: #111384; }
    .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(17, 19, 132, 0.5); }

.btn-outline-coral {
  color: #F3704E;
  border-color: #F3704E; }
  .btn-outline-coral:hover {
    color: #fff;
    background-color: #F3704E;
    border-color: #F3704E; }
  .btn-outline-coral:focus, .btn-outline-coral.focus {
    box-shadow: 0 0 0 0.2rem rgba(243, 112, 78, 0.5); }
  .btn-outline-coral.disabled, .btn-outline-coral:disabled {
    color: #F3704E;
    background-color: transparent; }
  .btn-outline-coral:not(:disabled):not(.disabled):active, .btn-outline-coral:not(:disabled):not(.disabled).active,
  .show > .btn-outline-coral.dropdown-toggle {
    color: #fff;
    background-color: #F3704E;
    border-color: #F3704E; }
    .btn-outline-coral:not(:disabled):not(.disabled):active:focus, .btn-outline-coral:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-coral.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(243, 112, 78, 0.5); }

.btn-outline-dark-blue {
  color: #040C41;
  border-color: #040C41; }
  .btn-outline-dark-blue:hover {
    color: #fff;
    background-color: #040C41;
    border-color: #040C41; }
  .btn-outline-dark-blue:focus, .btn-outline-dark-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(4, 12, 65, 0.5); }
  .btn-outline-dark-blue.disabled, .btn-outline-dark-blue:disabled {
    color: #040C41;
    background-color: transparent; }
  .btn-outline-dark-blue:not(:disabled):not(.disabled):active, .btn-outline-dark-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark-blue.dropdown-toggle {
    color: #fff;
    background-color: #040C41;
    border-color: #040C41; }
    .btn-outline-dark-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark-blue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(4, 12, 65, 0.5); }

.btn-outline-dark-gray {
  color: #040C41;
  border-color: #040C41; }
  .btn-outline-dark-gray:hover {
    color: #fff;
    background-color: #040C41;
    border-color: #040C41; }
  .btn-outline-dark-gray:focus, .btn-outline-dark-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(4, 12, 65, 0.5); }
  .btn-outline-dark-gray.disabled, .btn-outline-dark-gray:disabled {
    color: #040C41;
    background-color: transparent; }
  .btn-outline-dark-gray:not(:disabled):not(.disabled):active, .btn-outline-dark-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark-gray.dropdown-toggle {
    color: #fff;
    background-color: #040C41;
    border-color: #040C41; }
    .btn-outline-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark-gray.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(4, 12, 65, 0.5); }

.btn-outline-gray {
  color: #60738A;
  border-color: #60738A; }
  .btn-outline-gray:hover {
    color: #fff;
    background-color: #60738A;
    border-color: #60738A; }
  .btn-outline-gray:focus, .btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(96, 115, 138, 0.5); }
  .btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #60738A;
    background-color: transparent; }
  .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray.dropdown-toggle {
    color: #fff;
    background-color: #60738A;
    border-color: #60738A; }
    .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(96, 115, 138, 0.5); }

.btn-outline-green {
  color: #087B45;
  border-color: #087B45; }
  .btn-outline-green:hover {
    color: #fff;
    background-color: #087B45;
    border-color: #087B45; }
  .btn-outline-green:focus, .btn-outline-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(8, 123, 69, 0.5); }
  .btn-outline-green.disabled, .btn-outline-green:disabled {
    color: #087B45;
    background-color: transparent; }
  .btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green.dropdown-toggle {
    color: #fff;
    background-color: #087B45;
    border-color: #087B45; }
    .btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(8, 123, 69, 0.5); }

.btn-outline-light-blue {
  color: #486CD8;
  border-color: #486CD8; }
  .btn-outline-light-blue:hover {
    color: #fff;
    background-color: #486CD8;
    border-color: #486CD8; }
  .btn-outline-light-blue:focus, .btn-outline-light-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 108, 216, 0.5); }
  .btn-outline-light-blue.disabled, .btn-outline-light-blue:disabled {
    color: #486CD8;
    background-color: transparent; }
  .btn-outline-light-blue:not(:disabled):not(.disabled):active, .btn-outline-light-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-blue.dropdown-toggle {
    color: #fff;
    background-color: #486CD8;
    border-color: #486CD8; }
    .btn-outline-light-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-light-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-blue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 108, 216, 0.5); }

.btn-outline-light-gray {
  color: #F6F8FA;
  border-color: #F6F8FA; }
  .btn-outline-light-gray:hover {
    color: #212529;
    background-color: #F6F8FA;
    border-color: #F6F8FA; }
  .btn-outline-light-gray:focus, .btn-outline-light-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 248, 250, 0.5); }
  .btn-outline-light-gray.disabled, .btn-outline-light-gray:disabled {
    color: #F6F8FA;
    background-color: transparent; }
  .btn-outline-light-gray:not(:disabled):not(.disabled):active, .btn-outline-light-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-gray.dropdown-toggle {
    color: #212529;
    background-color: #F6F8FA;
    border-color: #F6F8FA; }
    .btn-outline-light-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-light-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-gray.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(246, 248, 250, 0.5); }

.btn-outline-light-gray1 {
  color: #F6F8FA;
  border-color: #F6F8FA; }
  .btn-outline-light-gray1:hover {
    color: #212529;
    background-color: #F6F8FA;
    border-color: #F6F8FA; }
  .btn-outline-light-gray1:focus, .btn-outline-light-gray1.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 248, 250, 0.5); }
  .btn-outline-light-gray1.disabled, .btn-outline-light-gray1:disabled {
    color: #F6F8FA;
    background-color: transparent; }
  .btn-outline-light-gray1:not(:disabled):not(.disabled):active, .btn-outline-light-gray1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-gray1.dropdown-toggle {
    color: #212529;
    background-color: #F6F8FA;
    border-color: #F6F8FA; }
    .btn-outline-light-gray1:not(:disabled):not(.disabled):active:focus, .btn-outline-light-gray1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-gray1.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(246, 248, 250, 0.5); }

.btn-outline-light-gray2 {
  color: #EEF0F5;
  border-color: #EEF0F5; }
  .btn-outline-light-gray2:hover {
    color: #212529;
    background-color: #EEF0F5;
    border-color: #EEF0F5; }
  .btn-outline-light-gray2:focus, .btn-outline-light-gray2.focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 240, 245, 0.5); }
  .btn-outline-light-gray2.disabled, .btn-outline-light-gray2:disabled {
    color: #EEF0F5;
    background-color: transparent; }
  .btn-outline-light-gray2:not(:disabled):not(.disabled):active, .btn-outline-light-gray2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-gray2.dropdown-toggle {
    color: #212529;
    background-color: #EEF0F5;
    border-color: #EEF0F5; }
    .btn-outline-light-gray2:not(:disabled):not(.disabled):active:focus, .btn-outline-light-gray2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-gray2.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(238, 240, 245, 0.5); }

.btn-outline-navy-blue {
  color: #0A145A;
  border-color: #0A145A; }
  .btn-outline-navy-blue:hover {
    color: #fff;
    background-color: #0A145A;
    border-color: #0A145A; }
  .btn-outline-navy-blue:focus, .btn-outline-navy-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(10, 20, 90, 0.5); }
  .btn-outline-navy-blue.disabled, .btn-outline-navy-blue:disabled {
    color: #0A145A;
    background-color: transparent; }
  .btn-outline-navy-blue:not(:disabled):not(.disabled):active, .btn-outline-navy-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-navy-blue.dropdown-toggle {
    color: #fff;
    background-color: #0A145A;
    border-color: #0A145A; }
    .btn-outline-navy-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-navy-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-navy-blue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(10, 20, 90, 0.5); }

.btn-outline-orange {
  color: #F3704E;
  border-color: #F3704E; }
  .btn-outline-orange:hover {
    color: #fff;
    background-color: #F3704E;
    border-color: #F3704E; }
  .btn-outline-orange:focus, .btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(243, 112, 78, 0.5); }
  .btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #F3704E;
    background-color: transparent; }
  .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange.dropdown-toggle {
    color: #fff;
    background-color: #F3704E;
    border-color: #F3704E; }
    .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(243, 112, 78, 0.5); }

.btn-outline-purple {
  color: #6A1B9A;
  border-color: #6A1B9A; }
  .btn-outline-purple:hover {
    color: #fff;
    background-color: #6A1B9A;
    border-color: #6A1B9A; }
  .btn-outline-purple:focus, .btn-outline-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(106, 27, 154, 0.5); }
  .btn-outline-purple.disabled, .btn-outline-purple:disabled {
    color: #6A1B9A;
    background-color: transparent; }
  .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active,
  .show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #6A1B9A;
    border-color: #6A1B9A; }
    .btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-purple.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(106, 27, 154, 0.5); }

.btn-outline-red {
  color: #D6383A;
  border-color: #D6383A; }
  .btn-outline-red:hover {
    color: #fff;
    background-color: #D6383A;
    border-color: #D6383A; }
  .btn-outline-red:focus, .btn-outline-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(214, 56, 58, 0.5); }
  .btn-outline-red.disabled, .btn-outline-red:disabled {
    color: #D6383A;
    background-color: transparent; }
  .btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: #D6383A;
    border-color: #D6383A; }
    .btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(214, 56, 58, 0.5); }

.btn-outline-teal {
  color: #48D3CD;
  border-color: #48D3CD; }
  .btn-outline-teal:hover {
    color: #212529;
    background-color: #48D3CD;
    border-color: #48D3CD; }
  .btn-outline-teal:focus, .btn-outline-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 211, 205, 0.5); }
  .btn-outline-teal.disabled, .btn-outline-teal:disabled {
    color: #48D3CD;
    background-color: transparent; }
  .btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal.dropdown-toggle {
    color: #212529;
    background-color: #48D3CD;
    border-color: #48D3CD; }
    .btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 211, 205, 0.5); }

.btn-outline-tirtiary {
  color: #49D2CC;
  border-color: #49D2CC; }
  .btn-outline-tirtiary:hover {
    color: #212529;
    background-color: #49D2CC;
    border-color: #49D2CC; }
  .btn-outline-tirtiary:focus, .btn-outline-tirtiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(73, 210, 204, 0.5); }
  .btn-outline-tirtiary.disabled, .btn-outline-tirtiary:disabled {
    color: #49D2CC;
    background-color: transparent; }
  .btn-outline-tirtiary:not(:disabled):not(.disabled):active, .btn-outline-tirtiary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tirtiary.dropdown-toggle {
    color: #212529;
    background-color: #49D2CC;
    border-color: #49D2CC; }
    .btn-outline-tirtiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tirtiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tirtiary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(73, 210, 204, 0.5); }

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff; }
  .btn-outline-white:hover {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #ffffff;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-yellow {
  color: #FFCF00;
  border-color: #FFCF00; }
  .btn-outline-yellow:hover {
    color: #212529;
    background-color: #FFCF00;
    border-color: #FFCF00; }
  .btn-outline-yellow:focus, .btn-outline-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 207, 0, 0.5); }
  .btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
    color: #FFCF00;
    background-color: transparent; }
  .btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow.dropdown-toggle {
    color: #212529;
    background-color: #FFCF00;
    border-color: #FFCF00; }
    .btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 207, 0, 0.5); }

.btn-outline-border {
  color: #979797;
  border-color: #979797; }
  .btn-outline-border:hover {
    color: #212529;
    background-color: #979797;
    border-color: #979797; }
  .btn-outline-border:focus, .btn-outline-border.focus {
    box-shadow: 0 0 0 0.2rem rgba(151, 151, 151, 0.5); }
  .btn-outline-border.disabled, .btn-outline-border:disabled {
    color: #979797;
    background-color: transparent; }
  .btn-outline-border:not(:disabled):not(.disabled):active, .btn-outline-border:not(:disabled):not(.disabled).active,
  .show > .btn-outline-border.dropdown-toggle {
    color: #212529;
    background-color: #979797;
    border-color: #979797; }
    .btn-outline-border:not(:disabled):not(.disabled):active:focus, .btn-outline-border:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-border.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(151, 151, 151, 0.5); }

.btn-link {
  font-weight: 400;
  color: #0071C5;
  text-decoration: none; }
  .btn-link:hover {
    color: #004579;
    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, .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-lg > input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-lg > button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-sm > input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-sm > button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block, .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button {
  display: block;
  width: 100%; }
  .btn-block + .btn-block, .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"] + .btn-block, .richtext.richtext-area .gform_wrapper .gform_footer button + .btn-block, .richtext.richtext-area .gform_wrapper .gform_footer .btn-block + input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"] + input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button + input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .btn-block + button, .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"] + button, .richtext.richtext-area .gform_wrapper .gform_footer button + button {
    margin-top: 0.5rem; }

input[type="submit"].btn-block, .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"],
input[type="reset"].btn-block,
.richtext.richtext-area .gform_wrapper .gform_footer input[type="reset"][type="submit"],
input[type="button"].btn-block,
.richtext.richtext-area .gform_wrapper .gform_footer input[type="button"][type="submit"] {
  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;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); }

.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: #2638C4; }
  .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, .richtext.richtext-area .gform_wrapper .gform_footer .btn-group > input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .btn-group > button,
  .btn-group-vertical > .btn,
  .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > input[type="submit"],
  .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > button {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .richtext.richtext-area .gform_wrapper .gform_footer .btn-group > input:hover[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .btn-group > button:hover,
    .btn-group-vertical > .btn:hover,
    .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > input:hover[type="submit"],
    .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > button:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .richtext.richtext-area .gform_wrapper .gform_footer .btn-group > input:focus[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .btn-group > button:focus, .btn-group > .btn:active, .richtext.richtext-area .gform_wrapper .gform_footer .btn-group > input:active[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .btn-group > button:active, .btn-group > .btn.active, .richtext.richtext-area .gform_wrapper .gform_footer .btn-group > input.active[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .btn-group > button.active,
    .btn-group-vertical > .btn:focus,
    .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > input:focus[type="submit"],
    .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > button:focus,
    .btn-group-vertical > .btn:active,
    .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > input:active[type="submit"],
    .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > button:active,
    .btn-group-vertical > .btn.active,
    .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > input.active[type="submit"],
    .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > button.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), .richtext.richtext-area .gform_wrapper .gform_footer .btn-group > input:not(:first-child)[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .btn-group > button:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .richtext.richtext-area .gform_wrapper .gform_footer .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .btn-group > button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.richtext.richtext-area .gform_wrapper .gform_footer .btn-group > .btn-group:not(:last-child) > input[type="submit"],
.richtext.richtext-area .gform_wrapper .gform_footer .btn-group > .btn-group:not(:last-child) > button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .richtext.richtext-area .gform_wrapper .gform_footer .btn-group > input:not(:first-child)[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .btn-group > button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.richtext.richtext-area .gform_wrapper .gform_footer .btn-group > .btn-group:not(:first-child) > input[type="submit"],
.richtext.richtext-area .gform_wrapper .gform_footer .btn-group > .btn-group:not(:first-child) > button {
  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, .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-sm > button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-lg > button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  
  .btn-group-vertical > .btn,
  .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > input[type="submit"],
  .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > button,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > input:not(:first-child)[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > button:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
  .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > .btn-group:not(:last-child) > button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > input:not(:first-child)[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > button:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
  .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-vertical > .btn-group:not(:first-child) > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .input-group-prepend input[type="submit"], .input-group-prepend .richtext.richtext-area .gform_wrapper .gform_footer button, .richtext.richtext-area .gform_wrapper .gform_footer .input-group-prepend button,
  .input-group-append .btn,
  .input-group-append .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"],
  .richtext.richtext-area .gform_wrapper .gform_footer .input-group-append input[type="submit"],
  .input-group-append .richtext.richtext-area .gform_wrapper .gform_footer button,
  .richtext.richtext-area .gform_wrapper .gform_footer .input-group-append button {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .richtext.richtext-area .gform_wrapper .gform_footer input:focus[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .input-group-prepend input:focus[type="submit"], .input-group-prepend .richtext.richtext-area .gform_wrapper .gform_footer button:focus, .richtext.richtext-area .gform_wrapper .gform_footer .input-group-prepend button:focus,
    .input-group-append .btn:focus,
    .input-group-append .richtext.richtext-area .gform_wrapper .gform_footer input:focus[type="submit"],
    .richtext.richtext-area .gform_wrapper .gform_footer .input-group-append input:focus[type="submit"],
    .input-group-append .richtext.richtext-area .gform_wrapper .gform_footer button:focus,
    .richtext.richtext-area .gform_wrapper .gform_footer .input-group-append button:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"] + .btn, .richtext.richtext-area .gform_wrapper .gform_footer .input-group-prepend input[type="submit"] + .btn, .input-group-prepend .richtext.richtext-area .gform_wrapper .gform_footer button + .btn, .richtext.richtext-area .gform_wrapper .gform_footer .input-group-prepend button + .btn, .input-group-prepend .richtext.richtext-area .gform_wrapper .gform_footer .btn + input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .input-group-prepend .btn + input[type="submit"], .input-group-prepend .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"] + input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .input-group-prepend input[type="submit"] + input[type="submit"], .input-group-prepend .richtext.richtext-area .gform_wrapper .gform_footer button + input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .input-group-prepend button + input[type="submit"], .input-group-prepend .richtext.richtext-area .gform_wrapper .gform_footer .btn + button, .richtext.richtext-area .gform_wrapper .gform_footer .input-group-prepend .btn + button, .input-group-prepend .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"] + button, .richtext.richtext-area .gform_wrapper .gform_footer .input-group-prepend input[type="submit"] + button, .input-group-prepend .richtext.richtext-area .gform_wrapper .gform_footer button + button, .richtext.richtext-area .gform_wrapper .gform_footer .input-group-prepend button + button,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"] + .input-group-text,
  .richtext.richtext-area .gform_wrapper .gform_footer .input-group-prepend input[type="submit"] + .input-group-text,
  .input-group-prepend .richtext.richtext-area .gform_wrapper .gform_footer button + .input-group-text,
  .richtext.richtext-area .gform_wrapper .gform_footer .input-group-prepend button + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .richtext.richtext-area .gform_wrapper .gform_footer .input-group-text + input[type="submit"],
  .richtext.richtext-area .gform_wrapper .gform_footer .input-group-prepend .input-group-text + input[type="submit"],
  .input-group-prepend .richtext.richtext-area .gform_wrapper .gform_footer .input-group-text + button,
  .richtext.richtext-area .gform_wrapper .gform_footer .input-group-prepend .input-group-text + button,
  .input-group-append .btn + .btn,
  .input-group-append .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"] + .btn,
  .richtext.richtext-area .gform_wrapper .gform_footer .input-group-append input[type="submit"] + .btn,
  .input-group-append .richtext.richtext-area .gform_wrapper .gform_footer button + .btn,
  .richtext.richtext-area .gform_wrapper .gform_footer .input-group-append button + .btn,
  .input-group-append .richtext.richtext-area .gform_wrapper .gform_footer .btn + input[type="submit"],
  .richtext.richtext-area .gform_wrapper .gform_footer .input-group-append .btn + input[type="submit"],
  .input-group-append .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"] + input[type="submit"],
  .richtext.richtext-area .gform_wrapper .gform_footer .input-group-append input[type="submit"] + input[type="submit"],
  .input-group-append .richtext.richtext-area .gform_wrapper .gform_footer button + input[type="submit"],
  .richtext.richtext-area .gform_wrapper .gform_footer .input-group-append button + input[type="submit"],
  .input-group-append .richtext.richtext-area .gform_wrapper .gform_footer .btn + button,
  .richtext.richtext-area .gform_wrapper .gform_footer .input-group-append .btn + button,
  .input-group-append .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"] + button,
  .richtext.richtext-area .gform_wrapper .gform_footer .input-group-append input[type="submit"] + button,
  .input-group-append .richtext.richtext-area .gform_wrapper .gform_footer button + button,
  .richtext.richtext-area .gform_wrapper .gform_footer .input-group-append button + button,
  .input-group-append .btn + .input-group-text,
  .input-group-append .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"] + .input-group-text,
  .richtext.richtext-area .gform_wrapper .gform_footer .input-group-append input[type="submit"] + .input-group-text,
  .input-group-append .richtext.richtext-area .gform_wrapper .gform_footer button + .input-group-text,
  .richtext.richtext-area .gform_wrapper .gform_footer .input-group-append button + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .richtext.richtext-area .gform_wrapper .gform_footer .input-group-text + input[type="submit"],
  .richtext.richtext-area .gform_wrapper .gform_footer .input-group-append .input-group-text + input[type="submit"],
  .input-group-append .richtext.richtext-area .gform_wrapper .gform_footer .input-group-text + button,
  .richtext.richtext-area .gform_wrapper .gform_footer .input-group-append .input-group-text + button {
    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,
.richtext.richtext-area .gform_wrapper .gform_footer .input-group-lg > .input-group-prepend > input[type="submit"],
.richtext.richtext-area .gform_wrapper .gform_footer .input-group-lg > .input-group-prepend > button,
.input-group-lg > .input-group-append > .btn,
.richtext.richtext-area .gform_wrapper .gform_footer .input-group-lg > .input-group-append > input[type="submit"],
.richtext.richtext-area .gform_wrapper .gform_footer .input-group-lg > .input-group-append > button {
  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,
.richtext.richtext-area .gform_wrapper .gform_footer .input-group-sm > .input-group-prepend > input[type="submit"],
.richtext.richtext-area .gform_wrapper .gform_footer .input-group-sm > .input-group-prepend > button,
.input-group-sm > .input-group-append > .btn,
.richtext.richtext-area .gform_wrapper .gform_footer .input-group-sm > .input-group-append > input[type="submit"],
.richtext.richtext-area .gform_wrapper .gform_footer .input-group-sm > .input-group-append > button {
  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, .richtext.richtext-area .gform_wrapper .gform_footer .input-group > .input-group-prepend > input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .input-group > .input-group-prepend > button,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.richtext.richtext-area .gform_wrapper .gform_footer .input-group > .input-group-append:not(:last-child) > input[type="submit"],
.richtext.richtext-area .gform_wrapper .gform_footer .input-group > .input-group-append:not(:last-child) > button,
.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),
.richtext.richtext-area .gform_wrapper .gform_footer .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.richtext.richtext-area .gform_wrapper .gform_footer .input-group > .input-group-append:last-child > button: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, .richtext.richtext-area .gform_wrapper .gform_footer .input-group > .input-group-append > input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .input-group > .input-group-append > button,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.richtext.richtext-area .gform_wrapper .gform_footer .input-group > .input-group-prepend:not(:first-child) > input[type="submit"],
.richtext.richtext-area .gform_wrapper .gform_footer .input-group > .input-group-prepend:not(:first-child) > button,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.richtext.richtext-area .gform_wrapper .gform_footer .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="submit"],
.richtext.richtext-area .gform_wrapper .gform_footer .input-group > .input-group-prepend:first-child > button:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #2638C4;
    background-color: #2638C4;
    box-shadow: none; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 56, 196, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #838ee7; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #adb5ef;
    border-color: #adb5ef;
    box-shadow: none; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

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

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2638C4;
  background-color: #2638C4;
  box-shadow: none; }

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(38, 56, 196, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(38, 56, 196, 0.5); }

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(38, 56, 196, 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(38, 56, 196, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none; }
  .custom-select:focus {
    border-color: #838ee7;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 56, 196, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #838ee7;
    box-shadow: 0 0 0 0.2rem rgba(38, 56, 196, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(38, 56, 196, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(38, 56, 196, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(38, 56, 196, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #2638C4;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    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: #adb5ef; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #2638C4;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    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: #adb5ef; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #2638C4;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    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: #adb5ef; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

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

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

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

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

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

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 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 {
    padding-right: 0;
    padding-left: 0; } }

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

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

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

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

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

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    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 {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

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

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0071C5;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #004579;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 56, 196, 0.25); }

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

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

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

.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, .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"] .badge, .richtext.richtext-area .gform_wrapper .gform_footer button .badge {
  position: relative;
  top: -1px; }

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

.badge-primary {
  color: #fff;
  background-color: #2638C4; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #1e2c99; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 56, 196, 0.5); }

.badge-secondary {
  color: #212529;
  background-color: #FFCF00; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #212529;
    background-color: #cca600; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 207, 0, 0.5); }

.badge-success {
  color: #fff;
  background-color: #087B45; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #054b2a; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(8, 123, 69, 0.5); }

.badge-info {
  color: #212529;
  background-color: #48D3CD; }
  a.badge-info:hover, a.badge-info:focus {
    color: #212529;
    background-color: #2dbbb5; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(72, 211, 205, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #FFCF00; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #cca600; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 207, 0, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #D6383A; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #b62527; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(214, 56, 58, 0.5); }

.badge-light {
  color: #212529;
  background-color: #F6F8FA; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #d5dfe8; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(246, 248, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #393939; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #202020; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(57, 57, 57, 0.5); }

.badge-black {
  color: #fff;
  background-color: #1D1E1F; }
  a.badge-black:hover, a.badge-black:focus {
    color: #fff;
    background-color: #040505; }
  a.badge-black:focus, a.badge-black.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(29, 30, 31, 0.5); }

.badge-black-blue {
  color: #fff;
  background-color: #000525; }
  a.badge-black-blue:hover, a.badge-black-blue:focus {
    color: #fff;
    background-color: black; }
  a.badge-black-blue:focus, a.badge-black-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 5, 37, 0.5); }

.badge-blue {
  color: #fff;
  background-color: #111384; }
  a.badge-blue:hover, a.badge-blue:focus {
    color: #fff;
    background-color: #0b0c57; }
  a.badge-blue:focus, a.badge-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(17, 19, 132, 0.5); }

.badge-coral {
  color: #fff;
  background-color: #F3704E; }
  a.badge-coral:hover, a.badge-coral:focus {
    color: #fff;
    background-color: #f0491e; }
  a.badge-coral:focus, a.badge-coral.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(243, 112, 78, 0.5); }

.badge-dark-blue {
  color: #fff;
  background-color: #040C41; }
  a.badge-dark-blue:hover, a.badge-dark-blue:focus {
    color: #fff;
    background-color: #010311; }
  a.badge-dark-blue:focus, a.badge-dark-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(4, 12, 65, 0.5); }

.badge-dark-gray {
  color: #fff;
  background-color: #040C41; }
  a.badge-dark-gray:hover, a.badge-dark-gray:focus {
    color: #fff;
    background-color: #010311; }
  a.badge-dark-gray:focus, a.badge-dark-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(4, 12, 65, 0.5); }

.badge-gray {
  color: #fff;
  background-color: #60738A; }
  a.badge-gray:hover, a.badge-gray:focus {
    color: #fff;
    background-color: #4b5a6c; }
  a.badge-gray:focus, a.badge-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(96, 115, 138, 0.5); }

.badge-green {
  color: #fff;
  background-color: #087B45; }
  a.badge-green:hover, a.badge-green:focus {
    color: #fff;
    background-color: #054b2a; }
  a.badge-green:focus, a.badge-green.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(8, 123, 69, 0.5); }

.badge-light-blue {
  color: #fff;
  background-color: #486CD8; }
  a.badge-light-blue:hover, a.badge-light-blue:focus {
    color: #fff;
    background-color: #2a50c3; }
  a.badge-light-blue:focus, a.badge-light-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(72, 108, 216, 0.5); }

.badge-light-gray {
  color: #212529;
  background-color: #F6F8FA; }
  a.badge-light-gray:hover, a.badge-light-gray:focus {
    color: #212529;
    background-color: #d5dfe8; }
  a.badge-light-gray:focus, a.badge-light-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(246, 248, 250, 0.5); }

.badge-light-gray1 {
  color: #212529;
  background-color: #F6F8FA; }
  a.badge-light-gray1:hover, a.badge-light-gray1:focus {
    color: #212529;
    background-color: #d5dfe8; }
  a.badge-light-gray1:focus, a.badge-light-gray1.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(246, 248, 250, 0.5); }

.badge-light-gray2 {
  color: #212529;
  background-color: #EEF0F5; }
  a.badge-light-gray2:hover, a.badge-light-gray2:focus {
    color: #212529;
    background-color: #ced4e2; }
  a.badge-light-gray2:focus, a.badge-light-gray2.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(238, 240, 245, 0.5); }

.badge-navy-blue {
  color: #fff;
  background-color: #0A145A; }
  a.badge-navy-blue:hover, a.badge-navy-blue:focus {
    color: #fff;
    background-color: #050a2c; }
  a.badge-navy-blue:focus, a.badge-navy-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(10, 20, 90, 0.5); }

.badge-orange {
  color: #fff;
  background-color: #F3704E; }
  a.badge-orange:hover, a.badge-orange:focus {
    color: #fff;
    background-color: #f0491e; }
  a.badge-orange:focus, a.badge-orange.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(243, 112, 78, 0.5); }

.badge-purple {
  color: #fff;
  background-color: #6A1B9A; }
  a.badge-purple:hover, a.badge-purple:focus {
    color: #fff;
    background-color: #4c136f; }
  a.badge-purple:focus, a.badge-purple.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(106, 27, 154, 0.5); }

.badge-red {
  color: #fff;
  background-color: #D6383A; }
  a.badge-red:hover, a.badge-red:focus {
    color: #fff;
    background-color: #b62527; }
  a.badge-red:focus, a.badge-red.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(214, 56, 58, 0.5); }

.badge-teal {
  color: #212529;
  background-color: #48D3CD; }
  a.badge-teal:hover, a.badge-teal:focus {
    color: #212529;
    background-color: #2dbbb5; }
  a.badge-teal:focus, a.badge-teal.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(72, 211, 205, 0.5); }

.badge-tirtiary {
  color: #212529;
  background-color: #49D2CC; }
  a.badge-tirtiary:hover, a.badge-tirtiary:focus {
    color: #212529;
    background-color: #2ebab4; }
  a.badge-tirtiary:focus, a.badge-tirtiary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(73, 210, 204, 0.5); }

.badge-white {
  color: #212529;
  background-color: #ffffff; }
  a.badge-white:hover, a.badge-white:focus {
    color: #212529;
    background-color: #e6e6e6; }
  a.badge-white:focus, a.badge-white.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-yellow {
  color: #212529;
  background-color: #FFCF00; }
  a.badge-yellow:hover, a.badge-yellow:focus {
    color: #212529;
    background-color: #cca600; }
  a.badge-yellow:focus, a.badge-yellow.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 207, 0, 0.5); }

.badge-border {
  color: #212529;
  background-color: #979797; }
  a.badge-border:hover, a.badge-border:focus {
    color: #212529;
    background-color: #7e7e7e; }
  a.badge-border:focus, a.badge-border.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(151, 151, 151, 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: #141d66;
  background-color: #d4d7f3;
  border-color: #c2c7ee; }
  .alert-primary hr {
    border-top-color: #aeb5e8; }
  .alert-primary .alert-link {
    color: #0c113b; }

.alert-secondary {
  color: #856c00;
  background-color: #fff5cc;
  border-color: #fff2b8; }
  .alert-secondary hr {
    border-top-color: #ffed9f; }
  .alert-secondary .alert-link {
    color: #524300; }

.alert-success {
  color: #044024;
  background-color: #cee5da;
  border-color: #badacb; }
  .alert-success hr {
    border-top-color: #a9d1be; }
  .alert-success .alert-link {
    color: #011009; }

.alert-info {
  color: #256e6b;
  background-color: #daf6f5;
  border-color: #ccf3f1; }
  .alert-info hr {
    border-top-color: #b7eeeb; }
  .alert-info .alert-link {
    color: #184846; }

.alert-warning {
  color: #856c00;
  background-color: #fff5cc;
  border-color: #fff2b8; }
  .alert-warning hr {
    border-top-color: #ffed9f; }
  .alert-warning .alert-link {
    color: #524300; }

.alert-danger {
  color: #6f1d1e;
  background-color: #f7d7d8;
  border-color: #f4c7c8; }
  .alert-danger hr {
    border-top-color: #f0b2b3; }
  .alert-danger .alert-link {
    color: #471213; }

.alert-light {
  color: #808182;
  background-color: #fdfefe;
  border-color: #fcfdfe; }
  .alert-light hr {
    border-top-color: #e9f0f8; }
  .alert-light .alert-link {
    color: #676868; }

.alert-dark {
  color: #1e1e1e;
  background-color: #d7d7d7;
  border-color: #c8c8c8; }
  .alert-dark hr {
    border-top-color: #bbbbbb; }
  .alert-dark .alert-link {
    color: #050505; }

.alert-black {
  color: #0f1010;
  background-color: #d2d2d2;
  border-color: silver; }
  .alert-black hr {
    border-top-color: #b3b3b3; }
  .alert-black .alert-link {
    color: black; }

.alert-black-blue {
  color: #000313;
  background-color: #cccdd3;
  border-color: #b8b9c2; }
  .alert-black-blue hr {
    border-top-color: #aaabb6; }
  .alert-black-blue .alert-link {
    color: black; }

.alert-blue {
  color: #090a45;
  background-color: #cfd0e6;
  border-color: #bcbddd; }
  .alert-blue hr {
    border-top-color: #abacd4; }
  .alert-blue .alert-link {
    color: #030318; }

.alert-coral {
  color: #7e3a29;
  background-color: #fde2dc;
  border-color: #fcd7cd; }
  .alert-coral hr {
    border-top-color: #fbc4b5; }
  .alert-coral .alert-link {
    color: #58281c; }

.alert-dark-blue {
  color: #020622;
  background-color: #cdced9;
  border-color: #b9bbca; }
  .alert-dark-blue hr {
    border-top-color: #aaadbf; }
  .alert-dark-blue .alert-link {
    color: black; }

.alert-dark-gray {
  color: #020622;
  background-color: #cdced9;
  border-color: #b9bbca; }
  .alert-dark-gray hr {
    border-top-color: #aaadbf; }
  .alert-dark-gray .alert-link {
    color: black; }

.alert-gray {
  color: #323c48;
  background-color: #dfe3e8;
  border-color: #d2d8de; }
  .alert-gray hr {
    border-top-color: #c3cbd3; }
  .alert-gray .alert-link {
    color: #1d232a; }

.alert-green {
  color: #044024;
  background-color: #cee5da;
  border-color: #badacb; }
  .alert-green hr {
    border-top-color: #a9d1be; }
  .alert-green .alert-link {
    color: #011009; }

.alert-light-blue {
  color: #253870;
  background-color: #dae2f7;
  border-color: #ccd6f4; }
  .alert-light-blue hr {
    border-top-color: #b7c5ef; }
  .alert-light-blue .alert-link {
    color: #18254a; }

.alert-light-gray {
  color: #808182;
  background-color: #fdfefe;
  border-color: #fcfdfe; }
  .alert-light-gray hr {
    border-top-color: #e9f0f8; }
  .alert-light-gray .alert-link {
    color: #676868; }

.alert-light-gray1 {
  color: #808182;
  background-color: #fdfefe;
  border-color: #fcfdfe; }
  .alert-light-gray1 hr {
    border-top-color: #e9f0f8; }
  .alert-light-gray1 .alert-link {
    color: #676868; }

.alert-light-gray2 {
  color: #7c7d7f;
  background-color: #fcfcfd;
  border-color: #fafbfc; }
  .alert-light-gray2 hr {
    border-top-color: #eaeef2; }
  .alert-light-gray2 .alert-link {
    color: #636465; }

.alert-navy-blue {
  color: #050a2f;
  background-color: #ced0de;
  border-color: #babdd1; }
  .alert-navy-blue hr {
    border-top-color: #abaec7; }
  .alert-navy-blue .alert-link {
    color: #000001; }

.alert-orange {
  color: #7e3a29;
  background-color: #fde2dc;
  border-color: #fcd7cd; }
  .alert-orange hr {
    border-top-color: #fbc4b5; }
  .alert-orange .alert-link {
    color: #58281c; }

.alert-purple {
  color: #370e50;
  background-color: #e1d1eb;
  border-color: #d5bfe3; }
  .alert-purple hr {
    border-top-color: #c9addb; }
  .alert-purple .alert-link {
    color: #190625; }

.alert-red {
  color: #6f1d1e;
  background-color: #f7d7d8;
  border-color: #f4c7c8; }
  .alert-red hr {
    border-top-color: #f0b2b3; }
  .alert-red .alert-link {
    color: #471213; }

.alert-teal {
  color: #256e6b;
  background-color: #daf6f5;
  border-color: #ccf3f1; }
  .alert-teal hr {
    border-top-color: #b7eeeb; }
  .alert-teal .alert-link {
    color: #184846; }

.alert-tirtiary {
  color: #266d6a;
  background-color: #dbf6f5;
  border-color: #ccf2f1; }
  .alert-tirtiary hr {
    border-top-color: #b8edeb; }
  .alert-tirtiary .alert-link {
    color: #194745; }

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-white hr {
    border-top-color: #f2f2f2; }
  .alert-white .alert-link {
    color: #6c6c6c; }

.alert-yellow {
  color: #856c00;
  background-color: #fff5cc;
  border-color: #fff2b8; }
  .alert-yellow hr {
    border-top-color: #ffed9f; }
  .alert-yellow .alert-link {
    color: #524300; }

.alert-border {
  color: #4f4f4f;
  background-color: #eaeaea;
  border-color: #e2e2e2; }
  .alert-border hr {
    border-top-color: #d5d5d5; }
  .alert-border .alert-link {
    color: #363636; }

@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;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2638C4;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

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

.media-body {
  flex: 1; }

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #2638C4;
    border-color: #2638C4; }

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

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

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

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

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

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

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

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

.list-group-item-primary {
  color: #141d66;
  background-color: #c2c7ee; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #141d66;
    background-color: #aeb5e8; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #141d66;
    border-color: #141d66; }

.list-group-item-secondary {
  color: #856c00;
  background-color: #fff2b8; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #856c00;
    background-color: #ffed9f; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #856c00;
    border-color: #856c00; }

.list-group-item-success {
  color: #044024;
  background-color: #badacb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #044024;
    background-color: #a9d1be; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #044024;
    border-color: #044024; }

.list-group-item-info {
  color: #256e6b;
  background-color: #ccf3f1; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #256e6b;
    background-color: #b7eeeb; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #256e6b;
    border-color: #256e6b; }

.list-group-item-warning {
  color: #856c00;
  background-color: #fff2b8; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856c00;
    background-color: #ffed9f; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856c00;
    border-color: #856c00; }

.list-group-item-danger {
  color: #6f1d1e;
  background-color: #f4c7c8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #6f1d1e;
    background-color: #f0b2b3; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #6f1d1e;
    border-color: #6f1d1e; }

.list-group-item-light {
  color: #808182;
  background-color: #fcfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #808182;
    background-color: #e9f0f8; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #808182;
    border-color: #808182; }

.list-group-item-dark {
  color: #1e1e1e;
  background-color: #c8c8c8; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1e1e1e;
    background-color: #bbbbbb; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #1e1e1e; }

.list-group-item-black {
  color: #0f1010;
  background-color: silver; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: #0f1010;
    background-color: #b3b3b3; }
  .list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: #0f1010;
    border-color: #0f1010; }

.list-group-item-black-blue {
  color: #000313;
  background-color: #b8b9c2; }
  .list-group-item-black-blue.list-group-item-action:hover, .list-group-item-black-blue.list-group-item-action:focus {
    color: #000313;
    background-color: #aaabb6; }
  .list-group-item-black-blue.list-group-item-action.active {
    color: #fff;
    background-color: #000313;
    border-color: #000313; }

.list-group-item-blue {
  color: #090a45;
  background-color: #bcbddd; }
  .list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
    color: #090a45;
    background-color: #abacd4; }
  .list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #090a45;
    border-color: #090a45; }

.list-group-item-coral {
  color: #7e3a29;
  background-color: #fcd7cd; }
  .list-group-item-coral.list-group-item-action:hover, .list-group-item-coral.list-group-item-action:focus {
    color: #7e3a29;
    background-color: #fbc4b5; }
  .list-group-item-coral.list-group-item-action.active {
    color: #fff;
    background-color: #7e3a29;
    border-color: #7e3a29; }

.list-group-item-dark-blue {
  color: #020622;
  background-color: #b9bbca; }
  .list-group-item-dark-blue.list-group-item-action:hover, .list-group-item-dark-blue.list-group-item-action:focus {
    color: #020622;
    background-color: #aaadbf; }
  .list-group-item-dark-blue.list-group-item-action.active {
    color: #fff;
    background-color: #020622;
    border-color: #020622; }

.list-group-item-dark-gray {
  color: #020622;
  background-color: #b9bbca; }
  .list-group-item-dark-gray.list-group-item-action:hover, .list-group-item-dark-gray.list-group-item-action:focus {
    color: #020622;
    background-color: #aaadbf; }
  .list-group-item-dark-gray.list-group-item-action.active {
    color: #fff;
    background-color: #020622;
    border-color: #020622; }

.list-group-item-gray {
  color: #323c48;
  background-color: #d2d8de; }
  .list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
    color: #323c48;
    background-color: #c3cbd3; }
  .list-group-item-gray.list-group-item-action.active {
    color: #fff;
    background-color: #323c48;
    border-color: #323c48; }

.list-group-item-green {
  color: #044024;
  background-color: #badacb; }
  .list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
    color: #044024;
    background-color: #a9d1be; }
  .list-group-item-green.list-group-item-action.active {
    color: #fff;
    background-color: #044024;
    border-color: #044024; }

.list-group-item-light-blue {
  color: #253870;
  background-color: #ccd6f4; }
  .list-group-item-light-blue.list-group-item-action:hover, .list-group-item-light-blue.list-group-item-action:focus {
    color: #253870;
    background-color: #b7c5ef; }
  .list-group-item-light-blue.list-group-item-action.active {
    color: #fff;
    background-color: #253870;
    border-color: #253870; }

.list-group-item-light-gray {
  color: #808182;
  background-color: #fcfdfe; }
  .list-group-item-light-gray.list-group-item-action:hover, .list-group-item-light-gray.list-group-item-action:focus {
    color: #808182;
    background-color: #e9f0f8; }
  .list-group-item-light-gray.list-group-item-action.active {
    color: #fff;
    background-color: #808182;
    border-color: #808182; }

.list-group-item-light-gray1 {
  color: #808182;
  background-color: #fcfdfe; }
  .list-group-item-light-gray1.list-group-item-action:hover, .list-group-item-light-gray1.list-group-item-action:focus {
    color: #808182;
    background-color: #e9f0f8; }
  .list-group-item-light-gray1.list-group-item-action.active {
    color: #fff;
    background-color: #808182;
    border-color: #808182; }

.list-group-item-light-gray2 {
  color: #7c7d7f;
  background-color: #fafbfc; }
  .list-group-item-light-gray2.list-group-item-action:hover, .list-group-item-light-gray2.list-group-item-action:focus {
    color: #7c7d7f;
    background-color: #eaeef2; }
  .list-group-item-light-gray2.list-group-item-action.active {
    color: #fff;
    background-color: #7c7d7f;
    border-color: #7c7d7f; }

.list-group-item-navy-blue {
  color: #050a2f;
  background-color: #babdd1; }
  .list-group-item-navy-blue.list-group-item-action:hover, .list-group-item-navy-blue.list-group-item-action:focus {
    color: #050a2f;
    background-color: #abaec7; }
  .list-group-item-navy-blue.list-group-item-action.active {
    color: #fff;
    background-color: #050a2f;
    border-color: #050a2f; }

.list-group-item-orange {
  color: #7e3a29;
  background-color: #fcd7cd; }
  .list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #7e3a29;
    background-color: #fbc4b5; }
  .list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #7e3a29;
    border-color: #7e3a29; }

.list-group-item-purple {
  color: #370e50;
  background-color: #d5bfe3; }
  .list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
    color: #370e50;
    background-color: #c9addb; }
  .list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #370e50;
    border-color: #370e50; }

.list-group-item-red {
  color: #6f1d1e;
  background-color: #f4c7c8; }
  .list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
    color: #6f1d1e;
    background-color: #f0b2b3; }
  .list-group-item-red.list-group-item-action.active {
    color: #fff;
    background-color: #6f1d1e;
    border-color: #6f1d1e; }

.list-group-item-teal {
  color: #256e6b;
  background-color: #ccf3f1; }
  .list-group-item-teal.list-group-item-action:hover, .list-group-item-teal.list-group-item-action:focus {
    color: #256e6b;
    background-color: #b7eeeb; }
  .list-group-item-teal.list-group-item-action.active {
    color: #fff;
    background-color: #256e6b;
    border-color: #256e6b; }

.list-group-item-tirtiary {
  color: #266d6a;
  background-color: #ccf2f1; }
  .list-group-item-tirtiary.list-group-item-action:hover, .list-group-item-tirtiary.list-group-item-action:focus {
    color: #266d6a;
    background-color: #b8edeb; }
  .list-group-item-tirtiary.list-group-item-action.active {
    color: #fff;
    background-color: #266d6a;
    border-color: #266d6a; }

.list-group-item-white {
  color: #858585;
  background-color: white; }
  .list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-yellow {
  color: #856c00;
  background-color: #fff2b8; }
  .list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
    color: #856c00;
    background-color: #ffed9f; }
  .list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #856c00;
    border-color: #856c00; }

.list-group-item-border {
  color: #4f4f4f;
  background-color: #e2e2e2; }
  .list-group-item-border.list-group-item-action:hover, .list-group-item-border.list-group-item-action:focus {
    color: #4f4f4f;
    background-color: #d5d5d5; }
  .list-group-item-border.list-group-item-action.active {
    color: #fff;
    background-color: #4f4f4f;
    border-color: #4f4f4f; }

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

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

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

.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-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;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0; }

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

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); }
  .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;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

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

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

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

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

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

.carousel {
  position: relative; }

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

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

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

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

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

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

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

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

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

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

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

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

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

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

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

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

.bg-primary {
  background-color: #2638C4 !important; }

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

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

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

.bg-success {
  background-color: #087B45 !important; }

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

.bg-info {
  background-color: #48D3CD !important; }

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

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

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

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

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

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

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

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

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

.bg-black {
  background-color: #1D1E1F !important; }

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

.bg-black-blue {
  background-color: #000525 !important; }

a.bg-black-blue:hover, a.bg-black-blue:focus,
button.bg-black-blue:hover,
button.bg-black-blue:focus {
  background-color: black !important; }

.bg-blue {
  background-color: #111384 !important; }

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #0b0c57 !important; }

.bg-coral {
  background-color: #F3704E !important; }

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

.bg-dark-blue {
  background-color: #040C41 !important; }

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

.bg-dark-gray {
  background-color: #040C41 !important; }

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

.bg-gray {
  background-color: #60738A !important; }

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #4b5a6c !important; }

.bg-green {
  background-color: #087B45 !important; }

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #054b2a !important; }

.bg-light-blue {
  background-color: #486CD8 !important; }

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

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

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

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

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

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

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

.bg-navy-blue {
  background-color: #0A145A !important; }

a.bg-navy-blue:hover, a.bg-navy-blue:focus,
button.bg-navy-blue:hover,
button.bg-navy-blue:focus {
  background-color: #050a2c !important; }

.bg-orange {
  background-color: #F3704E !important; }

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

.bg-purple {
  background-color: #6A1B9A !important; }

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #4c136f !important; }

.bg-red {
  background-color: #D6383A !important; }

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

.bg-teal {
  background-color: #48D3CD !important; }

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #2dbbb5 !important; }

.bg-tirtiary {
  background-color: #49D2CC !important; }

a.bg-tirtiary:hover, a.bg-tirtiary:focus,
button.bg-tirtiary:hover,
button.bg-tirtiary:focus {
  background-color: #2ebab4 !important; }

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

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

.bg-yellow {
  background-color: #FFCF00 !important; }

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

.bg-border {
  background-color: #979797 !important; }

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

.border-secondary {
  border-color: #FFCF00 !important; }

.border-success {
  border-color: #087B45 !important; }

.border-info {
  border-color: #48D3CD !important; }

.border-warning {
  border-color: #FFCF00 !important; }

.border-danger {
  border-color: #D6383A !important; }

.border-light {
  border-color: #F6F8FA !important; }

.border-dark {
  border-color: #393939 !important; }

.border-black {
  border-color: #1D1E1F !important; }

.border-black-blue {
  border-color: #000525 !important; }

.border-blue {
  border-color: #111384 !important; }

.border-coral {
  border-color: #F3704E !important; }

.border-dark-blue {
  border-color: #040C41 !important; }

.border-dark-gray {
  border-color: #040C41 !important; }

.border-gray {
  border-color: #60738A !important; }

.border-green {
  border-color: #087B45 !important; }

.border-light-blue {
  border-color: #486CD8 !important; }

.border-light-gray {
  border-color: #F6F8FA !important; }

.border-light-gray1 {
  border-color: #F6F8FA !important; }

.border-light-gray2 {
  border-color: #EEF0F5 !important; }

.border-navy-blue {
  border-color: #0A145A !important; }

.border-orange {
  border-color: #F3704E !important; }

.border-purple {
  border-color: #6A1B9A !important; }

.border-red {
  border-color: #D6383A !important; }

.border-teal {
  border-color: #48D3CD !important; }

.border-tirtiary {
  border-color: #49D2CC !important; }

.border-white {
  border-color: #ffffff !important; }

.border-yellow {
  border-color: #FFCF00 !important; }

.border-border {
  border-color: #979797 !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.85714%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

.ml-6,
.mx-6 {
  margin-left: 5rem !important; }

.m-7 {
  margin: 7.5rem !important; }

.mt-7,
.my-7 {
  margin-top: 7.5rem !important; }

.mr-7,
.mx-7 {
  margin-right: 7.5rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 7.5rem !important; }

.ml-7,
.mx-7 {
  margin-left: 7.5rem !important; }

.m-8 {
  margin: 10rem !important; }

.mt-8,
.my-8 {
  margin-top: 10rem !important; }

.mr-8,
.mx-8 {
  margin-right: 10rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 10rem !important; }

.ml-8,
.mx-8 {
  margin-left: 10rem !important; }

.m-9 {
  margin: 12.5rem !important; }

.mt-9,
.my-9 {
  margin-top: 12.5rem !important; }

.mr-9,
.mx-9 {
  margin-right: 12.5rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 12.5rem !important; }

.ml-9,
.mx-9 {
  margin-left: 12.5rem !important; }

.m-10 {
  margin: 15rem !important; }

.mt-10,
.my-10 {
  margin-top: 15rem !important; }

.mr-10,
.mx-10 {
  margin-right: 15rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 15rem !important; }

.ml-10,
.mx-10 {
  margin-left: 15rem !important; }

.m-card {
  margin: 1.25rem !important; }

.mt-card,
.my-card {
  margin-top: 1.25rem !important; }

.mr-card,
.mx-card {
  margin-right: 1.25rem !important; }

.mb-card,
.my-card {
  margin-bottom: 1.25rem !important; }

.ml-card,
.mx-card {
  margin-left: 1.25rem !important; }

.m-section {
  margin: 1.875rem !important; }

.mt-section,
.my-section {
  margin-top: 1.875rem !important; }

.mr-section,
.mx-section {
  margin-right: 1.875rem !important; }

.mb-section,
.my-section {
  margin-bottom: 1.875rem !important; }

.ml-section,
.mx-section {
  margin-left: 1.875rem !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; }

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

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

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

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

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

.p-7 {
  padding: 7.5rem !important; }

.pt-7,
.py-7 {
  padding-top: 7.5rem !important; }

.pr-7,
.px-7 {
  padding-right: 7.5rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 7.5rem !important; }

.pl-7,
.px-7 {
  padding-left: 7.5rem !important; }

.p-8 {
  padding: 10rem !important; }

.pt-8,
.py-8 {
  padding-top: 10rem !important; }

.pr-8,
.px-8 {
  padding-right: 10rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 10rem !important; }

.pl-8,
.px-8 {
  padding-left: 10rem !important; }

.p-9 {
  padding: 12.5rem !important; }

.pt-9,
.py-9 {
  padding-top: 12.5rem !important; }

.pr-9,
.px-9 {
  padding-right: 12.5rem !important; }

.pb-9,
.py-9 {
  padding-bottom: 12.5rem !important; }

.pl-9,
.px-9 {
  padding-left: 12.5rem !important; }

.p-10 {
  padding: 15rem !important; }

.pt-10,
.py-10 {
  padding-top: 15rem !important; }

.pr-10,
.px-10 {
  padding-right: 15rem !important; }

.pb-10,
.py-10 {
  padding-bottom: 15rem !important; }

.pl-10,
.px-10 {
  padding-left: 15rem !important; }

.p-card {
  padding: 1.25rem !important; }

.pt-card,
.py-card {
  padding-top: 1.25rem !important; }

.pr-card,
.px-card {
  padding-right: 1.25rem !important; }

.pb-card,
.py-card {
  padding-bottom: 1.25rem !important; }

.pl-card,
.px-card {
  padding-left: 1.25rem !important; }

.p-section {
  padding: 1.875rem !important; }

.pt-section,
.py-section {
  padding-top: 1.875rem !important; }

.pr-section,
.px-section {
  padding-right: 1.875rem !important; }

.pb-section,
.py-section {
  padding-bottom: 1.875rem !important; }

.pl-section,
.px-section {
  padding-left: 1.875rem !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-n6 {
  margin: -5rem !important; }

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

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

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

.ml-n6,
.mx-n6 {
  margin-left: -5rem !important; }

.m-n7 {
  margin: -7.5rem !important; }

.mt-n7,
.my-n7 {
  margin-top: -7.5rem !important; }

.mr-n7,
.mx-n7 {
  margin-right: -7.5rem !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -7.5rem !important; }

.ml-n7,
.mx-n7 {
  margin-left: -7.5rem !important; }

.m-n8 {
  margin: -10rem !important; }

.mt-n8,
.my-n8 {
  margin-top: -10rem !important; }

.mr-n8,
.mx-n8 {
  margin-right: -10rem !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -10rem !important; }

.ml-n8,
.mx-n8 {
  margin-left: -10rem !important; }

.m-n9 {
  margin: -12.5rem !important; }

.mt-n9,
.my-n9 {
  margin-top: -12.5rem !important; }

.mr-n9,
.mx-n9 {
  margin-right: -12.5rem !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -12.5rem !important; }

.ml-n9,
.mx-n9 {
  margin-left: -12.5rem !important; }

.m-n10 {
  margin: -15rem !important; }

.mt-n10,
.my-n10 {
  margin-top: -15rem !important; }

.mr-n10,
.mx-n10 {
  margin-right: -15rem !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -15rem !important; }

.ml-n10,
.mx-n10 {
  margin-left: -15rem !important; }

.m-ncard {
  margin: -1.25rem !important; }

.mt-ncard,
.my-ncard {
  margin-top: -1.25rem !important; }

.mr-ncard,
.mx-ncard {
  margin-right: -1.25rem !important; }

.mb-ncard,
.my-ncard {
  margin-bottom: -1.25rem !important; }

.ml-ncard,
.mx-ncard {
  margin-left: -1.25rem !important; }

.m-nsection {
  margin: -1.875rem !important; }

.mt-nsection,
.my-nsection {
  margin-top: -1.875rem !important; }

.mr-nsection,
.mx-nsection {
  margin-right: -1.875rem !important; }

.mb-nsection,
.my-nsection {
  margin-bottom: -1.875rem !important; }

.ml-nsection,
.mx-nsection {
  margin-left: -1.875rem !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; }
  .m-sm-6 {
    margin: 5rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 5rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 5rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 5rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 5rem !important; }
  .m-sm-7 {
    margin: 7.5rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7.5rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7.5rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7.5rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7.5rem !important; }
  .m-sm-8 {
    margin: 10rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 10rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 10rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 10rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 10rem !important; }
  .m-sm-9 {
    margin: 12.5rem !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 12.5rem !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 12.5rem !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 12.5rem !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 12.5rem !important; }
  .m-sm-10 {
    margin: 15rem !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 15rem !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 15rem !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 15rem !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 15rem !important; }
  .m-sm-card {
    margin: 1.25rem !important; }
  .mt-sm-card,
  .my-sm-card {
    margin-top: 1.25rem !important; }
  .mr-sm-card,
  .mx-sm-card {
    margin-right: 1.25rem !important; }
  .mb-sm-card,
  .my-sm-card {
    margin-bottom: 1.25rem !important; }
  .ml-sm-card,
  .mx-sm-card {
    margin-left: 1.25rem !important; }
  .m-sm-section {
    margin: 1.875rem !important; }
  .mt-sm-section,
  .my-sm-section {
    margin-top: 1.875rem !important; }
  .mr-sm-section,
  .mx-sm-section {
    margin-right: 1.875rem !important; }
  .mb-sm-section,
  .my-sm-section {
    margin-bottom: 1.875rem !important; }
  .ml-sm-section,
  .mx-sm-section {
    margin-left: 1.875rem !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; }
  .p-sm-6 {
    padding: 5rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 5rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 5rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 5rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 5rem !important; }
  .p-sm-7 {
    padding: 7.5rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7.5rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7.5rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7.5rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7.5rem !important; }
  .p-sm-8 {
    padding: 10rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 10rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 10rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 10rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 10rem !important; }
  .p-sm-9 {
    padding: 12.5rem !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 12.5rem !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 12.5rem !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 12.5rem !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 12.5rem !important; }
  .p-sm-10 {
    padding: 15rem !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 15rem !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 15rem !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 15rem !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 15rem !important; }
  .p-sm-card {
    padding: 1.25rem !important; }
  .pt-sm-card,
  .py-sm-card {
    padding-top: 1.25rem !important; }
  .pr-sm-card,
  .px-sm-card {
    padding-right: 1.25rem !important; }
  .pb-sm-card,
  .py-sm-card {
    padding-bottom: 1.25rem !important; }
  .pl-sm-card,
  .px-sm-card {
    padding-left: 1.25rem !important; }
  .p-sm-section {
    padding: 1.875rem !important; }
  .pt-sm-section,
  .py-sm-section {
    padding-top: 1.875rem !important; }
  .pr-sm-section,
  .px-sm-section {
    padding-right: 1.875rem !important; }
  .pb-sm-section,
  .py-sm-section {
    padding-bottom: 1.875rem !important; }
  .pl-sm-section,
  .px-sm-section {
    padding-left: 1.875rem !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-n6 {
    margin: -5rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -5rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -5rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -5rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -5rem !important; }
  .m-sm-n7 {
    margin: -7.5rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -7.5rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -7.5rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -7.5rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -7.5rem !important; }
  .m-sm-n8 {
    margin: -10rem !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -10rem !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -10rem !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -10rem !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -10rem !important; }
  .m-sm-n9 {
    margin: -12.5rem !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -12.5rem !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -12.5rem !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -12.5rem !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -12.5rem !important; }
  .m-sm-n10 {
    margin: -15rem !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -15rem !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -15rem !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -15rem !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -15rem !important; }
  .m-sm-ncard {
    margin: -1.25rem !important; }
  .mt-sm-ncard,
  .my-sm-ncard {
    margin-top: -1.25rem !important; }
  .mr-sm-ncard,
  .mx-sm-ncard {
    margin-right: -1.25rem !important; }
  .mb-sm-ncard,
  .my-sm-ncard {
    margin-bottom: -1.25rem !important; }
  .ml-sm-ncard,
  .mx-sm-ncard {
    margin-left: -1.25rem !important; }
  .m-sm-nsection {
    margin: -1.875rem !important; }
  .mt-sm-nsection,
  .my-sm-nsection {
    margin-top: -1.875rem !important; }
  .mr-sm-nsection,
  .mx-sm-nsection {
    margin-right: -1.875rem !important; }
  .mb-sm-nsection,
  .my-sm-nsection {
    margin-bottom: -1.875rem !important; }
  .ml-sm-nsection,
  .mx-sm-nsection {
    margin-left: -1.875rem !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; }
  .m-md-6 {
    margin: 5rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 5rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 5rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 5rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 5rem !important; }
  .m-md-7 {
    margin: 7.5rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7.5rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7.5rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7.5rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7.5rem !important; }
  .m-md-8 {
    margin: 10rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 10rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 10rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 10rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 10rem !important; }
  .m-md-9 {
    margin: 12.5rem !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 12.5rem !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 12.5rem !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 12.5rem !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 12.5rem !important; }
  .m-md-10 {
    margin: 15rem !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 15rem !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 15rem !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 15rem !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 15rem !important; }
  .m-md-card {
    margin: 1.25rem !important; }
  .mt-md-card,
  .my-md-card {
    margin-top: 1.25rem !important; }
  .mr-md-card,
  .mx-md-card {
    margin-right: 1.25rem !important; }
  .mb-md-card,
  .my-md-card {
    margin-bottom: 1.25rem !important; }
  .ml-md-card,
  .mx-md-card {
    margin-left: 1.25rem !important; }
  .m-md-section {
    margin: 1.875rem !important; }
  .mt-md-section,
  .my-md-section {
    margin-top: 1.875rem !important; }
  .mr-md-section,
  .mx-md-section {
    margin-right: 1.875rem !important; }
  .mb-md-section,
  .my-md-section {
    margin-bottom: 1.875rem !important; }
  .ml-md-section,
  .mx-md-section {
    margin-left: 1.875rem !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; }
  .p-md-6 {
    padding: 5rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 5rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 5rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 5rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 5rem !important; }
  .p-md-7 {
    padding: 7.5rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7.5rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7.5rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7.5rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7.5rem !important; }
  .p-md-8 {
    padding: 10rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 10rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 10rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 10rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 10rem !important; }
  .p-md-9 {
    padding: 12.5rem !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 12.5rem !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 12.5rem !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 12.5rem !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 12.5rem !important; }
  .p-md-10 {
    padding: 15rem !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 15rem !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 15rem !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 15rem !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 15rem !important; }
  .p-md-card {
    padding: 1.25rem !important; }
  .pt-md-card,
  .py-md-card {
    padding-top: 1.25rem !important; }
  .pr-md-card,
  .px-md-card {
    padding-right: 1.25rem !important; }
  .pb-md-card,
  .py-md-card {
    padding-bottom: 1.25rem !important; }
  .pl-md-card,
  .px-md-card {
    padding-left: 1.25rem !important; }
  .p-md-section {
    padding: 1.875rem !important; }
  .pt-md-section,
  .py-md-section {
    padding-top: 1.875rem !important; }
  .pr-md-section,
  .px-md-section {
    padding-right: 1.875rem !important; }
  .pb-md-section,
  .py-md-section {
    padding-bottom: 1.875rem !important; }
  .pl-md-section,
  .px-md-section {
    padding-left: 1.875rem !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-n6 {
    margin: -5rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -5rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -5rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -5rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -5rem !important; }
  .m-md-n7 {
    margin: -7.5rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -7.5rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -7.5rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -7.5rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -7.5rem !important; }
  .m-md-n8 {
    margin: -10rem !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -10rem !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -10rem !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -10rem !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -10rem !important; }
  .m-md-n9 {
    margin: -12.5rem !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -12.5rem !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -12.5rem !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -12.5rem !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -12.5rem !important; }
  .m-md-n10 {
    margin: -15rem !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -15rem !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -15rem !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -15rem !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -15rem !important; }
  .m-md-ncard {
    margin: -1.25rem !important; }
  .mt-md-ncard,
  .my-md-ncard {
    margin-top: -1.25rem !important; }
  .mr-md-ncard,
  .mx-md-ncard {
    margin-right: -1.25rem !important; }
  .mb-md-ncard,
  .my-md-ncard {
    margin-bottom: -1.25rem !important; }
  .ml-md-ncard,
  .mx-md-ncard {
    margin-left: -1.25rem !important; }
  .m-md-nsection {
    margin: -1.875rem !important; }
  .mt-md-nsection,
  .my-md-nsection {
    margin-top: -1.875rem !important; }
  .mr-md-nsection,
  .mx-md-nsection {
    margin-right: -1.875rem !important; }
  .mb-md-nsection,
  .my-md-nsection {
    margin-bottom: -1.875rem !important; }
  .ml-md-nsection,
  .mx-md-nsection {
    margin-left: -1.875rem !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; }
  .m-lg-6 {
    margin: 5rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 5rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 5rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 5rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 5rem !important; }
  .m-lg-7 {
    margin: 7.5rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7.5rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7.5rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7.5rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7.5rem !important; }
  .m-lg-8 {
    margin: 10rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 10rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 10rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 10rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 10rem !important; }
  .m-lg-9 {
    margin: 12.5rem !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 12.5rem !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 12.5rem !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 12.5rem !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 12.5rem !important; }
  .m-lg-10 {
    margin: 15rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 15rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 15rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 15rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 15rem !important; }
  .m-lg-card {
    margin: 1.25rem !important; }
  .mt-lg-card,
  .my-lg-card {
    margin-top: 1.25rem !important; }
  .mr-lg-card,
  .mx-lg-card {
    margin-right: 1.25rem !important; }
  .mb-lg-card,
  .my-lg-card {
    margin-bottom: 1.25rem !important; }
  .ml-lg-card,
  .mx-lg-card {
    margin-left: 1.25rem !important; }
  .m-lg-section {
    margin: 1.875rem !important; }
  .mt-lg-section,
  .my-lg-section {
    margin-top: 1.875rem !important; }
  .mr-lg-section,
  .mx-lg-section {
    margin-right: 1.875rem !important; }
  .mb-lg-section,
  .my-lg-section {
    margin-bottom: 1.875rem !important; }
  .ml-lg-section,
  .mx-lg-section {
    margin-left: 1.875rem !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; }
  .p-lg-6 {
    padding: 5rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 5rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 5rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 5rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 5rem !important; }
  .p-lg-7 {
    padding: 7.5rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7.5rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7.5rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7.5rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7.5rem !important; }
  .p-lg-8 {
    padding: 10rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 10rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 10rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 10rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 10rem !important; }
  .p-lg-9 {
    padding: 12.5rem !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 12.5rem !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 12.5rem !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 12.5rem !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 12.5rem !important; }
  .p-lg-10 {
    padding: 15rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 15rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 15rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 15rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 15rem !important; }
  .p-lg-card {
    padding: 1.25rem !important; }
  .pt-lg-card,
  .py-lg-card {
    padding-top: 1.25rem !important; }
  .pr-lg-card,
  .px-lg-card {
    padding-right: 1.25rem !important; }
  .pb-lg-card,
  .py-lg-card {
    padding-bottom: 1.25rem !important; }
  .pl-lg-card,
  .px-lg-card {
    padding-left: 1.25rem !important; }
  .p-lg-section {
    padding: 1.875rem !important; }
  .pt-lg-section,
  .py-lg-section {
    padding-top: 1.875rem !important; }
  .pr-lg-section,
  .px-lg-section {
    padding-right: 1.875rem !important; }
  .pb-lg-section,
  .py-lg-section {
    padding-bottom: 1.875rem !important; }
  .pl-lg-section,
  .px-lg-section {
    padding-left: 1.875rem !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-n6 {
    margin: -5rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -5rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -5rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -5rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -5rem !important; }
  .m-lg-n7 {
    margin: -7.5rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -7.5rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -7.5rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -7.5rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -7.5rem !important; }
  .m-lg-n8 {
    margin: -10rem !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -10rem !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -10rem !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -10rem !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -10rem !important; }
  .m-lg-n9 {
    margin: -12.5rem !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -12.5rem !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -12.5rem !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -12.5rem !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -12.5rem !important; }
  .m-lg-n10 {
    margin: -15rem !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -15rem !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -15rem !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -15rem !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -15rem !important; }
  .m-lg-ncard {
    margin: -1.25rem !important; }
  .mt-lg-ncard,
  .my-lg-ncard {
    margin-top: -1.25rem !important; }
  .mr-lg-ncard,
  .mx-lg-ncard {
    margin-right: -1.25rem !important; }
  .mb-lg-ncard,
  .my-lg-ncard {
    margin-bottom: -1.25rem !important; }
  .ml-lg-ncard,
  .mx-lg-ncard {
    margin-left: -1.25rem !important; }
  .m-lg-nsection {
    margin: -1.875rem !important; }
  .mt-lg-nsection,
  .my-lg-nsection {
    margin-top: -1.875rem !important; }
  .mr-lg-nsection,
  .mx-lg-nsection {
    margin-right: -1.875rem !important; }
  .mb-lg-nsection,
  .my-lg-nsection {
    margin-bottom: -1.875rem !important; }
  .ml-lg-nsection,
  .mx-lg-nsection {
    margin-left: -1.875rem !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; }
  .m-xl-6 {
    margin: 5rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 5rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 5rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 5rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 5rem !important; }
  .m-xl-7 {
    margin: 7.5rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7.5rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7.5rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7.5rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7.5rem !important; }
  .m-xl-8 {
    margin: 10rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 10rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 10rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 10rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 10rem !important; }
  .m-xl-9 {
    margin: 12.5rem !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 12.5rem !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 12.5rem !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 12.5rem !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 12.5rem !important; }
  .m-xl-10 {
    margin: 15rem !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 15rem !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 15rem !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 15rem !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 15rem !important; }
  .m-xl-card {
    margin: 1.25rem !important; }
  .mt-xl-card,
  .my-xl-card {
    margin-top: 1.25rem !important; }
  .mr-xl-card,
  .mx-xl-card {
    margin-right: 1.25rem !important; }
  .mb-xl-card,
  .my-xl-card {
    margin-bottom: 1.25rem !important; }
  .ml-xl-card,
  .mx-xl-card {
    margin-left: 1.25rem !important; }
  .m-xl-section {
    margin: 1.875rem !important; }
  .mt-xl-section,
  .my-xl-section {
    margin-top: 1.875rem !important; }
  .mr-xl-section,
  .mx-xl-section {
    margin-right: 1.875rem !important; }
  .mb-xl-section,
  .my-xl-section {
    margin-bottom: 1.875rem !important; }
  .ml-xl-section,
  .mx-xl-section {
    margin-left: 1.875rem !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; }
  .p-xl-6 {
    padding: 5rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 5rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 5rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 5rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 5rem !important; }
  .p-xl-7 {
    padding: 7.5rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7.5rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7.5rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7.5rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7.5rem !important; }
  .p-xl-8 {
    padding: 10rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 10rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 10rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 10rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 10rem !important; }
  .p-xl-9 {
    padding: 12.5rem !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 12.5rem !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 12.5rem !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 12.5rem !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 12.5rem !important; }
  .p-xl-10 {
    padding: 15rem !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 15rem !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 15rem !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 15rem !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 15rem !important; }
  .p-xl-card {
    padding: 1.25rem !important; }
  .pt-xl-card,
  .py-xl-card {
    padding-top: 1.25rem !important; }
  .pr-xl-card,
  .px-xl-card {
    padding-right: 1.25rem !important; }
  .pb-xl-card,
  .py-xl-card {
    padding-bottom: 1.25rem !important; }
  .pl-xl-card,
  .px-xl-card {
    padding-left: 1.25rem !important; }
  .p-xl-section {
    padding: 1.875rem !important; }
  .pt-xl-section,
  .py-xl-section {
    padding-top: 1.875rem !important; }
  .pr-xl-section,
  .px-xl-section {
    padding-right: 1.875rem !important; }
  .pb-xl-section,
  .py-xl-section {
    padding-bottom: 1.875rem !important; }
  .pl-xl-section,
  .px-xl-section {
    padding-left: 1.875rem !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-n6 {
    margin: -5rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -5rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -5rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -5rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -5rem !important; }
  .m-xl-n7 {
    margin: -7.5rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -7.5rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -7.5rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -7.5rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -7.5rem !important; }
  .m-xl-n8 {
    margin: -10rem !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -10rem !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -10rem !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -10rem !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -10rem !important; }
  .m-xl-n9 {
    margin: -12.5rem !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -12.5rem !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -12.5rem !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -12.5rem !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -12.5rem !important; }
  .m-xl-n10 {
    margin: -15rem !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -15rem !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -15rem !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -15rem !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -15rem !important; }
  .m-xl-ncard {
    margin: -1.25rem !important; }
  .mt-xl-ncard,
  .my-xl-ncard {
    margin-top: -1.25rem !important; }
  .mr-xl-ncard,
  .mx-xl-ncard {
    margin-right: -1.25rem !important; }
  .mb-xl-ncard,
  .my-xl-ncard {
    margin-bottom: -1.25rem !important; }
  .ml-xl-ncard,
  .mx-xl-ncard {
    margin-left: -1.25rem !important; }
  .m-xl-nsection {
    margin: -1.875rem !important; }
  .mt-xl-nsection,
  .my-xl-nsection {
    margin-top: -1.875rem !important; }
  .mr-xl-nsection,
  .mx-xl-nsection {
    margin-right: -1.875rem !important; }
  .mb-xl-nsection,
  .my-xl-nsection {
    margin-bottom: -1.875rem !important; }
  .ml-xl-nsection,
  .mx-xl-nsection {
    margin-left: -1.875rem !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: #2638C4 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #1a2684 !important; }

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

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

.text-success {
  color: #087B45 !important; }

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

.text-info {
  color: #48D3CD !important; }

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

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

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

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

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

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

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

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

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

.text-black {
  color: #1D1E1F !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-black-blue {
  color: #000525 !important; }

a.text-black-blue:hover, a.text-black-blue:focus {
  color: black !important; }

.text-blue {
  color: #111384 !important; }

a.text-blue:hover, a.text-blue:focus {
  color: #080940 !important; }

.text-coral {
  color: #F3704E !important; }

a.text-coral:hover, a.text-coral:focus {
  color: #e53c10 !important; }

.text-dark-blue {
  color: #040C41 !important; }

a.text-dark-blue:hover, a.text-dark-blue:focus {
  color: black !important; }

.text-dark-gray {
  color: #040C41 !important; }

a.text-dark-gray:hover, a.text-dark-gray:focus {
  color: black !important; }

.text-gray {
  color: #60738A !important; }

a.text-gray:hover, a.text-gray:focus {
  color: #414d5d !important; }

.text-green {
  color: #087B45 !important; }

a.text-green:hover, a.text-green:focus {
  color: #03331d !important; }

.text-light-blue {
  color: #486CD8 !important; }

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

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

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

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

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

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

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

.text-navy-blue {
  color: #0A145A !important; }

a.text-navy-blue:hover, a.text-navy-blue:focus {
  color: #020515 !important; }

.text-orange {
  color: #F3704E !important; }

a.text-orange:hover, a.text-orange:focus {
  color: #e53c10 !important; }

.text-purple {
  color: #6A1B9A !important; }

a.text-purple:hover, a.text-purple:focus {
  color: #3d1059 !important; }

.text-red {
  color: #D6383A !important; }

a.text-red:hover, a.text-red:focus {
  color: #a02123 !important; }

.text-teal {
  color: #48D3CD !important; }

a.text-teal:hover, a.text-teal:focus {
  color: #28a6a1 !important; }

.text-tirtiary {
  color: #49D2CC !important; }

a.text-tirtiary:hover, a.text-tirtiary:focus {
  color: #29a6a0 !important; }

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

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important; }

.text-yellow {
  color: #FFCF00 !important; }

a.text-yellow:hover, a.text-yellow:focus {
  color: #b39100 !important; }

.text-border {
  color: #979797 !important; }

a.text-border:hover, a.text-border:focus {
  color: #717171 !important; }

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("/wp-content/themes/hi2020/.dist/fonts/ionicons.eot?v=2.0.1");
  src: url("/wp-content/themes/hi2020/.dist/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("/wp-content/themes/hi2020/.dist/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("/wp-content/themes/hi2020/.dist/fonts/ionicons.woff?v=2.0.1") format("woff"), url("/wp-content/themes/hi2020/.dist/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: ""; }

.ion-alert-circled:before {
  content: ""; }

.ion-android-add:before {
  content: ""; }

.ion-android-add-circle:before {
  content: ""; }

.ion-android-alarm-clock:before {
  content: ""; }

.ion-android-alert:before {
  content: ""; }

.ion-android-apps:before {
  content: ""; }

.ion-android-archive:before {
  content: ""; }

.ion-android-arrow-back:before {
  content: ""; }

.ion-android-arrow-down:before {
  content: ""; }

.ion-android-arrow-dropdown:before {
  content: ""; }

.ion-android-arrow-dropdown-circle:before {
  content: ""; }

.ion-android-arrow-dropleft:before {
  content: ""; }

.ion-android-arrow-dropleft-circle:before {
  content: ""; }

.ion-android-arrow-dropright:before {
  content: ""; }

.ion-android-arrow-dropright-circle:before {
  content: ""; }

.ion-android-arrow-dropup:before {
  content: ""; }

.ion-android-arrow-dropup-circle:before {
  content: ""; }

.ion-android-arrow-forward:before {
  content: ""; }

.ion-android-arrow-up:before {
  content: ""; }

.ion-android-attach:before {
  content: ""; }

.ion-android-bar:before {
  content: ""; }

.ion-android-bicycle:before {
  content: ""; }

.ion-android-boat:before {
  content: ""; }

.ion-android-bookmark:before {
  content: ""; }

.ion-android-bulb:before {
  content: ""; }

.ion-android-bus:before {
  content: ""; }

.ion-android-calendar:before {
  content: ""; }

.ion-android-call:before {
  content: ""; }

.ion-android-camera:before {
  content: ""; }

.ion-android-cancel:before {
  content: ""; }

.ion-android-car:before {
  content: ""; }

.ion-android-cart:before {
  content: ""; }

.ion-android-chat:before {
  content: ""; }

.ion-android-checkbox:before {
  content: ""; }

.ion-android-checkbox-blank:before {
  content: ""; }

.ion-android-checkbox-outline:before {
  content: ""; }

.ion-android-checkbox-outline-blank:before {
  content: ""; }

.ion-android-checkmark-circle:before {
  content: ""; }

.ion-android-clipboard:before {
  content: ""; }

.ion-android-close:before {
  content: ""; }

.ion-android-cloud:before {
  content: ""; }

.ion-android-cloud-circle:before {
  content: ""; }

.ion-android-cloud-done:before {
  content: ""; }

.ion-android-cloud-outline:before {
  content: ""; }

.ion-android-color-palette:before {
  content: ""; }

.ion-android-compass:before {
  content: ""; }

.ion-android-contact:before {
  content: ""; }

.ion-android-contacts:before {
  content: ""; }

.ion-android-contract:before {
  content: ""; }

.ion-android-create:before {
  content: ""; }

.ion-android-delete:before {
  content: ""; }

.ion-android-desktop:before {
  content: ""; }

.ion-android-document:before {
  content: ""; }

.ion-android-done:before {
  content: ""; }

.ion-android-done-all:before {
  content: ""; }

.ion-android-download:before {
  content: ""; }

.ion-android-drafts:before {
  content: ""; }

.ion-android-exit:before {
  content: ""; }

.ion-android-expand:before {
  content: ""; }

.ion-android-favorite:before {
  content: ""; }

.ion-android-favorite-outline:before {
  content: ""; }

.ion-android-film:before {
  content: ""; }

.ion-android-folder:before {
  content: ""; }

.ion-android-folder-open:before {
  content: ""; }

.ion-android-funnel:before {
  content: ""; }

.ion-android-globe:before {
  content: ""; }

.ion-android-hand:before {
  content: ""; }

.ion-android-hangout:before {
  content: ""; }

.ion-android-happy:before {
  content: ""; }

.ion-android-home:before {
  content: ""; }

.ion-android-image:before {
  content: ""; }

.ion-android-laptop:before {
  content: ""; }

.ion-android-list:before {
  content: ""; }

.ion-android-locate:before {
  content: ""; }

.ion-android-lock:before {
  content: ""; }

.ion-android-mail:before {
  content: ""; }

.ion-android-map:before {
  content: ""; }

.ion-android-menu:before {
  content: ""; }

.ion-android-microphone:before {
  content: ""; }

.ion-android-microphone-off:before {
  content: ""; }

.ion-android-more-horizontal:before {
  content: ""; }

.ion-android-more-vertical:before {
  content: ""; }

.ion-android-navigate:before {
  content: ""; }

.ion-android-notifications:before {
  content: ""; }

.ion-android-notifications-none:before {
  content: ""; }

.ion-android-notifications-off:before {
  content: ""; }

.ion-android-open:before {
  content: ""; }

.ion-android-options:before {
  content: ""; }

.ion-android-people:before {
  content: ""; }

.ion-android-person:before {
  content: ""; }

.ion-android-person-add:before {
  content: ""; }

.ion-android-phone-landscape:before {
  content: ""; }

.ion-android-phone-portrait:before {
  content: ""; }

.ion-android-pin:before {
  content: ""; }

.ion-android-plane:before {
  content: ""; }

.ion-android-playstore:before {
  content: ""; }

.ion-android-print:before {
  content: ""; }

.ion-android-radio-button-off:before {
  content: ""; }

.ion-android-radio-button-on:before {
  content: ""; }

.ion-android-refresh:before {
  content: ""; }

.ion-android-remove:before {
  content: ""; }

.ion-android-remove-circle:before {
  content: ""; }

.ion-android-restaurant:before {
  content: ""; }

.ion-android-sad:before {
  content: ""; }

.ion-android-search:before {
  content: ""; }

.ion-android-send:before {
  content: ""; }

.ion-android-settings:before {
  content: ""; }

.ion-android-share:before {
  content: ""; }

.ion-android-share-alt:before {
  content: ""; }

.ion-android-star:before {
  content: ""; }

.ion-android-star-half:before {
  content: ""; }

.ion-android-star-outline:before {
  content: ""; }

.ion-android-stopwatch:before {
  content: ""; }

.ion-android-subway:before {
  content: ""; }

.ion-android-sunny:before {
  content: ""; }

.ion-android-sync:before {
  content: ""; }

.ion-android-textsms:before {
  content: ""; }

.ion-android-time:before {
  content: ""; }

.ion-android-train:before {
  content: ""; }

.ion-android-unlock:before {
  content: ""; }

.ion-android-upload:before {
  content: ""; }

.ion-android-volume-down:before {
  content: ""; }

.ion-android-volume-mute:before {
  content: ""; }

.ion-android-volume-off:before {
  content: ""; }

.ion-android-volume-up:before {
  content: ""; }

.ion-android-walk:before {
  content: ""; }

.ion-android-warning:before {
  content: ""; }

.ion-android-watch:before {
  content: ""; }

.ion-android-wifi:before {
  content: ""; }

.ion-aperture:before {
  content: ""; }

.ion-archive:before {
  content: ""; }

.ion-arrow-down-a:before {
  content: ""; }

.ion-arrow-down-b:before {
  content: ""; }

.ion-arrow-down-c:before {
  content: ""; }

.ion-arrow-expand:before {
  content: ""; }

.ion-arrow-graph-down-left:before {
  content: ""; }

.ion-arrow-graph-down-right:before {
  content: ""; }

.ion-arrow-graph-up-left:before {
  content: ""; }

.ion-arrow-graph-up-right:before {
  content: ""; }

.ion-arrow-left-a:before {
  content: ""; }

.ion-arrow-left-b:before {
  content: ""; }

.ion-arrow-left-c:before {
  content: ""; }

.ion-arrow-move:before {
  content: ""; }

.ion-arrow-resize:before {
  content: ""; }

.ion-arrow-return-left:before {
  content: ""; }

.ion-arrow-return-right:before {
  content: ""; }

.ion-arrow-right-a:before {
  content: ""; }

.ion-arrow-right-b:before {
  content: ""; }

.ion-arrow-right-c:before {
  content: ""; }

.ion-arrow-shrink:before {
  content: ""; }

.ion-arrow-swap:before {
  content: ""; }

.ion-arrow-up-a:before {
  content: ""; }

.ion-arrow-up-b:before {
  content: ""; }

.ion-arrow-up-c:before {
  content: ""; }

.ion-asterisk:before {
  content: ""; }

.ion-at:before {
  content: ""; }

.ion-backspace:before {
  content: ""; }

.ion-backspace-outline:before {
  content: ""; }

.ion-bag:before {
  content: ""; }

.ion-battery-charging:before {
  content: ""; }

.ion-battery-empty:before {
  content: ""; }

.ion-battery-full:before {
  content: ""; }

.ion-battery-half:before {
  content: ""; }

.ion-battery-low:before {
  content: ""; }

.ion-beaker:before {
  content: ""; }

.ion-beer:before {
  content: ""; }

.ion-bluetooth:before {
  content: ""; }

.ion-bonfire:before {
  content: ""; }

.ion-bookmark:before {
  content: ""; }

.ion-bowtie:before {
  content: ""; }

.ion-briefcase:before {
  content: ""; }

.ion-bug:before {
  content: ""; }

.ion-calculator:before {
  content: ""; }

.ion-calendar:before {
  content: ""; }

.ion-camera:before {
  content: ""; }

.ion-card:before {
  content: ""; }

.ion-cash:before {
  content: ""; }

.ion-chatbox:before {
  content: ""; }

.ion-chatbox-working:before {
  content: ""; }

.ion-chatboxes:before {
  content: ""; }

.ion-chatbubble:before {
  content: ""; }

.ion-chatbubble-working:before {
  content: ""; }

.ion-chatbubbles:before {
  content: ""; }

.ion-checkmark:before {
  content: ""; }

.ion-checkmark-circled:before {
  content: ""; }

.ion-checkmark-round:before {
  content: ""; }

.ion-chevron-down:before {
  content: ""; }

.ion-chevron-left:before {
  content: ""; }

.ion-chevron-right:before {
  content: ""; }

.ion-chevron-up:before {
  content: ""; }

.ion-clipboard:before {
  content: ""; }

.ion-clock:before {
  content: ""; }

.ion-close:before {
  content: ""; }

.ion-close-circled:before {
  content: ""; }

.ion-close-round:before {
  content: ""; }

.ion-closed-captioning:before {
  content: ""; }

.ion-cloud:before {
  content: ""; }

.ion-code:before {
  content: ""; }

.ion-code-download:before {
  content: ""; }

.ion-code-working:before {
  content: ""; }

.ion-coffee:before {
  content: ""; }

.ion-compass:before {
  content: ""; }

.ion-compose:before {
  content: ""; }

.ion-connection-bars:before {
  content: ""; }

.ion-contrast:before {
  content: ""; }

.ion-crop:before {
  content: ""; }

.ion-cube:before {
  content: ""; }

.ion-disc:before {
  content: ""; }

.ion-document:before {
  content: ""; }

.ion-document-text:before {
  content: ""; }

.ion-drag:before {
  content: ""; }

.ion-earth:before {
  content: ""; }

.ion-easel:before {
  content: ""; }

.ion-edit:before {
  content: ""; }

.ion-egg:before {
  content: ""; }

.ion-eject:before {
  content: ""; }

.ion-email:before {
  content: ""; }

.ion-email-unread:before {
  content: ""; }

.ion-erlenmeyer-flask:before {
  content: ""; }

.ion-erlenmeyer-flask-bubbles:before {
  content: ""; }

.ion-eye:before {
  content: ""; }

.ion-eye-disabled:before {
  content: ""; }

.ion-female:before {
  content: ""; }

.ion-filing:before {
  content: ""; }

.ion-film-marker:before {
  content: ""; }

.ion-fireball:before {
  content: ""; }

.ion-flag:before {
  content: ""; }

.ion-flame:before {
  content: ""; }

.ion-flash:before {
  content: ""; }

.ion-flash-off:before {
  content: ""; }

.ion-folder:before {
  content: ""; }

.ion-fork:before {
  content: ""; }

.ion-fork-repo:before {
  content: ""; }

.ion-forward:before {
  content: ""; }

.ion-funnel:before {
  content: ""; }

.ion-gear-a:before {
  content: ""; }

.ion-gear-b:before {
  content: ""; }

.ion-grid:before {
  content: ""; }

.ion-hammer:before {
  content: ""; }

.ion-happy:before {
  content: ""; }

.ion-happy-outline:before {
  content: ""; }

.ion-headphone:before {
  content: ""; }

.ion-heart:before {
  content: ""; }

.ion-heart-broken:before {
  content: ""; }

.ion-help:before {
  content: ""; }

.ion-help-buoy:before {
  content: ""; }

.ion-help-circled:before {
  content: ""; }

.ion-home:before {
  content: ""; }

.ion-icecream:before {
  content: ""; }

.ion-image:before {
  content: ""; }

.ion-images:before {
  content: ""; }

.ion-information:before {
  content: ""; }

.ion-information-circled:before {
  content: ""; }

.ion-ionic:before {
  content: ""; }

.ion-ios-alarm:before {
  content: ""; }

.ion-ios-alarm-outline:before {
  content: ""; }

.ion-ios-albums:before {
  content: ""; }

.ion-ios-albums-outline:before {
  content: ""; }

.ion-ios-americanfootball:before {
  content: ""; }

.ion-ios-americanfootball-outline:before {
  content: ""; }

.ion-ios-analytics:before {
  content: ""; }

.ion-ios-analytics-outline:before {
  content: ""; }

.ion-ios-arrow-back:before {
  content: ""; }

.ion-ios-arrow-down:before {
  content: ""; }

.ion-ios-arrow-forward:before {
  content: ""; }

.ion-ios-arrow-left:before {
  content: ""; }

.ion-ios-arrow-right:before {
  content: ""; }

.ion-ios-arrow-thin-down:before {
  content: ""; }

.ion-ios-arrow-thin-left:before {
  content: ""; }

.ion-ios-arrow-thin-right:before {
  content: ""; }

.ion-ios-arrow-thin-up:before {
  content: ""; }

.ion-ios-arrow-up:before {
  content: ""; }

.ion-ios-at:before {
  content: ""; }

.ion-ios-at-outline:before {
  content: ""; }

.ion-ios-barcode:before {
  content: ""; }

.ion-ios-barcode-outline:before {
  content: ""; }

.ion-ios-baseball:before {
  content: ""; }

.ion-ios-baseball-outline:before {
  content: ""; }

.ion-ios-basketball:before {
  content: ""; }

.ion-ios-basketball-outline:before {
  content: ""; }

.ion-ios-bell:before {
  content: ""; }

.ion-ios-bell-outline:before {
  content: ""; }

.ion-ios-body:before {
  content: ""; }

.ion-ios-body-outline:before {
  content: ""; }

.ion-ios-bolt:before {
  content: ""; }

.ion-ios-bolt-outline:before {
  content: ""; }

.ion-ios-book:before {
  content: ""; }

.ion-ios-book-outline:before {
  content: ""; }

.ion-ios-bookmarks:before {
  content: ""; }

.ion-ios-bookmarks-outline:before {
  content: ""; }

.ion-ios-box:before {
  content: ""; }

.ion-ios-box-outline:before {
  content: ""; }

.ion-ios-briefcase:before {
  content: ""; }

.ion-ios-briefcase-outline:before {
  content: ""; }

.ion-ios-browsers:before {
  content: ""; }

.ion-ios-browsers-outline:before {
  content: ""; }

.ion-ios-calculator:before {
  content: ""; }

.ion-ios-calculator-outline:before {
  content: ""; }

.ion-ios-calendar:before {
  content: ""; }

.ion-ios-calendar-outline:before {
  content: ""; }

.ion-ios-camera:before {
  content: ""; }

.ion-ios-camera-outline:before {
  content: ""; }

.ion-ios-cart:before {
  content: ""; }

.ion-ios-cart-outline:before {
  content: ""; }

.ion-ios-chatboxes:before {
  content: ""; }

.ion-ios-chatboxes-outline:before {
  content: ""; }

.ion-ios-chatbubble:before {
  content: ""; }

.ion-ios-chatbubble-outline:before {
  content: ""; }

.ion-ios-checkmark:before {
  content: ""; }

.ion-ios-checkmark-empty:before {
  content: ""; }

.ion-ios-checkmark-outline:before {
  content: ""; }

.ion-ios-circle-filled:before {
  content: ""; }

.ion-ios-circle-outline:before {
  content: ""; }

.ion-ios-clock:before {
  content: ""; }

.ion-ios-clock-outline:before {
  content: ""; }

.ion-ios-close:before {
  content: ""; }

.ion-ios-close-empty:before {
  content: ""; }

.ion-ios-close-outline:before {
  content: ""; }

.ion-ios-cloud:before {
  content: ""; }

.ion-ios-cloud-download:before {
  content: ""; }

.ion-ios-cloud-download-outline:before {
  content: ""; }

.ion-ios-cloud-outline:before {
  content: ""; }

.ion-ios-cloud-upload:before {
  content: ""; }

.ion-ios-cloud-upload-outline:before {
  content: ""; }

.ion-ios-cloudy:before {
  content: ""; }

.ion-ios-cloudy-night:before {
  content: ""; }

.ion-ios-cloudy-night-outline:before {
  content: ""; }

.ion-ios-cloudy-outline:before {
  content: ""; }

.ion-ios-cog:before {
  content: ""; }

.ion-ios-cog-outline:before {
  content: ""; }

.ion-ios-color-filter:before {
  content: ""; }

.ion-ios-color-filter-outline:before {
  content: ""; }

.ion-ios-color-wand:before {
  content: ""; }

.ion-ios-color-wand-outline:before {
  content: ""; }

.ion-ios-compose:before {
  content: ""; }

.ion-ios-compose-outline:before {
  content: ""; }

.ion-ios-contact:before {
  content: ""; }

.ion-ios-contact-outline:before {
  content: ""; }

.ion-ios-copy:before {
  content: ""; }

.ion-ios-copy-outline:before {
  content: ""; }

.ion-ios-crop:before {
  content: ""; }

.ion-ios-crop-strong:before {
  content: ""; }

.ion-ios-download:before {
  content: ""; }

.ion-ios-download-outline:before {
  content: ""; }

.ion-ios-drag:before {
  content: ""; }

.ion-ios-email:before {
  content: ""; }

.ion-ios-email-outline:before {
  content: ""; }

.ion-ios-eye:before {
  content: ""; }

.ion-ios-eye-outline:before {
  content: ""; }

.ion-ios-fastforward:before {
  content: ""; }

.ion-ios-fastforward-outline:before {
  content: ""; }

.ion-ios-filing:before {
  content: ""; }

.ion-ios-filing-outline:before {
  content: ""; }

.ion-ios-film:before {
  content: ""; }

.ion-ios-film-outline:before {
  content: ""; }

.ion-ios-flag:before {
  content: ""; }

.ion-ios-flag-outline:before {
  content: ""; }

.ion-ios-flame:before {
  content: ""; }

.ion-ios-flame-outline:before {
  content: ""; }

.ion-ios-flask:before {
  content: ""; }

.ion-ios-flask-outline:before {
  content: ""; }

.ion-ios-flower:before {
  content: ""; }

.ion-ios-flower-outline:before {
  content: ""; }

.ion-ios-folder:before {
  content: ""; }

.ion-ios-folder-outline:before {
  content: ""; }

.ion-ios-football:before {
  content: ""; }

.ion-ios-football-outline:before {
  content: ""; }

.ion-ios-game-controller-a:before {
  content: ""; }

.ion-ios-game-controller-a-outline:before {
  content: ""; }

.ion-ios-game-controller-b:before {
  content: ""; }

.ion-ios-game-controller-b-outline:before {
  content: ""; }

.ion-ios-gear:before {
  content: ""; }

.ion-ios-gear-outline:before {
  content: ""; }

.ion-ios-glasses:before {
  content: ""; }

.ion-ios-glasses-outline:before {
  content: ""; }

.ion-ios-grid-view:before {
  content: ""; }

.ion-ios-grid-view-outline:before {
  content: ""; }

.ion-ios-heart:before {
  content: ""; }

.ion-ios-heart-outline:before {
  content: ""; }

.ion-ios-help:before {
  content: ""; }

.ion-ios-help-empty:before {
  content: ""; }

.ion-ios-help-outline:before {
  content: ""; }

.ion-ios-home:before {
  content: ""; }

.ion-ios-home-outline:before {
  content: ""; }

.ion-ios-infinite:before {
  content: ""; }

.ion-ios-infinite-outline:before {
  content: ""; }

.ion-ios-information:before {
  content: ""; }

.ion-ios-information-empty:before {
  content: ""; }

.ion-ios-information-outline:before {
  content: ""; }

.ion-ios-ionic-outline:before {
  content: ""; }

.ion-ios-keypad:before {
  content: ""; }

.ion-ios-keypad-outline:before {
  content: ""; }

.ion-ios-lightbulb:before {
  content: ""; }

.ion-ios-lightbulb-outline:before {
  content: ""; }

.ion-ios-list:before {
  content: ""; }

.ion-ios-list-outline:before {
  content: ""; }

.ion-ios-location:before {
  content: ""; }

.ion-ios-location-outline:before {
  content: ""; }

.ion-ios-locked:before {
  content: ""; }

.ion-ios-locked-outline:before {
  content: ""; }

.ion-ios-loop:before {
  content: ""; }

.ion-ios-loop-strong:before {
  content: ""; }

.ion-ios-medical:before {
  content: ""; }

.ion-ios-medical-outline:before {
  content: ""; }

.ion-ios-medkit:before {
  content: ""; }

.ion-ios-medkit-outline:before {
  content: ""; }

.ion-ios-mic:before {
  content: ""; }

.ion-ios-mic-off:before {
  content: ""; }

.ion-ios-mic-outline:before {
  content: ""; }

.ion-ios-minus:before {
  content: ""; }

.ion-ios-minus-empty:before {
  content: ""; }

.ion-ios-minus-outline:before {
  content: ""; }

.ion-ios-monitor:before {
  content: ""; }

.ion-ios-monitor-outline:before {
  content: ""; }

.ion-ios-moon:before {
  content: ""; }

.ion-ios-moon-outline:before {
  content: ""; }

.ion-ios-more:before {
  content: ""; }

.ion-ios-more-outline:before {
  content: ""; }

.ion-ios-musical-note:before {
  content: ""; }

.ion-ios-musical-notes:before {
  content: ""; }

.ion-ios-navigate:before {
  content: ""; }

.ion-ios-navigate-outline:before {
  content: ""; }

.ion-ios-nutrition:before {
  content: ""; }

.ion-ios-nutrition-outline:before {
  content: ""; }

.ion-ios-paper:before {
  content: ""; }

.ion-ios-paper-outline:before {
  content: ""; }

.ion-ios-paperplane:before {
  content: ""; }

.ion-ios-paperplane-outline:before {
  content: ""; }

.ion-ios-partlysunny:before {
  content: ""; }

.ion-ios-partlysunny-outline:before {
  content: ""; }

.ion-ios-pause:before {
  content: ""; }

.ion-ios-pause-outline:before {
  content: ""; }

.ion-ios-paw:before {
  content: ""; }

.ion-ios-paw-outline:before {
  content: ""; }

.ion-ios-people:before {
  content: ""; }

.ion-ios-people-outline:before {
  content: ""; }

.ion-ios-person:before {
  content: ""; }

.ion-ios-person-outline:before {
  content: ""; }

.ion-ios-personadd:before {
  content: ""; }

.ion-ios-personadd-outline:before {
  content: ""; }

.ion-ios-photos:before {
  content: ""; }

.ion-ios-photos-outline:before {
  content: ""; }

.ion-ios-pie:before {
  content: ""; }

.ion-ios-pie-outline:before {
  content: ""; }

.ion-ios-pint:before {
  content: ""; }

.ion-ios-pint-outline:before {
  content: ""; }

.ion-ios-play:before {
  content: ""; }

.ion-ios-play-outline:before {
  content: ""; }

.ion-ios-plus:before {
  content: ""; }

.ion-ios-plus-empty:before {
  content: ""; }

.ion-ios-plus-outline:before {
  content: ""; }

.ion-ios-pricetag:before {
  content: ""; }

.ion-ios-pricetag-outline:before {
  content: ""; }

.ion-ios-pricetags:before {
  content: ""; }

.ion-ios-pricetags-outline:before {
  content: ""; }

.ion-ios-printer:before {
  content: ""; }

.ion-ios-printer-outline:before {
  content: ""; }

.ion-ios-pulse:before {
  content: ""; }

.ion-ios-pulse-strong:before {
  content: ""; }

.ion-ios-rainy:before {
  content: ""; }

.ion-ios-rainy-outline:before {
  content: ""; }

.ion-ios-recording:before {
  content: ""; }

.ion-ios-recording-outline:before {
  content: ""; }

.ion-ios-redo:before {
  content: ""; }

.ion-ios-redo-outline:before {
  content: ""; }

.ion-ios-refresh:before {
  content: ""; }

.ion-ios-refresh-empty:before {
  content: ""; }

.ion-ios-refresh-outline:before {
  content: ""; }

.ion-ios-reload:before {
  content: ""; }

.ion-ios-reverse-camera:before {
  content: ""; }

.ion-ios-reverse-camera-outline:before {
  content: ""; }

.ion-ios-rewind:before {
  content: ""; }

.ion-ios-rewind-outline:before {
  content: ""; }

.ion-ios-rose:before {
  content: ""; }

.ion-ios-rose-outline:before {
  content: ""; }

.ion-ios-search:before {
  content: ""; }

.ion-ios-search-strong:before {
  content: ""; }

.ion-ios-settings:before {
  content: ""; }

.ion-ios-settings-strong:before {
  content: ""; }

.ion-ios-shuffle:before {
  content: ""; }

.ion-ios-shuffle-strong:before {
  content: ""; }

.ion-ios-skipbackward:before {
  content: ""; }

.ion-ios-skipbackward-outline:before {
  content: ""; }

.ion-ios-skipforward:before {
  content: ""; }

.ion-ios-skipforward-outline:before {
  content: ""; }

.ion-ios-snowy:before {
  content: ""; }

.ion-ios-speedometer:before {
  content: ""; }

.ion-ios-speedometer-outline:before {
  content: ""; }

.ion-ios-star:before {
  content: ""; }

.ion-ios-star-half:before {
  content: ""; }

.ion-ios-star-outline:before {
  content: ""; }

.ion-ios-stopwatch:before {
  content: ""; }

.ion-ios-stopwatch-outline:before {
  content: ""; }

.ion-ios-sunny:before {
  content: ""; }

.ion-ios-sunny-outline:before {
  content: ""; }

.ion-ios-telephone:before {
  content: ""; }

.ion-ios-telephone-outline:before {
  content: ""; }

.ion-ios-tennisball:before {
  content: ""; }

.ion-ios-tennisball-outline:before {
  content: ""; }

.ion-ios-thunderstorm:before {
  content: ""; }

.ion-ios-thunderstorm-outline:before {
  content: ""; }

.ion-ios-time:before {
  content: ""; }

.ion-ios-time-outline:before {
  content: ""; }

.ion-ios-timer:before {
  content: ""; }

.ion-ios-timer-outline:before {
  content: ""; }

.ion-ios-toggle:before {
  content: ""; }

.ion-ios-toggle-outline:before {
  content: ""; }

.ion-ios-trash:before {
  content: ""; }

.ion-ios-trash-outline:before {
  content: ""; }

.ion-ios-undo:before {
  content: ""; }

.ion-ios-undo-outline:before {
  content: ""; }

.ion-ios-unlocked:before {
  content: ""; }

.ion-ios-unlocked-outline:before {
  content: ""; }

.ion-ios-upload:before {
  content: ""; }

.ion-ios-upload-outline:before {
  content: ""; }

.ion-ios-videocam:before {
  content: ""; }

.ion-ios-videocam-outline:before {
  content: ""; }

.ion-ios-volume-high:before {
  content: ""; }

.ion-ios-volume-low:before {
  content: ""; }

.ion-ios-wineglass:before {
  content: ""; }

.ion-ios-wineglass-outline:before {
  content: ""; }

.ion-ios-world:before {
  content: ""; }

.ion-ios-world-outline:before {
  content: ""; }

.ion-ipad:before {
  content: ""; }

.ion-iphone:before {
  content: ""; }

.ion-ipod:before {
  content: ""; }

.ion-jet:before {
  content: ""; }

.ion-key:before {
  content: ""; }

.ion-knife:before {
  content: ""; }

.ion-laptop:before {
  content: ""; }

.ion-leaf:before {
  content: ""; }

.ion-levels:before {
  content: ""; }

.ion-lightbulb:before {
  content: ""; }

.ion-link:before {
  content: ""; }

.ion-load-a:before {
  content: ""; }

.ion-load-b:before {
  content: ""; }

.ion-load-c:before {
  content: ""; }

.ion-load-d:before {
  content: ""; }

.ion-location:before {
  content: ""; }

.ion-lock-combination:before {
  content: ""; }

.ion-locked:before {
  content: ""; }

.ion-log-in:before {
  content: ""; }

.ion-log-out:before {
  content: ""; }

.ion-loop:before {
  content: ""; }

.ion-magnet:before {
  content: ""; }

.ion-male:before {
  content: ""; }

.ion-man:before {
  content: ""; }

.ion-map:before {
  content: ""; }

.ion-medkit:before {
  content: ""; }

.ion-merge:before {
  content: ""; }

.ion-mic-a:before {
  content: ""; }

.ion-mic-b:before {
  content: ""; }

.ion-mic-c:before {
  content: ""; }

.ion-minus:before {
  content: ""; }

.ion-minus-circled:before {
  content: ""; }

.ion-minus-round:before {
  content: ""; }

.ion-model-s:before {
  content: ""; }

.ion-monitor:before {
  content: ""; }

.ion-more:before {
  content: ""; }

.ion-mouse:before {
  content: ""; }

.ion-music-note:before {
  content: ""; }

.ion-navicon:before {
  content: ""; }

.ion-navicon-round:before {
  content: ""; }

.ion-navigate:before {
  content: ""; }

.ion-network:before {
  content: ""; }

.ion-no-smoking:before {
  content: ""; }

.ion-nuclear:before {
  content: ""; }

.ion-outlet:before {
  content: ""; }

.ion-paintbrush:before {
  content: ""; }

.ion-paintbucket:before {
  content: ""; }

.ion-paper-airplane:before {
  content: ""; }

.ion-paperclip:before {
  content: ""; }

.ion-pause:before {
  content: ""; }

.ion-person:before {
  content: ""; }

.ion-person-add:before {
  content: ""; }

.ion-person-stalker:before {
  content: ""; }

.ion-pie-graph:before {
  content: ""; }

.ion-pin:before {
  content: ""; }

.ion-pinpoint:before {
  content: ""; }

.ion-pizza:before {
  content: ""; }

.ion-plane:before {
  content: ""; }

.ion-planet:before {
  content: ""; }

.ion-play:before {
  content: ""; }

.ion-playstation:before {
  content: ""; }

.ion-plus:before {
  content: ""; }

.ion-plus-circled:before {
  content: ""; }

.ion-plus-round:before {
  content: ""; }

.ion-podium:before {
  content: ""; }

.ion-pound:before {
  content: ""; }

.ion-power:before {
  content: ""; }

.ion-pricetag:before {
  content: ""; }

.ion-pricetags:before {
  content: ""; }

.ion-printer:before {
  content: ""; }

.ion-pull-request:before {
  content: ""; }

.ion-qr-scanner:before {
  content: ""; }

.ion-quote:before {
  content: ""; }

.ion-radio-waves:before {
  content: ""; }

.ion-record:before {
  content: ""; }

.ion-refresh:before {
  content: ""; }

.ion-reply:before {
  content: ""; }

.ion-reply-all:before {
  content: ""; }

.ion-ribbon-a:before {
  content: ""; }

.ion-ribbon-b:before {
  content: ""; }

.ion-sad:before {
  content: ""; }

.ion-sad-outline:before {
  content: ""; }

.ion-scissors:before {
  content: ""; }

.ion-search:before {
  content: ""; }

.ion-settings:before {
  content: ""; }

.ion-share:before {
  content: ""; }

.ion-shuffle:before {
  content: ""; }

.ion-skip-backward:before {
  content: ""; }

.ion-skip-forward:before {
  content: ""; }

.ion-social-android:before {
  content: ""; }

.ion-social-android-outline:before {
  content: ""; }

.ion-social-angular:before {
  content: ""; }

.ion-social-angular-outline:before {
  content: ""; }

.ion-social-apple:before {
  content: ""; }

.ion-social-apple-outline:before {
  content: ""; }

.ion-social-bitcoin:before {
  content: ""; }

.ion-social-bitcoin-outline:before {
  content: ""; }

.ion-social-buffer:before {
  content: ""; }

.ion-social-buffer-outline:before {
  content: ""; }

.ion-social-chrome:before {
  content: ""; }

.ion-social-chrome-outline:before {
  content: ""; }

.ion-social-codepen:before {
  content: ""; }

.ion-social-codepen-outline:before {
  content: ""; }

.ion-social-css3:before {
  content: ""; }

.ion-social-css3-outline:before {
  content: ""; }

.ion-social-designernews:before {
  content: ""; }

.ion-social-designernews-outline:before {
  content: ""; }

.ion-social-dribbble:before {
  content: ""; }

.ion-social-dribbble-outline:before {
  content: ""; }

.ion-social-dropbox:before {
  content: ""; }

.ion-social-dropbox-outline:before {
  content: ""; }

.ion-social-euro:before {
  content: ""; }

.ion-social-euro-outline:before {
  content: ""; }

.ion-social-facebook:before {
  content: ""; }

.ion-social-facebook-outline:before {
  content: ""; }

.ion-social-foursquare:before {
  content: ""; }

.ion-social-foursquare-outline:before {
  content: ""; }

.ion-social-freebsd-devil:before {
  content: ""; }

.ion-social-github:before {
  content: ""; }

.ion-social-github-outline:before {
  content: ""; }

.ion-social-google:before {
  content: ""; }

.ion-social-google-outline:before {
  content: ""; }

.ion-social-googleplus:before {
  content: ""; }

.ion-social-googleplus-outline:before {
  content: ""; }

.ion-social-hackernews:before {
  content: ""; }

.ion-social-hackernews-outline:before {
  content: ""; }

.ion-social-html5:before {
  content: ""; }

.ion-social-html5-outline:before {
  content: ""; }

.ion-social-instagram:before {
  content: ""; }

.ion-social-instagram-outline:before {
  content: ""; }

.ion-social-javascript:before {
  content: ""; }

.ion-social-javascript-outline:before {
  content: ""; }

.ion-social-linkedin:before {
  content: ""; }

.ion-social-linkedin-outline:before {
  content: ""; }

.ion-social-markdown:before {
  content: ""; }

.ion-social-nodejs:before {
  content: ""; }

.ion-social-octocat:before {
  content: ""; }

.ion-social-pinterest:before {
  content: ""; }

.ion-social-pinterest-outline:before {
  content: ""; }

.ion-social-python:before {
  content: ""; }

.ion-social-reddit:before {
  content: ""; }

.ion-social-reddit-outline:before {
  content: ""; }

.ion-social-rss:before {
  content: ""; }

.ion-social-rss-outline:before {
  content: ""; }

.ion-social-sass:before {
  content: ""; }

.ion-social-skype:before {
  content: ""; }

.ion-social-skype-outline:before {
  content: ""; }

.ion-social-snapchat:before {
  content: ""; }

.ion-social-snapchat-outline:before {
  content: ""; }

.ion-social-tumblr:before {
  content: ""; }

.ion-social-tumblr-outline:before {
  content: ""; }

.ion-social-tux:before {
  content: ""; }

.ion-social-twitch:before {
  content: ""; }

.ion-social-twitch-outline:before {
  content: ""; }

.ion-social-twitter:before {
  content: ""; }

.ion-social-twitter-outline:before {
  content: ""; }

.ion-social-usd:before {
  content: ""; }

.ion-social-usd-outline:before {
  content: ""; }

.ion-social-vimeo:before {
  content: ""; }

.ion-social-vimeo-outline:before {
  content: ""; }

.ion-social-whatsapp:before {
  content: ""; }

.ion-social-whatsapp-outline:before {
  content: ""; }

.ion-social-windows:before {
  content: ""; }

.ion-social-windows-outline:before {
  content: ""; }

.ion-social-wordpress:before {
  content: ""; }

.ion-social-wordpress-outline:before {
  content: ""; }

.ion-social-yahoo:before {
  content: ""; }

.ion-social-yahoo-outline:before {
  content: ""; }

.ion-social-yen:before {
  content: ""; }

.ion-social-yen-outline:before {
  content: ""; }

.ion-social-youtube:before {
  content: ""; }

.ion-social-youtube-outline:before {
  content: ""; }

.ion-soup-can:before {
  content: ""; }

.ion-soup-can-outline:before {
  content: ""; }

.ion-speakerphone:before {
  content: ""; }

.ion-speedometer:before {
  content: ""; }

.ion-spoon:before {
  content: ""; }

.ion-star:before {
  content: ""; }

.ion-stats-bars:before {
  content: ""; }

.ion-steam:before {
  content: ""; }

.ion-stop:before {
  content: ""; }

.ion-thermometer:before {
  content: ""; }

.ion-thumbsdown:before {
  content: ""; }

.ion-thumbsup:before {
  content: ""; }

.ion-toggle:before {
  content: ""; }

.ion-toggle-filled:before {
  content: ""; }

.ion-transgender:before {
  content: ""; }

.ion-trash-a:before {
  content: ""; }

.ion-trash-b:before {
  content: ""; }

.ion-trophy:before {
  content: ""; }

.ion-tshirt:before {
  content: ""; }

.ion-tshirt-outline:before {
  content: ""; }

.ion-umbrella:before {
  content: ""; }

.ion-university:before {
  content: ""; }

.ion-unlocked:before {
  content: ""; }

.ion-upload:before {
  content: ""; }

.ion-usb:before {
  content: ""; }

.ion-videocamera:before {
  content: ""; }

.ion-volume-high:before {
  content: ""; }

.ion-volume-low:before {
  content: ""; }

.ion-volume-medium:before {
  content: ""; }

.ion-volume-mute:before {
  content: ""; }

.ion-wand:before {
  content: ""; }

.ion-waterdrop:before {
  content: ""; }

.ion-wifi:before {
  content: ""; }

.ion-wineglass:before {
  content: ""; }

.ion-woman:before {
  content: ""; }

.ion-wrench:before {
  content: ""; }

.ion-xbox:before {
  content: ""; }

.equal-height {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap; }

.alerts {
  background: #EEF0F5; }
  .alerts .alert {
    margin: 0;
    border-radius: 0;
    font-weight: bold; }
    .alerts .alert .close {
      line-height: 20px;
      vertical-align: middle; }

.btn, .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button {
  font-size: 16px;
  font-size: 1rem;
  border-radius: 23px;
  cursor: pointer;
  font-family: "PBSSans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.875rem;
  padding: 0 2.5rem;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle; }
  .btn.decap, .richtext.richtext-area .gform_wrapper .gform_footer input.decap[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.decap {
    text-transform: none; }
  .btn.shy, .richtext.richtext-area .gform_wrapper .gform_footer input.shy[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.shy {
    border: none;
    background: transparent;
    box-shadow: none; }
  .btn.btn-secondary, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-secondary[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.btn-secondary {
    color: #0f1e8c; }
  .btn.btn-sm, .btn-group-sm > .btn, .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-sm > input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .btn-group-sm > button, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-sm[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
  .btn > .icl, .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"] > .icl, .richtext.richtext-area .gform_wrapper .gform_footer button > .icl {
    margin-left: 2px; }
  .btn > .icr, .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"] > .icr, .richtext.richtext-area .gform_wrapper .gform_footer button > .icr {
    margin-right: 2px; }
  .btn.btn-square, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-square[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.btn-square {
    border-radius: 0 !important; }
  .btn.btn-tirtiary, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-tirtiary[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.btn-tirtiary {
    color: #0f1e8c; }
  .btn.btn-size-large, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-size-large[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.btn-size-large {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500;
    padding: 0 2.8125rem;
    line-height: 4rem;
    border-radius: 2.0125rem; }
  .btn.btn-size-compact, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-size-compact[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.btn-size-compact {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .btn.btn-subtly-dark, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-subtly-dark[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.btn-subtly-dark {
    font-size: 16px;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: none;
    border: none;
    border-radius: 0;
    font-weight: bold;
    text-transform: none; }
  .btn.btn-subtly-light, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-subtly-light[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.btn-subtly-light {
    font-size: 16px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    border: none;
    border-radius: 0;
    color: white;
    font-weight: bold;
    text-transform: none; }
  .btn.btn-primary, .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button {
    color: white; }
  .btn.btn-more, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-more[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.btn-more {
    font-size: 16px;
    font-size: 1rem;
    background: #EEF0F5;
    border-radius: 0;
    font-weight: 500;
    line-height: 3.125rem;
    display: block;
    color: #2638C4;
    text-transform: none; }
  .btn.btn-iconic, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-iconic[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.btn-iconic {
    font-size: 14px;
    font-size: 0.875rem;
    background: #EEF0F5;
    border-radius: 0;
    color: #2638C4;
    font-weight: 500;
    line-height: 1.9375rem;
    text-transform: none;
    padding: 0 0.625rem 0 2.1875rem;
    position: relative;
    vertical-align: middle; }
    .btn.btn-iconic > .ic, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-iconic[type="submit"] > .ic, .richtext.richtext-area .gform_wrapper .gform_footer button.btn-iconic > .ic,
    .btn.btn-iconic span,
    .richtext.richtext-area .gform_wrapper .gform_footer input.btn-iconic[type="submit"] span,
    .richtext.richtext-area .gform_wrapper .gform_footer button.btn-iconic span {
      margin: 0 3px; }
    .btn.btn-iconic .ic.circle, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-iconic[type="submit"] .ic.circle, .richtext.richtext-area .gform_wrapper .gform_footer button.btn-iconic .ic.circle {
      display: block;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      height: 1rem;
      width: 1rem;
      vertical-align: middle;
      background: #2638C4;
      border-radius: 50%;
      color: #EEF0F5;
      left: 0.75rem; }
      .btn.btn-iconic .ic.circle:before, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-iconic[type="submit"] .ic.circle:before, .richtext.richtext-area .gform_wrapper .gform_footer button.btn-iconic .ic.circle:before {
        font-size: 0.625rem;
        line-height: 1rem; }
      .btn.btn-iconic .ic.circle.ion-ios-play:before, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-iconic[type="submit"] .ic.circle.ion-ios-play:before, .richtext.richtext-area .gform_wrapper .gform_footer button.btn-iconic .ic.circle.ion-ios-play:before {
        margin-left: 0.0625rem; }
  .btn.btn-shaka, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-shaka[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.btn-shaka {
    transition: all 0.2s ease-in-out; }
    .btn.btn-shaka:hover, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-shaka:hover[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.btn-shaka:hover {
      transform: scale(1.1) rotate(5deg); }

@media (min-width: 768px) {
  .btn.btn-secondary:hover, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-secondary:hover[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.btn-secondary:hover {
    background: #f5c700;
    border-color: #f5c700; }
  .btn.btn-subtly-dark:hover, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-subtly-dark:hover[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.btn-subtly-dark:hover {
    background: rgba(0, 0, 0, 0.2); }
  .btn.btn-subtly-light:hover, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-subtly-light:hover[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.btn-subtly-light:hover {
    background: rgba(255, 255, 255, 0.2); }
  .btn.btn-iconic:hover, .richtext.richtext-area .gform_wrapper .gform_footer input.btn-iconic:hover[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button.btn-iconic:hover {
    background: #e8eaf1; } }

.btn-toggle {
  display: inline-block; }
  .btn-toggle .toggled {
    display: none; }

.pbs-campaign h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem; }
  .pbs-campaign h1 a {
    color: inherit;
    text-decoration: none; }

.pbs-campaign .pbs-campaign-content {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.5; }

.pbs-campaign .progress-area {
  height: 200px;
  position: relative;
  margin: 2rem 0; }
  .pbs-campaign .progress-area .pbs-campaign-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 60%;
    max-height: 100%;
    transition: .2s ease; }
  .pbs-campaign .progress-area .over-image {
    z-index: 2; }
    .pbs-campaign .progress-area .over-image a {
      text-decoration: none;
      color: inherit; }
  .pbs-campaign .progress-area .progress-bar {
    background-color: #f5f5f5;
    border-radius: 2rem;
    height: 3.5rem;
    overflow: hidden;
    border: 5px solid black;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    .pbs-campaign .progress-area .progress-bar .progress {
      background-color: #0a145a;
      border-radius: 0;
      height: 100%; }
    .pbs-campaign .progress-area .progress-bar .bar-text {
      font-size: 1.5rem;
      font-weight: bold;
      transition: .4s; }
  .pbs-campaign .progress-area:hover .pbs-campaign-image {
    transform: translate(-50%, -50%) scale(1.1); }

.pbs-campaign .progress-label {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem; }

.pbs-campaign .btn, .pbs-campaign .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .pbs-campaign input[type="submit"], .pbs-campaign .richtext.richtext-area .gform_wrapper .gform_footer button, .richtext.richtext-area .gform_wrapper .gform_footer .pbs-campaign button {
  font-weight: bold;
  font-size: 1.2rem;
  padding: .25rem 2rem;
  border-radius: 2rem;
  transition: .2s; }
  .pbs-campaign .btn:hover, .pbs-campaign .richtext.richtext-area .gform_wrapper .gform_footer input:hover[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .pbs-campaign input:hover[type="submit"], .pbs-campaign .richtext.richtext-area .gform_wrapper .gform_footer button:hover, .richtext.richtext-area .gform_wrapper .gform_footer .pbs-campaign button:hover {
    transform: scale(1.1); }

.card .thumb {
  border-radius: 0 !important; }

.card .card-image-area {
  position: relative; }
  .card .card-image-area .digital-exclusive {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 24px;
    /* identical to box height, or 200% */
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 10px;
    background: #2638c4;
    padding: 2px 10px;
    line-height: 22px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0; }

.card .card-body {
  padding: 1.25rem; }
  .card .card-body .card-title {
    font-family: "PBSSans", "Helvetica Neue", sans-serif; }
  .card .card-body .card-meta-items {
    font-size: 1rem;
    color: #60738A;
    margin: 0 0 0.625rem; }
    .card .card-body .card-meta-items .meta-item {
      display: block;
      margin: 0 0 0.1875rem; }
  .card .card-body .card-text {
    font-size: 16px;
    font-size: 1rem;
    color: #60738A;
    text-align: left;
    line-height: 1.42; }
    .card .card-body .card-text > p:last-child {
      margin-bottom: 0; }
  .card .card-body .card-actions {
    padding-top: 1.25rem; }

.card.borderless {
  border: none;
  border-radius: 0; }
  .card.borderless .card-body {
    background: transparent;
    padding-left: 0;
    padding-right: 0; }

.card .card-anim .anim {
  opacity: 0; }

.card.card-bleed {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .card.card-bleed .card-anim {
    opacity: 1 !important; }
  .card.card-bleed.no-pad {
    padding-left: 0;
    padding-right: 0; }

@media screen and (max-width: 450px) {
  .card.sm-bleed {
    margin-left: -15px;
    margin-right: -15px; }
    .card.sm-bleed .card-body {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

.card.card-sidebar, .card.card-sidebar-compact, .card.card-featurette {
  border: none; }
  .card.card-sidebar .card-title, .card.card-sidebar-compact .card-title, .card.card-featurette .card-title {
    margin: 0 0 0.625rem; }
    .card.card-sidebar .card-title .title, .card.card-sidebar-compact .card-title .title, .card.card-featurette .card-title .title {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 500; }
  .card.card-sidebar .card-body, .card.card-sidebar-compact .card-body, .card.card-featurette .card-body {
    padding: 0.75rem 0 0; }
    .card.card-sidebar .card-body .card-text, .card.card-sidebar-compact .card-body .card-text, .card.card-featurette .card-body .card-text {
      line-height: 1.4; }
  .card.card-sidebar .meta-items .meta-item, .card.card-sidebar-compact .meta-items .meta-item, .card.card-featurette .meta-items .meta-item {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: left; }

.card.card-archive-item {
  border-top: 3px solid #eef0f5; }

.card.card-sidebar-compact {
  border: none;
  border-bottom: 1px solid #EEF0F5; }
  .card.card-sidebar-compact.borderless {
    border-bottom: none; }
  .card.card-sidebar-compact .card-title {
    margin: 0 0 0.375rem;
    font-weight: bold;
    color: #1D1E1F; }
  .card.card-sidebar-compact .card-body {
    padding: 0; }
    .card.card-sidebar-compact .card-body .card-meta-items {
      margin: 0; }

.card.card-wide .card-body {
  padding-top: 0; }

.card.card-scrunch .card-body .card-title {
  font-size: 15px;
  font-size: 0.9375rem; }

.card.jumbo .card-body {
  padding: 1.25rem 0 0.625rem 0;
  border-top: 3px solid #2638C4;
  z-index: 999; }
  .card.jumbo .card-body .card-label .title {
    text-align: center; }
  .card.jumbo .card-body .card-title {
    margin-bottom: 0.875rem; }
    .card.jumbo .card-body .card-title .title {
      font-size: 26px;
      font-size: 1.625rem;
      text-align: center;
      line-height: 1.3; }
  .card.jumbo .card-body .card-text {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    line-height: 1.4; }
  .card.jumbo .card-body .card-meta-items {
    text-align: center; }
  .card.jumbo .card-body .card-actions {
    text-align: center;
    padding-top: 1.125rem; }

.card.jumbo.jumbo-compact .card-body {
  padding-top: 0.9375rem; }
  .card.jumbo.jumbo-compact .card-body .card-label .title {
    font-size: 14px;
    font-size: 0.875rem; }

@media (min-width: 768px) {
  .card.mb-card {
    margin-bottom: 1.25rem !important; }
  .card.card-bleed .card-curtain {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 275px;
    max-height: 80%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
  .card.card-bleed .card-thumb {
    position: relative;
    width: 100%; }
    .card.card-bleed .card-thumb a {
      display: block;
      width: 100%; }
    .card.card-bleed .card-thumb .card-body {
      position: absolute;
      bottom: 31px;
      transform: translate(-50%, 0);
      left: 50%;
      width: 90%; }
      .card.card-bleed .card-thumb .card-body .card-title {
        margin: 0 0 0.625rem; }
        .card.card-bleed .card-thumb .card-body .card-title .title {
          font-size: 40px;
          font-size: 2.5rem;
          color: white;
          font-weight: bold; }
      .card.card-bleed .card-thumb .card-body .card-meta-items {
        padding-bottom: 0.5rem; }
        .card.card-bleed .card-thumb .card-body .card-meta-items .meta-item {
          font-size: 16px;
          font-size: 1rem;
          color: white; }
      .card.card-bleed .card-thumb .card-body .card-text {
        color: white;
        opacity: 0.8;
        line-height: 1.5; }
        .card.card-bleed .card-thumb .card-body .card-text a {
          color: white;
          text-decoration: underline; }
      .card.card-bleed .card-thumb .card-body .card-actions {
        padding-top: 0; }
        .card.card-bleed .card-thumb .card-body .card-actions .btn, .card.card-bleed .card-thumb .card-body .card-actions .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .card.card-bleed .card-thumb .card-body .card-actions input[type="submit"], .card.card-bleed .card-thumb .card-body .card-actions .richtext.richtext-area .gform_wrapper .gform_footer button, .richtext.richtext-area .gform_wrapper .gform_footer .card.card-bleed .card-thumb .card-body .card-actions button {
          display: inline-block;
          width: auto; }
  .card .card-body .card-meta-items {
    margin: 0 0 1.25rem; }
  .card .card-body .card-text {
    font-size: 16px;
    font-size: 1rem; }
  .card.jumbo .card-body {
    background: white;
    border-top: 6px solid #2638C4;
    max-width: 990px;
    width: 80%;
    margin: -48px auto 0;
    padding: 2.4375rem 6.25rem 0.625rem; }
    .card.jumbo .card-body .card-label {
      padding-bottom: 0.5rem; }
    .card.jumbo .card-body .card-title .title {
      font-size: 42px;
      font-size: 2.625rem; }
    .card.jumbo .card-body .card-body {
      font-size: 16px;
      font-size: 1rem; }
    .card.jumbo .card-body .card-actions {
      padding-top: 1.5625rem; }
  .card.jumbo.jumbo-compact .card-body {
    margin-top: -100px;
    padding-top: 0.875rem;
    padding: 0.875rem 3.125rem 5rem; }
    .card.jumbo.jumbo-compact .card-body .card-label .title {
      font-size: 16px;
      font-size: 1rem; }
    .card.jumbo.jumbo-compact .card-body .card-title {
      margin-bottom: 1.25rem; }
    .card.jumbo.jumbo-compact .card-body .card-actions {
      padding-top: 1.5625rem; }
  .card.jumbo.minimal-overlay .thumb {
    border: 6px solid white;
    transition: 0.5s;
    transition-delay: 0.1s; }
  .card.jumbo.minimal-overlay .card-body {
    margin-top: -35px;
    transition: 0.4s; }
  .card.jumbo.minimal-overlay:hover .thumb {
    border: 6px solid #2638C4; }
  .card.jumbo.minimal-overlay:hover .card-body {
    margin-top: -6px; } }

.datepicker-container {
  background-color: #F6F8FA;
  direction: ltr;
  font-size: 13px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: none;
  -webkit-touch-callout: none;
  user-select: none;
  width: 300px;
  z-index: -1; }
  .datepicker-container::before, .datepicker-container::after {
    border: 9px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0; }

.datepicker-dropdown {
  padding: 1rem;
  border: 1px solid #2638C4;
  box-shadow: 0 1px 4px 0 rgba(85, 85, 85, 0.5);
  box-sizing: content-box;
  background-color: #F6F8FA;
  position: absolute;
  z-index: 1; }

.datepicker-inline {
  position: static; }

.datepicker-top-left::before, .datepicker-top-left::after, .datepicker-top-right::before, .datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -9px; }

.datepicker-top-left::before, .datepicker-top-right::before {
  border-bottom-color: #2638C4; }

.datepicker-top-left::after, .datepicker-top-right::after {
  border-bottom-color: #F6F8FA;
  top: -8px; }

.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #2638C4; }
  .datepicker-bottom-left::before, .datepicker-bottom-left::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
    border-bottom: 0;
    bottom: -9px;
    left: 10px; }
  .datepicker-bottom-left::before, .datepicker-bottom-right::before {
    border-top-color: #2638C4; }
  .datepicker-bottom-left::after, .datepicker-bottom-right::after {
    border-top-color: #F6F8FA;
    bottom: -8px; }

.datepicker-top-right::before, .datepicker-top-right::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  left: auto;
  right: 10px; }

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%; }
  .datepicker-panel > ul::before, .datepicker-panel > ul::after {
    content: " ";
    display: table; }
  .datepicker-panel > ul::after {
    clear: both; }
  .datepicker-panel > ul > li {
    background-color: #F6F8FA;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 42.85714px; }
    .datepicker-panel > ul > li:hover {
      background-color: #F3704E;
      color: white; }
    .datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
      color: #999; }
    .datepicker-panel > ul > li.picked {
      color: #F3704E; }
      .datepicker-panel > ul > li.picked:hover {
        color: white; }
    .datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
      background-color: #EEF0F5;
      color: #ccc;
      cursor: default; }
      .datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
        background-color: #e5f2ff; }
    .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="next"] {
      font-size: 18px; }
    .datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
      font-weight: bold;
      width: 214.28571px; }
  .datepicker-panel > ul[data-view="years"] > li, .datepicker-panel > ul[data-view="months"] > li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px; }
  .datepicker-panel > ul[data-view="week"] > li,
  .datepicker-panel > ul[data-view="week"] > li:hover {
    background-color: #F6F8FA;
    color: #1D1E1F;
    cursor: default; }

.datepicker-hide {
  display: none; }

.featurette {
  position: relative;
  overflow: hidden; }
  .featurette img {
    display: block;
    width: 100%;
    height: auto; }
  .featurette a {
    display: block; }
  .featurette .overlay {
    background: #0F1E8C;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: -20%;
    width: 70%;
    height: 140%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%; }
    .featurette .overlay .valign {
      display: block;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      padding: 1rem;
      max-width: 100%; }
    .featurette .overlay .line {
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 0.0625rem 0; }
      .featurette .overlay .line.line2 {
        text-transform: uppercase;
        font-size: 30px;
        font-size: 1.875rem;
        font-family: "PBSSansBlack", "PBSSans", "Helvetica Neue", sans-serif;
        font-size: 30px;
        color: #F3704E;
        letter-spacing: 0;
        line-height: 30px; }
  .featurette.featurette-style-teal .overlay {
    background: #48D3CD;
    color: #040C41; }
    .featurette.featurette-style-teal .overlay .line.line2 {
      color: #0f1E8c; }
  .featurette.featurette-style-orange .overlay {
    background: #F3704E;
    color: #040C41; }
    .featurette.featurette-style-orange .overlay .line.line2 {
      color: #0f1E8c; }
  .featurette.featurette-overlay-right .overlay {
    left: auto;
    right: 0;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    text-align: right; }

@font-face {
  font-family: "PBSSans";
  src: url("fonts/PBSSans.woff2") format("woff2"), url("fonts/PBSSans.woff") format("woff"), url("fonts/PBSSans.eot") format("eot"), url("fonts/PBSSans.svg") format("svg"), url("fonts/PBSSans.ttf") format("ttf"), url("fonts/PBSSans.woff") format("woff"); }

@font-face {
  font-family: "PBSSans";
  font-weight: 100;
  src: url("fonts/PBSSans-Light.woff2") format("woff2"), url("fonts/PBSSans-Light.woff") format("woff"), url("fonts/PBSSans-Light.eot") format("eot"), url("fonts/PBSSans-Light.svg") format("svg"), url("fonts/PBSSans-Light.ttf") format("ttf"), url("fonts/PBSSans-Light.woff") format("woff"); }

@font-face {
  font-family: "PBSSans";
  font-weight: 500;
  src: url("fonts/PBSSans-Medium.woff2") format("woff2"), url("fonts/PBSSans-Medium.woff") format("woff"), url("fonts/PBSSans-Medium.eot") format("eot"), url("fonts/PBSSans-Medium.svg") format("svg"), url("fonts/PBSSans-Medium.ttf") format("ttf"), url("fonts/PBSSans-Medium.woff") format("woff"); }

@font-face {
  font-family: "PBSSans";
  font-weight: bold;
  src: url("fonts/PBSSans-Bold.woff2") format("woff2"), url("fonts/PBSSans-Bold.woff") format("woff"), url("fonts/PBSSans-Bold.eot") format("eot"), url("fonts/PBSSans-Bold.svg") format("svg"), url("fonts/PBSSans-Bold.ttf") format("ttf"), url("fonts/PBSSans-Bold.woff") format("woff"); }

@font-face {
  font-family: "PBSSans";
  font-style: italic;
  src: url("fonts/PBSSans-It.woff2") format("woff2"), url("fonts/PBSSans-It.woff") format("woff"), url("fonts/PBSSans-It.eot") format("eot"), url("fonts/PBSSans-It.svg") format("svg"), url("fonts/PBSSans-It.ttf") format("ttf"), url("fonts/PBSSans-It.woff") format("woff"); }

@font-face {
  font-family: "PBS KIDS Headline";
  src: url("fonts/PBSKIDSHeadline-Regular.eot");
  src: url("fonts/PBSKIDSHeadline-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/PBSKIDSHeadline-Regular.woff2") format("woff2"), url("fonts/PBSKIDSHeadline-Regular.woff") format("woff"), url("fonts/PBSKIDSHeadline-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "PBS KIDS Headline Condensed";
  src: url("fonts/PBSKIDSHeadlineCondensed-Bold.eot");
  src: url("fonts/PBSKIDSHeadlineCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/PBSKIDSHeadlineCondensed-Bold.woff2") format("woff2"), url("fonts/PBSKIDSHeadlineCondensed-Bold.woff") format("woff"), url("fonts/PBSKIDSHeadlineCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "PBS KIDS Headline Condensed";
  src: url("fonts/PBSKIDSHeadlineCondensed.eot");
  src: url("fonts/PBSKIDSHeadlineCondensed.eot?#iefix") format("embedded-opentype"), url("fonts/PBSKIDSHeadlineCondensed.woff2") format("woff2"), url("fonts/PBSKIDSHeadlineCondensed.woff") format("woff"), url("fonts/PBSKIDSHeadlineCondensed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "PBS KIDS Headline Condensed";
  src: url("fonts/PBSKIDSHeadlineCondensed-Bold_1.eot");
  src: url("fonts/PBSKIDSHeadlineCondensed-Bold_1.eot?#iefix") format("embedded-opentype"), url("fonts/PBSKIDSHeadlineCondensed-Bold_1.woff2") format("woff2"), url("fonts/PBSKIDSHeadlineCondensed-Bold_1.woff") format("woff"), url("fonts/PBSKIDSHeadlineCondensed-Bold_1.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "PBS KIDS Headline";
  src: url("fonts/PBSKIDSHeadline-Regular_1.eot");
  src: url("fonts/PBSKIDSHeadline-Regular_1.eot?#iefix") format("embedded-opentype"), url("fonts/PBSKIDSHeadline-Regular_1.woff2") format("woff2"), url("fonts/PBSKIDSHeadline-Regular_1.woff") format("woff"), url("fonts/PBSKIDSHeadline-Regular_1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "PBS KIDS Headline Condensed";
  src: url("fonts/PBSKIDSHeadlineCondensed_1.eot");
  src: url("fonts/PBSKIDSHeadlineCondensed_1.eot?#iefix") format("embedded-opentype"), url("fonts/PBSKIDSHeadlineCondensed_1.woff2") format("woff2"), url("fonts/PBSKIDSHeadlineCondensed_1.woff") format("woff"), url("fonts/PBSKIDSHeadlineCondensed_1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "PBS KIDS Headline";
  src: url("fonts/PBSKIDSHeadline-Bold.eot");
  src: url("fonts/PBSKIDSHeadline-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/PBSKIDSHeadline-Bold.woff2") format("woff2"), url("fonts/PBSKIDSHeadline-Bold.woff") format("woff"), url("fonts/PBSKIDSHeadline-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "PBS KIDS Headline";
  src: url("fonts/PBSKIDSHeadline-Bold_1.eot");
  src: url("fonts/PBSKIDSHeadline-Bold_1.eot?#iefix") format("embedded-opentype"), url("fonts/PBSKIDSHeadline-Bold_1.woff2") format("woff2"), url("fonts/PBSKIDSHeadline-Bold_1.woff") format("woff"), url("fonts/PBSKIDSHeadline-Bold_1.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

.ion-spin-animation {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.ion-load-c.ion-spin-animation {
  display: inline-block;
  -webkit-animation-timing-function: steps(8, start);
  -moz-animation-timing-function: steps(8, start);
  animation-timing-function: steps(8, start); }

.footer .footer-body {
  background: #0A145A;
  color: #ffffff; }
  .footer .footer-body .outer-row {
    display: flex;
    flex-direction: column-reverse; }
  .footer .footer-body .title {
    text-align: center; }
  .footer .footer-body .col-12 {
    flex: none; }
  .footer .footer-body .footer-links,
  .footer .footer-body .left-border {
    padding-top: 2.875rem;
    padding-bottom: 1.25rem;
    text-align: center; }
  .footer .footer-body .left-border {
    position: relative; }
    .footer .footer-body .left-border .footer-action-title:before {
      content: '';
      display: none;
      width: 8px;
      height: 28px;
      position: absolute;
      left: -8px;
      background: #FFCF00;
      margin-top: 6px; }
    .footer .footer-body .left-border .footer-action-title:after {
      content: '';
      display: block;
      width: 100%;
      height: 0.5rem;
      position: absolute;
      left: 0;
      background: rgba(255, 255, 255, 0.25);
      margin-top: -0.5rem; }
    .footer .footer-body .left-border .footer-action-title .ul {
      display: inline-block;
      padding-bottom: 5px;
      border-bottom: 0.5rem solid #FFCF00; }
  .footer .footer-body .logo {
    margin: 0 0 2.1875rem; }
    .footer .footer-body .logo img {
      width: 11.875rem; }
  .footer .footer-body .menu.main .nav-link {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    padding: 0;
    color: #ffffff;
    margin: 0 0 0.5rem; }
  .footer .footer-body .menu.menu-social {
    padding-top: 1.75rem; }
    .footer .footer-body .menu.menu-social .menu-social-item .nav-link {
      margin: 0 0.375rem; }
  .footer .footer-body .copyright {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 1.75rem 0 3rem; }
    .footer .footer-body .copyright .description {
      display: block;
      margin: 0 0 0.25rem; }
    .footer .footer-body .copyright a {
      color: #ffffff;
      margin: 0 5px 0 0; }
      .footer .footer-body .copyright a:last-child {
        margin-right: 0; }
  .footer .footer-body .footer-action .footer-action-title {
    color: #FFCF00;
    margin: 0 0 1.3125rem; }
    .footer .footer-body .footer-action .footer-action-title .title {
      font-size: 35px;
      font-size: 2.1875rem; }
  .footer .footer-body .footer-action .footer-action-description {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    max-width: 390px;
    margin: 0 auto; }
  .footer .footer-body .footer-action .footer-action-button {
    padding-top: 0.625rem; }
    .footer .footer-body .footer-action .footer-action-button .btn, .footer .footer-body .footer-action .footer-action-button .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .footer .footer-body .footer-action .footer-action-button input[type="submit"], .footer .footer-body .footer-action .footer-action-button .richtext.richtext-area .gform_wrapper .gform_footer button, .richtext.richtext-area .gform_wrapper .gform_footer .footer .footer-body .footer-action .footer-action-button button {
      font-size: 16px;
      font-size: 1rem; }
  .footer .footer-body .endorsements {
    padding-top: 2.1875rem;
    font-size: 13px;
    color: #FFFFFF;
    text-align: left; }
    .footer .footer-body .endorsements .endorsement img {
      display: block;
      width: 100%; }
    .footer .footer-body .endorsements .endorsement p {
      margin: 0; }

@media (min-width: 992px) {
  .footer .footer-body .outer-row {
    flex-direction: row; }
  .footer .footer-body .title {
    text-align: center; }
  .footer .footer-body .footer-links,
  .footer .footer-body .left-border {
    text-align: left; }
  .footer .footer-body .left-border {
    padding-left: 1.9375rem;
    border-left: 8px solid rgba(255, 255, 255, 0.25); }
    .footer .footer-body .left-border .footer-action-title {
      margin: 0 0 0.875rem; }
      .footer .footer-body .left-border .footer-action-title .ul {
        border: none;
        padding: 0;
        padding-bottom: 0; }
      .footer .footer-body .left-border .footer-action-title:before {
        display: block; }
      .footer .footer-body .left-border .footer-action-title:after {
        display: none; }
  .footer .footer-body .logo img {
    width: 278px; }
  .footer .footer-body .menu.menu-social .menu-social-item .nav-link {
    margin: 0 0.375rem 0 0; }
  .footer .footer-body .footer-action .footer-action-description {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0; }
  .footer .footer-body .footer-action .footer-action-button {
    padding-top: 2.0625rem; } }

@media (min-width: 768px) {
  .footer .copyright .description {
    margin: 0;
    display: inline-block; } }

.footer.footer-compact .footer-body {
  padding: 3.125rem 0;
  text-align: center; }
  .footer.footer-compact .footer-body .menu.main .nav-link {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    width: 50%;
    float: left;
    margin: 0 0 1rem; }
    .footer.footer-compact .footer-body .menu.main .nav-linknth-child(1) {
      clear: left; }
    .footer.footer-compact .footer-body .menu.main .nav-link:nth-child(2) {
      clear: right; }

@media (min-width: 768px) {
  .footer.footer-compact .footer-body .menu.main .nav-link {
    width: auto;
    float: none;
    display: inline-block;
    margin: 0 1.25rem; } }

.footer-slideout {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2638C4;
  color: white;
  box-shadow: 0 -1px 4px 0 rgba(85, 85, 85, 0.5);
  z-index: 999999999999;
  padding: 2rem 0; }
  .footer-slideout a:not(.btn) {
    color: white;
    text-decoration: underline; }
  .footer-slideout .message-area p:last-child {
    margin-bottom: 0; }

.form .form-body .title {
  margin: 0 0 1.5rem; }

.form .form-body .form-group {
  margin: 0; }

.form .form-body .form-gutter-default {
  margin: 0 0 1.5rem; }

.form .form-body .form-field.fields .conditional {
  display: none; }

.form .form-body .form-field.fields .fields-subtitle {
  color: #60738A;
  font-size: 90%;
  font-size: 0.875rem;
  padding-bottom: 0.75rem;
  margin-top: -10px; }

.form .form-body .form-field .error-message {
  display: none; }

.form .form-body .form-field.error .error-message {
  color: #D6383A;
  font-size: 0.875rem;
  padding-top: 0.5rem;
  display: block; }

.form .form-body .form-field.error .form-control {
  border: 1px solid #D6383A; }

.form .form-body .form-field label {
  font-family: "PBSSans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #1D1E1F;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.4;
  display: block;
  margin: 0 0 0.375rem; }
  .form .form-body .form-field label .req {
    color: #D6383A; }
  .form .form-body .form-field label.form-check-label {
    margin: 0;
    line-height: 1.5; }

.form .form-body .form-field .instructions {
  color: #60738A;
  font-size: 90%;
  font-size: 0.875rem;
  padding-top: 0.5rem; }

.form .form-body .form-field a:not(.btn) {
  color: #0071C5; }

.form .form-body .form-field .input-group {
  border-radius: 0; }
  .form .form-body .form-field .input-group .input-group-prepend .input-group-text {
    background: #ffffff;
    border: 1px solid #60738A;
    border-right: none;
    border-radius: 0;
    padding: 0 2px 0 1.125rem;
    box-shadow: none; }
    .form .form-body .form-field .input-group .input-group-prepend .input-group-text .icon {
      color: #2638C4;
      font-size: 28px; }
  .form .form-body .form-field .input-group .input-group-append {
    border: none; }
    .form .form-body .form-field .input-group .input-group-append .input-group-text {
      background: #ffffff;
      box-shadow: none;
      border: none;
      padding: 0 1.125rem; }
      .form .form-body .form-field .input-group .input-group-append .input-group-text .icon {
        color: #2638C4;
        font-size: 28px; }
  .form .form-body .form-field .input-group .form-control {
    background-clip: border-box;
    border: 1px solid #60738A;
    border-radius: 0;
    border-left: none; }
    .form .form-body .form-field .input-group .form-control.nobord {
      border-color: transparent !important;
      border: none !important; }

.form .form-body .form-field .select-wrap {
  padding: 0;
  overflow: hidden;
  padding-right: 5px; }
  .form .form-body .form-field .select-wrap .form-control {
    border: none;
    display: block; }

.form .form-body .form-field .datepicker .input-group {
  border: 1px solid #60738A;
  background: #ffffff; }
  .form .form-body .form-field .datepicker .input-group .form-control {
    border: none; }

.form .form-body .form-field .form-control {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #60738A;
  border-radius: 0;
  box-shadow: none;
  height: 3.125rem;
  font-family: "PBSSans", "Helvetica Neue", sans-serif; }
  .form .form-body .form-field .form-control._x {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    border: none;
    background: transparent;
    box-shadow: none; }

.form .form-body .form-field.checkboxes .more {
  display: none; }
  .form .form-body .form-field.checkboxes .more.open {
    display: block; }

.form .form-body .form-field.checkboxes .show-all {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 1rem; }

.form .form-body .form-field.checkbox-styled {
  cursor: pointer; }
  .form .form-body .form-field.checkbox-styled .big-checkbox {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    border: 1px solid #60738A;
    margin-right: 11px;
    text-align: center; }
    .form .form-body .form-field.checkbox-styled .big-checkbox .icon {
      display: none;
      font-size: 19px; }
      .form .form-body .form-field.checkbox-styled .big-checkbox .icon:after, .form .form-body .form-field.checkbox-styled .big-checkbox .icon:before {
        line-height: 26px; }
    .form .form-body .form-field.checkbox-styled .big-checkbox.checked {
      color: #2638C4; }
      .form .form-body .form-field.checkbox-styled .big-checkbox.checked .icon {
        display: inline-block; }
  .form .form-body .form-field.checkbox-styled label {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 26px;
    vertical-align: middle;
    color: #1D1E1F;
    cursor: pointer; }
  .form .form-body .form-field.checkbox-styled.radio .big-checkbox {
    border-radius: 50%; }
    .form .form-body .form-field.checkbox-styled.radio .big-checkbox .icon {
      width: auto;
      background: #2638C4;
      border-radius: 50%;
      width: 20px;
      line-height: 26px;
      height: 20px;
      margin-top: 2px; }

.form .form-body .form-field .text-link {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  margin: 0 0 8px;
  font-weight: bold;
  color: #2638C4;
  letter-spacing: 0;
  line-height: 1.4; }
  .form .form-body .form-field .text-link a {
    color: inherit; }

.form .form-body .form-field.sponsor {
  background: #FFFFFF;
  border: 2px solid #EEF0F5;
  margin: 0 0 16px;
  text-align: center;
  padding: 1em; }
  .form .form-body .form-field.sponsor .thumb {
    display: inline-block;
    max-width: 100%;
    height: auto !important; }

.form .form-body .form-field.inline-dropdown {
  margin-bottom: 0 !important; }
  .form .form-body .form-field.inline-dropdown label.collapser {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    border-bottom: 1px solid #60738A;
    line-height: 3.125rem;
    position: relative;
    cursor: pointer;
    padding-left: 0.5rem;
    padding-right: 2rem;
    margin-bottom: 0; }
    .form .form-body .form-field.inline-dropdown label.collapser .icon {
      display: block;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      position: absolute;
      left: auto;
      right: 1rem;
      transition: .2s; }
    .form .form-body .form-field.inline-dropdown label.collapser:hover {
      background: #F6F8FA; }
  .form .form-body .form-field.inline-dropdown .options {
    padding: 1rem 0 0 0.5rem;
    display: none; }
  .form .form-body .form-field.inline-dropdown.open label.collapser .icon {
    transform: rotate(180deg) translate(0, 50%); }

.form .form-body .form-field.amount-bubbles .options .option-bubble {
  border: 1px solid #60738A;
  border-radius: 30px;
  cursor: pointer;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #F6F8FA;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem; }
  .form .form-body .form-field.amount-bubbles .options .option-bubble strong {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 5px 0 0;
    font-weight: 500; }
  .form .form-body .form-field.amount-bubbles .options .option-bubble em {
    font-size: 14px;
    font-size: 0.875rem;
    font-style: normal;
    color: #1D1E1F; }
  .form .form-body .form-field.amount-bubbles .options .option-bubble.selected {
    color: #ffffff;
    background: #2638C4; }
    .form .form-body .form-field.amount-bubbles .options .option-bubble.selected em {
      color: #ffffff; }
    .form .form-body .form-field.amount-bubbles .options .option-bubble.selected .circle {
      border: 6px solid #ffffff;
      background: #2638C4; }
  .form .form-body .form-field.amount-bubbles .options .option-bubble.other .option-prefix, .form .form-body .form-field.amount-bubbles .options .option-bubble.other .option-suffix {
    position: absolute;
    z-index: 2; }
  .form .form-body .form-field.amount-bubbles .options .option-bubble.other .option-prefix {
    left: 1.5625rem; }
  .form .form-body .form-field.amount-bubbles .options .option-bubble.other .option-suffix {
    right: 1.5625rem; }
  .form .form-body .form-field.amount-bubbles .options .option-bubble.other input {
    position: absolute;
    border: none;
    border-radius: 30px;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-left: 2.5rem;
    padding-right: 1.875rem; }
  .form .form-body .form-field.amount-bubbles .options .option-bubble.other.selected input {
    background: #2638C4;
    color: #ffffff; }

.form .form-body .form-field.big-radios .options {
  margin: 0 0 1.5rem-15; }
  .form .form-body .form-field.big-radios .options .option {
    position: relative;
    display: inline-block;
    height: 3.125rem;
    line-height: 3.125rem;
    background: #F6F8FA;
    border: 1px solid #60738A;
    border-radius: 1.875rem;
    font-size: 1rem;
    font-weight: 500;
    color: #1D1E1F;
    letter-spacing: 0;
    margin-right: 1.875rem;
    margin-bottom: 0.9375rem; }
    .form .form-body .form-field.big-radios .options .option:hover {
      text-decoration: none; }
    .form .form-body .form-field.big-radios .options .option:last-child {
      margin-right: 0; }
    .form .form-body .form-field.big-radios .options .option .circle {
      width: 31px;
      height: 31px;
      background: white;
      border: 1px solid #60738A;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 18px; }
    .form .form-body .form-field.big-radios .options .option span {
      padding: 0 2.5rem 0 4.0625rem; }
    .form .form-body .form-field.big-radios .options .option.selected {
      color: #ffffff;
      background: #2638C4; }
      .form .form-body .form-field.big-radios .options .option.selected .circle {
        border: 6px solid #ffffff;
        background: #2638C4; }
    @media screen and (max-width: 600px) {
      .form .form-body .form-field.big-radios .options .option {
        width: 100%; } }

.form .form-footer {
  padding-top: 1.5rem; }

.form.one-line .row {
  margin: 0; }

.form.one-line .form-messages {
  color: #ffffff; }

.form.form-aside .form-header {
  padding-top: 0.5rem;
  margin-bottom: 2.1875rem; }

.form.form-aside .title.title-form-section {
  margin: 0 0 0.8125rem; }

.form.form-aside .form-section {
  margin-bottom: 2.5rem; }
  .form.form-aside .form-section .form-field {
    margin-bottom: 0.875rem; }

.form.form-archive-search {
  margin-bottom: 0;
  border-bottom: 2px solid #979797; }

@media (min-width: 768px) {
  .form.form-archive-search {
    margin-bottom: 1rem;
    border-bottom: none; } }

.form-search .form-body .input-group .form-control {
  background: #ffffff;
  border: none;
  box-shadow: none;
  height: 3.125rem;
  padding-left: 1.25rem; }

.form-search .form-body .input-group .input-group-append,
.form-search .form-body .input-group .input-group-prepend {
  height: 3.125rem; }
  .form-search .form-body .input-group .input-group-append .input-group-text,
  .form-search .form-body .input-group .input-group-prepend .input-group-text {
    font-size: 25px;
    font-size: 1.5625rem;
    border: none;
    box-shadow: none;
    background: #ffffff;
    color: #2638C4;
    padding-right: 1.25rem;
    cursor: pointer; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999990;
  background: #2638C4;
  background-size: cover;
  background-position: top center; }
  .header .utility {
    color: #ffffff;
    overflow: hidden;
    padding: .5em 0 0; }
    .header .utility .nav-link {
      display: inline-block;
      width: 35px;
      height: 35px;
      line-height: 35px;
      vertical-align: middle;
      text-align: center;
      border-radius: 50%;
      padding-left: 0;
      padding-right: 0;
      padding: 0;
      margin: 0 1.25em 0 0;
      color: white;
      opacity: .95;
      transition: .2s; }
      .header .utility .nav-link i:before {
        display: inline-block;
        height: 35px;
        line-height: 35px;
        font-size: 25px; }
      .header .utility .nav-link:hover {
        opacity: 1; }
  .header .header-top .container {
    padding-right: 0; }
  .header .header-top .navbar {
    padding: 0; }
  .header .header-top .menu-toggler {
    font-size: 16px;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.5rem;
    text-transform: uppercase; }
    .header .header-top .menu-toggler .ic {
      margin-right: 0.8125rem; }
      .header .header-top .menu-toggler .ic:before {
        font-size: 2.125rem;
        font-size: 2.125rem/16pxrem;
        line-height: 24px;
        vertical-align: middle; }
    .header .header-top .menu-toggler span {
      display: none;
      line-height: 24px;
      vertical-align: middle; }
    .header .header-top .menu-toggler:hover {
      text-decoration: none; }
  .header .header-top .header-brand {
    margin-left: .5rem; }
    .header .header-top .header-brand img {
      width: 200px !important;
      height: auto !important; }
  .header .header-top .header-actions .btn, .header .header-top .header-actions .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .header .header-top .header-actions input[type="submit"], .header .header-top .header-actions .richtext.richtext-area .gform_wrapper .gform_footer button, .richtext.richtext-area .gform_wrapper .gform_footer .header .header-top .header-actions button {
    line-height: 56px;
    height: auto;
    border: none;
    color: #111384;
    border-radius: 0;
    box-shadow: none; }
  .header .navbar {
    justify-content: center;
    padding: 0; }
    .header .navbar .navbar-nav {
      display: flex;
      flex-direction: row;
      justify-content: center;
      padding: 0; }
      .header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        font-size: 1rem;
        color: #2638C4;
        display: inline-block;
        font-weight: 500;
        letter-spacing: 0;
        text-align: center;
        line-height: 3.75rem;
        padding: 0 1.5625rem;
        transition: .2s; }
        .header .navbar .navbar-nav .nav-item .nav-link img {
          display: block;
          max-width: 150px; }
        .header .navbar .navbar-nav .nav-item .nav-link .desc {
          display: block;
          text-align: center;
          font-size: 90%;
          padding-top: .25rem;
          color: rgba(255, 255, 255, 0.8); }
        .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
          position: relative; }
          .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
            font-size: 16px;
            margin-left: 0.125rem;
            line-height: 20px;
            vertical-align: middle;
            opacity: .7; }
          .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle .children {
            display: none;
            position: absolute;
            min-width: 275px;
            background: #0A145A;
            padding: 2.1875rem;
            padding-bottom: 1.25rem;
            left: 0;
            z-index: 99999;
            margin-top: -1px; }
            .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle .children .nav-link {
              font-size: 16px;
              font-size: 1rem;
              color: #ffffff;
              text-align: left;
              display: block;
              font-weight: normal;
              white-space: normal;
              line-height: 1.4;
              margin: 0 0 0.875rem;
              padding-left: 0;
              padding-right: 0; }
            .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle .children .nav-item-button {
              padding: 0.625rem 0; }
              .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle .children .nav-item-button .btn, .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle .children .nav-item-button .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle .children .nav-item-button input[type="submit"], .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle .children .nav-item-button .richtext.richtext-area .gform_wrapper .gform_footer button, .richtext.richtext-area .gform_wrapper .gform_footer .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle .children .nav-item-button button {
                font-size: 16px;
                font-size: 1rem;
                color: #0A145A;
                padding: 0;
                display: block; }
            .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle .children .nav-item-label .nav-link {
              font-size: 14px;
              font-size: 0.875rem;
              font-weight: bold;
              color: #FFCF00;
              text-transform: uppercase; }
            .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle .children .nav-item-label.nav-link {
              font-size: 14px;
              font-size: 0.875rem;
              font-weight: bold;
              color: #FFCF00;
              text-transform: uppercase; }
          .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.left.dropdown-toggle .children {
            left: auto;
            right: 0; }
          .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.large.dropdown-toggle .children {
            width: 480px; }
          .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.open {
            background: #0A145A;
            color: #FFCF00; }
            .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.open:before {
              background: rgba(255, 255, 255, 0.2);
              height: 1px;
              width: 100%;
              display: block;
              content: '';
              position: absolute;
              left: 0;
              bottom: 0;
              z-index: 2; }
            .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.open .children {
              display: block; }
            .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.open:after {
              transform: rotate(180deg); }
      .header .navbar .navbar-nav .nav-item.nav-item-icon .nav-link {
        font-size: 24px; }
        .header .navbar .navbar-nav .nav-item.nav-item-icon .nav-link i:before {
          line-height: 3.75rem; }
  .header .header-bottom {
    display: none; }
    .header .header-bottom .navbar {
      padding: 0.5rem 1rem; }
      .header .header-bottom .navbar .navbar-brand.logo, .header .header-bottom .navbar .navbar-brand.burger, .header .header-bottom .navbar .navbar-brand.btn, .header .header-bottom .navbar .richtext.richtext-area .gform_wrapper .gform_footer input.navbar-brand[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .header .header-bottom .navbar input.navbar-brand[type="submit"], .header .header-bottom .navbar .richtext.richtext-area .gform_wrapper .gform_footer button.navbar-brand, .richtext.richtext-area .gform_wrapper .gform_footer .header .header-bottom .navbar button.navbar-brand {
        display: none; }

.header-buffer.header-buffer-main {
  height: 52px; }

@media (min-width: 992px) {
  .header .header-top .container {
    padding-left: 5rem;
    padding-right: 5rem; }
  .header.header-large .header-top {
    padding: 3.125rem 0; }
    .header.header-large .header-top .menu-toggler span {
      display: inline-block; }
    .header.header-large .header-top .header-brand {
      margin-left: 0; }
      .header.header-large .header-top .header-brand img {
        width: 430px !important; }
  .header.header-large .header-actions .btn, .header.header-large .header-actions .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .header.header-large .header-actions input[type="submit"], .header.header-large .header-actions .richtext.richtext-area .gform_wrapper .gform_footer button, .richtext.richtext-area .gform_wrapper .gform_footer .header.header-large .header-actions button {
    border-radius: 30px;
    padding-left: 2rem;
    padding-right: 2rem; }
  .header.header-large.scrolled .utility {
    background: #0A145A;
    padding: .25em 0; }
    .header.header-large.scrolled .utility .container {
      padding-left: 20px; }
    .header.header-large.scrolled .utility .nav-link {
      width: 25px;
      height: 25px;
      margin: 0 1em 0 0; }
      .header.header-large.scrolled .utility .nav-link i:before {
        line-height: 25px;
        font-size: 19px; }
  .header.header-large.scrolled .header-bottom .navbar {
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    .header.header-large.scrolled .header-bottom .navbar .navbar-brand.burger, .header.header-large.scrolled .header-bottom .navbar .navbar-brand.logo, .header.header-large.scrolled .header-bottom .navbar .navbar-brand.btn, .header.header-large.scrolled .header-bottom .navbar .richtext.richtext-area .gform_wrapper .gform_footer input.navbar-brand[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .header.header-large.scrolled .header-bottom .navbar input.navbar-brand[type="submit"], .header.header-large.scrolled .header-bottom .navbar .richtext.richtext-area .gform_wrapper .gform_footer button.navbar-brand, .richtext.richtext-area .gform_wrapper .gform_footer .header.header-large.scrolled .header-bottom .navbar button.navbar-brand {
      display: inline-block; }
  .header-buffer.header-buffer-main {
    height: 165px; } }

@media (min-width: 1200px) {
  .header.header-large .header-bottom {
    display: block; } }

#wpadminbar {
  z-index: 9999995 !important; }

.header-compact-buffer {
  height: 52px; }

.header.header-compact {
  border-bottom: none; }
  .header.header-compact .navbar .navbar-nav {
    padding: 0;
    text-align: center;
    display: none; }
    .header.header-compact .navbar .navbar-nav .nav-item .nav-link {
      display: inline-block;
      line-height: 52px;
      padding-top: 0;
      padding-bottom: 0;
      color: #2638C4; }
      .header.header-compact .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.open {
        padding-left: 1rem;
        padding: 0 1.5625rem; }

.header.header-compact,
.header.header-large .header-bottom {
  background: #2638C4;
  color: white; }
  .header.header-compact .navbar,
  .header.header-large .header-bottom .navbar {
    padding: 0; }
    .header.header-compact .navbar .navbar-nav .nav-item .nav-link,
    .header.header-large .header-bottom .navbar .navbar-nav .nav-item .nav-link {
      color: white; }
    .header.header-compact .navbar .navbar-brand,
    .header.header-large .header-bottom .navbar .navbar-brand {
      margin: 0;
      padding: 0; }
      .header.header-compact .navbar .navbar-brand.logo span,
      .header.header-large .header-bottom .navbar .navbar-brand.logo span {
        display: block;
        height: 52px;
        padding: 0 1.5625rem 0 0; }
        .header.header-compact .navbar .navbar-brand.logo span img,
        .header.header-large .header-bottom .navbar .navbar-brand.logo span img {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          width: 139px; }
      .header.header-compact .navbar .navbar-brand.logo.borderless span,
      .header.header-large .header-bottom .navbar .navbar-brand.logo.borderless span {
        border-left: none;
        border-right: none; }
      .header.header-compact .navbar .navbar-brand.burger,
      .header.header-large .header-bottom .navbar .navbar-brand.burger {
        width: 52px;
        text-align: center;
        font-size: 30px;
        color: white;
        cursor: pointer; }
      .header.header-compact .navbar .navbar-brand.btn, .header.header-compact .navbar .richtext.richtext-area .gform_wrapper .gform_footer input.navbar-brand[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .header.header-compact .navbar input.navbar-brand[type="submit"], .header.header-compact .navbar .richtext.richtext-area .gform_wrapper .gform_footer button.navbar-brand, .richtext.richtext-area .gform_wrapper .gform_footer .header.header-compact .navbar button.navbar-brand,
      .header.header-large .header-bottom .navbar .navbar-brand.btn,
      .header.header-large .header-bottom .navbar .richtext.richtext-area .gform_wrapper .gform_footer input.navbar-brand[type="submit"],
      .richtext.richtext-area .gform_wrapper .gform_footer .header.header-large .header-bottom .navbar input.navbar-brand[type="submit"],
      .header.header-large .header-bottom .navbar .richtext.richtext-area .gform_wrapper .gform_footer button.navbar-brand,
      .richtext.richtext-area .gform_wrapper .gform_footer .header.header-large .header-bottom .navbar button.navbar-brand {
        line-height: 52px;
        border-radius: 0;
        border: none;
        width: 104px; }

@media (min-width: 1200px) {
  .header.header-compact .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 1.875rem; }
  .header.header-compact .navbar .navbar-brand.logo:not(.borderless),
  .header.header-large .header-bottom .navbar .navbar-brand.logo:not(.borderless) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .header.header-compact .navbar .navbar-brand.logo span,
  .header.header-large .header-bottom .navbar .navbar-brand.logo span {
    padding: 0 1.5625rem; } }

@media (min-width: 992px) {
  .header-compact-buffer {
    height: 72px; }
  .header.header-compact .navbar .navbar-nav {
    display: flex; }
    .header.header-compact .navbar .navbar-nav .nav-item .nav-link {
      font-size: 15px;
      font-size: 0.9375rem;
      padding-left: 0.625rem; }
      .header.header-compact .navbar .navbar-nav .nav-item .nav-link .ic {
        font-size: 26px; }
  .header.header-compact .navbar,
  .header.header-large .header-bottom .navbar {
    justify-content: flex-start; }
    .header.header-compact .navbar .navbar-brand.logo,
    .header.header-large .header-bottom .navbar .navbar-brand.logo {
      margin-left: 0 !important; }
      .header.header-compact .navbar .navbar-brand.logo span,
      .header.header-large .header-bottom .navbar .navbar-brand.logo span {
        padding: 0 1.5625rem 0;
        height: 72px; }
        .header.header-compact .navbar .navbar-brand.logo span img,
        .header.header-large .header-bottom .navbar .navbar-brand.logo span img {
          width: 178px; }
    .header.header-compact .navbar .navbar-brand.btn, .header.header-compact .navbar .richtext.richtext-area .gform_wrapper .gform_footer input.navbar-brand[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .header.header-compact .navbar input.navbar-brand[type="submit"], .header.header-compact .navbar .richtext.richtext-area .gform_wrapper .gform_footer button.navbar-brand, .richtext.richtext-area .gform_wrapper .gform_footer .header.header-compact .navbar button.navbar-brand,
    .header.header-large .header-bottom .navbar .navbar-brand.btn,
    .header.header-large .header-bottom .navbar .richtext.richtext-area .gform_wrapper .gform_footer input.navbar-brand[type="submit"],
    .richtext.richtext-area .gform_wrapper .gform_footer .header.header-large .header-bottom .navbar input.navbar-brand[type="submit"],
    .header.header-large .header-bottom .navbar .richtext.richtext-area .gform_wrapper .gform_footer button.navbar-brand,
    .richtext.richtext-area .gform_wrapper .gform_footer .header.header-large .header-bottom .navbar button.navbar-brand {
      width: 148px;
      line-height: 72px; }
    .header.header-compact .navbar .navbar-brand.burger,
    .header.header-large .header-bottom .navbar .navbar-brand.burger {
      margin-right: 0 !important;
      width: 72px; } }

.header.header-noiseless,
.header.header-compact.header-noiseless {
  background: #2638C4; }
  .header.header-noiseless .navbar,
  .header.header-compact.header-noiseless .navbar {
    justify-content: space-around; }

.icon {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle; }
  .icon.download {
    width: 24px;
    height: 18px;
    background-image: url(images/download-bottom@2x.png); }
  .icon.pbs-logo {
    background-image: url(images/pbs-logo@2x.png);
    width: 60px;
    height: 60px; }
  .icon.job-card {
    background-image: url(images/job-card@2x.png);
    width: 60px;
    height: 52px; }
  .icon.family {
    background-image: url(images/family@2x.png);
    width: 60px;
    height: 56px; }
  .icon.file {
    background-image: url(images/file@2x.png);
    width: 57px;
    height: 60px; }
  .icon.phone {
    background-image: url(images/phone@2x.png);
    width: 60px;
    height: 60px; }
  .icon.hierarchy {
    background-image: url(images/hierarchy@2x.png);
    width: 60px;
    height: 60px; }
  .icon.question {
    background-image: url(images/question@2x.png);
    width: 60px;
    height: 60px; }
  .icon.board {
    background-image: url(images/board@2x.png);
    width: 60px;
    height: 60px; }

.info-box {
  background: #EEF0F5;
  border-radius: 5px;
  display: flex;
  flex-direction: columns;
  align-items: stretch;
  overflow: hidden; }
  .info-box .info-box-icon {
    background: #60738A;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0.5rem;
    width: 2.1875rem; }
    .info-box .info-box-icon i {
      vertical-align: middle;
      font-size: 25px;
      font-weight: bold;
      color: #ffffff; }
  .info-box .info-box-content {
    padding: 1.25rem 0.9375rem; }
    .info-box .info-box-content .info-box-header .title {
      margin-bottom: 0.625rem; }
    .info-box .info-box-content .info-box-body.richtext a {
      color: #2638C4; }
    .info-box .info-box-content .info-box-body.richtext p {
      margin: 0 0 0.875rem; }
    .info-box .info-box-content .info-box-body.richtext p:first-child {
      margin-top: 0; }
    .info-box .info-box-content .info-box-body.richtext p:last-child {
      margin-bottom: 0; }

@media (min-width: 768px) {
  .info-box .info-box-content {
    padding: 1.5625rem 2.1875rem; } }

.jumbotron {
  background: #0F1E8C;
  border-radius: 0;
  padding: 0;
  position: relative;
  overflow: hidden; }
  .jumbotron .jumbotron-body {
    padding: 1.875rem 1.5625rem; }
    .jumbotron .jumbotron-body .jumbotron-label .title.title-accent {
      font-size: 19px;
      font-size: 1.1875rem;
      color: #ffffff;
      font-weight: 500;
      letter-spacing: 0;
      margin-bottom: -0.1875rem;
      text-align: center;
      margin: 0 0 0.375rem; }
    .jumbotron .jumbotron-body .jumbotron-title {
      margin-bottom: 0.9375rem; }
      .jumbotron .jumbotron-body .jumbotron-title .title {
        font-size: 42px;
        font-size: 2.625rem;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 1;
        color: #48D3CD;
        text-align: center; }
    .jumbotron .jumbotron-body .jumbotron-description .richtext {
      font-size: 17px;
      font-size: 1.0625rem;
      color: #ffffff;
      text-align: left;
      line-height: 1.5;
      max-width: 450px;
      text-align: center;
      margin: 0 auto; }
    .jumbotron .jumbotron-body .jumbotron-actions {
      padding-top: 0.9375rem;
      text-align: center; }
  .jumbotron .jumbotron-image {
    overflow: hidden; }
    .jumbotron .jumbotron-image img {
      display: block;
      width: 100%;
      max-height: 40vh;
      object-fit: cover;
      object-position: top center; }
  .jumbotron .jumbotron-icon img {
    max-width: 200px;
    width: 100%; }

@media (min-width: 992px) {
  .jumbotron .jumbotron-image {
    height: 400px; }
    .jumbotron .jumbotron-image img {
      display: inherit;
      width: auto; }
    .jumbotron .jumbotron-image .cropper {
      width: 100%;
      height: 400px;
      overflow: hidden;
      border-top-right-radius: 50%;
      border-bottom-right-radius: 50%;
      box-sizing: content-box;
      vertical-align: middle;
      padding-top: 200px;
      padding-bottom: 200px;
      margin-top: -200px; }
      .jumbotron .jumbotron-image .cropper a {
        display: block; }
        .jumbotron .jumbotron-image .cropper a img {
          min-height: 400px;
          height: 100%;
          width: auto; }
  .jumbotron .jumbotron-body {
    padding: 3.625rem 3.5rem; }
    .jumbotron .jumbotron-body .jumbotron-label .title.title-accent {
      text-align: left;
      font-size: 26px;
      font-size: 1.625rem;
      margin: 0 0 0.1875rem; }
    .jumbotron .jumbotron-body .jumbotron-title .title {
      text-align: left;
      font-size: 70px;
      font-size: 4.375rem; }
    .jumbotron .jumbotron-body .jumbotron-description .richtext {
      text-align: left;
      margin: 0; }
    .jumbotron .jumbotron-body .jumbotron-actions {
      text-align: left; } }

.jumbotron.dict {
  background: #F6F8FA;
  height: auto; }
  .jumbotron.dict .bg {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 6rem; }
    @media screen and (max-width: 1200px) {
      .jumbotron.dict .bg {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
  .jumbotron.dict .term {
    margin: 0 0 2.5rem; }
    @media screen and (min-width: 992px) {
      .jumbotron.dict .term:last-child {
        margin-bottom: 0; } }
    .jumbotron.dict .term h4 {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1.2;
      font-weight: bold;
      color: #FFCF00; }
    .jumbotron.dict .term .def {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 500;
      color: #ffffff;
      line-height: 1.2; }

.jumbotron.jumbotron-flix {
  background-color: #0A145A;
  background-image: url(images/bg-sunset@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: white;
  padding: 3.625rem 0;
  max-width: 100%;
  box-sizing: border-box;
  margin-right: 0;
  overflow: hidden; }
  .jumbotron.jumbotron-flix .title {
    font-size: 26px;
    font-size: 1.625rem;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    font-family: "PBSSans", "Helvetica Neue", sans-serif;
    font-weight: bold; }
  .jumbotron.jumbotron-flix .scroll {
    overflow-x: auto;
    margin: 0 0 2.125rem; }
    .jumbotron.jumbotron-flix .scroll .wide {
      min-width: 800px; }
  .jumbotron.jumbotron-flix .items {
    padding: 2.25rem 0 1rem; }
    .jumbotron.jumbotron-flix .items .item img {
      display: block;
      width: 100%;
      margin: 0 0 0.625rem;
      background: rgba(0, 0, 0, 0.1);
      border-radius: 4px; }
    .jumbotron.jumbotron-flix .items .item .title {
      font-size: 14px;
      font-size: 0.875rem;
      color: white;
      text-align: left;
      font-weight: normal; }
    .jumbotron.jumbotron-flix .items .item.col-count-7 {
      max-width: 14.2857%; }

@media (min-width: 768px) {
  .jumbotron.jumbotron-flix .title {
    font-size: 34px;
    font-size: 2.125rem; }
  .jumbotron.jumbotron-flix .scroll {
    overflow: visible; }
    .jumbotron.jumbotron-flix .scroll .wide {
      min-width: 0;
      width: 100%; }
  .jumbotron.jumbotron-flix .items {
    padding: 3.125rem 0 1rem; }
    .jumbotron.jumbotron-flix .items .item .title {
      font-size: 16px;
      font-size: 1rem; } }

html, body {
  font-size: 16px;
  line-height: 1.4;
  font-family: "PBSSans", "Helvetica Neue", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.container {
  padding-left: 1rem;
  padding-right: 1rem; }
  .container .container {
    padding-left: 15px;
    padding-right: 15px; }

@media (min-width: 992px) {
  .container {
    padding-left: 5rem;
    padding-right: 5rem; }
    .container .container {
      padding-left: 15px;
      padding-right: 15px; } }

.livestreams-banner {
  background: #f2f5f7;
  box-shadow: 0 1px 4px 0 rgba(85, 85, 85, 0.25); }
  .livestreams-banner .livestream-label {
    max-width: 140px;
    font-weight: 900;
    font-size: 23px;
    line-height: 1.1; }
  .livestreams-banner .livestream img {
    width: 80px;
    height: auto !important; }
  .livestreams-banner .passport img {
    width: 300px;
    height: auto !important; }

#curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999998;
  display: none; }

.menu-slideout {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 380px;
  height: 100%;
  background: #2638C4;
  padding-bottom: 100px;
  z-index: 9999999;
  display: none; }
  .menu-slideout .form-search {
    margin: 0 0 2.5rem; }
  .menu-slideout .menu-header {
    position: relative;
    margin: 0 0 1.25rem;
    padding: calc(2.5rem / 2); }
    .menu-slideout .menu-header .close {
      font-size: 30px;
      font-size: 1.875rem;
      display: block;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      color: white;
      opacity: 1;
      right: calc(2.5rem / 2); }
  .menu-slideout .menu-body {
    height: 100%;
    overflow-y: auto;
    padding: calc(2.5rem / 2);
    padding-bottom: 2.5rem; }
    .menu-slideout .menu-body .menu .nav-link {
      color: white;
      padding: 0; }
    .menu-slideout .menu-body .menu.main {
      margin: 0 0 2.5rem; }
      .menu-slideout .menu-body .menu.main .dropdown-toggle:after {
        position: absolute;
        right: 0;
        top: calc(1.625rem / 2); }
      .menu-slideout .menu-body .menu.main .nav-link {
        position: relative;
        font-size: 1.625rem;
        font-weight: bold;
        margin: 0 0 calc(2.5rem / 2); }
        .menu-slideout .menu-body .menu.main .nav-link img {
          display: block;
          max-width: 100%;
          margin: 0 0 calc(2.5rem / 2); }
        .menu-slideout .menu-body .menu.main .nav-link .btn.btn-secondary, .menu-slideout .menu-body .menu.main .nav-link .richtext.richtext-area .gform_wrapper .gform_footer input.btn-secondary[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .menu-slideout .menu-body .menu.main .nav-link input.btn-secondary[type="submit"], .menu-slideout .menu-body .menu.main .nav-link .richtext.richtext-area .gform_wrapper .gform_footer button.btn-secondary, .richtext.richtext-area .gform_wrapper .gform_footer .menu-slideout .menu-body .menu.main .nav-link button.btn-secondary {
          background: #0f1e8c;
          border: 1px solid #0f1e8c;
          color: white; }
        .menu-slideout .menu-body .menu.main .nav-link.float-right {
          display: none !important; }
        .menu-slideout .menu-body .menu.main .nav-link a {
          color: inherit;
          display: block; }
          .menu-slideout .menu-body .menu.main .nav-link a:hover {
            text-decoration: none; }
        .menu-slideout .menu-body .menu.main .nav-link.passport {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: start;
          gap: 10px; }
          .menu-slideout .menu-body .menu.main .nav-link.passport:before {
            content: '';
            display: block;
            width: 40px;
            height: 40px;
            background: url(images/passport-icon@2x.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center; }
        .menu-slideout .menu-body .menu.main .nav-link.nav-style-accent {
          color: #FFCF00; }
        .menu-slideout .menu-body .menu.main .nav-link .children {
          padding: calc(2.5rem / 2);
          padding-bottom: 0; }
          .menu-slideout .menu-body .menu.main .nav-link .children .nav-item {
            display: block; }
            .menu-slideout .menu-body .menu.main .nav-link .children .nav-item .nav-link {
              font-size: 16px;
              font-size: 1rem;
              font-weight: normal;
              display: block;
              white-space: normal; }
        .menu-slideout .menu-body .menu.main .nav-link.dropdown-toggle {
          cursor: pointer; }
          .menu-slideout .menu-body .menu.main .nav-link.dropdown-toggle:after {
            transition: .2s; }
          .menu-slideout .menu-body .menu.main .nav-link.dropdown-toggle .nav-main-link {
            position: relative;
            z-index: 5; }
          .menu-slideout .menu-body .menu.main .nav-link.dropdown-toggle .children {
            display: none;
            margin: 0 0 2rem; }
            .menu-slideout .menu-body .menu.main .nav-link.dropdown-toggle .children ul {
              padding: 0;
              margin: 0; }
              .menu-slideout .menu-body .menu.main .nav-link.dropdown-toggle .children ul li .nav-link {
                margin: 0 0 1rem; }
          .menu-slideout .menu-body .menu.main .nav-link.dropdown-toggle.open {
            margin: 0 0 0.3125rem; }
            .menu-slideout .menu-body .menu.main .nav-link.dropdown-toggle.open .children:not(.animated) {
              display: block; }
            .menu-slideout .menu-body .menu.main .nav-link.dropdown-toggle.open:after {
              transform: rotate(180deg); }
      .menu-slideout .menu-body .menu.main .nav-item-label {
        font-size: 16px;
        font-size: 1rem;
        color: #FFCF00;
        text-transform: uppercase;
        font-family: PBSSans;
        font-weight: bold;
        line-height: 1.5; }
      .menu-slideout .menu-body .menu.main .nav-item-taxonomy img {
        margin: 0 0 0.3125rem; }
      .menu-slideout .menu-body .menu.main .nav-item-taxonomy a.desc {
        text-align: center;
        font-size: 90%;
        font-style: italic;
        opacity: .9; }
    .menu-slideout .menu-body .menu.secondary {
      font-size: 1rem; }
      .menu-slideout .menu-body .menu.secondary .nav-link {
        margin: 0 0 1rem; }
    .menu-slideout .menu-body .menu.menu-social {
      padding-top: 2.5rem; }
      .menu-slideout .menu-body .menu.menu-social .nav-link {
        color: #2638C4; }

.menu-social .menu-social-item {
  display: inline-block; }

.menu-social .nav-link {
  font-size: 34px;
  font-size: 2.125rem;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  margin: 0 0.75rem 0.75rem 0;
  padding-right: .25em; }
  .menu-social .nav-link i:before {
    line-height: 44px; }
  .menu-social .nav-link .ion-social-facebook {
    font-size: 28px;
    font-size: 1.75rem; }
  .menu-social .nav-link.nav-style-color-blue {
    background: #111384;
    color: #ffffff; }
  .menu-social .nav-link.nav-style-color-primary {
    background: #2638C4;
    color: #ffffff; }
  .menu-social .nav-link.nav-style-color-gray {
    background: #60738A;
    color: #ffffff; }

.menu-social-share .menu-social-share-item .nav-link.nav-style-color-primary {
  color: #2638C4;
  background: none; }

.modal {
  z-index: 99999998; }
  .modal .modal-dialog {
    padding-top: 2rem; }
  .modal .modal-content {
    border-radius: 0;
    border: 1px solid #000525; }
  .modal .modal-header .close {
    opacity: 1;
    border: 1px solid #2638C4;
    color: #2638C4; }
  .modal.modal-compact .modal-header {
    height: auto;
    border: none;
    padding: 0; }
    .modal.modal-compact .modal-header .close {
      font-size: 18px;
      font-size: 1.125rem;
      box-shadow: none;
      text-shadow: none;
      background: #F6F8FA;
      font-weight: normal;
      position: absolute;
      width: 33px;
      height: 33px;
      text-align: center;
      line-height: 33px;
      padding: 0;
      right: 1.875rem;
      top: 1.875rem;
      z-index: 999; }
  .modal.modal-compact .modal-body {
    padding: 4.375rem 2.8125rem; }
    .modal.modal-compact .modal-body p:last-child {
      margin-bottom: 0; }

.modal.modal-search .modal-header {
  border: none; }
  .modal.modal-search .modal-header .close {
    margin: 0 0 -1rem auto;
    width: 2.1875rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    padding: 0; }

.modal.modal-search .thinking {
  text-align: center;
  padding: 1rem 0;
  color: #979797;
  line-height: 20px;
  vertical-align: middle;
  display: none; }
  .modal.modal-search .thinking i {
    font-size: 20px;
    display: inline-block;
    margin-right: 0.3125rem; }

.modal.modal-search .form-grid {
  padding: 0 5rem 0.625rem;
  margin: 0; }
  .modal.modal-search .form-grid .results-title {
    font-weight: 500;
    font-size: 16px;
    color: #60738A;
    letter-spacing: 0;
    text-align: left;
    line-height: 24px;
    border-bottom: 1px solid #EEF0F5;
    padding-bottom: 5px;
    display: none; }
  .modal.modal-search .form-grid .results {
    display: none; }
    .modal.modal-search .form-grid .results .no-results {
      color: #60738A;
      text-align: center;
      font-size: 90%;
      font-style: italic;
      margin-top: -16px; }
  .modal.modal-search .form-grid .card {
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #EEF0F5; }
    .modal.modal-search .form-grid .card:last-child {
      margin-bottom: 0;
      border-bottom: none; }
    .modal.modal-search .form-grid .card .card-body {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 15px;
      padding-right: 15px; }
      .modal.modal-search .form-grid .card .card-body .card-text {
        font-size: 15px;
        line-height: 23px; }

.modal.modal-search .form-body {
  margin-bottom: 2.5rem;
  padding: 0 5rem; }
  .modal.modal-search .form-body .input-group {
    font-size: 18px;
    color: #1D1E1F;
    text-align: left;
    line-height: 28px;
    border: 1px solid #60738A; }
    .modal.modal-search .form-body .input-group .input-group-prepend .input-group-text {
      padding-right: 0 !important;
      font-size: 30px; }
  .modal.modal-search .form-body .btn, .modal.modal-search .form-body .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .modal.modal-search .form-body input[type="submit"], .modal.modal-search .form-body .richtext.richtext-area .gform_wrapper .gform_footer button, .richtext.richtext-area .gform_wrapper .gform_footer .modal.modal-search .form-body button {
    padding: 0 1rem; }

.modal.modal-search .modal-footer {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: left;
  justify-content: flex-start;
  text-align: left;
  line-height: 24px;
  color: #60738A;
  border-top: none;
  padding-bottom: 3rem;
  display: none; }
  .modal.modal-search .modal-footer a {
    color: #2638C4;
    margin-right: 0.625rem; }
  .modal.modal-search .modal-footer .row {
    padding: 0 5rem; }

.modal-video .close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  border: 1px solid #2638C4;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  z-index: 99;
  width: 50px;
  height: 50px;
  border: none; }

.modal-video .modal-body {
  padding: 0;
  /* 4x3 Aspect Ratio */ }
  .modal-video .modal-body .iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative; }
  .modal-video .modal-body .iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .modal-video .modal-body .iframe-container-4x3 {
    padding-top: 75%; }

.navbar .nav-link a {
  color: inherit; }
  .navbar .nav-link a:hover {
    text-decoration: none; }

.navbar .nav-link.dropdown-toggle .children ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .navbar .nav-link.dropdown-toggle .children ul li .nav-link {
    padding: 0; }

.newsletter-signup {
  padding: 0; }
  .newsletter-signup .newsletter-signup-header {
    padding: 0; }
    .newsletter-signup .newsletter-signup-header .title-wrapper {
      padding: 2.9375rem 0;
      background: #2638C4;
      background-size: cover;
      background-position: center; }
      .newsletter-signup .newsletter-signup-header .title-wrapper .title {
        font-size: 28px;
        font-size: 1.75rem;
        max-width: 200px;
        margin: 0 auto; }
    .newsletter-signup .newsletter-signup-header .subtitle-wrapper {
      background: #EEF0F5;
      padding: 1.5rem 1rem 0;
      display: block; }
      .newsletter-signup .newsletter-signup-header .subtitle-wrapper .title {
        line-height: 1.5; }
    .newsletter-signup .newsletter-signup-header .title {
      color: white;
      text-align: center;
      line-height: 42/34;
      text-transform: none;
      margin: 0; }
      .newsletter-signup .newsletter-signup-header .title.title-subtitle {
        font-size: 14px;
        font-size: 0.875rem;
        color: #1D1E1F;
        font-weight: normal;
        line-height: 28/18;
        margin: 0;
        padding: 0;
        text-align: left; }
  .newsletter-signup .newsletter-signup-body {
    background: #EEF0F5;
    padding: 1rem 1rem 2.0625rem;
    display: block; }
    .newsletter-signup .newsletter-signup-body .form {
      margin: 0 auto; }
      .newsletter-signup .newsletter-signup-body .form .form-body .form-field .input-group .form-control {
        max-width: 275px;
        background-clip: none; }
      .newsletter-signup .newsletter-signup-body .form .form-body .btn, .newsletter-signup .newsletter-signup-body .form .form-body .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .newsletter-signup .newsletter-signup-body .form .form-body input[type="submit"], .newsletter-signup .newsletter-signup-body .form .form-body .richtext.richtext-area .gform_wrapper .gform_footer button, .richtext.richtext-area .gform_wrapper .gform_footer .newsletter-signup .newsletter-signup-body .form .form-body button {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        color: #0F1E8C;
        width: 100%; }

@media (min-width: 768px) {
  .newsletter-signup {
    background: #2638C4;
    padding: 4.25rem 0;
    background-image: url(images/bg-email-footer-promo@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px center; }
    .newsletter-signup .newsletter-signup-header .title-wrapper {
      background: none;
      padding: 0; }
      .newsletter-signup .newsletter-signup-header .title-wrapper .title {
        font-size: 34px;
        font-size: 2.125rem;
        max-width: none;
        padding: 0;
        margin: 0 0 0.8125rem; }
    .newsletter-signup .newsletter-signup-header .subtitle-wrapper {
      background: none;
      padding: 0 0 2.8125rem; }
      .newsletter-signup .newsletter-signup-header .subtitle-wrapper .title {
        font-size: 18px;
        font-size: 1.125rem;
        color: #FFFFFF;
        text-align: center; }
    .newsletter-signup .newsletter-signup-body {
      background: none;
      padding: 0; } }

.notice {
  background-size: cover;
  backgroudn: white;
  background: #EEF0F5; }
  .notice .container {
    max-width: 300px; }
    .notice .container .richtext {
      font-size: 16px;
      font-size: 1rem;
      color: #1D1E1F;
      text-align: center;
      font-weight: 400;
      font-family: PBSSans;
      position: relative;
      overflow: hidden; }
      .notice .container .richtext .taro-field {
        display: flex;
        align-items: center;
        justify-content: center; }
        .notice .container .richtext .taro-field .taro {
          background-size: contain;
          background-position: center bottom;
          background-image: url(images/taro-leaf@2x.png);
          background-repeat: no-repeat;
          display: block;
          width: 60px;
          height: 60px;
          vertical-align: bottom;
          align-self: flex-end;
          margin-right: .25em;
          line-height: 1;
          display: none;
          margin-bottom: -5px; }
        .notice .container .richtext .taro-field .desc {
          padding: 1.375rem 0; }
      .notice .container .richtext p {
        margin: 0 0.375rem;
        display: inline;
        position: relative; }
      .notice .container .richtext a {
        text-decoration: underline;
        margin: 0 0.375rem;
        color: #2638C4; }

@media (min-width: 768px) {
  .notice .container {
    max-width: none; }
    .notice .container .richtext .taro-field .taro {
      display: block; } }

.page-iframe iframe {
  border: none; }

@media screen and (max-width: 782px) {
  .page-iframe iframe#station-module {
    height: 900px !important; } }

@keyframes dip {
  50% {
    transform: translateY(10px); }
  to {
    transform: translateY(7px); } }

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: scale(1); }
  40% {
    transform: scale(1.2); }
  60% {
    transform: scale(1.2); } }

@keyframes slide-right {
  0% {
    left: -200%; }
  70% {
    left: 60%; }
  100% {
    left: 50%; } }

@keyframes slide-left {
  0% {
    left: 50%; }
  100% {
    left: -200%; } }

@keyframes slide-up {
  100% {
    top: -200%; } }

@keyframes slide-down {
  0% {
    top: -200%; }
  80% {
    top: 60%; }
  100% {
    top: 50%; } }

@keyframes tuck-right {
  0% {
    margin-left: 10px;
    opacity: 1; }
  100% {
    margin-left: 0;
    opacity: 0; } }

@keyframes untuck-right {
  0% {
    margin-left: 0;
    opacity: 0; }
  70% {
    margin-left: 13px; }
  100% {
    margin-left: 10px;
    opacity: 1; } }

@keyframes tuck-left {
  0% {
    opacity: 1;
    margin-left: -10px; }
  100% {
    margin-left: 0;
    opacity: 0; } }

@keyframes untuck-left {
  0% {
    margin-left: 0;
    opacity: 0; }
  70% {
    margin-left: -13px; }
  100% {
    opacity: 1;
    margin-left: -10px; } }

@keyframes bg-left {
  0% {
    background-position-x: 10px; }
  100% {
    background-position-x: 0px; } }

@keyframes bg-right {
  0% {
    background-position-x: 0px; }
  70% {
    background-position-x: 20px; }
  100% {
    background-position-x: 10px; } }

.keiki-title {
  font-size: 42px;
  font-family: PBS Kids Headline;
  font-weight: 700;
  text-transform: uppercase; }

.keiki-banner {
  margin-bottom: 1em; }
  .keiki-banner h1 {
    font-size: 60px;
    font-family: PBS Kids Headline; }
  .keiki-banner p {
    font-size: 24px;
    font-family: PBS Kids Headline;
    display: block;
    margin-bottom: 1.5em; }
  .keiki-banner .pane {
    background: #0779be;
    border-radius: 16px;
    height: 400px;
    margin: 0 0 40px;
    position: relative; }
    .keiki-banner .pane > * {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .keiki-banner .pane .charlie {
      left: 20px;
      transition: 0.7s;
      z-index: 1; }
    .keiki-banner .pane .logo {
      left: 50%;
      transform: translate(-50%, -50%);
      transition: 0.7s;
      z-index: 3; }
    .keiki-banner .pane .susie {
      right: -10px;
      transition: 0.7s;
      z-index: 2; }
    .keiki-banner .pane:hover .logo {
      top: calc(50% - 5px); }
    .keiki-banner .pane:hover .susie {
      right: 30px; }
    .keiki-banner .pane:hover .charlie {
      top: 40%; }
  @media screen and (max-width: 992px) {
    .keiki-banner {
      padding-top: 50px; }
      .keiki-banner h1 {
        font-size: 34px;
        line-height: 1.1; }
      .keiki-banner p {
        font-size: 18px;
        line-height: 1.4; }
      .keiki-banner .pane {
        height: 260px; }
        .keiki-banner .pane .logo img {
          width: 240px; }
        .keiki-banner .pane .charlie {
          top: 50px;
          left: -30px; }
          .keiki-banner .pane .charlie img {
            width: 192px; }
        .keiki-banner .pane .susie {
          right: -80px;
          top: 80%; }
          .keiki-banner .pane .susie img {
            width: 179px; } }

.keiki-button {
  font-family: "PBS KIDS Headline";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none !important;
  color: #ff8b00;
  display: inline-block;
  position: relative;
  overflow: hidden; }
  .keiki-button > span {
    transition: all ease 0.1s;
    background: #ffe000;
    display: block;
    padding: 3px 16px 0;
    line-height: 48px;
    vertical-align: middle;
    position: relative;
    padding-bottom: 13px; }
    .keiki-button > span:after {
      display: block;
      content: "";
      position: absolute;
      bottom: 0px;
      height: 12px;
      width: 100%;
      background: #ff8b00;
      left: 0; }
  .keiki-button:hover {
    text-decoration: none !important;
    color: #ff8b00; }
    .keiki-button:hover > span {
      animation: dip 0.2s ease 0.1s 1 normal forwards; }
  @media screen and (max-width: 992px) {
    .keiki-button {
      font-size: 26px; } }

.page-keiki-club .teaser {
  border-radius: 1em;
  height: 520px;
  position: relative;
  padding-bottom: 49px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden; }
  .page-keiki-club .teaser .teaser-header {
    color: white;
    font-family: PBS Kids Headline;
    width: 100%;
    max-width: 530px;
    position: absolute;
    top: 53px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5; }
    .page-keiki-club .teaser .teaser-header h2 {
      font-size: 40px;
      margin: 0 0 12px; }
    .page-keiki-club .teaser .teaser-header p {
      font-size: 20px; }
  .page-keiki-club .teaser.anim5 {
    animation-direction: normal;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-duration: 0.2s; }
    .page-keiki-club .teaser.anim5 .anim-obj.halo img {
      position: absolute;
      left: 0;
      top: 0;
      transform: translate(-50%, -50%); }
      .page-keiki-club .teaser.anim5 .anim-obj.halo img.layer-1 {
        z-index: 3; }
      .page-keiki-club .teaser.anim5 .anim-obj.halo img.layer-2 {
        z-index: 2;
        margin-left: 5px;
        animation-direction: normal;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        animation-duration: 0.2s;
        opacity: 0; }
      .page-keiki-club .teaser.anim5 .anim-obj.halo img.layer-3 {
        z-index: 1;
        animation-direction: normal;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        animation-duration: 0.2s;
        margin-left: -5px;
        opacity: 0; }
    .page-keiki-club .teaser.anim5.slide-left {
      animation-name: bg-left; }
      .page-keiki-club .teaser.anim5.slide-left .layer-2 {
        animation-name: untuck-left; }
      .page-keiki-club .teaser.anim5.slide-left .layer-3 {
        animation-name: untuck-right; }
    .page-keiki-club .teaser.anim5.slide-right {
      animation-name: bg-right; }
      .page-keiki-club .teaser.anim5.slide-right .layer-2 {
        animation-name: tuck-left; }
      .page-keiki-club .teaser.anim5.slide-right .layer-3 {
        animation-name: tuck-right; }
  .page-keiki-club .teaser .anim-obj {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4; }
  .page-keiki-club .teaser .anim-obj.kids {
    top: calc(50% + 20px);
    animation-duration: 1s;
    margin-top: -102px;
    margin-left: -102px;
    transform: none; }
  .page-keiki-club .teaser .anim-obj.couch {
    left: -500px;
    animation-direction: normal;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-duration: 1s; }
    .page-keiki-club .teaser .anim-obj.couch.slide-left {
      animation-name: slide-left; }
    .page-keiki-club .teaser .anim-obj.couch.slide-right {
      animation-name: slide-right; }
  .page-keiki-club .teaser .anim-obj.up {
    animation-direction: normal;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-duration: 4s; }
    .page-keiki-club .teaser .anim-obj.up.slide-up {
      animation-name: slide-up; }
    .page-keiki-club .teaser .anim-obj.up.slide-down {
      animation-name: slide-down; }
  .page-keiki-club .teaser.bouncing .anim-obj.kids {
    animation-name: bounce;
    -moz-animation-name: bounce; }
  .page-keiki-club .teaser .keiki-button {
    position: absolute;
    bottom: 49px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6; }
  .page-keiki-club .teaser.teaser-green {
    background-color: #55c2b8;
    background-image: url(images/frame-green@2x.png); }
  .page-keiki-club .teaser.teaser-pink {
    background-color: #e5266c;
    background-image: url(images/frame-pink@2x.png);
    background-position-y: -80px; }
  .page-keiki-club .teaser.teaser-boat-blue {
    background-color: #0079c1;
    background-image: url(images/frame-boat-blue@2x.png); }
  .page-keiki-club .teaser.teaser-sky-blue {
    background-color: #24b8eb;
    background-image: url(images/frame-sky-blue@2x.png); }
  @media screen and (max-width: 992px) {
    .page-keiki-club .teaser {
      height: 360px; }
      .page-keiki-club .teaser .teaser-header {
        max-width: 318px;
        top: 25px; }
        .page-keiki-club .teaser .teaser-header h2 {
          font-size: 28px;
          margin-bottom: 3px;
          line-height: 1.1; }
        .page-keiki-club .teaser .teaser-header p {
          font-size: 16px; }
      .page-keiki-club .teaser .anim-obj.kids {
        margin-top: -63px;
        margin-left: -63px; }
        .page-keiki-club .teaser .anim-obj.kids img {
          width: 126px !important; }
      .page-keiki-club .teaser .anim-obj.couch img {
        width: 300px !important; }
      .page-keiki-club .teaser .anim-obj.up {
        margin-top: -20px; }
        .page-keiki-club .teaser .anim-obj.up img {
          width: 140px; }
      .page-keiki-club .teaser .anim-obj.halo img {
        width: 92px; }
      .page-keiki-club .teaser .keiki-button {
        bottom: 21px; } }

.pagination-area {
  display: block;
  clear: both;
  width: 100%;
  overflow: hidden; }
  .pagination-area .pagination-label {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    margin: 0 0 0.875rem;
    text-align: center; }
  .pagination-area .pagination {
    margin: 0 auto; }
    .pagination-area .pagination .page-item .page-link {
      color: #2638C4;
      padding-top: 5px;
      padding-bottom: 5px;
      align-self: stretch;
      height: 100%;
      vertical-align: middle; }
      .pagination-area .pagination .page-item .page-link:hover {
        background: #F6F8FA; }
    .pagination-area .pagination .page-item.active .page-link {
      background: #EEF0F5;
      color: #2638C4; }
    .pagination-area .pagination .page-item.page-item-icon .page-link {
      font-size: 21px; }
    .pagination-area .pagination.borderless .page-item .page-link {
      border: none; }

@media (min-width: 768px) {
  .pagination-area .pagination-label {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 1.9375rem;
    text-align: left; }
  .pagination-area .pagination {
    margin-left: 0;
    margin-right: 0; } }

.card.person {
  border: none;
  background: #EEF0F5;
  width: 100%; }
  .card.person .card-img-top {
    margin-bottom: 0.5rem; }
  .card.person .card-body {
    background: #EEF0F5; }
    .card.person .card-body .card-title {
      font-size: 20px;
      font-size: 1.25rem;
      color: #1D1E1F;
      line-height: 1.4;
      font-weight: 500;
      letter-spacing: 0;
      text-align: left;
      margin: 0 0 0.3125rem; }
    .card.person .card-body .card-text {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.4;
      color: #60738A;
      text-align: left; }

.richtext.richtext-area {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  color: #1D1E1F;
  text-align: left;
  line-height: 1.55; }
  .richtext.richtext-area h1, .richtext.richtext-area h2, .richtext.richtext-area h3, .richtext.richtext-area h4, .richtext.richtext-area h5, .richtext.richtext-area h6 {
    font-family: "PBSSans", "Helvetica Neue", sans-serif;
    margin: 2rem 0 1rem 0; }
  .richtext.richtext-area .lede {
    color: #60738A;
    line-height: 1.2;
    margin: 0 0 2rem !important; }
  .richtext.richtext-area a:not(.btn):not(.ticket) {
    color: #0071C5;
    text-decoration: underline; }
  .richtext.richtext-area p, .richtext.richtext-area img, .richtext.richtext-area object, .richtext.richtext-area iframe, .richtext.richtext-area blockquote, .richtext.richtext-area > div, .richtext.richtext-area hr, .richtext.richtext-area ul, .richtext.richtext-area ol, .richtext.richtext-area code, .richtext.richtext-area .btn, .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button {
    margin-bottom: 2rem; }
  .richtext.richtext-area .nomarg {
    margin: 0 !important; }
  .richtext.richtext-area .video-container iframe {
    margin: 0; }
  .richtext.richtext-area p.first {
    font-size: 120%;
    font-weight: 100;
    color: #60738A; }
  .richtext.richtext-area .btn, .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer button {
    line-height: 1.3;
    padding-top: .5rem;
    padding-bottom: .5rem; }
    .richtext.richtext-area .btn small, .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"] small, .richtext.richtext-area .gform_wrapper .gform_footer button small {
      display: block; }
  .richtext.richtext-area .list-group-item a {
    text-decoration: none !important; }
  .richtext.richtext-area .ticket {
    text-decoration: none; }
  .richtext.richtext-area .row {
    overflow: hidden; }
  .richtext.richtext-area .gform_wrapper .gform_body .gform_fields .gfield {
    width: 100%;
    padding: 0;
    float: none;
    margin: 1.75rem 0; }
    .richtext.richtext-area .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
      display: block;
      width: 100%;
      text-transform: uppercase;
      color: #48D3CD;
      font-weight: bold;
      font-size: .9rem;
      margin: 0 0 .4rem; }
    .richtext.richtext-area .gform_wrapper .gform_body .gform_fields .gfield input, .richtext.richtext-area .gform_wrapper .gform_body .gform_fields .gfield textarea {
      border: 1px solid #2638C4 !important;
      border-style: solid !important;
      background: white;
      border-radius: 0;
      font-size: 16px;
      width: 100%;
      height: 40px;
      line-height: 1.5;
      display: block; }
    .richtext.richtext-area .gform_wrapper .gform_body .gform_fields .gfield textarea {
      min-height: 100px; }
    .richtext.richtext-area .gform_wrapper .gform_body .gform_fields .gfield.gfield_error {
      padding: 0;
      border: none;
      background: inherit; }
      .richtext.richtext-area .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_description {
        display: block;
        padding: 5px 0 0; }
  .richtext.richtext-area .gform_wrapper .gform_footer {
    padding-top: 0; }
  .richtext.richtext-area img {
    height: auto !important;
    max-width: 100% !important; }
  .richtext.richtext-area blockquote {
    font-size: 120%;
    font-family: "PBSSans", "Helvetica Neue", sans-serif;
    font-weight: 100;
    color: #60738A;
    border-left: 15px solid #FFCF00;
    padding: 1rem 2rem;
    float: none;
    display: block;
    background: #F6F8FA; }
    .richtext.richtext-area blockquote.alignleft {
      float: none;
      margin: 0 0 2rem; }
    .richtext.richtext-area blockquote.alignright {
      float: none;
      border-left: none;
      border-right: 15px solid #FFCF00;
      margin: 0 0 2rem; }
  .richtext.richtext-area .alignnone {
    display: block;
    text-align: center;
    width: 100% !important;
    margin: 0 0 2rem 0; }
  .richtext.richtext-area .alignleft {
    display: block;
    float: left;
    margin-right: 1rem;
    margin-bottom: .5rem; }
  .richtext.richtext-area .alignright {
    display: block;
    float: right;
    margin-left: 1rem;
    margin-bottom: .5rem; }
  .richtext.richtext-area .aligncenter {
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto; }
  .richtext.richtext-area .wp-caption {
    position: relative; }
    .richtext.richtext-area .wp-caption img {
      display: inline-block;
      height: auto !important;
      margin: 0 0 .5rem;
      width: 100%; }
    .richtext.richtext-area .wp-caption .wp-caption-text, .richtext.richtext-area .wp-caption p {
      font-size: .8rem;
      color: #60738A;
      margin: 0;
      text-align: left; }
    .richtext.richtext-area .wp-caption .wp-caption-source {
      font-size: 12px;
      font-size: 0.75rem;
      background: rgba(0, 0, 0, 0.55);
      position: absolute;
      top: 0;
      right: 0;
      color: white;
      padding: .5rem 1rem; }
  .richtext.richtext-area hr {
    border-top: 5px solid #F6F8FA;
    clear: both; }
  .richtext.richtext-area hr.spacer {
    border-top: none;
    clear: both;
    margin: 0;
    padding: 0; }
  .richtext.richtext-area .orphan-caption {
    display: block;
    margin: 0;
    margin-top: -1rem;
    margin-bottom: 2rem;
    font-size: .8rem;
    color: #60738A;
    text-align: left; }
  .richtext.richtext-area .card {
    margin: 0 0 2rem; }
    .richtext.richtext-area .card.float {
      width: 380px;
      max-width: 100%; }
    .richtext.richtext-area .card .thumb {
      margin-bottom: 0; }
    .richtext.richtext-area .card .card-body .card-title {
      margin-top: 0; }
      .richtext.richtext-area .card .card-body .card-title .title {
        margin-top: 0; }
    .richtext.richtext-area .card .card-text {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.5;
      color: #1D1E1F; }
      .richtext.richtext-area .card .card-text h1, .richtext.richtext-area .card .card-text h2, .richtext.richtext-area .card .card-text h3, .richtext.richtext-area .card .card-text h4, .richtext.richtext-area .card .card-text h5, .richtext.richtext-area .card .card-text h6 {
        margin-top: 0; }
      .richtext.richtext-area .card .card-text img {
        margin-top: 0;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-right: 1rem; }
  .richtext.richtext-area .card.person .card-img-top {
    margin-bottom: 0; }
  .richtext.richtext-area .card.person .card-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    color: #60738A;
    text-align: left; }
  .richtext.richtext-area .gallery {
    display: flex;
    flex-wrap: wrap; }
    .richtext.richtext-area .gallery .gallery-item {
      flex: 1 0 25%;
      padding: 5px;
      border: none; }
      .richtext.richtext-area .gallery .gallery-item img {
        width: 100%;
        height: auto;
        margin: 0 0 .5rem;
        border: none; }
      .richtext.richtext-area .gallery .gallery-item .wp-caption-text {
        display: block;
        font-size: .8rem;
        color: #60738A;
        text-align: left; }
    .richtext.richtext-area .gallery.gallery-columns-1 .gallery-item {
      flex: 1 0 100%; }
    .richtext.richtext-area .gallery.gallery-columns-2 .gallery-item {
      flex: 1 0 50%; }
    .richtext.richtext-area .gallery.gallery-columns-3 .gallery-item {
      flex: 1 0 33%; }
  .richtext.richtext-area code {
    display: block;
    background: #F6F8FA;
    padding: 2rem; }
  .richtext.richtext-area blockquote p:last-child {
    margin: 0; }
  .richtext.richtext-area.sidebar-meta-items {
    color: #60738A; }

@media (min-width: 768px) {
  .richtext.richtext-area .alignleft, .richtext.richtext-area .alignright {
    max-width: 75% !important; } }

.section-content-box .content-box-canvas {
  padding: 2.5625rem 1.3125rem;
  background: white; }
  .section-content-box .content-box-canvas .richtext p:last-child {
    margin-bottom: 0; }
  .section-content-box .content-box-canvas .content-box-actions {
    padding: 2.5rem 0; }
    .section-content-box .content-box-canvas .content-box-actions .btn, .section-content-box .content-box-canvas .content-box-actions .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .section-content-box .content-box-canvas .content-box-actions input[type="submit"], .section-content-box .content-box-canvas .content-box-actions .richtext.richtext-area .gform_wrapper .gform_footer button, .richtext.richtext-area .gform_wrapper .gform_footer .section-content-box .content-box-canvas .content-box-actions button {
      line-height: 1.4;
      display: block;
      padding: 0.625rem 0.3125rem; }
  .section-content-box .content-box-canvas .content-box-meta-table {
    background: #F6F8FA;
    border: 1px solid #979797;
    padding: 1.3125rem; }
    .section-content-box .content-box-canvas .content-box-meta-table h4 {
      font-size: 16px;
      font-size: 1rem;
      margin: 0 0 1rem;
      padding: 0; }
    .section-content-box .content-box-canvas .content-box-meta-table table {
      font-size: 15px;
      font-size: 0.9375rem;
      width: 100%;
      table-layout: fixed; }
      .section-content-box .content-box-canvas .content-box-meta-table table tr td {
        padding: 0 0 0.375rem; }

@media (min-width: 768px) {
  .section-content-box .content-box-canvas {
    padding: 2.5625rem; }
    .section-content-box .content-box-canvas .content-box-actions {
      padding: 2.5rem 0; }
      .section-content-box .content-box-canvas .content-box-actions .btn, .section-content-box .content-box-canvas .content-box-actions .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .section-content-box .content-box-canvas .content-box-actions input[type="submit"], .section-content-box .content-box-canvas .content-box-actions .richtext.richtext-area .gform_wrapper .gform_footer button, .richtext.richtext-area .gform_wrapper .gform_footer .section-content-box .content-box-canvas .content-box-actions button {
        display: inline-block;
        padding: 0.625rem 0.3125rem;
        padding: 0 2.5rem;
        line-height: 2.875rem; } }

.section-row.section-row-pad {
  padding-top: 0; }

.sidebar .widget:last-child {
  margin-bottom: 1rem; }

.sidebar .widget.widget-excerpts {
  margin: 0 0 75px; }
  .sidebar .widget.widget-excerpts .widget-title {
    border-bottom: none; }

.sidebar.horizontal {
  overflow: hidden;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap; }
  .sidebar.horizontal .widget {
    width: calc(33.33% - 30px);
    margin: 0 15px 15px;
    display: flex;
    flex-direction: column; }
  @media screen and (max-width: 1000px) {
    .sidebar.horizontal {
      margin: 0; }
      .sidebar.horizontal .widget {
        width: 100%;
        margin: 0 0 15px; }
        .sidebar.horizontal .widget:last-child {
          margin-bottom: 0; } }

.tabs {
  @font-size (20px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 0 0 #BDC1CC;
  text-align: center;
  font-family: "PBSSans", "Helvetica Neue", "Gothic A1", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5625rem; }
  .tabs ul li {
    width: 33.33%;
    text-align: center; }
    .tabs ul li .nav-link {
      color: #2638C4; }
      .tabs ul li .nav-link.active {
        border-bottom: 5px solid #FFCF00; }
      .tabs ul li .nav-link.disabled {
        color: #60738A; }
  .tabs.fixed {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99998; }

.tag {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  background: #F6F8FA;
  border-radius: 22px;
  color: #60738A;
  letter-spacing: 0;
  line-height: 35.2px;
  margin-right: 7.5px;
  margin-bottom: 7.5px;
  padding: 2px 0.9375rem; }
  .tag .close-icon {
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 0.6875rem;
    cursor: pointer;
    display: inline-block;
    transition: .2s;
    color: inherit; }
  .tag.small {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 25px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0; }

@media (min-width: 768px) {
  .tag {
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 2px 1.375rem;
    line-height: 44px; }
    .tag .close-icon:hover {
      color: #040C41; } }

.tags {
  display: block; }

.thumb {
  border-radius: 0; }
  .thumb.thumb-block {
    display: block;
    width: 100%; }
  .thumb.thumb-round {
    border-radius: 5px; }
  .thumb.thumb-circle {
    border-radius: 50%; }

.thumb-bg {
  background: #F6F8FA;
  width: 100%;
  height: 0%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden; }
  .thumb-bg .bg-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .thumb-bg .bg-area img {
      display: none !important; }

.thumb-map {
  width: 100%;
  height: 500px;
  background: #333; }
  .thumb-map iframe {
    width: 100%;
    height: 100%; }
  .thumb-map .card {
    border: none; }

.thumb-video {
  position: relative;
  cursor: pointer;
  display: block; }
  .thumb-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .thumb-video a, .thumb-video img {
    display: block; }
  .thumb-video a:hover {
    text-decoration: none; }
  .thumb-video .thumb-video-overlay {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    transition: .2s;
    line-height: 4.375rem;
    color: #ffffff;
    background: rgba(0, 5, 37, 0.8);
    border: 5px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    font-weight: 500;
    padding: 2px 0.9375rem; }
    .thumb-video .thumb-video-overlay .icon {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 4.375rem;
      vertical-align: middle;
      margin-right: 0.625rem; }

@media (min-width: 768px) {
  .thumb-video .thumb-video-overlay {
    font-size: 20px;
    font-size: 1.25rem;
    border: 5px solid rgba(255, 255, 255, 0.5);
    line-height: 4.375rem;
    font-weight: 500;
    padding: 2px 1.5625rem; }
    .thumb-video .thumb-video-overlay .icon {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 4.375rem; }
    .thumb-video .thumb-video-overlay:hover .thumb-video-overlay {
      background: rgba(0, 5, 37, 0.9);
      border: 5px solid rgba(255, 255, 255, 0.9); } }

.ticket {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #EEF0F5;
  font-weight: bold;
  color: #2638C4;
  text-align: left;
  line-height: 1.2;
  min-height: 100px;
  padding: 1.25rem;
  padding-right: 150px;
  overflow: hidden;
  position: relative;
  display: block;
  transition: .2s;
  min-width: 100%; }
  .ticket .icon {
    top: 0;
    position: absolute;
    right: 1.25rem;
    height: 100%;
    width: 60px; }
  .ticket:hover {
    text-decoration: none;
    background-color: #F6F8FA; }

.title {
  font-family: "PBSSans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0; }
  .title a, .title a:hover {
    color: inherit;
    text-decoration: inherit; }
  .title.transform-up {
    text-transform: uppercase; }
  .title.transform-none {
    text-transform: none; }
  .title.title-accent, .title.title-accent-larg3 {
    font-size: 14px;
    font-size: 0.875rem;
    color: #2638C4; }
  .title.title-center {
    text-align: center; }
  .title.title-collection {
    font-size: 20px;
    font-size: 1.25rem;
    color: #1D1E1F;
    letter-spacing: 0; }
  .title.title-box {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0;
    color: #0077AB; }
  .title.title-info {
    font-size: 12px;
    font-size: 0.75rem;
    color: #60738A; }
  .title.title-accent-large {
    font-size: 20px;
    font-size: 1.25rem; }
  .title.title-excerpt, .title.title-excerpt-large {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: none;
    color: #1D1E1F; }
  .title.title-excerpt-large {
    font-size: 42px;
    font-size: 2.625rem;
    color: #1D1E1F;
    line-height: 1.15; }
  .title.title-form {
    font-size: 20px;
    font-size: 1.25rem;
    color: #1D1E1F;
    font-weight: bold;
    text-transform: none; }
  .title.title-form-section {
    font-size: 16px;
    font-size: 1rem;
    color: #1D1E1F;
    font-weight: bold;
    text-transform: none; }
  .title.title-low {
    text-transform: none; }
  .title.title-sidebar {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #2638C4;
    line-height: 1.5rem;
    border-bottom: 2px solid #2638C4; }

@media (min-width: 768px) {
  .title.title-accent, .title.title-accent-larg3 {
    font-size: 16px;
    font-size: 1rem; }
  .title.title-excerpt, .title.title-excerpt-large {
    font-size: 20px;
    font-size: 1.25rem; } }

.title-article .title-article-label {
  margin: 0 0 0.625rem;
  display: inline-block;
  line-height: 22px; }

.title-article .digital-exclusive {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  /* identical to box height, or 200% */
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 10px;
  background: #2638c4;
  padding: 2px 10px;
  line-height: 22px;
  display: inline-block; }

.title-article .title-article-title {
  margin: 0 0 0.625rem; }
  .title-article .title-article-title .title {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.1; }

.title-article .title-article-meta-items {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #60738A;
  line-height: 1.5;
  margin: 0 0 1rem; }
  .title-article .title-article-meta-items .title-article-meta-item {
    display: block;
    margin: 0 0 1.5625rem; }
    .title-article .title-article-meta-items .title-article-meta-item:last-child {
      margin-bottom: 0; }

.title-article .title-article-share {
  padding-top: 1.25rem; }

.title-article.title-article-subpage .title-article-label {
  margin: 0; }

.title-article.title-article-subpage .title.title-accent {
  text-transform: none; }

@media (min-width: 768px) {
  .title-article .title-article-title {
    margin: 0 0 1.25rem; }
    .title-article .title-article-title .title {
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 1.1; }
  .title-article .title-article-meta-items {
    font-size: 20px;
    font-size: 1.25rem; }
  .title-article .title-article-share {
    padding-top: 0.3125rem !important;
    padding-bottom: 1.25rem !important; } }

.title-bar {
  border-bottom: 2px solid #bdc1cc;
  padding-bottom: 1rem; }
  .title-bar .title-bar-title .title {
    text-align: center;
    font-size: 28px;
    font-size: 1.75rem; }
  .title-bar .title-bar-description {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    color: #60738A;
    padding-top: 0.3125rem; }
  .title-bar .title-bar-links {
    display: inline-block;
    padding-top: 10px; }
    .title-bar .title-bar-links .nav-link {
      display: inline-block;
      color: #2638C4;
      font-weight: bold;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0; }
      .title-bar .title-bar-links .nav-link:last-child {
        padding-right: 0; }
  .title-bar.title-bar-borderless {
    border-bottom: none !important; }
  .title-bar.title-bar-centered {
    border-bottom: none;
    padding: 3rem 0; }
    .title-bar.title-bar-centered .title-bar-title .title {
      text-align: center;
      text-transform: none;
      text-align: center;
      margin: 0 0 0.625rem; }
    .title-bar.title-bar-centered .title-bar-subtitle .title {
      font-size: 16px;
      font-size: 1rem;
      text-align: center;
      font-weight: 500;
      color: #60738A;
      text-align: center;
      text-transform: none; }

@media (min-width: 768px) {
  .title-bar .title-bar-title .title {
    font-size: 42px;
    font-size: 2.625rem;
    text-align: left; }
  .title-bar .title-bar-description {
    text-align: right;
    padding-top: 0rem; }
  .title-bar .title-bar-links {
    padding-top: 0; }
    .title-bar .title-bar-links .nav-link {
      padding-left: 5px; } }

.widget {
  margin: 0 0 75px; }
  .widget .widget-title {
    margin: 0 0 30px; }
  .widget .widget-thumb {
    margin: 0 0 .75rem;
    /* 4x3 Aspect Ratio */ }
    .widget .widget-thumb img, .widget .widget-thumb iframe {
      display: block;
      width: 100%; }
    .widget .widget-thumb .iframe-container {
      overflow: hidden;
      padding-top: 56.25%;
      position: relative; }
    .widget .widget-thumb .iframe-container iframe {
      border: 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .widget .widget-thumb .iframe-container-4x3 {
      padding-top: 75%; }
  .widget .widget-body img {
    max-width: 100%;
    display: block; }
  .widget .widget-body .cards .card {
    margin: 0 0 4.6875rem; }
    .widget .widget-body .cards .card:last-child {
      margin-bottom: 0; }
    .widget .widget-body .cards .card.card-sidebar-compact {
      margin: 0;
      padding: 0.8125rem 0; }
      .widget .widget-body .cards .card.card-sidebar-compact:last-child {
        border-bottom: none;
        padding-bottom: none; }
  .widget.widget-subscribe {
    padding: 1.25rem 1.875rem 1.875rem;
    background-image: url(images/bg-email-footer-promo@2x.png);
    background-size: cover; }
    .widget.widget-subscribe .widget-title {
      margin: 0; }
    .widget.widget-subscribe .title {
      border-bottom: none;
      color: white;
      font-size: 1.625rem;
      border: none;
      color: #ffffff;
      font-weight: bold;
      text-transform: none;
      margin: 0 0 15px;
      line-height: 1.4; }
    .widget.widget-subscribe .description {
      color: white;
      margin: 0 0 1.25rem; }
    .widget.widget-subscribe .form.one-line {
      padding: 0; }
      .widget.widget-subscribe .form.one-line .form-row {
        display: block;
        width: 100%; }
        .widget.widget-subscribe .form.one-line .form-row > * {
          display: block;
          width: 100%;
          margin: 0 0 1rem; }
          .widget.widget-subscribe .form.one-line .form-row > *:last-child {
            margin-bottom: 0; }
      .widget.widget-subscribe .form.one-line .form-field {
        width: 100%;
        display: block; }
        .widget.widget-subscribe .form.one-line .form-field .btn, .widget.widget-subscribe .form.one-line .form-field .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .widget.widget-subscribe .form.one-line .form-field input[type="submit"], .widget.widget-subscribe .form.one-line .form-field .richtext.richtext-area .gform_wrapper .gform_footer button, .richtext.richtext-area .gform_wrapper .gform_footer .widget.widget-subscribe .form.one-line .form-field button {
          width: 100%; }
      .widget.widget-subscribe .form.one-line .form-messages-area {
        display: block;
        width: 100%;
        flex: none;
        padding: 0;
        margin: 0;
        max-width: none;
        font-size: 80%; }
  .widget.widget-ad {
    border: 1px solid #F6F8FA;
    padding: 1.0625rem;
    margin-bottom: 30px; }
    .widget.widget-ad .widget-thumb {
      display: block;
      margin: 0; }
      .widget.widget-ad .widget-thumb img {
        display: block;
        width: 100%;
        height: auto; }
    .widget.widget-ad .widget-description {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #60738A;
      padding-top: 0.375rem;
      text-align: center;
      font-style: italic; }
  .widget.widget-excerpts {
    display: block;
    margin: 0; }
    .widget.widget-excerpts .widget-title {
      border-bottom: 1px solid #EEF0F5;
      margin: 0;
      margin-bottom: 0 !important;
      padding: 0.625rem 0;
      position: relative; }
      .widget.widget-excerpts .widget-title .widget-archive-link {
        display: none; }
    .widget.widget-excerpts .widget-body .widget-thumb {
      margin: 0 0 0.375rem; }
    .widget.widget-excerpts .card-title {
      margin: 0 0 0.125rem; }
    .widget.widget-excerpts.sm-compact .widget-title .widget-archive-link {
      font-size: 16px;
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%); }
  .widget.widget-guide {
    background: #ffffff;
    padding: 0;
    overflow: hidden;
    margin: 0 0 1rem; }
    .widget.widget-guide .title {
      display: none;
      font-size: 26px;
      font-size: 1.625rem;
      border: none;
      color: #2638C4;
      font-weight: bold;
      text-transform: none;
      margin: 0 0 1.25rem;
      line-height: 1.4; }
    .widget.widget-guide .guide-links .guide-link {
      font-size: 16px;
      font-size: 1rem;
      display: block;
      line-height: 40px;
      font-weight: 500;
      color: #2638C4;
      margin: 0;
      border-bottom: 1px solid #eef0f5;
      position: relative; }
      .widget.widget-guide .guide-links .guide-link p {
        margin: 0 !important; }
      .widget.widget-guide .guide-links .guide-link:first-child {
        border-top: 1px solid #eef0f5; }
      .widget.widget-guide .guide-links .guide-link:last-child {
        margin-bottom: 0; }
      .widget.widget-guide .guide-links .guide-link .ic {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%); }
    .widget.widget-guide .guide-thumb {
      display: none; }
      .widget.widget-guide .guide-thumb img {
        display: inline-block;
        background: #D8D8D8;
        border: 1px solid #2638C4; }
  .widget.widget-info {
    background: #EEF0F5;
    padding: 1.25rem;
    color: #2638C4;
    font-size: 14px;
    font-size: 0.875rem; }
    .widget.widget-info .title {
      font-size: 20px;
      font-size: 1.25rem;
      border: none;
      font-weight: bold;
      text-transform: none;
      margin: 0 0 1.25rem;
      line-height: 1.4; }
    .widget.widget-info .info-thumb {
      float: right;
      margin-left: .75rem;
      max-width: 5rem; }
    .widget.widget-info .info-description {
      color: #1D1E1F; }
    .widget.widget-info .info-links .info-link {
      font-size: 15px;
      font-size: 0.9375rem;
      font-size: 14px;
      color: #2638C4;
      display: block;
      text-align: left;
      line-height: 1.8;
      margin: 0 0 1.25rem; }
      .widget.widget-info .info-links .info-link:last-child {
        margin-bottom: 0; }
      .widget.widget-info .info-links .info-link .icon {
        float: left;
        clear: left;
        margin-top: 2px; }
      .widget.widget-info .info-links .info-link .icon-align {
        display: block;
        padding-left: 0.9375rem;
        margin-left: 20px;
        vertical-align: top;
        line-height: 1.4; }
  .widget.widget-guide-box {
    background: #EEF0F5;
    background-image: url(images/wave-box@2x.jpg);
    background-size: cover;
    background-position: center;
    padding: 1.25rem 1.875rem 1.875rem;
    overflow: hidden; }
    .widget.widget-guide-box .title {
      font-size: 26px;
      font-size: 1.625rem;
      border: none;
      color: #ffffff;
      font-weight: bold;
      text-transform: none;
      margin: 0 0 1.25rem;
      line-height: 1.4; }
    .widget.widget-guide-box .guide-links .guide-link {
      font-size: 16px;
      font-size: 1rem;
      display: block;
      font-weight: 500;
      color: #ffffff;
      margin: 0 0 0.9375rem; }
      .widget.widget-guide-box .guide-links .guide-link:last-child {
        margin-bottom: 0; }
    .widget.widget-guide-box .guide-thumb {
      display: block; }
      .widget.widget-guide-box .guide-thumb img {
        display: inline-block;
        background: #D8D8D8; }
  .widget.widget-video .widget-thumb {
    margin: 0; }
  .widget.widget-video .widget-description {
    border: 1px solid #EEF0F5;
    padding: 1.875rem; }
    .widget.widget-video .widget-description .widget-video-title {
      margin: 0 0 1.25rem; }
    .widget.widget-video .widget-description .widget-video-link {
      margin-bottom: 1.875rem; }
      .widget.widget-video .widget-description .widget-video-link .widget-video-link-items {
        margin: 1rem 0 1.875rem;
        list-style-type: none;
        padding: 0; }
        .widget.widget-video .widget-description .widget-video-link .widget-video-link-items li {
          display: block;
          margin: 0 0 0.5625rem; }
          .widget.widget-video .widget-description .widget-video-link .widget-video-link-items li:last-child {
            margin-bottom: 0; }
          .widget.widget-video .widget-description .widget-video-link .widget-video-link-items li a {
            color: #2638C4; }
  .widget.widget-nudge {
    background-color: #48D3CD;
    color: #0A145A;
    text-align: center; }
    .widget.widget-nudge .widget-nudge-body {
      padding-bottom: 1.875rem; }
      .widget.widget-nudge .widget-nudge-body img {
        display: block;
        width: 100%;
        margin-bottom: 2.5rem; }
      .widget.widget-nudge .widget-nudge-body .below-thumb {
        padding: 0 1.375rem; }
        .widget.widget-nudge .widget-nudge-body .below-thumb .plea {
          font-size: 25px;
          font-size: 1.5625rem;
          font-weight: bold;
          margin: 0; }
        .widget.widget-nudge .widget-nudge-body .below-thumb .plea2 {
          font-size: 18px;
          font-size: 1.125rem;
          font-weight: bold; }
        .widget.widget-nudge .widget-nudge-body .below-thumb .richtext {
          font-size: 17px;
          font-size: 1.0625rem;
          font-weight: semibold;
          padding: 1.25rem 0;
          max-width: 250px;
          margin: 0 auto; }
          .widget.widget-nudge .widget-nudge-body .below-thumb .richtext p {
            margin: 0; }
    .widget.widget-nudge .widget-footer {
      padding: 0 1rem 3.4375rem; }
      .widget.widget-nudge .widget-footer .btn, .widget.widget-nudge .widget-footer .richtext.richtext-area .gform_wrapper .gform_footer input[type="submit"], .richtext.richtext-area .gform_wrapper .gform_footer .widget.widget-nudge .widget-footer input[type="submit"], .widget.widget-nudge .widget-footer .richtext.richtext-area .gform_wrapper .gform_footer button, .richtext.richtext-area .gform_wrapper .gform_footer .widget.widget-nudge .widget-footer button {
        display: block;
        margin: 0; }

@media (min-width: 768px) {
  .widget.widget-excerpts .widget-title {
    padding-bottom: 1rem !important; }
    .widget.widget-excerpts .widget-title .widget-archive-link {
      display: none; }
  .widget.widget-excerpts .widget-body {
    display: block; }
    .widget.widget-excerpts .widget-body .cards .card {
      margin: 0 0 1.875rem; }
      .widget.widget-excerpts .widget-body .cards .card.card-sidebar-compact {
        margin-bottom: 0; } }

.widget-wall .widget-wall-title .title {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  text-transform: none;
  margin: 0 0 1.9375rem; }

.widget-wall .widget-area .widget-title {
  padding-bottom: 0; }
  .widget-wall .widget-area .widget-title .title.title-sidebar {
    border-bottom: none; }

.widget-wall .widget-area:first-child .widget .widget-title {
  border-top: 1px solid #EEF0F5; }

.widget-wall .widget-area .widget.widget-excerpts {
  display: block;
  margin: 0; }
  .widget-wall .widget-area .widget.widget-excerpts .widget-title {
    border-bottom: 1px solid #EEF0F5;
    margin: 0;
    margin-bottom: 0 !important;
    padding: 0.625rem 0;
    position: relative; }
    .widget-wall .widget-area .widget.widget-excerpts .widget-title .widget-archive-link {
      display: none; }
  .widget-wall .widget-area .widget.widget-excerpts .widget-body {
    display: none; }
    .widget-wall .widget-area .widget.widget-excerpts .widget-body .widget-thumb {
      margin: 0 0 0.375rem; }
  .widget-wall .widget-area .widget.widget-excerpts .card-title {
    margin: 0 0 0.125rem; }
  .widget-wall .widget-area .widget.widget-excerpts .widget-title .widget-archive-link {
    font-size: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }

@media (min-width: 768px) {
  .widget-wall {
    padding-top: 1rem; }
    .widget-wall .widget-wall-title {
      font-size: 34px;
      font-size: 2.125rem;
      margin: 0 0 1.625rem; }
    .widget-wall .widget-area .widget.widget-excerpts .widget-title {
      border: none !important; }
      .widget-wall .widget-area .widget.widget-excerpts .widget-title .widget-archive-link {
        display: none; }
    .widget-wall .widget-area .widget.widget-excerpts .widget-body {
      display: block; } }
