@charset "UTF-8";
/*!
Theme Name: Glantz TNG
Theme URI: http://underscores.me/
Author: Glantz Design
Author URI: http://glantz.net
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: glantz-tng
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Glantz TNG is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

hr {
  -webkit-box-sizing: content-box;
  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[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

code, kbd, pre, 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;
  -ms-overflow-style: scrollbar;
}

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;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

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

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

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table td, .table th {
  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 td, .table-sm th {
  padding: 0.3rem;
}

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

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

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

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  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 > td, .table-primary > th {
  background-color: #b8daff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active, .table-active > td, .table-active > th {
  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 td, .table-dark th, .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;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

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

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

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

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

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  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[multiple], select.form-control[size] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

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

.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

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

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

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

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

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

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

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

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

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

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

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

.btn-warning.focus, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

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

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

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

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

.btn-light.focus, .btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

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

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

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

.btn-dark.focus, .btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

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

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

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-danger.focus, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

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

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  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:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

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

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

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

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

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

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

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

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

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

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

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  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, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

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

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

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

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

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

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

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

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

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

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

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

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  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-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

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

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav-link:focus, .nav-link:hover {
  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:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

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

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

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

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

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

.nav-fill .nav-item, .nav-fill > .nav-link {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  text-align: center;
}

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

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

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

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

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

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

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

.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

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

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

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

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

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

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

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

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

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

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

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  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:focus, .navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

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

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

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

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

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

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

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

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

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

.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  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 {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

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

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

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

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

.card-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;
  border-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-bottom, .card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

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

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

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

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
    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-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    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-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

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

.accordion > .card {
  overflow: hidden;
}

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

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

.breadcrumb-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

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

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

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

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

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

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

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

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

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:focus, a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

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

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

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

.list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

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

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

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

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

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

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

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

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

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

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

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

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  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);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

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

.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: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

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

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

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

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

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

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

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

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

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .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-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}

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

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

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

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

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-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-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-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-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-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-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

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

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-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-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

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

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

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

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

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

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

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

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    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;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    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%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .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.857143%;
}

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

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

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

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

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

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

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

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    -webkit-box-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;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    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 td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}

.dynamic-break {
  flex: 0 !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;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
}
.dynamic-break {
  flex: 0 !important;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.disable-lastpass *[data-lastpass-icon-root] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #00256d;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Spartan", sans-serif;
  font-weight: bold;
}

h1, h2 {
  color: #3462AE;
}

h3, h4, h5 {
  color: #00256d;
}

h1 {
  font-size: 3.125rem;
  line-height: 4.0625rem;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}

h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h3 {
  font-size: 1.75rem;
  line-height: 2.375rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h5 {
  font-size: 1rem;
  line-height: 1.625rem;
  text-transform: uppercase;
}

.label {
  text-transform: uppercase;
  color: #3462AE;
  font-family: "Spartan", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
}

.paraText {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

h3.light {
  color: #3462AE;
}

p {
  margin-bottom: 1.5em;
  font-size: 1rem;
  line-height: 1.6875rem;
  max-width: 100%;
}
p.smaller {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
p.larger {
  font-size: 1.25rem;
  line-height: 1.4375rem;
}

.header-p-txt {
  font-family: "Spartan", sans-serif;
  font-size: 1.3rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.underline {
  text-transform: uppercase;
  border-bottom: 2px solid #FAA41A;
  width: max-content;
  font-weight: bold;
}

@media (max-width: 992px) {
  .full-Mobile {
    display: block;
  }
}

.topOfPage {
  margin-top: 25px !important;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.site-main.grey-bg {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(252, 253, 253) 60%, rgb(242, 245, 247) 100%);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.rbd-accent {
  border-right: 10px solid #FAA41A;
}
@media (max-width: 768px) {
  .rbd-accent {
    border-right: 0px solid #FAA41A;
    border-left: 10px solid #FAA41A;
  }
}
.rbd-accent div[class^=col-]:first-child {
  background: no-repeat center center/cover;
}
@media (max-width: 768px) {
  .rbd-accent div[class^=col-]:first-child {
    min-height: 250px;
  }
  .rbd-accent {
    text-align: center;
  }
}

.shadow {
  box-shadow: 0 2px 10px 0 rgba(1, 24, 68, 0.3);
}

.border-top {
  border-top: 1px solid #C6CFD6;
  padding-top: 1.5rem;
  margin-top: 1rem;
}

.light-shadow-box div[class^=col-] > div {
  background: #EBECF3;
  box-shadow: 0 2px 8px 0 rgba(1, 24, 68, 0.4);
  padding: 0rem;
  margin-top: 1rem;
  position: relative;
}
.light-shadow-box div[class^=col-] > div .button {
  right: 0;
  bottom: 0;
  position: absolute;
}
.light-shadow-box div[class^=col-] > div .light-shadow-box-info {
  padding: 1.25rem 1.5rem 4rem;
}

.bg-shadow-card {
  background: #EBECF3;
  box-shadow: 0 2px 8px 0 rgba(1, 24, 68, 0.4);
  padding: 1.5rem 1.5rem;
}
.bg-shadow-card ul {
  margin-bottom: 0;
}
.bg-shadow-card a {
  padding-bottom: 0;
}

.no-gutters {
  padding: 0;
}

.wp-block-embed__wrapper {
  position: relative;
  text-align: center;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

ul li ul {
  padding-top: 0;
  padding-bottom: 0.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.inline {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0.5rem;
  margin-top: 8px;
  padding-left: 0;
}
.inline li {
  display: inline-block;
}

.no-padding {
  margin-left: 0;
  padding-left: 1rem;
}
.no-padding ul {
  margin-left: 0;
}

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

.two-column-list {
  margin-left: 0;
  padding-left: 1rem;
  column-count: 2;
}
.two-column-list li {
  padding-right: 3rem;
  padding-bottom: 0.6rem;
  break-inside: avoid;
}

.arrow-link-list {
  font-weight: 600;
  width: max-content;
}
@media (max-width: 767px) {
  .arrow-link-list {
    width: auto;
  }
}
.arrow-link-list li {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.arrow-link-list li a:after {
  font-size: 1rem;
}
.arrow-link-list li a:hover:after {
  color: #FAA41A;
}

.tab-button {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  text-align: center;
}
.tab-button li {
  display: inline-block;
  background: #3462AE;
  transition: all 0.3s linear;
}
.tab-button li a {
  color: #fff;
  text-decoration: none !important;
  padding: 1rem 1.5rem;
  display: block;
}
.tab-button li.active {
  background: rgba(52, 98, 174, 0.6);
}
.tab-button li:hover {
  background: rgba(52, 98, 174, 0.6);
}

.num-pagination nav span.page-numbers.current, .num-pagination nav a.page-numbers {
  display: inline-block;
  padding: 0.2rem 0.7rem;
  color: #fff;
  font-weight: bold;
}
.num-pagination nav a.page-numbers {
  background: #011844;
  text-decoration: none;
}
.num-pagination nav span.page-numbers.current {
  background: #3462AE;
}

.page-template-template-members .tab-button, .page-template-template-member-profile .tab-button {
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.page-template-template-members .tab-button li, .page-template-template-member-profile .tab-button li {
  display: inline-block;
  margin-right: 25px;
  background-color: #E1E7EA;
  transition: all 0.3s linear;
}
.page-template-template-members .tab-button li:last-child, .page-template-template-member-profile .tab-button li:last-child {
  margin-right: 0px;
}
.page-template-template-members .tab-button li a, .page-template-template-member-profile .tab-button li a {
  color: #00256d;
  text-decoration: none !important;
  padding: 1rem 1.5rem;
  display: block;
  text-transform: uppercase;
  font-weight: 800;
}
.page-template-template-members .tab-button li.active, .page-template-template-member-profile .tab-button li.active {
  background: #00256d !important;
}
.page-template-template-members .tab-button li.active a, .page-template-template-member-profile .tab-button li.active a {
  color: #fff;
}
.page-template-template-members .tab-button li.active:hover a, .page-template-template-member-profile .tab-button li.active:hover a {
  color: #00256d;
}
.page-template-template-members .tab-button li:hover, .page-template-template-member-profile .tab-button li:hover {
  color: #00256d !important;
  background: #A2C1FA !important;
}
.page-template-template-members .tab-button li:hover a, .page-template-template-member-profile .tab-button li:hover a {
  color: #00256d;
}

.searchandfilter label {
  color: #00256d;
}

.bundle-content-section ul {
  margin-left: 0;
  padding-left: 1rem;
  column-count: 2;
}
.bundle-content-section ul li {
  padding-right: 3rem;
  padding-bottom: 0.6rem;
  break-inside: avoid;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

.modal-open #subscribeModal {
  display: flex !important;
  align-items: center;
}
.modal-open #subscribeModal .modal-body {
  background: #DFE6EB;
}
.modal-open #subscribeModal .form-row input[type=email].element-container {
  background: #fff !important;
}
.modal-open #subscribeModal form {
  overflow: visible !important;
  background: transparent;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-container > div, .flex-container > a {
  display: block;
  margin: 1rem 2rem;
  position: relative;
  text-align: center;
  width: calc(33% - 4rem);
}
@media screen and (max-width: 992px) {
  .flex-container > div, .flex-container > a {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .flex-container > div, .flex-container > a {
    display: block;
    margin: 0 0 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .flex-container {
    display: block;
  }
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.sectioned-table tbody {
  border: solid 1px;
}
.sectioned-table tbody td:not(:first-of-type) {
  border-bottom: solid 1px;
}

.tooltip-inner {
  background-color: #fff;
  color: #011844;
  padding: 1rem;
  border-radius: 0;
}
.tooltip-red .tooltip-inner {
  border-bottom: 0.6rem solid #ED1459;
}
.tooltip-green .tooltip-inner {
  border-bottom: 0.6rem solid #00A095;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fff;
}

.super-nav-custom-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  pointer-events: none;
}

.super-nav-custom-tooltip__arrow {
  position: absolute;
  width: 0.8rem;
  height: 0.4rem;
}
.super-nav-custom-tooltip__arrow::before {
  content: "";
  position: absolute;
  border-width: 0.4rem 0.4rem 0 0.4rem;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.super-nav-custom-tooltip__inner {
  background-color: #fff;
  color: #011844;
  padding: 0.5rem !important;
  height: auto;
  border-radius: 0;
  text-align: center;
}

.super-nav-custom-tooltip[x-placement^=bottom] {
  margin-top: 0.8rem;
}
.super-nav-custom-tooltip[x-placement^=bottom] .super-nav-custom-tooltip__arrow {
  top: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.super-nav-custom-tooltip[x-placement^=bottom] .super-nav-custom-tooltip__arrow::before {
  top: 0;
}

.super-nav-custom-tooltip[x-placement^=top] {
  margin-bottom: 0.8rem;
}
.super-nav-custom-tooltip[x-placement^=top] .super-nav-custom-tooltip__arrow {
  bottom: -0.4rem;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.super-nav-custom-tooltip[x-placement^=top] .super-nav-custom-tooltip__arrow::before {
  bottom: 0;
}

.super-nav-custom-tooltip[x-placement^=left] {
  margin-right: 0.8rem;
}
.super-nav-custom-tooltip[x-placement^=left] .super-nav-custom-tooltip__arrow {
  right: -0.4rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.super-nav-custom-tooltip[x-placement^=left] .super-nav-custom-tooltip__arrow::before {
  right: 0;
}

.super-nav-custom-tooltip[x-placement^=right] {
  margin-left: 0.8rem;
}
.super-nav-custom-tooltip[x-placement^=right] .super-nav-custom-tooltip__arrow {
  left: -0.4rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.super-nav-custom-tooltip[x-placement^=right] .super-nav-custom-tooltip__arrow::before {
  left: 0;
}

.page-list-pagination {
  float: right;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
}
.page-list-pagination .page-button {
  border-radius: 0;
  width: 100%;
  padding: 0.6em 1em 0.6em;
  max-width: fit-content;
}
.page-list-pagination .page-number {
  min-width: 40px;
  text-decoration: underline;
  color: #4169e1;
  background-color: #fff;
}
.page-list-pagination li:has(.page-number-input) {
  padding: 0 0.2rem;
}
.page-list-pagination .page-number-input {
  min-width: 40px;
  text-decoration: none;
  color: #fff;
  background-color: #00256D;
  cursor: default;
  border-radius: 0;
  width: 100%;
  padding: 0.3rem;
  max-width: fit-content;
}
.page-list-pagination .page-number-disabled {
  min-width: 40px;
  text-decoration: none;
  color: #aaa;
  background-color: #f1f2f3;
  cursor: default;
}
.page-list-pagination .pagination-ellipses {
  color: #00256D;
  background-color: #fff;
  border: none;
}
.page-list-pagination input[type=number].goto-page {
  padding: 0.2rem 0 0.2rem !important;
  max-width: 60px;
  border-radius: 0;
  margin-right: 0.1rem;
  text-align: center;
}
.page-list-pagination input[type=number].goto-page::-webkit-inner-spin-button {
  display: none;
}

@media (max-width: 1280px) {
  .page-list-pagination {
    width: 100%;
    margin: 1rem 0;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .page-list-pagination {
    float: none;
    margin-top: 3rem;
  }
}
/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  transition: all 0.3s linear;
}
a:hover, a:focus, a:active {
  color: #00256d;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a h4 {
  color: #4169e1;
}

.site-main a:not(.button) {
  text-decoration: underline;
}

.site-main a.noDecoration {
  text-decoration: none;
}

a.link-underline, .site-main a.link-underline {
  text-decoration: none;
}

a.link-underline, .arrow-link-list a {
  background-image: linear-gradient(#FAA41A, #FAA41A);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 3px;
  transition: background-size 0.3s;
  padding-bottom: 0.3rem;
}
a.link-underline:hover, a.link-underline:focus, .arrow-link-list a:hover, .arrow-link-list a:focus {
  background-size: 100% 3px;
  outline: none;
  text-decoration: none;
}
a.link-underline.primary, .arrow-link-list a.primary {
  text-transform: uppercase;
}

#secondary li a.link-underline {
  padding-bottom: 0;
}

a.link-underline.primary, .arrow-link-list a {
  color: #00256d;
  font-weight: bold;
  font-family: "Spartan", sans-serif;
  text-decoration: none !important;
}
a.link-underline.primary::after, .arrow-link-list a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  padding-left: 1rem;
  font-size: 1.2rem;
}

a.link-init-underline, button.link-init-underline {
  background-image: linear-gradient(#FAA41A, #FAA41A) !important;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  transition: background-size 0.3s;
  padding-bottom: 0.3rem;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
  color: #00256d;
}
a.link-init-underline::after, button.link-init-underline::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  padding-left: 1rem;
  font-size: 1.2rem;
}
a.link-init-underline:hover, a.link-init-underline:focus, button.link-init-underline:hover, button.link-init-underline:focus {
  background-size: 100% 5px;
}

button.link-init-underline {
  background-color: transparent;
  border: none;
}
button.link-init-underline.edit-profile {
  padding-left: 0;
  padding-right: 0;
}

.linkStyle {
  font-weight: bold;
  text-transform: uppercase;
}
.linkStyle::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  padding-left: 0.3rem;
  font-size: 1rem;
}

.logo-link {
  padding: 1rem;
}
.logo-link p {
  margin-bottom: 0;
}
.logo-link:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 27px 0 rgba(0, 0, 0, 0.5);
}
.logo-link:hover a {
  text-decoration: none;
}

.emphasis {
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

#breadcrumbs a {
  color: #fff;
}
#breadcrumbs .breadcrumb_last {
  opacity: 0.6;
}

.topOfPage:hover {
  cursor: pointer;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  transition: all 0.3s linear;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.button {
  padding: 0.6rem 4.25rem 0.6rem 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.1875rem;
  position: relative;
  width: max-content;
  max-width: 100%;
  display: block;
  border: none;
}
.button:hover {
  text-decoration: none;
}
.button::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 0rem;
  top: 0;
  height: 100%;
  width: 3rem;
  background: #FAA41A;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  color: #011844;
}
.button.notify-button {
  background-color: #fff;
}
.button.primary {
  background: #FFC25F;
  color: #011844;
}
.button.primary.full {
  width: 100%;
}
.button.primary.centered {
  text-align: center;
}
.button.primary:hover, .button.primary:focus {
  color: #fff;
  background: #3462AE;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
  outline: none;
}
.button.primary:hover::after, .button.primary:focus::after {
  background: #9AC0FF;
}
.button.secondary {
  background: #6dd9d1;
  color: #00256d;
}
.button.secondary.full {
  width: 100%;
}
.button.secondary.centered {
  text-align: center;
}
.button.secondary:hover, .button.secondary:focus {
  color: #fff;
  background: #3462AE;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
  outline: none;
}
.button.secondary:hover::after, .button.secondary:focus::after {
  background: #9AC0FF;
}
.button.secondary::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 0rem;
  top: 0;
  height: 100%;
  width: 3rem;
  background: #00a095;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  color: #011844;
}
.button.accordion-btn {
  width: 100%;
}
.button.accordion-btn p {
  margin-bottom: 0;
}

.button-alert {
  background: #FFC25F;
  font-size: 1.125rem;
  line-height: 1.1875rem;
}
@media (max-width: 768px) {
  .button-alert {
    flex-direction: column;
    text-align: center;
  }
}
.button-alert p {
  margin-bottom: 0;
  padding: 1rem 1.7rem 0.8rem;
}
.button-alert a {
  padding: 1rem 2rem 0.8rem;
  text-transform: uppercase;
  color: #011844;
  font-weight: bold;
  background: #FAA41A;
}
.button-alert a i {
  padding-left: 1rem;
  font-size: 1.25rem;
  vertical-align: baseline;
}
.button-alert a:hover, .button-alert a:focus {
  background: #3462AE;
  color: #fff;
  text-decoration: none;
}
.home .button-alert a:hover, .home .button-alert a:focus {
  background: #00256d;
}

.btnAccent {
  background: #FAA41A;
  color: #00256d;
  padding: 0.8rem 1rem;
  border: none;
}

.btn-style {
  background: #3462AE;
  color: #fff;
  font-weight: bold;
  padding: 0.6rem 0.8rem 0.3rem;
  vertical-align: middle;
  font-family: "Spartan", sans-serif;
}
.navigation-area .btn-style {
  color: #fff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.search-container {
  color: #fff;
  margin-right: 0;
  margin-left: 0;
}
.search-container form,
.search-container i {
  display: inline-block;
  font-size: 0.9rem;
}
.search-container i {
  margin-left: 0.5rem;
}
.search-container label {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.search-container form input {
  width: 0;
  padding: 0;
  border: none;
  transition: all 0.3s linear;
}
.search-container form input[type=text] {
  border: 2px solid transparent;
  background: transparent;
}
.search-container.active form input[type=text] {
  width: 200px;
  background: #fff;
  border: 2px solid #fff;
  margin-left: 0.5rem;
  padding: 0 0.5rem;
}
@media (max-width: 1200px) {
  .search-container {
    color: #fff;
  }
  .search-container form input[type=submit] {
    background: url("/wp-content/themes/glantz-tng/assets/images/search-icon.png") no-repeat center center/20px 20px, #FAA41A;
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
  .search-container form label {
    font-weight: normal;
    text-transform: none;
    font-size: 1rem;
  }
  .search-container.active form input[type=text] {
    background: #fff;
    border-color: #fff !important;
    margin-left: 0;
  }
  .search-container i {
    color: #fff;
  }
}

.show-search {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  outline: none !important;
}
.show-search:focus {
  border-bottom: none;
}

body:not(.page-template-template-login-page) .memberLogin {
  position: fixed;
  top: 0;
  right: -100%;
  width: 500px;
  height: 100vh;
  z-index: 99999;
  display: none;
  background: #DFE6EB;
  padding: 4rem;
  transition: all 0.3s linear;
}
body:not(.page-template-template-login-page) .memberLogin.active {
  right: 0;
  display: block;
}
body:not(.page-template-template-login-page) .memberLogin.active .formContainer {
  opacity: 1;
}
body:not(.page-template-template-login-page) .closeModal {
  text-align: right;
  color: #00256d;
  font-size: 1rem;
}
body:not(.page-template-template-login-page) .closeModal:hover {
  cursor: pointer;
}

@media (max-width: 576px) {
  body:not(.page-template-template-login-page) .memberLogin {
    padding: 4rem 2rem 4rem 6rem;
  }
}
.memberLogin .login-notification, .page-template-template-member-profile .login-form-container .login-notification {
  color: red;
  font-weight: bold;
}
.memberLogin h2, .page-template-template-member-profile .login-form-container h2 {
  color: #00256d;
  margin-bottom: 2rem;
}
.memberLogin .formContainer, .page-template-template-member-profile .login-form-container .formContainer {
  opacity: 1;
}
.memberLogin .mem-login-form .form-group, .page-template-template-member-profile .login-form-container .mem-login-form .form-group {
  position: relative;
}
.memberLogin .mem-login-form .form-group input[type=email], .memberLogin .mem-login-form .form-group input[type=password], .memberLogin .mem-login-form .form-group input[type=number], .page-template-template-member-profile .login-form-container .mem-login-form .form-group input[type=email], .page-template-template-member-profile .login-form-container .mem-login-form .form-group input[type=password], .page-template-template-member-profile .login-form-container .mem-login-form .form-group input[type=number] {
  border: none;
  border-bottom: 1px solid #011844;
  border-radius: 0;
  background: transparent;
  border-radius: 0;
  padding: 3px 10px;
}
.memberLogin .mem-login-form .form-group:after, .memberLogin .mem-login-form .form-group:before, .page-template-template-member-profile .login-form-container .mem-login-form .form-group:after, .page-template-template-member-profile .login-form-container .mem-login-form .form-group:before {
  content: "";
  height: 20px;
  width: 1px;
  bottom: 0;
  background-color: #011844;
  position: absolute;
}
.memberLogin .mem-login-form .form-group:after, .page-template-template-member-profile .login-form-container .mem-login-form .form-group:after {
  right: 0;
}
.memberLogin .mem-login-form .form-group:before, .page-template-template-member-profile .login-form-container .mem-login-form .form-group:before {
  left: 0;
}
.memberLogin .mem-login-form .form-group label, .page-template-template-member-profile .login-form-container .mem-login-form .form-group label {
  display: none;
}
.memberLogin .mem-login-form ::-moz-placeholder, .page-template-template-member-profile .login-form-container .mem-login-form ::-moz-placeholder { /* Firefox 19+ */
  color: #011844;
  text-transform: uppercase;
  font-family: "Spartan", sans-serif;
  font-size: 0.9rem;
}
.memberLogin .mem-login-form :-ms-input-placeholder, .page-template-template-member-profile .login-form-container .mem-login-form :-ms-input-placeholder { /* Firefox 19+ */
  color: #011844;
  text-transform: uppercase;
  font-family: "Spartan", sans-serif;
  font-size: 0.9rem;
}
.memberLogin .mem-login-form :-moz-placeholder, .page-template-template-member-profile .login-form-container .mem-login-form :-moz-placeholder { /* Firefox 19+ */
  color: #011844;
  text-transform: uppercase;
  font-family: "Spartan", sans-serif;
  font-size: 0.9rem;
}
.memberLogin .mem-login-form ::-webkit-input-placeholder, .page-template-template-member-profile .login-form-container .mem-login-form ::-webkit-input-placeholder { /* Firefox 19+ */
  color: #011844;
  text-transform: uppercase;
  font-family: "Spartan", sans-serif;
  font-size: 0.9rem;
}
.memberLogin .mem-login-form .btn-primary, .page-template-template-member-profile .login-form-container .mem-login-form .btn-primary {
  border-radius: 0;
  text-transform: uppercase;
  background: #FAA41A;
  color: #011844;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: none;
  font-weight: bold;
  min-width: 140px;
  padding-top: 12px;
  font-size: 0.9rem;
  font-family: "Spartan", sans-serif;
}
.memberLogin .mem-login-form .btn-primary:hover, .memberLogin .mem-login-form .btn-primary:focus, .page-template-template-member-profile .login-form-container .mem-login-form .btn-primary:hover, .page-template-template-member-profile .login-form-container .mem-login-form .btn-primary:focus {
  color: #fff;
  background: #3462AE;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
  outline: none;
}

#profileModal {
  z-index: 9999;
}
#profileModal .modal-content {
  border-radius: 0;
}
#profileModal .modal-header {
  border: none;
}
#profileModal .modal-header .close {
  color: #011844;
  font-size: 1rem;
  opacity: 1;
}
#profileModal .modal-header .close:hover {
  opacity: 0.6;
}
#profileModal .modal-header .save {
  position: absolute;
  top: 0;
  left: 0;
}
#profileModal .modal-header button:focus {
  outline: none;
}
#profileModal .modal-body {
  padding: 1rem 2rem;
}
#profileModal .modal-footer {
  padding: 1rem 2rem;
  display: block;
}
#profileModal .modal-footer a {
  text-underline-offset: 8px;
  text-decoration: underline;
  text-decoration-color: #FAA41A;
  text-decoration-thickness: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
  color: #00256d;
}
#profileModal .modal-footer a:hover {
  text-decoration-thickness: 5px;
}
#profileModal .modal-footer .modal-submit-btn {
  margin-top: 2rem !important;
  width: 100%;
  text-align: center;
}
#profileModal .modal-footer .btnAccent {
  width: 50%;
  border-radius: 0;
  border: 1px solid #FAA41A;
}
#profileModal .modal-footer .btnAccent:focus {
  outline: none;
  border: 1px solid #00256d;
}
#profileModal .modal-footer .btnAccent:hover {
  border: 1px solid #00256d;
}
#profileModal .modal-title {
  text-align: center;
  margin-bottom: 2rem;
}
#profileModal form input[type=email], #profileModal form input[type=phone], #profileModal form input[type=text], #profileModal form textarea, #profileModal form select {
  width: 100%;
  background: #DFE6EB;
  border-radius: 0;
  border: none;
}
#profileModal form select {
  padding: 3px;
}
#profileModal form input[type=submit] {
  background-image: linear-gradient(#FAA41A, #FAA41A);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  transition: background-size 0.3s;
  padding-bottom: 0.3rem;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
  color: #00256d;
  border: none;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
#profileModal form input[type=submit]::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  padding-left: 1rem;
  font-size: 1.2rem;
}
#profileModal form input[type=submit]:hover, #profileModal form input[type=submit]:focus {
  background-size: 100% 5px;
}
#profileModal form .row {
  margin-bottom: 1rem;
}
#profileModal form input, #profileModal form select {
  border: none;
  height: auto;
}
#profileModal form input:focus, #profileModal form select:focus {
  outline: none;
  border: none;
}
#profileModal form input:hover, #profileModal form select:hover {
  border: none;
}

.user-form-template.move-up {
  margin-top: -75px !important;
  box-shadow: -13px -13px 20px -6px rgba(0, 36, 109, 0.27) !important;
  z-index: 9;
}

@media (max-width: 1200px) {
  .mobile-hide {
    display: none;
  }
}

@media (min-width: 1200px) {
  .mobile-show {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .mobile-hide-sm {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-show-sm {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
aside:empty {
  display: none;
}

.sidebar-nav-wrapper {
  padding: 2.5rem;
  background: white;
  -webkit-box-shadow: 0px -94px 106px -26px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px -94px 106px -26px rgba(0, 0, 0, 0.24);
  box-shadow: 0px -94px 106px -26px rgba(0, 0, 0, 0.24);
  margin-top: -4rem;
}
@media (max-width: 767px) {
  .sidebar-nav-wrapper {
    margin-top: 0rem;
    -webkit-box-shadow: 0px -22px 80px -21px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px -22px 80px -21px rgba(0, 0, 0, 0.21);
    box-shadow: 0px -22px 80px -21px rgba(0, 0, 0, 0.21);
  }
}

#secondary {
  padding: 1rem 2.5rem;
  margin-top: 65px;
}
@media (max-width: 767px) {
  #secondary {
    padding: 1rem 0rem;
  }
}
@media (max-width: 991px) {
  #secondary .light-shadow-box {
    display: none;
  }
}

.single-site-events #secondary {
  padding: 2rem 2.5rem;
  margin-top: -8rem;
  background: #fff;
}

.side-sub-nav {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.side-sub-nav a {
  position: relative;
  display: block;
}
.side-sub-nav > li {
  border-top: 1px solid #3462AE;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1.2rem;
  position: relative;
}
.side-sub-nav > li .show-sub {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%) translateX(25px) rotate(0deg);
}
.side-sub-nav > li:last-child {
  border-bottom: 1px solid #3462AE;
}
.side-sub-nav a, .side-sub-nav a:visited {
  color: #00256d;
  text-decoration: none !important;
}
.side-sub-nav a:focus, .side-sub-nav a:visited:focus {
  border-left: 2px solid #FAA41A;
  padding-left: 5px;
  display: block;
  outline: none;
}
.side-sub-nav li.active > a {
  font-weight: bold;
}
.side-sub-nav li.active ul {
  display: block;
}
.side-sub-nav li.active .show-sub {
  transform: translateY(-50%) translateX(25px) rotate(180deg);
}
.side-sub-nav ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1rem;
  display: none;
}
.side-sub-nav ul li {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.side-sub-nav ul li a {
  background-image: linear-gradient(#FAA41A, #FAA41A);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 3px;
  transition: background-size 0.3s;
}
.side-sub-nav ul li a:hover, .side-sub-nav ul li a:focus {
  background-size: 100% 3px;
  text-decoration: none;
  font-weight: bold;
}

.sidebar-card {
  margin-bottom: 2rem;
}
.sidebar-card ul li {
  padding-bottom: 1rem;
}
.sidebar-card ul li a {
  color: #00256d;
}

.sidebar-card-button-wrapper a.button {
  padding-bottom: 0.6rem;
}

.side-related .label {
  margin-bottom: 0.5rem;
}
.side-related a {
  margin-bottom: 1rem;
  display: block;
}

.header-w-sidenav {
  margin-bottom: 1.5rem;
}
.header-w-sidenav .slider-arrows, .header-w-sidenav .slider-arrows-event {
  float: right;
}
.header-w-sidenav .slider-arrows button, .header-w-sidenav .slider-arrows-event button {
  padding: 0.2rem 0.5rem;
  border-radius: 0;
}
.header-w-sidenav h4 {
  display: inline;
}

.searchandfilter {
  font-family: "Spartan", sans-serif;
}
.searchandfilter h4 {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: normal;
  border-bottom: 1px solid #C6CFD6;
}
.searchandfilter > ul > li ul {
  display: none;
  padding-top: 0.8rem;
}
.searchandfilter .show-filter {
  float: right;
  transition: all 0.3s linear;
}
.searchandfilter ul li.active ul {
  display: block;
}
.searchandfilter ul li.active .show-filter {
  transform: rotate(180deg);
}
.searchandfilter ul {
  margin-left: 0;
  padding-left: 0;
}
.searchandfilter ul li ul {
  padding-bottom: 1rem;
}
.searchandfilter ul li ul:focus {
  outline: none !important;
}
.searchandfilter > ul > li {
  color: transparent;
  outline: none !important;
}
.searchandfilter > ul > li:focus {
  outline: none !important;
}
.searchandfilter .sf-input-checkbox {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #cacece;
  vertical-align: middle;
  padding: 8px;
  display: inline-block;
  position: relative;
}
.searchandfilter .sf-input-checkbox:active, .searchandfilter .sf-input-checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.searchandfilter .sf-input-checkbox:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
.searchandfilter .sf-input-checkbox:checked:after {
  content: "×";
  font-size: 1rem;
  position: absolute;
  top: -3px;
  left: 4px;
  color: #99a1a7;
}
.searchandfilter .sf-label-checkbox {
  vertical-align: top;
  font-size: 1.1rem;
}

.sf-field-search label {
  display: block;
}
.sf-field-search input {
  background: url("/wp-content/themes/glantz-tng/assets/images/tng-search-button.svg") no-repeat top right/60px 100%;
  width: 100%;
  border-radius: 0;
  padding: 0.8rem 0 0.8rem 0.8rem;
}

.search-archive .sf-field-sort_order {
  text-align: right;
}

.contact-info-side a {
  color: #00256d;
}
.contact-info-side ul li {
  margin-right: 0.5rem;
}

@media (max-width: 767px) {
  .sidebar-contact {
    margin-top: 120px;
    margin-bottom: 40px;
  }
}

/****************************NEW****************************/
.header-focus-week {
  border-bottom: none !important;
}

.header-conferences {
  padding: 2rem 0 !important;
}
.header-conferences .head-title-content .title-content h1 {
  font-size: 2.8rem;
  font-family: "Spartan", sans-serif;
  line-height: 1.3;
}
.header-conferences .head-title-content .title-content .head-subtitle {
  font-size: 2.8rem !important;
  font-weight: 400;
  font-family: "Spartan", sans-serif;
  line-height: 1.3;
}
.header-conferences .head-title-content .content-buttons a {
  margin-bottom: 1rem !important;
}

.header-training .title-content p {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0;
  max-width: unset;
}

.head-subtitle-old {
  font-size: 2.25rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.head-tertiary-title-old {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

@media (max-width: 576px) {
  .header-page.redesign.header-static.header-training {
    margin-right: -3%;
    padding: 2rem 2rem 4rem !important;
  }
}
.site-nav {
  background: linear-gradient(to right, #fff 50%, #011844 50%);
}
.site-nav li {
  display: inline-block;
  font-size: 0.9rem;
}
.site-nav .widthsect {
  width: 80%;
}

.site-logo {
  background: #fff;
}
.site-logo img {
  width: 100%;
}
.site-logo .navbar-toggler {
  display: none;
}

.search-container {
  color: #fff;
}
.search-container i {
  margin-left: 0.25rem !important;
}

.nav-style {
  font-size: 0.9rem !important;
}

.nav-style:hover,
.nav-style:focus {
  text-decoration: underline !important;
  text-decoration-color: #FAA41A !important;
}

.our-solutions .sub-menu,
.nav-split-dropdown .sub-menu,
.our-resources .sub-menu {
  column-count: 2;
}
.our-solutions .sub-menu-title,
.nav-split-dropdown .sub-menu-title,
.our-resources .sub-menu-title {
  font-size: 1rem !important;
  font-weight: 600;
  border-bottom: 1px solid #FAA41A !important;
  padding-bottom: 9px;
}

.main-nav li {
  display: inline-block;
  font-size: 1.1rem;
}
.main-nav li:not(:first-child) {
  margin-left: 4%;
}
.main-nav .sub-menu li {
  margin-left: 0;
  color: #011844;
  font-size: 0.9rem;
  display: block;
  width: max-content;
  width: -webkit-max-content;
  min-width: 100%;
  cursor: pointer;
  border: 10px solid transparent;
}
.main-nav .sub-menu li:hover {
  background-color: #f2f2f2;
}

.super-nav {
  text-align: right;
}
.super-nav li {
  padding: 0 1%;
  height: 30px;
  line-height: 30px;
}
.super-nav li a {
  display: inline;
}
.super-nav li:last-child {
  padding: 0 0 0 1%;
}
.super-nav li:not(:last-child) {
  border-right: 1px solid #fff;
  border-image: linear-gradient(transparent 25%, white 25%, white 75%, transparent 75%) 1 100%;
}
.super-nav .search-container form input[type=text] {
  max-height: 28px;
}
.super-nav .search-container {
  margin-right: 0 !important;
  padding-left: 0 !important;
}
.super-nav .show-search {
  padding: 0 !important;
}

.site-nav-area {
  background: #011844;
  padding: 1% 0;
}
.site-nav-area ul {
  list-style: none;
  margin: 0;
}
.site-nav-area a {
  color: #fff;
  width: 100%;
  display: block;
}
.site-nav-area a:hover {
  text-decoration: none;
  color: #fff;
}
.site-nav-area a:visited {
  color: #fff;
}
.site-nav-area span:hover {
  text-decoration: none;
  color: #fff;
}
.site-nav-area .sub-menu a {
  color: #011844;
}
.site-nav-area .logos {
  min-width: unset;
  height: 1rem;
  padding-left: 0;
  padding-right: 0;
  aspect-ratio: 5/1;
  max-width: unset;
}

.nav-menu {
  width: 100%;
  justify-content: right;
}
.nav-menu a:focus {
  outline: none;
}
.nav-menu a:after {
  display: none;
}
.nav-menu .dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.nav-menu .our-resources .sub-menu {
  -webkit-transform: translate(-89%, 0);
  transform: translate(-89%, 0);
}
.nav-menu .sub-menu {
  right: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-top: 9px solid transparent;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-shadow: inset 0px 5px 0px 0px #FAA41A;
  padding: 10px 5px 5px;
}

@media (min-width: 993px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
@media only screen and (min-device-width: 600px) and (max-device-width: 1280px) and (orientation: landscape) {
  #menu-main-menu li a {
    font-size: 0.9rem;
  }
  #menu-main-menu .nav-item:last-of-type .dropdown-menu {
    left: auto;
  }
  .site-nav .widthsect {
    width: 90% !important;
  }
}
@media (max-width: 992px) {
  .tng .super-nav {
    display: none;
  }
  .site-nav-area {
    background: #fff;
    color: #011844;
  }
  .super-nav a {
    color: #011844 !important;
  }
  .super-nav a:hover {
    color: #011844;
  }
  .super-nav a:visited {
    color: #011844;
  }
  .super-nav li {
    font-weight: 700;
  }
  .super-nav .search-container {
    display: none;
  }
  .super-nav {
    text-align: center;
    padding-bottom: 2%;
    padding-left: 0;
    background-color: #fff;
  }
  .site-nav {
    background: #fff !important;
  }
  .site-nav .widthsect {
    width: 90% !important;
  }
  .site-logo {
    padding-top: 3%;
  }
  .site-logo .navbar-toggler {
    border: none !important;
    right: 0;
    position: absolute;
    margin-top: 2.5%;
    padding-right: 4%;
    display: inline-block;
  }
  .site-logo .navbar-toggler:focus, .site-logo .navbar-toggler:focus-visible {
    border: none !important;
    outline: none !important;
  }
  .main-nav li {
    padding: 3% 0 3%;
    border-bottom: 1px solid #fff;
  }
  .main-nav li:not(:first-child) {
    margin-left: 0;
  }
  .main-nav #navToggler {
    background-color: #011844;
    padding: 0 4.5%;
  }
  .main-nav #navToggler .sub-menu {
    transform: none;
  }
  .main-nav .sub-menu li {
    padding: 0;
    max-width: fit-content;
    display: inline-block;
  }
  .nav-menu .dropdown:before {
    font-family: "Font Awesome 5 Pro", sans-serif;
    content: "\f0c9";
    color: #fff;
    float: right;
    width: 20%;
    text-align: right;
    cursor: pointer;
    padding-right: 0.5%;
  }
  .our-solutions .sub-menu-title,
  .our-resources .sub-menu-title,
  .nav-split-dropdown .sub-menu-title {
    padding: 0 0 9px 0 !important;
  }
}
@media (max-width: 576px) {
  .nav-menu .dropdown:before {
    padding-right: 2%;
  }
  .site-logo {
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 8%;
  }
  .site-logo .navbar-toggler {
    margin-top: 5%;
    padding-right: 4%;
  }
  .site-nav-area {
    padding: 0 !important;
  }
  .main-nav {
    padding-left: 0;
  }
  .main-nav li {
    padding: 5% 0;
    border-bottom: 1px solid #fff;
  }
  .main-nav #navToggler {
    background-color: #011844;
  }
  .main-nav .sub-menu li {
    padding: 1% 5%;
  }
  .main-nav .nav-menu {
    display: flex !important;
  }
  .our-solutions .sub-menu,
  .our-resources .sub-menu,
  .nav-split-dropdown .sub-menu {
    column-count: 1;
  }
  .navbar-brand {
    margin-left: 1rem;
  }
}
@media (max-width: 1280px) {
  .site-nav .widthsect {
    width: 90% !important;
  }
}
/****************************OLD*****************************/
.site-header {
  background: #00256d;
  background: linear-gradient(-90deg, #00256d 0%, #00256d 70%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 70%);
  position: relative;
}
@media (max-width: 1200px) {
  .site-header {
    background: #fff;
    padding: 0.8rem 0;
  }
}
.scrolling .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-content p a {
  color: white;
  text-decoration: underline;
}

.site-header-login {
  background: #00256d;
}
.site-header-login .logo {
  max-width: 180px;
  padding: 1rem 0;
}

.site-branding {
  background: #ffffff !important;
  display: flex;
  height: 80px;
  z-index: 999 !important;
}
@media (min-width: 1200px) {
  .site-branding {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1201px) {
  .site-branding {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1200px) {
  .site-branding {
    height: 40px !important;
  }
}
.site-branding a {
  display: flex;
  align-content: center;
  width: 100%;
}
.site-branding img {
  width: 100%;
}
@media (max-width: 480px) {
  .site-branding img {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .site-branding button {
    display: block;
  }
}

@media (min-width: 1199px) {
  .navigation-area {
    text-align: right;
  }
}
@media (max-width: 1200px) {
  .navigation-area {
    display: none;
  }
}
.navigation-area .logos {
  min-width: 50px;
  height: 15px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  aspect-ratio: 5/1;
}
.navigation-area a {
  color: #fff;
  padding: 6px 15px 6px 0px;
}
.navigation-area a:focus {
  border-bottom: none;
  outline: none;
}

.header-overlay {
  padding: 3.375rem 0;
  position: relative;
}
.header-overlay .hero-img {
  content: "";
  background: no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-overlay .hero-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(52, 98, 174, 0.7) 0%, rgba(52, 98, 174, 0.7) 41.44%, #23428F 100%);
}
.header-overlay h1 {
  color: #fff;
}

.header-page {
  padding: 4.5rem 0;
  color: #fff;
  position: relative;
  background: no-repeat center center/cover;
}
.page-template-template-training-archive-filter .header-page {
  padding-bottom: 5rem;
}
.header-page .inline-header p {
  margin-bottom: 0;
  margin-left: 4rem;
}
.header-page .page-header-cta-btn-wrapper {
  margin-top: 25px;
}
.header-page h1 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.header-page p {
  max-width: 680px;
  display: inline-block;
}
.header-page:before {
  content: "";
  width: 100%;
  height: 101%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/glantz-tng/assets/images/page-header-overlay.svg) no-repeat top -1px left/100% 100%;
  opacity: 0.8;
  height: calc(100% + 2px) !important;
}
.header-page:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  background: url(assets/images/accent-boxes-top-rt-corner.svg) no-repeat top right/100px 100px;
  height: 112px;
}
.header-page .header-info-content p {
  margin-bottom: 0rem;
}
.header-page .header-info-content a {
  color: #fff;
  text-decoration: underline;
}
.header-page .header-info-content a:hover {
  font-weight: bold;
  font-style: italic;
}
.header-page .container {
  position: relative;
}
.header-page .bg-shadow-card .primary {
  padding-bottom: 10px;
}
.header-page .bg-shadow-card p {
  color: #00256d;
}
.header-page .bg-shadow-card p a {
  color: #00256d;
  font-weight: 800;
}

@media (max-width: 767px) {
  .page-template-template-contact .inline-header p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.mobile-search-bar-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  margin-bottom: 25px;
}
.mobile-search-bar-wrapper input[type=text] {
  margin-bottom: 0px;
}
.mobile-search-bar-wrapper button {
  padding: 0px;
  border-radius: 0px;
  padding-right: 14px;
  padding-left: 6px;
  background: #FAA41A;
  border: 2px solid #FAA41A;
}
.mobile-search-bar-wrapper button i {
  color: #00256d;
}

.cta-footer {
  background: rgb(0, 37, 109);
  background: url(assets/images/accent-boxes-top-rt-corner.svg) no-repeat top right/100px 100px, linear-gradient(242deg, rgb(0, 37, 109) 0%, rgb(52, 98, 174) 20%, rgb(81, 108, 152) 57%, rgb(81, 108, 152) 100%);
  color: #fff;
  padding: 3rem 0;
}
@media (max-width: 992px) {
  .cta-footer {
    background: linear-gradient(242deg, rgb(0, 37, 109) 0%, rgb(52, 98, 174) 20%, rgb(81, 108, 152) 57%, rgb(81, 108, 152) 100%);
  }
}
.cta-footer h3 {
  color: #fff;
}
.cta-footer p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cta-footer a {
    margin-top: 1.3rem;
  }
}

.copyright, footer, .copyright a, footer a, .site-info a, footer h5 {
  color: #fff;
}

.page #recommended {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#recommended .material-area {
  margin-left: 7%;
  display: flex;
  align-items: flex-start;
  padding-top: 5px;
  margin-bottom: 10px;
  justify-content: space-between;
}
#recommended .material-area .material-row {
  display: flex;
  flex-direction: column;
  width: 85%;
}
#recommended img {
  height: 40px;
  margin-top: -5px;
  padding-right: 1rem;
  width: 15%;
}
#recommended .material-row li {
  margin-bottom: 1rem;
}
#recommended .material-row a {
  color: #00256d;
}

.site-info {
  background: #00256d;
  padding: 2.5rem 0;
  font-family: "Spartan", sans-serif;
}
@media (max-width: 992px) {
  .site-info {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .site-info .footer-logo img {
    height: 70px;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .site-info h5 {
    height: 70px;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 992px) {
  .site-info h5 {
    margin-top: 1.5rem;
  }
}
.site-info p {
  font-size: 0.875rem;
}
.site-info ul {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-info .logo-link-container {
    border-left: 1px solid #fff;
  }
}
@media (max-width: 992px) {
  .site-info .logo-link-container {
    border-top: 1px solid #fff;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .site-info .logo-link {
    margin-left: 0.8rem;
  }
}
@media (max-width: 992px) {
  .site-info .logo-link {
    padding: 1rem;
    margin-top: 1rem;
  }
}
.site-info .logo-link img {
  height: 20px;
  margin-bottom: 0.8rem;
}
.site-info .social {
  padding-left: 0;
  margin-left: 0;
}
.site-info .social li {
  margin-right: 0.5rem;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .site-info .social li {
    font-size: 1.5rem;
  }
}

.copyright {
  background: #011844;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 0.75rem;
  font-family: "Spartan", sans-serif;
}
@media (max-width: 992px) {
  .copyright {
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
  }
  .copyright .text-right {
    text-align: left !important;
  }
}
.copyright ul {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .copyright ul li {
    padding-bottom: 0.3rem;
  }
}

.site-footer input[type=email] {
  font-size: 16px !important;
}

/**********************************************
Conferences Templates Styles
***********************************************/
.conf-cta {
  z-index: 10;
  position: relative;
}

.conferences-hero {
  height: 75vh;
  position: relative;
  background-size: cover !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .conferences-hero {
    height: 100vh;
    margin-bottom: 160px;
  }
}
.conferences-hero.header-page::before {
  height: 120.5%;
}
.conferences-hero h1 {
  text-align: center;
  line-height: 82px;
}
.conferences-hero h1 .light-text {
  font-weight: normal;
}
@media (max-width: 767px) {
  .conferences-hero h1 {
    font-size: 36px;
    line-height: 50px;
  }
}
.conferences-hero .button {
  display: table;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .conferences-hero .conferences-hero-wrapper {
    transform: translateY(-50px);
  }
}
.conferences-hero .conferences-countdown-wrapper {
  margin-bottom: 40px;
}
.conferences-hero .conferences-countdown-wrapper .time-col {
  text-align: center;
}
.conferences-hero .conferences-countdown-wrapper .time-col .count-num {
  display: block;
  font-size: 50px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .conferences-hero .conferences-countdown-wrapper .time-col .count-num {
    font-size: 36px;
    line-height: 48px;
  }
}
.conferences-hero .conferences-countdown-wrapper .time-col .count-label {
  display: block;
  font-size: 23px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .conferences-hero .conferences-countdown-wrapper .time-col .count-label {
    font-size: 16px;
    line-height: 24px;
  }
}
.conferences-hero .conferences-infobar {
  background: #00256d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 50px;
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media (max-width: 767px) {
  .conferences-hero .conferences-infobar {
    width: 100%;
    height: auto;
    bottom: -160px;
  }
}
.conferences-hero .conferences-infobar ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .conferences-hero .conferences-infobar ul {
    flex-flow: column wrap;
  }
}
.conferences-hero .conferences-infobar ul li {
  list-style-type: none;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .conferences-hero .conferences-infobar ul li {
    margin-bottom: 12px;
  }
}
.conferences-hero .conferences-infobar .c-label {
  font-weight: 800;
  text-transform: uppercase;
  color: #9AC0FF;
}
.conferences-hero .conferences-infobar .c-date {
  position: relative;
}
.conferences-hero .conferences-infobar .c-date::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f133";
}
.conferences-hero .conferences-infobar .c-location {
  position: relative;
}
.conferences-hero .conferences-infobar .c-location::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f041";
}
.conferences-hero .conferences-infobar .c-speakers {
  position: relative;
}
.conferences-hero .conferences-infobar .c-speakers::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f130";
}

.conference-nav {
  font-size: 1.15rem;
  background-color: #00256d;
}
.conference-nav a, .conference-nav a:visited {
  color: white;
}
.conference-nav a:hover {
  color: #3462AE;
}

.conference-registration .conference-card {
  text-align: center;
  border-bottom: 10px solid #9AC0FF;
  background: #EDEDED;
}
@media (max-width: 767px) {
  .conference-registration .conference-card {
    margin-bottom: 40px;
  }
}
.conference-registration .conference-card header {
  background-color: #00256d;
  padding: 24px 12px;
  text-align: center;
  margin-bottom: 36px;
}
.conference-registration .conference-card header h3 {
  color: white;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 34px;
}
.conference-registration .conference-card .conference-card-content {
  margin-bottom: 36px;
}
.conference-registration .conference-card .label {
  margin-bottom: 12px;
  font-size: 20px;
  text-transform: none;
  font-family: "Poppins", sans-serif;
}
.conference-registration .conference-card .price {
  margin-bottom: 0px;
  font-size: 36px;
  font-family: "Poppins", sans-serif;
}
.conference-registration .conference-card .c-description {
  padding: 0 15px;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s ease-in-out !important;
  opacity: 0;
}
.conference-registration .conference-card p {
  text-align: center;
}
.conference-registration .conference-card .text-card {
  margin-bottom: 0px;
}
.conference-registration .conference-card .content-toggle {
  font-weight: 800;
  text-decoration: none;
  font-size: 20px;
  color: #00256d;
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px !important;
  outline: none;
}
.conference-registration .conference-card .content-toggle::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f078";
  margin-left: 12px;
  transform: rotate(0deg);
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.conference-registration .conference-card .button {
  margin: auto auto 28px auto !important;
}

.conference-events-schedule {
  padding-bottom: 0px !important;
}
.conference-events-schedule .nav-link {
  font-size: 18px !important;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .conference-events-schedule .nav-link {
    font-size: 16px !important;
  }
}
.conference-events-schedule .tab-content {
  padding: 0;
}
.conference-events-schedule .track-icon {
  margin-right: 12px;
  max-width: 20px;
}
.conference-events-schedule .conference-events-title-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .conference-events-schedule .conference-events-title-wrapper {
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
  }
}
.conference-events-schedule .conference-events-title-wrapper h2 {
  margin: 0;
}
@media (max-width: 1024px) {
  .conference-events-schedule .conference-events-title-wrapper h2 {
    margin-bottom: 20px;
  }
}
.conference-events-schedule .conference-events-title-wrapper ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0;
}
@media (max-width: 1024px) {
  .conference-events-schedule .conference-events-title-wrapper ul {
    flex-flow: column wrap;
    align-items: flex-start;
    padding-left: 4px;
  }
}
.conference-events-schedule .conference-events-title-wrapper ul li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-right: 20px;
  list-style-type: none;
  flex: 1 0 0;
  text-align: center;
  justify-content: center;
}
.conference-events-schedule .conference-events-title-wrapper ul li:last-child {
  margin-right: 0;
}
.conference-events-schedule .conference-events-tab-wrapper {
  box-shadow: 0 2px 10px 0 rgba(1, 24, 68, 0.3);
}
.conference-events-schedule .conferences-event-schedule-nav {
  margin-bottom: 55px;
}
.conference-events-schedule .conference-schedule-item {
  margin: 0 40px 55px 40px;
  border-bottom: 1px solid #00256d;
  padding-bottom: 40px;
}
.conference-events-schedule .conference-schedule-item:last-child {
  margin: 0 40px 0px 40px;
  border-bottom: 0px;
}
@media (max-width: 767px) {
  .conference-events-schedule .conference-schedule-item {
    margin-left: 0;
    margin-right: 0;
  }
  .conference-events-schedule .conference-schedule-item:last-child {
    margin: 0 0px 0px 0px;
    border-bottom: 0px;
  }
}
.conference-events-schedule .conference-schedule-item .conference-speaker {
  margin: 0 auto;
  max-width: 200px;
  padding: 0.1rem;
}
@media (max-width: 767px) {
  .conference-events-schedule .conference-schedule-item .conference-speaker {
    margin: 0 auto 25px auto;
  }
}
.conference-events-schedule .conference-schedule-item .conference-speaker h4 {
  text-align: center;
  font-size: 0.85rem;
}
.conference-events-schedule .conference-schedule-item .conference-speaker .conference-speaker-img {
  max-width: 200px;
  height: 250px;
  border: 4px solid #9AC0FF;
  margin: 0 auto 12px;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat;
}
.conference-events-schedule .conference-schedule-item .speaker-carousel .carousel-control-icon {
  color: #00256d;
  background-image: none;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}
.conference-events-schedule .conference-schedule-item .speaker-carousel .carousel-control-icon.carousel-control-next-icon {
  margin-right: -50px;
}
.conference-events-schedule .conference-schedule-item .speaker-carousel .carousel-control-icon.carousel-control-next-icon:after {
  content: "\f054";
}
.conference-events-schedule .conference-schedule-item .speaker-carousel .carousel-control-icon.carousel-control-prev-icon {
  margin-left: -50px;
}
.conference-events-schedule .conference-schedule-item .speaker-carousel .carousel-control-icon.carousel-control-prev-icon:after {
  content: "\f053";
}
.conference-events-schedule .conference-schedule-item .carousel-item .conference-speaker:first-of-type {
  padding-left: 1rem;
}
.conference-events-schedule .conference-schedule-item .carousel-item .conference-speaker:nth-of-type(2) {
  padding-right: 1rem;
}
.conference-events-schedule .conference-schedule-item .carousel-item .conference-speaker:only-child .conference-speaker-img {
  max-width: 70%;
}
.conference-events-schedule .conference-schedule-item .conference-info h3 {
  color: #3462AE !important;
}
.conference-events-schedule .conference-schedule-item .conference-info .c-tracks {
  margin: auto 0 0 auto;
  display: flex;
  flex-flow: row nowrap;
}
.conference-events-schedule .conference-schedule-item .conference-info .c-tracks li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  list-style-type: none;
  margin-right: 12px;
}
.conference-events-schedule .conference-schedule-item .conference-info .c-tracks li:last-child {
  margin-right: 0px;
}

.conference-event-speakers h2 {
  text-align: center;
  margin-bottom: 30px;
}
.conference-event-speakers .conference-speaker {
  margin-bottom: 2rem;
  cursor: pointer;
}
.conference-event-speakers .conference-speaker .conference-speaker-img {
  width: 200px;
  height: 250px;
  margin: 0 auto 16px auto;
  border: 4px solid #9AC0FF;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .conference-event-speakers .conference-speaker .conference-speaker-img {
    width: 150px;
    height: 150px;
  }
}
.conference-event-speakers .conference-speaker h3 {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin: 0;
}
.conference-event-speakers .conference-speaker p {
  text-align: center;
  color: #3462AE;
}
.conference-event-speakers .conference-speaker a {
  display: table;
  margin: 0 auto;
}
.conference-event-speakers .conference-speaker .modal-body a {
  display: inline;
}

.content-block-section {
  background: #00256d;
}
.content-block-section h1, .content-block-section h2, .content-block-section h3, .content-block-section h4, .content-block-section h5, .content-block-section h6, .content-block-section p, .content-block-section a, .content-block-section a:visited {
  color: #ffffff;
}
.content-block-section p {
  max-width: 85%;
}
@media (max-width: 480px) {
  .content-block-section p {
    max-width: 100%;
  }
}

.conference-faqs h2 {
  margin-bottom: 50px;
}
.conference-faqs h2 .light-text {
  font-weight: normal;
}
.conference-faqs .nav-tabs .nav-item {
  margin-bottom: 10px;
}
.conference-faqs .nav-tabs .nav-item:last-child {
  margin-bottom: 0px;
}
.conference-faqs .nav-tabs .nav-item .nav-link {
  display: block;
  border: 1px solid #00256d;
  padding: 20px 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  text-decoration: none !important;
  background-color: transparent;
}
.conference-faqs .nav-tabs .nav-item .nav-link:hover {
  background: #9AC0FF;
  box-shadow: 0 2px 10px 0 rgba(15, 39, 87, 0.24);
  color: #00256d;
}
.conference-faqs .nav-tabs .nav-item .nav-link.active {
  background: #9AC0FF;
  color: #00256d;
}
.conference-faqs .conferences-faq-content {
  border: 1px solid #00256d;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .conference-faqs .conferences-faq-content {
    border: 0px;
  }
}
@media (max-width: 1024px) {
  .conference-faqs .conferences-faq-content .conferences-content {
    border: 1px solid #00256d;
    margin-top: 0px;
    padding: 20px;
  }
}

.conference-contact-form {
  background: #00256d;
}
.conference-contact-form h2 {
  color: white;
  text-align: center;
}
.conference-contact-form .gform_wrapper .gfield_label {
  color: #ffffff;
  font-weight: normal;
}
.conference-contact-form .gform_wrapper .gfield_label .gfield_required {
  color: #ffffff !important;
}
.conference-contact-form .gform_wrapper .validation_message {
  background-color: #FAA41A;
  color: #00256d;
  border: 0px;
  padding-left: 12px;
}
.conference-contact-form .gform_wrapper .validation_error {
  background-color: #FAA41A;
  color: #00256d;
  border: 0px;
}
.conference-contact-form .gform_wrapper .gfield_error {
  background-color: #FAA41A !important;
  color: #00256d !important;
  border: 0px !important;
}
.conference-contact-form .gform_wrapper .gfield_error .gfield_label {
  color: #00256d !important;
  font-weight: 800;
  padding-left: 12px;
}
.conference-contact-form .gform_wrapper input[type=text], .conference-contact-form .gform_wrapper input[type=email], .conference-contact-form .gform_wrapper textarea {
  border-radius: 0px;
  border: 0px;
}
.conference-contact-form .gform_footer {
  text-align: center;
}
.conference-contact-form .gform_footer input[type=submit] {
  text-align: center;
  border-radius: 0px;
  border: 0px;
  font-size: 21px !important;
}

.conferences-modal-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 37, 109, 0.8);
  z-index: 9000;
  display: flex;
  flex-direction: row nowrap;
  align-items: center;
  justify-content: center;
  top: -500%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

.conferences-modal-custom {
  position: fixed;
  left: 50%;
  top: -500%;
  background: transparent;
  z-index: 10000;
  display: flex;
  flex-direction: row nowrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  max-width: 800px;
  width: 100%;
}
@media (max-width: 767px) {
  .conferences-modal-custom {
    width: 90%;
  }
}
.conferences-modal-custom .conferences-modal-content {
  position: relative;
  max-width: 800px;
  background: white;
  width: 100%;
  height: 600px;
  padding: 40px 40px;
  max-height: 600;
  overflow-y: scroll;
  border-bottom: 8px solid #FAA41A;
}
.conferences-modal-custom .conferences-modal-content .conference-social-nav {
  margin: 0 auto;
  max-width: 150px;
}
.conferences-modal-custom .conferences-modal-content .conference-social-nav ul {
  display: flex;
  flex-flow: row nowrap;
  padding: 0 0 12px 0;
  margin: 0 auto;
  justify-content: center;
  border-bottom: 1px solid #00256d;
}
.conferences-modal-custom .conferences-modal-content .conference-social-nav ul li {
  list-style-type: none;
  margin-right: 12px;
}
.conferences-modal-custom .conferences-modal-content .conference-social-nav ul li:last-child {
  margin-right: 0px;
}
.conferences-modal-custom .conferences-modal-content .conference-social-nav ul li a {
  color: #00256d;
}
.conferences-modal-custom .conferences-modal-content .c-modal-close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px 20px 0 0;
  cursor: pointer;
}
.conferences-modal-custom .conferences-modal-content .c-modal-close .c-close-icon {
  font-size: 40px;
}
.conferences-modal-custom .conferences-modal-content .conference-speaker {
  margin-bottom: 60px;
}
.conferences-modal-custom .conferences-modal-content .conference-speaker .conference-speaker-img {
  width: 150px;
  height: 150px;
  margin: 0 auto 16px auto;
  border: 4px solid #9AC0FF;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat;
}
.conferences-modal-custom .conferences-modal-content .conference-speaker h3 {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin: 0;
}
.conferences-modal-custom .conferences-modal-content .conference-speaker p {
  text-align: center;
  color: #3462AE;
}
.conferences-modal-custom .conferences-modal-content .conference-speaker a {
  display: table;
  margin: 0 auto;
}

.c-description-active {
  transition: all 0.4s ease-in-out;
  height: fit-content !important;
  visibility: visible !important;
  margin-top: 15px !important;
  opacity: 1 !important;
}

.c-show-more-active::after {
  transition: all 0.4s ease-in-out;
  transform: rotate(180deg) !important;
}

.conferences-modal-active {
  top: 0% !important;
  opacity: 1 !important;
  transition: opacity 0.3s ease-in-out;
}

.conferences-modal-content-active {
  top: 50% !important;
  opacity: 1 !important;
  transition: opacity 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}

section.extra-section:nth-of-type(2n+1) {
  background-color: #3462ae;
  color: #fff;
}
section.extra-section:nth-of-type(2n+1) h4, section.extra-section:nth-of-type(2n+1) h2, section.extra-section:nth-of-type(2n+1) a {
  color: #fff;
}

.cards-resources .card:hover .share-button {
  color: white;
}
.cards-resources .card:hover .library-lock i {
  color: white;
}
.cards-resources .library-link, .cards-resources .library-lock {
  position: absolute;
  right: 0;
  padding: 0.5rem;
  font-size: 1.1em;
}
.cards-resources .library-link .share-button, .cards-resources .library-lock .share-button {
  top: unset;
  position: relative;
  left: unset;
}

.library-link {
  vertical-align: text-top;
}

.training-search-form .btn {
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  margin-right: 0.5rem;
  font-size: 1.25rem;
  margin-top: 1rem;
}
.training-search-form .btn:hover {
  border: 1px solid #000;
}
.training-search-form .btn:after {
  font-size: 1.75rem;
  vertical-align: middle;
}
.training-search-form .search-submit {
  visibility: hidden;
}

.event-schedule-list span.button-overlay {
  position: absolute;
  top: 0;
  color: #fff;
  width: calc(100% - 30px - 3rem);
  background-color: rgba(190, 16, 71, 0.9);
  height: 100%;
  text-align: right;
  padding: 0.25rem;
  font-size: 1.25rem;
  pointer-events: none;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-width;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}
.event-schedule-list .col:hover .button-overlay {
  opacity: 1;
  max-width: 300px;
}

.extra-results {
  font-weight: bold;
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
  border-bottom: solid thin #C6CFD6;
}

/*--------------------------------------------------------------
    # Online Education Plugin
    --------------------------------------------------------------*/
#ccc_dashboard {
  width: 100%;
  margin: 1.25em 0 0 0;
}
#ccc_dashboard #dashboard_title {
  display: none;
}
#ccc_dashboard #loginform {
  border: 0.063em solid;
  border: 0.063em solid #ccc;
  padding: 0.625em;
  width: 50%;
}
@media only screen and (max-width: 576px) {
  #ccc_dashboard #loginform {
    width: 88%;
  }
}
#ccc_dashboard #loginform p {
  clear: both;
}
#ccc_dashboard #loginform p label {
  font-weight: 700;
  margin: 0;
  text-align: left;
  display: block;
  color: #333;
  font-size: 0.875em;
  width: 100%;
}
#ccc_dashboard #loginform p input[type=text], #ccc_dashboard #loginform p input[type=password] {
  width: 95%;
}
#ccc_dashboard #loginform p input[type=submit] {
  padding: 0.625em 1.875em;
  text-align: center;
  color: white;
  text-transform: uppercase;
  background: #FAA41A;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  border: none;
  font-weight: 100;
  clear: both;
  margin: 0.315em 0 1.25em 0;
}
@media only screen and (max-width: 576px) {
  #ccc_dashboard #tabs {
    width: 100%;
  }
}
#ccc_dashboard #tabs li {
  font-size: 1.063em;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  margin: 0 0.315em 0 0;
  border-top: 0.063em solid #ccc;
  border-left: 0.063em solid #ccc;
  border-right: 0.063em solid #ccc;
  background: #edf0f1;
  padding: 0.625em 0.938em;
}
@media only screen and (max-width: 576px) {
  #ccc_dashboard #tabs li {
    width: 90%;
  }
}
#ccc_dashboard #tabs li:hover {
  background: white;
}
#ccc_dashboard #tabs li a {
  color: #333;
  text-decoration: none;
}
#ccc_dashboard #tabs li.curtab {
  background: white !important;
}
#ccc_dashboard .panel {
  border: 0.063em solid #ccc;
}
@media only screen and (max-width: 576px) {
  #ccc_dashboard .panel {
    padding: 0.938em;
    width: 91%;
  }
}
#ccc_dashboard .panel .ccc_alert {
  text-align: center;
  color: white;
  margin: 1.25em 0;
  font-weight: 500;
}
#ccc_dashboard .panel h1 {
  color: #3462AE;
  font-size: 1.375em;
  font-weight: 100;
  margin: 0.625em 0;
  text-transform: uppercase;
}
#ccc_dashboard .panel h4 {
  margin: 1.25em 0;
  color: #FAA41A;
}
#ccc_dashboard .panel form h4 {
  color: #FAA41A;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 100;
  text-align: left;
  margin: 1.25em 0 0.625em 0;
}
#ccc_dashboard .panel form label {
  font-weight: 700;
  margin: 0 0 0.625em 0;
  text-align: left;
  float: left;
  color: #333;
  font-size: 0.875em;
  width: 100%;
}
#ccc_dashboard .panel form .dash_submit {
  padding: 0.625em 1.875em;
  text-align: center;
  color: white;
  text-transform: uppercase;
  background: #FAA41A;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  border: none;
  font-weight: 100;
  clear: both;
  margin: 0.315em 0 1.25em 0;
}
@media only screen and (max-width: 576px) {
  #ccc_dashboard .panel form .left_column, #ccc_dashboard .panel form .right_column {
    width: 100%;
    float: left;
  }
}
#ccc_dashboard .panel #account_information {
  padding: 0 0 1.25em 0;
  margin: 0 0 0.625em 0;
  border-bottom: 0.063em solid #ccc;
  float: left;
}
#ccc_dashboard .panel .dashboard-table {
  border: 0.063em solid #ccc;
}
@media only screen and (max-width: 576px) {
  #ccc_dashboard .panel .dashboard-table {
    width: 100%;
    float: left;
  }
}
#ccc_dashboard .panel .dashboard-table tr th {
  padding: 0.625em 0;
  border: 0.063em solid #ccc;
}
#ccc_dashboard .panel .dashboard-table tr td {
  padding: 0.315em;
  border: 0.063em solid #ccc;
}
#ccc_dashboard .panel .dashboard-table tr td:nth-child(2), #ccc_dashboard .panel .dashboard-table tr td:nth-child(3), #ccc_dashboard .panel .dashboard-table tr td:nth-child(4), #ccc_dashboard .panel .dashboard-table tr td:nth-child(5) {
  text-align: center;
}
#ccc_dashboard #submit_button_row {
  margin: 1.25em 0;
}
#ccc_dashboard .ui-state-default {
  background: #edf0f1;
  border: 0.063em solid #ccc;
  padding: 0.315em 0.315em 0.315em 0.625em;
  margin: 6px 0 0;
  font-size: 0.75em;
  font-weight: 900;
}
#ccc_dashboard input[type=text], #ccc_dashboard input[type=password], #ccc_dashboard input[type=email] {
  background: #edf0f1;
  border: 0.063em solid #ccc;
  padding: 0.315em 0.315em 0.315em 0.625em;
  font-size: 0.75em;
  font-weight: 900;
  margin: 0 0 0.625em 0;
  float: left;
}
@media only screen and (max-width: 576px) {
  #ccc_dashboard input[type=text], #ccc_dashboard input[type=password], #ccc_dashboard input[type=email] {
    width: 96%;
  }
}
#ccc_dashboard .custom-combobox-combobox ~ input[type=submit] {
  margin-left: 2rem;
}

#masthead.combined img {
  height: auto;
}
@media (max-width: 992px) {
  #masthead.combined img {
    width: 80%;
    padding: 1rem;
  }
}
#masthead.combined img {
  width: 25%;
}

body.cobranded .breadcrumbs-mobile,
body.cobranded .breadcrumbs-desktop {
  display: none !important;
}

.my-badges .badge {
  position: relative;
  padding: 0;
  max-width: 32%;
}
.my-badges .badge img {
  max-width: 200px;
  height: auto;
}
.my-badges .badge:hover .badge-overlay {
  visibility: visible;
}
.my-badges .badge .badge-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}
.my-badges .badge .badge-overlay span {
  font-size: 1rem;
}
.my-badges .badge .badge-links {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.my-badges .badge .badge-links a, .my-badges .badge .badge-links a:visited {
  color: #011844;
  font-size: 2.5rem;
}
.my-badges .badge .badge-links a:hover {
  color: #23428F;
}

.badge .badge-links a i {
  font-size: 30px;
}

.cropper-container {
  width: 100% !important;
  overflow: hidden;
}

#croppedImage {
  max-width: 50%;
}

.membership-area {
  padding: 3% 0;
}
.membership-area .edit-profile-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.membership-area .opt-message {
  display: none;
  font-weight: 700;
  width: 100%;
  margin-top: 3%;
}
.membership-area .widthsect {
  width: 90% !important;
}
.membership-area .toggle-opt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.membership-area .toggle-opt div {
  align-content: center;
}
.membership-area .toggle-opt .toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-left: 16px;
}
.membership-area .toggle-opt .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.membership-area .toggle-opt .toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.membership-area .toggle-opt .toggle:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.membership-area .toggle-opt input:checked + .toggle {
  background-color: #011844;
}
.membership-area .toggle-opt input:focus + .toggle {
  box-shadow: 0 0 1px #011844;
}
.membership-area .toggle-opt input:checked + .toggle:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.membership-area .toggle-opt .toggle.round {
  border-radius: 34px;
}
.membership-area .toggle-opt .toggle.round:before {
  border-radius: 50%;
}
.membership-area .my-financials a,
.membership-area .my-courses a {
  border: 1px solid transparent !important;
  margin-bottom: 24px;
  text-align: center;
  width: 50%;
}
.membership-area .my-financials a:hover,
.membership-area .my-courses a:hover {
  border: 1px solid #333;
}
.membership-area .my-financials a:hover:nth-child(even),
.membership-area .my-courses a:hover:nth-child(even) {
  background-color: rgba(52, 98, 174, 0.8);
}
.membership-area .my-financials a:nth-child(odd),
.membership-area .my-courses a:nth-child(odd) {
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
}
.membership-area .my-financials a:nth-child(even),
.membership-area .my-courses a:nth-child(even) {
  background-color: #3462AE;
  color: #DFE6EB;
}
.membership-area .member-access-message-ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
}
.membership-area .member-access-message-ul li {
  display: inline-block;
}
.membership-area .member-access-message-ul li:not(:last-child) {
  margin-right: 1%;
}
.membership-area .my-badges .badge img {
  max-width: 100% !important;
}
.membership-area .my-badges .badge .badge-overlay {
  max-width: 100%;
}
.membership-area .my-badges .badge .badge-expire {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
}
.membership-area .my-badges .badge .badge-links {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  width: 100%;
  height: 100%;
}
.membership-area .my-badges .badge .badge-links a {
  position: absolute;
  left: 0;
  width: 100%;
  height: 80%;
  max-width: 100%;
}
.membership-area .my-badges .badge .badge-links i {
  position: relative;
  top: 40%;
}
.membership-area .membership-content-desc,
.membership-area .membership-content-desc p {
  font-size: 1.2rem;
}
.membership-area .edit-item {
  margin-bottom: 1rem;
}
.membership-area .edit-profile button {
  text-underline-offset: 8px;
  text-decoration: underline;
  text-decoration-color: #FAA41A;
  text-decoration-thickness: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
  color: #00256d;
}
.membership-area .edit-profile button:hover {
  text-decoration-thickness: 5px;
}
.membership-area .edit-profile button:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  padding-left: 1rem;
  font-size: 1.2rem;
}
.membership-area .accordion {
  margin: 2rem 0;
}
.membership-area .accordion .card {
  padding-top: 0;
}
.membership-area .tribe-button a {
  background-color: #e6e6e6;
}
.membership-area .tab-display h2 {
  padding-bottom: 0;
}
.membership-area .tab-display a {
  outline: 0;
}
.membership-area .tab-display a:focus {
  outline: 0;
}
.membership-area .tab-display button:focus {
  outline: 0;
}
.membership-area .tab-display #kitaccess section.collapsible {
  padding-left: 15px;
}
.membership-area .tab-display #kitaccess section.collapsible button {
  width: 100%;
}
.membership-area .tab-display #kitaccess section.collapsible .card {
  border: none;
}
.membership-area .tab-display #kitaccess section.collapsible .card button {
  width: 50%;
}
@media (max-width: 1200px) {
  .membership-area .tab-display #kitaccess section.collapsible .card button {
    width: 100%;
  }
}
.membership-area .login-form-container {
  width: 36%;
  margin: auto;
}
.membership-area .mem-login-form button[type=submit] {
  margin-top: 3%;
}
.membership-area .tab-list {
  padding: 0 1% 0 0;
  border-right: 1px solid #ccc;
}
.membership-area .tab-list .nav-link {
  padding: 1rem;
}
.membership-area .tab-list .nav-link:visited {
  color: #4169e1 !important;
}
.membership-area .tab-list .nav-link.active {
  background-color: #011844;
  color: #fff !important;
}
.membership-area .tab-list ul {
  margin: 0;
}
.membership-area .tab-list li a {
  border-radius: 0;
  text-decoration: none;
  font-size: 18px;
}
.membership-area .tab-list li a i {
  margin-right: 1rem;
}
.membership-area .tab-list li a img {
  width: 18px;
  margin-right: 1rem;
}
.membership-area table {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 16px;
  width: 100%;
}
.membership-area table th, .membership-area table td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.membership-area table th {
  background-color: #f2f2f2;
  vertical-align: middle !important;
}
.membership-area .organization-profile th {
  width: 36%;
}
.membership-area .organization-details,
.membership-area .professional-details {
  background-color: #00256d;
  color: #fff;
}
@media (max-width: 1200px) {
  .membership-area .widthsect {
    width: 90% !important;
  }
  .membership-area table {
    font-size: 14px;
  }
}
.membership-area #managesubusers select {
  padding: 0;
}
.membership-area #managesubusers #roleDescriptions {
  position: relative;
}
.membership-area #managesubusers #roleDescriptions h4 {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.membership-area #managesubusers #roleDescriptions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.membership-area #managesubusers #roleDescriptions ul li {
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
}
.membership-area #managesubusers .subuser-add {
  border: 1px solid #ddd;
}
.membership-area #managesubusers .subuser-add label span {
  font-size: 12px;
}
.membership-area #managesubusers .subuser-add .save-new-footer {
  align-items: center;
  gap: 4px;
}
.membership-area #managesubusers .subuser-add .save-new-footer .subuser-new-loader {
  border: 10px solid #FAA41A;
  border-radius: 50%;
  border-top: 10px solid #00256d;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  width: 18px;
  height: 18px;
  position: relative;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.membership-area #managesubusers .add-subuser .add-subuser-title {
  color: #212529;
  font-size: 16px;
  margin-bottom: 0;
  background-color: #f2f2f2;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  border-bottom: 2px solid #dee2e6;
  padding: 8px;
}
.membership-area #managesubusers .add-subuser .save-new-subuser:hover {
  background-color: rgba(0, 37, 109, 0.8);
}
.membership-area #managesubusers .save-new-subuser {
  border: none;
  background-color: #011844;
  color: #fff;
  font-size: 12px;
  padding: 0.8em 1.5em 0.6em;
  margin-bottom: 0;
}
.membership-area #managesubusers .save-new-subuser:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0c7";
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers {
  margin-top: 15px;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .spinner-border {
  left: 50%;
  position: relative;
  margin: 2rem 0;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .current-user {
  background-color: #000;
  color: #fff;
  padding: 0 0.2rem;
  top: -8px;
  position: absolute;
  left: 0;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .card.recommended-courses,
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .card.subuser-info {
  border: none !important;
  border-radius: 0;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .card.recommended-courses .card-body,
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .card.subuser-info .card-body {
  padding: 0;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .card-body {
  padding: 1.25rem 0 0;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .subuser-update {
  border: 1px solid #ddd;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .subuser-update label span {
  font-size: 12px;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .subuser-update .save-footer {
  align-items: center;
  gap: 4px;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .subuser-update .save-footer .subuser-save-loader {
  border: 10px solid #FAA41A;
  border-radius: 50%;
  border-top: 10px solid #00256d;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  width: 18px;
  height: 18px;
  position: relative;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .update-subuser {
  position: relative;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .update-subuser ul,
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .add-subuser ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .update-subuser ul li,
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .add-subuser ul li {
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .update-subuser ul li h4,
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .add-subuser ul li h4 {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .update-subuser .update-subuser-title,
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .update-subuser .add-subuser-title,
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .add-subuser .update-subuser-title,
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .add-subuser .add-subuser-title {
  color: #212529;
  font-size: 16px;
  margin-bottom: 0;
  background-color: #f2f2f2;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  border-bottom: 2px solid #dee2e6;
  padding: 8px;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .subuser-profile-img {
  max-width: 60px;
  max-height: 60px;
  border-radius: 90px;
  overflow: hidden;
  margin-right: 1rem;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .remove-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .remove-item li {
  padding: 0 1rem 1rem 0;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .remove-item li a {
  padding: 0;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .remove-item button {
  border: none;
  background-color: #FAA41A;
  color: #fff;
  font-size: 12px;
  padding: 0.8em 1.5em 0.6em;
  float: right;
  margin-bottom: 1rem;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .remove-item button:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f2ed";
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .remove-item .subuser-remove-loader {
  border: 10px solid #FAA41A;
  border-radius: 50%;
  border-top: 10px solid #00256d;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  width: 18px;
  height: 18px;
  position: relative;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .save-subuser,
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .new-subuser-submit {
  border: none;
  background-color: #011844;
  color: #fff;
  font-size: 12px;
  padding: 0.8em 1.5em 0.6em;
  margin-bottom: 0;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .save-subuser:before,
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .new-subuser-submit:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0c7";
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .save-subuser:hover {
  background-color: rgba(0, 37, 109, 0.8);
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .action-subuser {
  border: none;
  background-color: #011844;
  color: #fff;
  font-size: 12px;
  padding: 0.8em 1.5em 0.6em;
  margin-bottom: 0;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .individual-profile {
  margin-bottom: 0;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .individual-profile th {
  width: 30%;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .individual-profile td span small a {
  text-transform: uppercase;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .subuser-recommended {
  border: 1px solid #ccc;
  position: relative;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .subuser-recommended .card-body {
  overflow: scroll;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .subuser-recommended .subuser-recommended-title h4 {
  text-align: center;
  margin-bottom: 0;
  padding: 2% 0 1%;
  background-color: #011844;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .subuser-recommended .subuser-recommended-content {
  position: absolute;
  top: 40px;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .subuser-recommended .subuser-recommended-content a {
  margin: 0 auto 1rem;
  display: block;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .hidden-tooltip {
  visibility: hidden;
  opacity: 0;
  background-color: #333;
  color: #fff;
  padding: 1rem;
  position: absolute;
  z-index: 1;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
  border-radius: 4px;
  max-width: 100%;
  text-align: left;
  word-wrap: break-word;
  bottom: 100%;
  left: 30%;
  transform: translateX(-50%);
  margin-bottom: 10px;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers .hidden-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.membership-area #managesubusers .accordion-light .accordion-column-1 .accordion-group .subusers a.question-tooltip:hover + .hidden-tooltip {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768px) {
  .membership-area #managesubusers .update-subuser li:first-child {
    margin-top: 1rem;
  }
  .membership-area #managesubusers .membership-content-desc {
    margin-top: 1rem;
  }
  .membership-area #managesubusers .toggle-opt {
    padding: 0;
  }
}
.membership-area .member-display-before-collapse {
  line-height: 1.6875rem;
  font-size: 1.2rem;
}
.membership-area .member-display-before-collapse p {
  line-height: 1.6875rem;
  font-size: 1.2rem;
}
.membership-area .member-display-before-collapse ul {
  margin-left: 0;
}
.membership-area .parent-collapses .collapse-button {
  width: 100%;
  margin-left: 0;
}
.membership-area .parent-collapses .card {
  border-radius: 0 0 0.25rem 0.25rem;
}
.membership-area .parent-collapses .card .collapse-button {
  width: 85%;
}
.membership-area .parent-collapses .card .card {
  width: 85%;
}
.membership-area .parent-collapses .card .card .collapse-button {
  width: 85%;
}
.membership-area .parent-collapses .card .card .card {
  width: 85%;
}
.membership-area {
  /**************Start Listservs****************************/
}
.membership-area #listserv [class$=-anon-post] span {
  font-weight: 700;
  color: #1e90ff;
}
.membership-area #listserv .opter-container h2 {
  font-size: 2rem !important;
  line-height: 1 !important;
}
.membership-area #listserv .membership-content-desc {
  font-size: 1.1rem;
  margin-top: 1rem;
}
.membership-area #listserv #listserv-guidelines {
  padding-bottom: 15px;
}
.membership-area #listserv #listserv-guidelines h3 {
  font-weight: 600;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}
.membership-area #listserv .anonymous-instructions {
  padding: 0 1rem 1rem;
  height: fit-content;
}
.membership-area #listserv .anonymous-instructions .row:not(:first-child) {
  background-color: #f1f2f3;
}
.membership-area #listserv .anonymous-instructions .anonymous-instructions-header {
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 2.375rem;
  color: #00256d;
  font-family: "Spartan", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  text-align: left;
  border-top: 1px solid #ccc;
}
.membership-area #listserv .anonymous-instructions .anonymous-instructions-subheader {
  padding: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
}
.membership-area #listserv .tab-content {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-top: 2rem;
}
.membership-area #listserv .default-image {
  margin-bottom: 2rem;
}
.membership-area #listserv .default-text {
  line-height: 1.5;
}
.membership-area #listserv .primary-tabs {
  margin-bottom: 2rem;
}
.membership-area #listserv .primary-tabs .active-indicator {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  position: relative;
  gap: 6px;
  justify-content: flex-end;
}
.membership-area #listserv .primary-tabs .active-indicator .active-icon {
  color: #1e90ff !important;
}
.membership-area #listserv .primary-tabs .active-indicator .inactive-icon {
  color: #aaa !important;
}
.membership-area #listserv .primary-tabs .active-indicator .slash {
  margin: 0 2px;
  opacity: 0.6;
}
.membership-area #listserv .primary-tabs .list-tab {
  list-style: none;
  margin: 0 0 1rem 0;
  border-bottom: 5px solid #ccc;
  padding: 0;
  gap: 4px;
}
.membership-area #listserv .primary-tabs .list-tab li {
  position: relative;
}
.membership-area #listserv .primary-tabs .list-tab li:focus-visible {
  outline: 0;
}
.membership-area #listserv .primary-tabs .list-tab li a {
  text-decoration: none;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  padding-top: calc(1rem - 4px);
  padding-bottom: calc(1rem - 4px);
  padding-left: 1rem;
  padding-right: 1rem;
  border-top: 4px solid transparent;
  background-color: #fff;
  color: #00256d;
  font-size: 1.3rem;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  position: relative;
  background-image: linear-gradient(to right, #fff 0%, #f1f2f3 50%, #fff 100%);
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.membership-area #listserv .primary-tabs .list-tab li a i {
  margin: 3px 4px 0 0;
  font-size: 0.9rem;
}
.membership-area #listserv .primary-tabs .list-tab li a:focus {
  outline: 0;
}
.membership-area #listserv .primary-tabs .list-tab li a:focus-visible {
  outline: 0;
}
.membership-area #listserv .primary-tabs .list-tab li a:not(.active) {
  opacity: 0.6;
  color: rgba(0, 37, 109, 0.6) !important;
}
.membership-area #listserv .primary-tabs .list-tab li a:not(.active):hover {
  opacity: 1;
  background-color: #00256d !important;
  background-image: none;
  color: #fff !important;
}
.membership-area #listserv .primary-tabs .list-tab li a.active {
  color: #FAA41A;
  position: relative;
}
.membership-area #listserv .primary-tabs .list-tab li .active-icon {
  color: #1e90ff !important;
}
.membership-area #listserv .primary-tabs .list-tab li .inactive-icon {
  color: #aaa !important;
}
.membership-area #listserv .primary-tabs .list-tab li .chevron {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #FAA41A;
  top: 0;
}
.membership-area #listserv .primary-tabs .list-tab li .nav-link.active + .chevron {
  display: block;
}
@media (max-width: 1200px) {
  .membership-area #listserv .widthsect {
    width: 90% !important;
  }
}
@media (max-width: 992px) {
  .membership-area #listserv .primary-tabs .active-indicator {
    justify-content: flex-start;
  }
  .membership-area #listserv .primary-tabs .list-tab li a {
    font-size: 0.8rem;
  }
  .membership-area #listserv .opter-container h2 {
    font-size: 1.5rem !important;
    margin-bottom: 1rem;
  }
  .membership-area #listserv .toggle-opt {
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .membership-area #listserv .primary-tabs .col-md-6:has(> #how-it-works) {
    display: flex;
    justify-content: center;
  }
  .membership-area #listserv .primary-tabs .active-indicator {
    justify-content: center;
  }
  .membership-area #listserv .primary-tabs .list-tab li {
    width: 100%;
  }
  .membership-area #listserv .primary-tabs .list-tab li a {
    border: none !important;
    border-radius: 0 !important;
  }
  .membership-area #listserv .primary-tabs .opter-container {
    text-align: center;
  }
  .membership-area #listserv .primary-tabs .opter-container .toggle-opt {
    justify-content: center !important;
  }
  .membership-area #listserv .anonymous-instructions .anonymous-instructions-header {
    font-size: 1.2rem;
  }
}
.membership-area {
  /****************End Listservs**************************/
}

@media (max-width: 992px) {
  .membership-area .login-form-container {
    width: 100%;
  }
  .membership-area .screen-fix {
    margin-top: 3%;
  }
  .membership-area .my-financials a,
  .membership-area .my-courses a {
    width: 100%;
  }
  .membership-area .member-access-message-ul a {
    margin-bottom: 24px;
  }
  .membership-area .parent-collapses .card .collapse-button {
    width: 100%;
  }
  .membership-area .parent-collapses .card .card {
    width: 100%;
  }
  .membership-area .parent-collapses .card .card .collapse-button {
    width: 100%;
  }
  .membership-area .parent-collapses .card .card .card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .membership-area .subuser-profile-img {
    max-width: 40px !important;
    max-height: 40px !important;
    min-width: 40px !important;
  }
  .membership-area .accordion-title {
    padding-right: 10px;
  }
  .membership-area .accordion-title small {
    font-size: 0.9rem;
  }
  .membership-area .accordion-title span {
    display: none;
  }
  .membership-area .toggle-opt {
    justify-content: flex-start;
  }
  .membership-area .toggle-opt div {
    font-size: 0.8rem;
  }
  .membership-area .widthsect h2 {
    font-size: 1.5rem !important;
    margin-bottom: 1rem;
  }
  .membership-area .edit-profile-btn {
    justify-content: unset !important;
  }
}
@media (max-width: 576px) {
  .membership-area .membership-content-desc {
    margin-top: 1rem;
  }
  .membership-area .subuser-profile-img {
    display: none;
  }
  .membership-area .remove-item {
    justify-content: unset !important;
  }
  .membership-area .cell-display {
    display: none;
  }
  .membership-area .tab-list ul {
    align-items: center;
  }
  .membership-area .tab-list ul li {
    width: 100%;
  }
  .membership-area .tab-list ul li a {
    justify-content: center;
  }
}
.required-asterisk {
  color: red;
  margin-left: 4px;
  font-weight: bold;
}

.cropper-container {
  width: 100% !important;
  overflow: hidden;
}

#croppedImage {
  max-width: 50%;
}

.header-static.header-training .training-widthsect {
  max-width: 1140px;
}
.header-static.header-training .header-info-content i {
  margin-right: 8px;
}
.header-static.header-training .head-subtitle {
  font-size: 2.25rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.header-static.header-training .head-tertiary-title {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .header-static.header-training .training-widthsect {
    max-width: 100%;
    padding: 0 3rem;
  }
}
@media (max-width: 1184px) {
  .header-static.header-training .container:has(> .breadcrumbs-desktop:first-child) {
    max-width: 100%;
    padding: 0 3rem;
  }
}
@media (max-width: 1180px) {
  .header-static.header-training .training-widthsect .head-title-content {
    text-align: left !important;
  }
}
@media (max-width: 992px) {
  .head-subtitle {
    font-size: 2rem;
  }
  .head-tertiary-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .header-static.header-training {
    padding: 2rem;
  }
  .header-static.header-training .training-widthsect {
    padding: 0;
  }
  .header-static.header-training .training-widthsect .head-title-content {
    text-align: center !important;
  }
  .header-static.header-training .training-widthsect .head-title-content a {
    margin: 3rem auto 2rem;
  }
  .header-static.header-training .training-widthsect .head-title-content .head-subtitle {
    font-size: 1.25rem;
    text-align: center;
  }
  .header-static.header-training .training-widthsect .head-title-content .head-tertiary-title {
    text-align: center;
    font-size: 1rem;
  }
}
.training-content .left-column .widthsect {
  margin: 0 auto !important;
}
.training-content .left-sidebar {
  background-color: #f1f2f3;
  margin-top: 1px;
  padding: 2rem 2rem 2rem 3rem;
  width: 20%;
}
.training-content .left-sidebar p a {
  width: 100%;
}
.training-content .left-sidebar .register-card {
  background-color: #fff;
}
.training-content .left-sidebar .register-card form button {
  border-radius: 3px;
  background: #e6e6e6 !important;
  color: rgba(0, 0, 0, 0.8);
  padding: 0.6rem 4.25rem 0.6rem 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1875rem;
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
}
.training-content .left-sidebar .register-card form button::after {
  background: #FAA41A !important;
}
.training-content .left-sidebar .register-card .notify-button {
  border-radius: 3px;
  background: #e6e6e6 !important;
  color: rgba(0, 0, 0, 0.8);
  padding: 0.6rem 4.25rem 0.6rem 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1875rem;
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-top: 8px;
}
.training-content .left-sidebar .register-card .notify-button::after {
  background-color: #FAA41A;
}
.training-content .left-sidebar .register-card .notify-button:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
}
.training-content .right-content {
  margin-top: 1px;
  padding: 2rem 3rem 2rem 2rem;
}
.training-content .right-content .anchor-nav {
  margin-bottom: 2rem;
}
.training-content .section-container {
  padding: 3% 0 !important;
}
.training-content .checklist.training-block .row div {
  padding-left: 0;
  padding-right: 0;
}
.training-content .training-block .widthsect {
  width: 100% !important;
  padding: 0 15px;
}
.training-content .training-block .tab-content-training .accordion-light .accordion-group p:empty,
.training-content .training-block .tab-content-training .accordion-dark .accordion-group p:empty {
  display: none;
}
.training-content .training-block .tab-content-training .accordion-light .accordion-group h5 button p, .training-content .training-block .tab-content-training .accordion-light .accordion-group h5 br,
.training-content .training-block .tab-content-training .accordion-dark .accordion-group h5 button p,
.training-content .training-block .tab-content-training .accordion-dark .accordion-group h5 br {
  display: none;
}
.training-content .block-text.training-block .widthsect,
.training-content .titletext.training-block .widthsect,
.training-content .stats-counter.training-block .widthsect,
.training-content .tipsweek.training-block .widthsect,
.training-content .accordion-light.training-block .widthsect,
.training-content .accordion-dark.training-block .widthsect,
.training-content .lists.training-block .widthsect,
.training-content .consulting-services.training-block .widthsect {
  padding: 0 !important;
}
.training-content .stats-counter.training-block .media-text {
  padding-left: 0 !important;
}
.training-content .testimonial-carousel {
  overflow: hidden;
}
.training-content .contact-cta .widthsect {
  max-width: 80% !important;
}
.training-content .slider-title h2 {
  padding-bottom: 2%;
}
.training-content .slider-title .txt p {
  margin-bottom: 0;
}
.training-content .session-pricing-header h2 {
  color: #3462AE !important;
  font-size: 2rem !important;
  line-height: 2rem !important;
}
@media (max-width: 1280px) {
  .training-content .section-container {
    margin-bottom: 3%;
  }
  .training-content .widget-screen {
    width: 92% !important;
  }
  .training-content .widget-screen p {
    max-width: 30%;
  }
  .training-content .register-card {
    width: 100%;
  }
  .training-content .event-screen {
    display: none;
  }
  .training-content .left-column {
    flex-direction: column;
  }
  .training-content .left-column .widthsect {
    min-width: 90% !important;
  }
  .training-content .left-sidebar {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
    padding: 2rem 3.5rem 0 3rem;
    justify-content: center;
    align-items: center;
  }
  .training-content .session-pricing-header h2 {
    line-height: 2.5rem !important;
  }
}
@media (max-width: 992px) {
  .training-content .widget-screen {
    width: 100% !important;
  }
  .training-content .widget-screen p {
    max-width: 40%;
  }
  .training-content .register-card {
    width: 100%;
  }
  .training-content .event-screen {
    width: 100%;
  }
  .training-content .event-screen .side-events .item .card h3 {
    min-height: 58px;
  }
  .training-content p a {
    margin: auto;
  }
  .training-content .left-sidebar {
    width: 100%;
    display: unset;
    flex-direction: unset;
    flex-wrap: unset;
    gap: unset;
    padding: 2rem 3rem 0 3rem;
  }
}
@media (max-width: 576px) {
  .training-content .right-content {
    padding: 2rem;
  }
  .training-content .right-content .training-schedule-item {
    margin-bottom: 2rem;
  }
  .training-content .right-content .training-block {
    text-align: center;
  }
  .training-content .right-content .training-block .form-check {
    text-align: left;
  }
  .training-content .right-content .training-block ul {
    text-align: left;
  }
  .training-content .right-content .training-block h1, .training-content .right-content .training-block h2, .training-content .right-content .training-block h3, .training-content .right-content .training-block h4, .training-content .right-content .training-block h5, .training-content .right-content .training-block h6,
  .training-content .right-content .training-block .txt p {
    text-align: center !important;
  }
  .training-content .left-column .widthsect {
    min-width: 100% !important;
  }
  .training-content .widget-screen p {
    max-width: 100%;
  }
  .training-content .event-screen .side-events .item .card h3 {
    min-height: 116px;
  }
}

#myTopicList .modal-dialog-slideout {
  min-height: max-content;
  margin: 0 0 0 auto;
  background: #fff;
  min-width: 360px;
}
#myTopicList .modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%, 0) scale(1);
  transform: translate(100%, 0) scale(1);
}
#myTopicList .modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: max-content;
}
#myTopicList .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}
#myTopicList .modal-dialog-slideout .modal-content {
  border: 0;
}
#myTopicList .modal-dialog-slideout .modal-header,
#myTopicList .modal-dialog-slideout .modal-footer {
  height: 69px;
  display: block;
}
#myTopicList .modal-dialog-slideout .modal-header h5 {
  float: left;
}
#myTopicList .modal-header .close:focus, #myTopicList .modal-header .close:focus-visible {
  outline: none;
}
#myTopicList .my-check {
  display: flex;
  align-items: center;
  flex-direction: row;
  accent-color: #00256d;
  margin-left: 5px;
  margin-bottom: 1rem;
}
#myTopicList .my-check label {
  margin-left: 24px;
  margin-bottom: 0;
}
#myTopicList .modal-checklist-input {
  transform: scale(2);
  -webkit-transform: scale(2);
}

.topic-names .topic-check-label {
  margin-bottom: 0;
  margin-top: 1px;
  margin-left: 1rem;
  font-weight: 500;
}
.topic-names .topic-check-list {
  right: 0;
  bottom: 0;
  position: absolute;
  accent-color: #00256d;
}
.topic-names .topic-check-list-input {
  transform: scale(2);
  -webkit-transform: scale(2);
}

.topic-help-button {
  text-align: center;
  margin-bottom: 2rem;
}
.topic-help-button .topic-help {
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 0;
  background-color: #FAA41A;
  font-weight: 700;
  text-transform: uppercase;
}
.topic-help-button .topic-help i {
  margin-right: 10px;
}
.topic-help-button .topic-help:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
}
.topic-help-button .topic-help:focus, .topic-help-button .topic-help:focus-within {
  outline: none;
  box-shadow: none;
}

.modal-button-primary {
  padding: 0.3rem 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
  position: absolute;
  width: max-content;
  max-width: 100%;
  border: none;
  border-radius: 0;
  margin: 2% 0;
  background-color: #FAA41A;
  right: 0.75rem;
}

.modal-button-secondary {
  padding: 0.3rem 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
  width: max-content;
  max-width: 100%;
  border: none;
  border-radius: 0;
  margin: 2% 0;
  background-color: #EBECF3;
}
.modal-button-secondary:focus, .modal-button-secondary:focus-visible {
  outline: none;
}

.modal-button-primary:hover,
.modal-button-secondary:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
  outline: none;
}

#updateProfileImage .image-save-loader {
  border: 10px solid #FAA41A;
  border-radius: 50%;
  border-top: 10px solid #00256d;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  width: 18px;
  height: 18px;
  top: 3px;
  position: relative;
  align-self: center;
  left: -10px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#updateProfileImage input[type=file],
#editProfile input[type=file] {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}
#updateProfileImage .modal-button-secondary,
#editProfile .modal-button-secondary {
  background-color: #FAA41A;
  color: #00256d;
}
#updateProfileImage #saveButton,
#editProfile #saveButton {
  margin-right: 8px;
}
#updateProfileImage .image-profile,
#editProfile .image-profile {
  position: relative;
  padding: 0;
  max-width: 150px;
  max-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  border-radius: 220%;
  background-color: #fff;
  aspect-ratio: 1/1;
}
#updateProfileImage .image-profile .image-profile-wrapper,
#editProfile .image-profile .image-profile-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: inherit;
}
#updateProfileImage .image-profile img,
#editProfile .image-profile img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#updateProfileImage .image-profile i,
#editProfile .image-profile i {
  padding: 8px;
  z-index: 2;
}
#updateProfileImage .image-profile a,
#editProfile .image-profile a {
  background-color: #fff;
  border-radius: 90px;
  right: 0;
  position: absolute;
  bottom: 0;
  border: 1px solid #aaa;
  cursor: pointer;
  display: flex;
  z-index: 3;
}
#updateProfileImage .upload-image,
#editProfile .upload-image {
  background-color: #eee;
  padding: 1rem;
  display: flex;
  align-items: center;
}
#updateProfileImage .upload-image i,
#editProfile .upload-image i {
  font-size: 3rem;
}
#updateProfileImage .image-loader,
#editProfile .image-loader {
  display: inline-flex;
  justify-content: center;
}
#updateProfileImage .image-loader .load-icon,
#editProfile .image-loader .load-icon {
  border: 10px solid #FAA41A;
  border-radius: 50%;
  border-top: 10px solid #00256d;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  width: 18px;
  height: 18px;
  top: 3px;
  position: relative;
}
#updateProfileImage .image-required,
#editProfile .image-required {
  background-color: rgba(220, 53, 69, 0.3);
  padding: 1rem;
}
#updateProfileImage .image-success,
#editProfile .image-success {
  background-color: rgba(34, 139, 34, 0.3);
  padding: 1rem;
  margin: 2rem 0;
}
#updateProfileImage .image-upload-instructions ol,
#editProfile .image-upload-instructions ol {
  margin: 0;
  padding: 0 0 0 24px;
  font-size: 0.98rem;
}
#updateProfileImage button.close:focus, #updateProfileImage button.close:focus-visible,
#editProfile button.close:focus,
#editProfile button.close:focus-visible {
  outline: none;
}
#updateProfileImage button.close span:focus-visible,
#editProfile button.close span:focus-visible {
  outline: none;
}

#updateProfile .modal-button-secondary,
#editProfile .modal-button-secondary {
  background-color: #FAA41A;
  color: #00256d;
}
#updateProfile .modal-footer,
#editProfile .modal-footer {
  justify-content: center;
}
#updateProfile button.close:focus, #updateProfile button.close:focus-visible,
#editProfile button.close:focus,
#editProfile button.close:focus-visible {
  outline: none;
}
#updateProfile button.close span:focus-visible,
#editProfile button.close span:focus-visible {
  outline: none;
}
#updateProfile .hidden-tooltip,
#editProfile .hidden-tooltip {
  visibility: hidden;
  opacity: 0;
  background-color: #333;
  color: #fff;
  padding: 1rem;
  position: absolute;
  z-index: 1;
  transition: opacity 0.3sease-in-out, visibility 0.3s;
  border-radius: 4px;
  max-width: 100%;
  text-align: left;
  word-wrap: break-word;
  bottom: 16%;
  left: 46%;
  transform: translateX(-44%);
  margin-bottom: 10px;
}
#updateProfile .hidden-tooltip::after,
#editProfile .hidden-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
#updateProfile a.question-tooltip:hover + .hidden-tooltip,
#editProfile a.question-tooltip:hover + .hidden-tooltip {
  visibility: visible;
  opacity: 1;
}
#updateProfile .question-tooltip,
#editProfile .question-tooltip {
  text-align: center;
  display: block;
}
#updateProfile input[type=phone], #updateProfile select,
#editProfile input[type=phone],
#editProfile select {
  padding: 0;
}
#updateProfile .profile-save-loader,
#editProfile .profile-save-loader {
  border: 10px solid #FAA41A;
  border-radius: 50%;
  border-top: 10px solid #00256d;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  width: 18px;
  height: 18px;
  top: 3px;
  position: relative;
  align-self: center;
  left: 10px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#updateProfile .saved-successfully,
#editProfile .saved-successfully {
  align-self: center;
  left: 10px;
  position: relative;
}
#updateProfile .saved-error,
#editProfile .saved-error {
  align-self: center;
  left: 10px;
  color: #721c24;
  position: relative;
}

.session-pricing {
  border: 1px solid #ccc;
  padding: 0;
}
.session-pricing .session-table th {
  padding-bottom: 1rem;
}
.session-pricing .session-table td {
  padding: 1rem 0;
}
.session-pricing .session-table td form {
  float: right;
}
.session-pricing .session-table-button {
  position: relative;
}
.session-pricing .session-table-button .wrapper-button {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.session-pricing .session-table-button form {
  display: flex;
  position: relative;
}
.session-pricing .session-table-button .wrapper-anchor {
  display: flex;
  position: relative;
}
.session-pricing .session-table-button .wrapper-anchor a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
.session-pricing .session-table-button .wrapper-anchor a::after {
  background: #FFC25F;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 0rem;
  top: 0;
  height: 100%;
  width: 3rem;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
}
.session-pricing .session-table-button button, .session-pricing .session-table-button a {
  border-radius: 3px;
  background: #e6e6e6 !important;
  color: rgba(0, 0, 0, 0.8);
  padding: 0.6rem 4.25rem 0.6rem 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.1875rem;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: block;
  z-index: 1;
}
.session-pricing .session-table-button button:focus, .session-pricing .session-table-button button:focus-visible, .session-pricing .session-table-button button:hover, .session-pricing .session-table-button a:focus, .session-pricing .session-table-button a:focus-visible, .session-pricing .session-table-button a:hover {
  outline: none;
  color: rgba(0, 0, 0, 0.8);
}
.session-pricing .session-table-button .button-overlay {
  position: absolute;
  color: #fff;
  width: 100%;
  background-color: rgba(52, 98, 174, 0.9);
  height: 100%;
  text-align: right;
  padding: 0.25rem;
  font-size: 1.25rem;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  transition: width 200ms ease-in, opacity 200ms ease-in;
  z-index: 2;
}
.session-pricing .session-table-button .wrapper-button:hover .button-overlay {
  opacity: 1;
  width: calc(100% - 3rem);
}
.session-pricing .session-table-button .wrapper-button:hover button, .session-pricing .session-table-button .wrapper-button:hover a {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
}
.session-pricing .session-table-button .wrapper-button:hover button::after, .session-pricing .session-table-button .wrapper-button:hover a::after {
  background-color: #9AC0FF;
  color: #00256D;
}
.session-pricing .session-table-value {
  border-left: 1px solid #00256d;
  text-align: center;
}
.session-pricing .session-table-header {
  text-align: center;
}
.session-pricing .session-pricing-header {
  border-bottom: 1px solid #ccc;
  padding: 1% 0;
}
.session-pricing .session-pricing-header h2 {
  padding-bottom: 0;
  padding-top: 6px;
  margin-bottom: 0;
}
.session-pricing .session-pricing-header .icon-key-item i {
  font-size: 1rem;
}
.session-pricing .session-pricing-description p {
  font-size: 0.8rem;
  line-height: 1.3rem;
}
.session-pricing .session-pricing-description div {
  font-size: 1rem;
}
.session-pricing .session-pricing-description .notify-button {
  margin: 2rem auto 0;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  padding: 0.6rem 4.25rem 0.6rem 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.1875rem;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: block;
}
.session-pricing .session-pricing-description .notify-button:focus, .session-pricing .session-pricing-description .notify-button:focus-visible, .session-pricing .session-pricing-description .notify-button:hover {
  outline: 1px dotted;
}
.session-pricing .session-pricing-description:has(> .notify-button) {
  padding-bottom: 2rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .session-pricing .session-table-value {
    min-width: 140px;
  }
}
@media (max-width: 1200px) {
  .session-pricing .session-pricing-header h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .session-pricing .session-table tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .session-pricing .session-table th {
    flex: 1;
    padding: 0 1rem;
  }
  .session-pricing .session-table th:last-of-type {
    flex: 0;
    padding: 0;
  }
  .session-pricing .session-table th:first-of-type {
    padding: 0 3rem 0 0;
  }
  .session-pricing .session-table td {
    flex: 1;
    padding: 0 1rem;
    font-size: 0.81rem;
  }
  .session-pricing .session-table td:first-of-type {
    padding: 0 3rem 0 0;
  }
  .session-pricing .session-table td form {
    float: none;
  }
  .session-pricing .session-table-header {
    text-align: center;
  }
  .session-pricing .session-table-button {
    flex-basis: 100% !important;
    margin: 1rem 0 2rem 0;
    padding-left: 0 !important;
  }
  .session-pricing .icon-key-item {
    flex: 1;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .session-pricing .session-table {
    display: block;
  }
  .session-pricing .session-table thead {
    display: none;
  }
  .session-pricing .session-table tbody {
    display: block;
  }
  .session-pricing .session-table tbody tr {
    display: block;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
  }
  .session-pricing .session-table tbody tr td {
    padding: 0;
  }
  .session-pricing .session-table tbody tr .session-table-date {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
  }
  .session-pricing .session-table tbody tr .session-table-value {
    display: inline-block;
    width: 44%;
    padding: 0.5rem;
    text-align: center;
    box-sizing: border-box;
    position: relative;
  }
  .session-pricing .session-table tbody tr .session-table-value::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
    text-align: center;
  }
  .session-pricing .session-table tbody tr .session-table-value:not(:last-child) {
    border-left: none;
    margin: 1.5rem 0 2rem 0.5rem;
    font-size: 1.2rem;
  }
  .session-pricing .session-table tbody tr .session-table-button {
    margin-top: 1rem;
    width: 100%;
    max-width: 1%;
  }
  .session-pricing .session-table tbody tr .session-table-button .wrapper-button {
    justify-content: center;
  }
  .session-pricing .session-pricing-header {
    padding: 1% 0 1.5rem;
  }
  .session-pricing .session-pricing-header .icon-key {
    display: block;
  }
  .session-pricing .session-pricing-header .icon-key .icon-key-item {
    width: 100%;
    padding-top: 1rem;
    font-size: 1.1rem;
  }
  .session-pricing .session-pricing-header h2 {
    text-align: center;
    padding: 1.3rem 0;
    font-size: 2rem;
    line-height: 1.3;
  }
}

.card-pricing.custom-price {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
}

.section-container {
  padding: 6% 0;
}

.section-narrow {
  padding: 4% 0;
}

.widthsect {
  margin: auto !important;
  width: 80% !important;
  max-width: unset !important;
}

body.tng a.button.primary,
body.tng div.button.primary {
  color: #011844 !important;
}

.section-container span.txt,
.section-container div.txt,
.section-container div.txt p,
.section-container p.txt {
  font-size: 1.25rem;
  line-height: 1.6875 !important;
}

.sup-title {
  text-transform: uppercase;
  color: #3462AE;
  font-family: "Spartan", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

.accent-color {
  color: #FAA41A;
}

.section-gradient-top,
.section-gradiant-top {
  background-image: linear-gradient(180deg, #f1f2f2 0%, #fff 30%);
}

.section-gradient-bottom,
.section-gradiant-bottom {
  background-image: linear-gradient(360deg, #f1f2f2 0%, #fff 30%);
}

.section-gradient-both,
.section-gradiant-both {
  background-image: linear-gradient(180deg, #f1f2f2 0%, #fff 30%, #fff 70%, #f1f2f2 100%);
}

.section-container h2,
.widthsect h2 {
  font-size: 2.5rem !important;
  padding-bottom: 2.5%;
  margin-bottom: 0;
  line-height: 1.3 !important;
  color: #00256d !important;
}

.section-container h3,
.widthsect h3 {
  color: #00256d !important;
}

.redesign .button.primary {
  cursor: pointer;
  color: #fff;
  background: #FAA41A;
}

.redesign .button.primary:after {
  background: #FFC25F;
}

.search-loader {
  border: 10px solid #FAA41A;
  border-radius: 50%;
  border-top: 10px solid #00256d;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  width: 18px;
  height: 18px;
  display: none;
  top: 3px;
  position: relative;
  float: right;
}

.conference-contact {
  background-color: #011844;
}
.conference-contact .gform_title {
  color: #fff !important;
  font-family: "Spartan", sans-serif;
  line-height: 1.3 !important;
  font-size: 2.5rem !important;
}
.conference-contact .gform-field-label {
  margin-bottom: 0;
  color: #fff;
  font-weight: 500 !important;
}
.conference-contact .ginput_container {
  margin-top: 0 !important;
}
.conference-contact .gform_description {
  color: #fff;
}
.conference-contact input[type=submit] {
  padding: 0.6rem 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.1875rem;
  position: relative;
  width: max-content;
  max-width: 100%;
  display: block;
  border-radius: 0;
  border: none;
  background-color: #FAA41A;
  color: #fff;
}
.conference-contact input[type=submit]:hover {
  color: #011844;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
}
.conference-contact .gform_validation_errors {
  background-color: #fff;
}
.conference-contact .gform_validation_errors h2 {
  font-size: 1rem !important;
  padding-bottom: 0;
}
.conference-contact .gfield_required,
.conference-contact .gfield_required_asterisk,
.conference-contact .gform_required_legend {
  color: #fff !important;
}
.conference-contact .gform_body input:focus-visible {
  outline: none;
  border: 2px solid #FAA41A;
}
.conference-contact .gform_body input:not([type=radio]):not([type=checkbox]) {
  width: 100%;
}
.conference-contact .gform_body textarea {
  max-height: 120px !important;
}
.conference-contact .gform_body textarea:focus-visible {
  outline: none;
  border: 2px solid #FAA41A;
}
.conference-contact .gform_body ul.gform_fields .gfield_error {
  background-color: transparent;
  border-top: none;
}
.conference-contact .gform_body ul.gform_fields .gfield_error label {
  color: #fff;
}
.conference-contact .gform_body ul.gform_fields .gfield_error .validation_message {
  color: #fff;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 576px) {
  .section-container {
    padding: 10% 0;
  }
  .widthsect {
    width: 90% !important;
  }
}
.contact-cta {
  background: url(/wp-content/themes/glantz-tng-atixia-child/assets/images/accent-boxes-top-rt-corner.svg) no-repeat top right/100px 100px, linear-gradient(242deg, #00256d 0%, #3462AE 20%, #516c98 57%, #516c98 100%);
  color: #fff;
  padding: 3rem 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.contact-cta h3 {
  color: #fff !important;
}

.contact-cta .widthsect {
  max-width: 50% !important;
}

.contact-cta .button.primary {
  position: absolute;
  right: 0;
}

@media (max-width: 1200px) {
  .contact-cta .widthsect {
    max-width: 80% !important;
  }
}
@media (max-width: 992px) {
  .contact-cta {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .contact-cta {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .contact-cta .widthsect {
    max-width: 90% !important;
  }
  .contact-cta .button.primary {
    position: relative;
    right: initial;
    margin: auto;
  }
}
.profiles-block .button-profiles-top {
  margin-bottom: 4rem !important;
}
.profiles-block .button-profiles-bottom {
  margin-top: 4rem !important;
}
.profiles-block .profiles-wrapper-horizontal {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: center;
}
.profiles-block .profiles-wrapper-horizontal .profile-section .profile-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  text-decoration: none;
  max-width: 200px;
  justify-content: center;
  box-shadow: 0 2px 8px 0 rgba(1, 24, 68, 0.4);
}
.profiles-block .profiles-wrapper-horizontal .profile-section .profile-item:focus {
  outline: none;
}
.profiles-block .profiles-wrapper-horizontal .profile-section .profile-item:focus-visible {
  outline: none;
}
.profiles-block .profiles-wrapper-horizontal .profile-section .profile-item:hover {
  cursor: pointer;
  box-shadow: none;
}
.profiles-block .profiles-wrapper-horizontal .profile-section .profile-item:hover .profile-info {
  background-color: #00256d !important;
}
.profiles-block .profiles-wrapper-horizontal .profile-section .profile-item:hover .faculty-name {
  text-decoration: underline;
  color: #fff !important;
}
.profiles-block .profiles-wrapper-horizontal .profile-section .profile-item:hover i {
  color: #fff !important;
}
.profiles-block .profiles-wrapper-horizontal .profile-section .profile-item .profile-image {
  min-width: 200px;
  max-width: 200px;
  min-height: 200px;
  max-height: 200px;
}
.profiles-block .profiles-wrapper-horizontal .profile-section .profile-item .profile-info {
  padding: 0.5rem;
  width: 100%;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-color: #fff;
}
.profiles-block .profiles-wrapper-horizontal .profile-section .profile-item .profile-info .faculty-name {
  font-size: 0.9rem;
  text-align: center;
  color: #00256d;
  flex: 1 1 0%;
}
.profiles-block .profiles-wrapper-horizontal .profile-section .profile-item .profile-info i {
  margin-left: auto;
  align-self: center;
  padding-left: 0.5rem;
  font-size: 0.9rem;
  color: #FAA41A;
  flex: 0 0 auto;
}
.profiles-block .profiles-wrapper-horizontal .profile-section .profile-item .profile-info:hover {
  cursor: pointer;
}
.profiles-block .profiles-wrapper-vertical {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.profiles-block .profiles-wrapper-vertical .profile-section {
  flex: 0 0 46%;
  max-width: 50%;
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  box-shadow: 0 2px 8px 0 rgba(1, 24, 68, 0.4);
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item:focus {
  outline: none;
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item:focus-visible {
  outline: none;
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item:hover {
  cursor: pointer;
  box-shadow: none;
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item:hover .profile-info {
  background-color: #00256d !important;
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item:hover .faculty-name {
  text-decoration: underline;
  color: #fff !important;
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item:hover i {
  color: #fff !important;
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item:hover .faculty-excerpt {
  color: #fff !important;
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item:hover .faculty-excerpt strong {
  color: #fff !important;
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item:hover .faculty-excerpt:active {
  color: #fff;
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item .profile-image {
  max-height: 200px;
  max-width: 200px;
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item .profile-info {
  padding: 1rem;
  width: 100%;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #fff;
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item .profile-info .faculty-top {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item .profile-info .faculty-top .faculty-name {
  font-size: 1.1rem;
  text-align: left;
  color: #00256d;
  flex: 1 1 0;
  font-weight: 600;
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item .profile-info .faculty-top i {
  margin-left: auto;
  align-self: center;
  padding-left: 0.5rem;
  font-size: 1.1rem;
  color: #FAA41A;
  flex: 0 0 auto;
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item .profile-info .faculty-excerpt {
  color: #00256d;
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item .profile-info .faculty-excerpt strong {
  color: #FAA41A;
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item .profile-info .faculty-excerpt:active {
  color: #00256d;
}
.profiles-block .profiles-wrapper-vertical .profile-section .profile-item .profile-info:hover {
  cursor: pointer;
}
@media (max-width: 1620px) {
  .profiles-block .profiles-wrapper-vertical {
    gap: 1rem;
  }
  .profiles-block .profiles-wrapper-vertical .profile-section {
    flex: 0 0 49%;
    max-width: 50%;
  }
  .profiles-block .profiles-wrapper-vertical .faculty-name {
    font-size: 1rem !important;
  }
  .profiles-block .profiles-wrapper-vertical .faculty-excerpt {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 1280px) {
  .profiles-block .profiles-wrapper-vertical {
    gap: 4rem;
  }
  .profiles-block .profiles-wrapper-vertical .profile-section {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .profiles-block .profiles-wrapper-vertical .faculty-name {
    font-size: 1.1rem !important;
  }
  .profiles-block .profiles-wrapper-vertical .faculty-excerpt {
    font-size: 1rem !important;
  }
}
@media (max-width: 767px) {
  .profiles-block .profiles-wrapper-vertical .profile-item {
    flex-direction: column !important;
    padding-top: 1rem;
    text-align: center;
  }
  .profiles-block .profiles-wrapper-vertical .faculty-name {
    text-align: center !important;
  }
}

/** Deprecated **/
.redesign .consultant-category {
  font-size: 3rem !important;
}
.redesign .page-template-template-consultants .consultant {
  cursor: pointer;
  overflow: hidden;
}
.redesign .page-template-template-consultants .consultant .consultant-name {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
  width: 100%;
  font-size: 0.9em;
  top: 0;
}
.redesign .page-template-template-consultants .consultant .job-title {
  opacity: 0;
  position: absolute;
  bottom: 0;
  padding: 0.25em 0;
  margin: 0;
  transition: all 500ms ease-out;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
}
.redesign .page-template-template-consultants .consultants-container .profile-img {
  height: 250px;
}
.redesign .page-template-template-consultants .profile-img {
  background-color: #C6CFD6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 5px solid #fff;
}
.redesign .consultants-container > a {
  display: block;
  margin: 1rem 2rem;
  position: relative;
  text-align: center;
  width: calc(33% - 4rem);
}
.redesign .profiles-title h2 {
  font-size: 2.5rem !important;
  padding-bottom: 2%;
  line-height: 1.3 !important;
}
.redesign .profiles-title {
  text-align: center;
  margin-bottom: 2%;
}

.consultants-container {
  display: flex !important;
}

.consultants-container > div {
  flex: 0 0 14% !important;
  display: block;
  margin: 0 1.75% 3%;
  position: relative;
  text-align: center;
}

@media (max-width: 1200px) {
  .consultants-container > div {
    flex: 0 0 23% !important;
  }
}
@media (max-width: 992px) {
  .consultants-container > div {
    flex: 0 0 28% !important;
  }
}
@media (max-width: 768px) {
  .consultants-container > div {
    flex: 0 0 38% !important;
  }
}
@media (max-width: 576px) {
  .consultants-container > div {
    flex: 0 0 100% !important;
  }
}
.cta-buttons.title-text {
  padding-top: 1.5%;
}

.txt-img-width-2 {
  max-width: calc(50% - 1rem) !important;
}

.txt-img-width-3 {
  max-width: calc(33.33% - 1rem) !important;
}

.txt-img-width-4 {
  max-width: calc(25% - 1rem) !important;
}

.txt-img-width-5 {
  max-width: calc(20% - 1rem) !important;
}

.txt-img-width-6 {
  max-width: calc(16.66% - 1rem) !important;
}

.text-image {
  margin: 0 auto 3%;
  gap: 1rem;
  justify-content: center;
}

@media (max-width: 1200px) {
  .text-image img {
    padding-bottom: 3%;
  }
}
@media (max-width: 992px) {
  .txt-img-width-4 {
    max-width: calc(50% - 1rem) !important;
  }
  .txt-img-width-5,
  .txt-img-width-6 {
    max-width: calc(33.33% - 1rem) !important;
  }
}
@media (max-width: 576px) {
  .cta-buttons a {
    float: none !important;
    margin: auto;
  }
  .titletext {
    text-align: center !important;
  }
  .txt-img-width-2,
  .txt-img-width-3,
  .txt-img-width-4,
  .txt-img-width-5,
  .txt-img-width-6 {
    max-width: 100% !important;
  }
}
.block-text p {
  font-size: 1.25rem;
  line-height: 1.6875;
}

.block-text {
  padding: 6% 0 !important;
}

.group-image img {
  max-height: 250px;
}

.group-image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
}

.txt-image {
  margin: 0 0 5%;
}

.group-row {
  -webkit-box-flex: 0;
  flex: 0 0 32%;
  max-width: 32%;
}

@media (max-width: 992px) {
  .group-row {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .group-row {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.over-text {
  padding: 3%;
  width: 100%;
  position: absolute;
  height: auto;
}

.overlay-cta {
  color: #fff;
  font-size: 1.5rem;
  font-family: "Spartan", sans-serif;
  cursor: pointer;
  text-align: center;
}

.overlay-cta i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-size: 1.25rem;
  font-style: normal;
  right: -0.5rem;
  position: relative;
}

.overlay-text {
  color: #fff;
  font-size: 2.5rem;
  cursor: default;
}

.overlay-block-short .overlay-text {
  font-size: 1.75rem;
}

.overlay-block-short .overlay-cta {
  font-size: 1.25rem;
}

.overlay-block-tall:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url(/wp-content/themes/glantz-tng-atixia-child/assets/images/accent-boxes-top-rt-corner.svg) no-repeat bottom right/80px 80px;
  transform: rotate(90deg);
}

.overlay-block-tall:nth-last-of-type(3n+1):after {
  right: 2.25% !important;
}

.overlay-block-short hr {
  border: 1px solid #FAA41A;
  background-color: #FAA41A;
  width: 50%;
}

.overlay-block-tall hr {
  border: 1px solid #FAA41A;
  background-color: #FAA41A;
  width: 50%;
}

.overlay-block-short .overlay-cta i::before {
  font-size: 1rem;
}

.overlay-block-short img,
.overlay-block-tall img {
  opacity: 0.4;
  position: relative;
}

.overlay-block-short,
.overlay-block-tall {
  background: linear-gradient(242deg, #516c98 -10%, #011844 20%, #011844 57%, #011844 100%);
  border: 0.1rem solid #fff;
  cursor: pointer;
  position: relative !important;
  align-items: center !important;
  display: flex !important;
}
.overlay-block-short:hover img,
.overlay-block-tall:hover img {
  opacity: 0.2;
}
.overlay-block-short:hover .overlay-cta,
.overlay-block-tall:hover .overlay-cta {
  font-weight: 900;
}
.overlay-block-short:hover .overlay-cta i::before,
.overlay-block-tall:hover .overlay-cta i::before {
  right: -1rem;
}
.overlay-block-short:hover hr,
.overlay-block-tall:hover hr {
  border: 2px solid #FAA41A;
}
.overlay-block-short:hover .overlay-text,
.overlay-block-tall:hover .overlay-text {
  cursor: pointer;
}

@media (max-width: 992px) {
  .overlay-block-short .overlay-text {
    font-size: 1.25rem;
  }
  .overlay-block-short .overlay-cta {
    font-size: 1rem;
  }
  .overlay-block-tall .overlay-cta {
    font-size: 2rem;
  }
  .overlay-block-tall .overlay-text {
    font-size: 2.75rem;
  }
  .overlay-block-tall:nth-last-of-type(3n+1):after {
    right: 0 !important;
  }
  .overlay-block-short {
    margin: auto;
  }
}
@media (max-width: 576px) {
  .overlay-block-tall .overlay-text {
    font-size: 1.75rem;
  }
  .overlay-block-tall .overlay-cta {
    font-size: 1.25rem;
  }
  .overlay-block-tall:after,
  .overlay-block-tall:nth-last-of-type(3n+1):after {
    right: 0 !important;
  }
}
.media-item .media-text p {
  font-size: 1rem;
}

.media-item .media-text span {
  text-transform: uppercase;
  color: #FAA41A;
  font-family: "Spartan", sans-serif;
  font-weight: 900;
  font-size: 0.9rem;
}

.tips-header {
  margin-bottom: 5%;
}

.tips-header .txt p {
  margin-bottom: 0;
}

.tips-header a {
  margin: auto;
  margin-top: 3.5%;
}

.section-image-left {
  padding-left: 0;
  min-width: 285px;
}

.media-text h3 {
  padding-bottom: 3%;
}

.section-button-left.tips {
  margin: 5% 0 0;
}

.media-item a {
  text-decoration: none !important;
}

@media (max-width: 992px) {
  .section-button-left {
    margin: 5% auto;
  }
  .tips {
    margin: 5% 0;
  }
  .media-text {
    padding-top: 5%;
  }
}
@media (max-width: 768px) {
  .tips {
    margin: 5% 0;
  }
}
@media (max-width: 576px) {
  .media-item {
    text-align: center;
  }
  .section-image-left {
    padding-right: 0;
  }
  .media-text {
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
  }
  .section-button-left.tips {
    margin: 5% auto;
  }
}
.video-container {
  border: none;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
  height: 330px;
  width: 100%;
  border-radius: 5px 5px 5px 5px;
}

.section-video-right {
  padding-right: 0;
}

.section-button-left {
  margin: 5% 0 0;
}

.media-text p {
  font-size: 1.25rem;
  line-height: 1.6875;
}

.media-video-right {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .media-video-right {
    display: block !important;
    text-align: center;
  }
  .section-image-right {
    padding-left: 0;
  }
  .section-button-left {
    margin: 5% auto;
  }
  .section-button-left a {
    margin: auto;
  }
}
@media (max-width: 576px) {
  .media-video-right,
  .section-video-right {
    padding: 0;
  }
  .media-text {
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
  }
}
.testimonial-carousel {
  padding-bottom: 2%;
}

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

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

.testimonial-carousel .carousel-control-next,
.testimonial-carousel .carousel-control-prev {
  width: 5%;
}

.testimonial-carousel .carousel-control-next {
  right: 8%;
}

.testimonial-carousel .carousel-control-prev {
  left: 8%;
}

.testimonial-carousel .carousel-inner {
  overflow: unset;
}

.testimonial-carousel .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.7s ease-in-out left !important;
  -moz-transition: 0.7s ease-in-out left !important;
  -o-transition: 0.7s ease-in-out left !important;
  transition: 0.7s ease-in-out left !important;
}

.testimonial-carousel .carousel-indicators > li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 0.5%;
  background-color: #FAA41A;
}

.testimonial-carousel .carousel-indicators {
  bottom: -15%;
}

.testimonial-carousel .meta-testimonial {
  color: #00256d;
  opacity: 0.8;
  font-size: 1.25rem;
  line-height: 1.6875;
}

.testimonial-carousel .pp-testimonial {
  color: #00256d;
  opacity: 0.8;
  font-size: 1.25rem;
  line-height: 1.6875;
}

.testimonial-carousel .img-testimonial img {
  border-radius: 90px;
  width: 140px;
  height: 140px;
}

@media (min-width: 992px) {
  .testimonial-carousel .carousel-inner {
    min-height: 370px;
  }
}
@media (max-width: 992px) {
  .testimonial-carousel .carousel-indicators {
    bottom: -10%;
  }
  .testimonial-carousel .carousel-control-next,
  .testimonial-carousel .carousel-control-prev {
    width: 10%;
  }
  .testimonial-carousel .carousel-inner {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .testimonial-carousel .carousel-indicators {
    bottom: -10%;
  }
  .testimonial-carousel .carousel-control-next,
  .testimonial-carousel .carousel-control-prev {
    width: 10%;
  }
  .testimonial-carousel .carousel-inner {
    min-height: 576px;
  }
}
@media (max-width: 576px) {
  .testimonial-carousel .carousel-indicators {
    bottom: -5%;
  }
  .testimonial-carousel .carousel-control-next,
  .testimonial-carousel .carousel-control-prev {
    display: none;
  }
  .testimonial-carousel .pp-testimonial {
    padding-right: 10%;
    padding-left: 10%;
  }
}
.center-swiper-flex {
  justify-content: unset;
}

.slider-title h2 {
  font-size: 2.5rem !important;
  padding-bottom: 3%;
  line-height: 1.3 !important;
}

.slider-title {
  text-align: center;
  margin-bottom: 2%;
}

.swiper {
  overflow-y: visible;
}

.swiper-slide {
  padding: 20px;
  box-sizing: border-box;
  height: auto !important;
}

.swiper-pagination {
  bottom: -25px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-pagination-bullet {
  background-color: #00256D;
}

.swipe .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300256d' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  display: inline-block;
  position: relative;
  top: -270px;
  left: -30px;
  float: left;
}

.swipe .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300256d' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  display: inline-block;
  position: relative;
  top: -270px;
  right: -30px;
  float: right;
}

.swipe .carousel-control-prev-icon:hover,
.swipe .carousel-control-next-icon:hover {
  opacity: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  text-rendering: auto;
}

.image-hero-card a {
  padding-bottom: 2%;
}

.swiper .card {
  border: none;
  box-shadow: 0 2px 8px 0 rgba(1, 24, 68, 0.4);
  border-radius: 0;
  height: 100%;
  transition: all 0.3s linear;
}
.swiper .card.image-hero-card {
  position: relative;
}
.swiper .card.image-hero-card:hover *, .swiper .card.image-hero-card.active * {
  color: #fff;
}
.swiper .card.image-hero-card:hover .button-learn, .swiper .card.image-hero-card.active .button-learn {
  border: none !important;
}
.swiper .card.image-hero-card .tag {
  width: auto;
  max-width: 100%;
  font-size: 0.9rem;
  letter-spacing: 1px;
  font-weight: normal;
}
.swiper .card.image-hero-card .tag i {
  color: #fff;
}
.swiper .card.image-hero-card .img-banner {
  max-height: 10rem;
  min-height: 4rem;
  overflow: hidden;
}
.swiper .card.image-hero-card .img-banner img {
  width: 100%;
}
.swiper .card.image-hero-card h3.title {
  font-size: 1rem;
  line-height: 1.6rem;
  padding: 1rem 1rem 0;
  font-weight: 600;
}
.swiper .card.image-hero-card .description {
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5rem;
  margin: 0;
}
.swiper .card.image-hero-card .button-learn {
  margin-right: 0;
  padding-left: 1rem;
  text-align: left;
  border: none !important;
  width: 100%;
}
.swiper .card.image-hero-card .button-learn:after {
  content: "";
}
.swiper .card a {
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.swiper .card a:focus {
  background: #00256d;
  outline: none;
}
.swiper .card a:focus .description, .swiper .card a:focus .description h4, .swiper .card a:focus .description p, .swiper .card a:focus .button-learn {
  color: #fff;
}
.swiper .card a:focus .button-learn {
  border-bottom: none;
}
.swiper .card div.tag {
  padding: 0.6rem;
  text-transform: uppercase;
  font-weight: bold;
  background: #3462AE;
  color: #fff;
  width: max-content;
  min-width: 100px;
  max-width: 85%;
  transition: all 0.3s linear;
}
.swiper .card .card-image {
  height: 300px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.swiper .card .description {
  padding: 1rem;
  margin-bottom: 2rem;
  transition: all 0.3s linear;
}
.swiper .card .description p {
  color: #3462AE;
  font-size: 0.875rem;
}
.swiper .card .description p.date {
  margin-bottom: 0.5rem;
}
.swiper .card .description p strong {
  text-transform: uppercase;
}
.swiper .card .button-learn {
  font-size: 1.125rem;
  line-height: 1.1875rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 2rem;
  width: max-content;
  transition: all 0.3s linear;
  display: flex;
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: 1.5rem;
  border-bottom: 3px solid #FAA41A;
  color: #011844;
}
.swiper .card .button-learn::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  padding-left: 1rem;
}
.swiper .card:hover, .swiper .card:active {
  background: #00256d;
}
.swiper .card:hover .description, .swiper .card:hover .description h4, .swiper .card:hover .description p, .swiper .card:hover .button-learn, .swiper .card:hover i, .swiper .card:hover .title, .swiper .card:active .description, .swiper .card:active .description h4, .swiper .card:active .description p, .swiper .card:active .button-learn, .swiper .card:active i, .swiper .card:active .title {
  color: #fff !important;
}

@media (min-width: 1200px) {
  .center-swiper-flex {
    justify-content: center;
  }
  .controls-swiper {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .swiper-slide {
    width: 50% !important;
  }
  .swipe .carousel-control-next-icon,
  .swipe .carousel-control-prev-icon {
    top: -300px;
  }
}
@media (max-width: 768px) {
  .swiper-slide {
    width: 50% !important;
  }
  .swipe .carousel-control-next-icon,
  .swipe .carousel-control-prev-icon {
    top: -300px;
  }
  .swiper-pagination {
    bottom: -15px !important;
  }
}
@media (max-width: 576px) {
  .swiper-slide {
    width: 100% !important;
  }
  .swipe .carousel-control-next-icon {
    right: -10px;
  }
  .swipe .carousel-control-prev-icon {
    left: -10px;
  }
  .swiper-pagination {
    bottom: -10px !important;
  }
}
/*This block is similar to the Tips of the Week, and it shares the same styling.*/
.resource-header {
  margin-bottom: 5%;
}

.resource-header .txt p {
  margin-bottom: 3.5%;
}

.resource-header a {
  margin: auto;
}

.our-statistics {
  padding-top: 10%;
  padding-bottom: 7%;
}
.our-statistics h2 {
  font-size: 1.5rem !important;
}
.our-statistics .stats-row {
  background-color: #EBECF3;
  padding: 8% 3%;
  border-radius: 3px;
}
.our-statistics .lborder {
  border-left: 5px solid #FAA41A;
}
.our-statistics .statistics {
  text-align: center;
  font-family: "Spartan", sans-serif;
}
.our-statistics .statistics:not(:last-of-type) {
  margin-bottom: 1rem;
}
.our-statistics .statistics:not(.carousel) .stat-col {
  display: inline-block;
  vertical-align: middle;
}
.our-statistics .statistics .stat {
  width: 150px;
  height: 150px;
  padding: 30px;
  box-sizing: content-box;
  background-color: rgba(100, 100, 100, 0.5);
  color: white;
  -webkit-box-shadow: 0 2px 27px 0 rgba(1, 24, 68, 0.5);
  box-shadow: 0 2px 27px 0 rgba(1, 24, 68, 0.5);
  border-radius: 3px;
  display: inline-grid;
}
.our-statistics .statistics .stat-col {
  margin: 0 1% 2% 0;
}
.our-statistics .statistics .stat-col:nth-of-type(1) .stat {
  background-color: #00256d;
}
.our-statistics .statistics .stat-col:nth-of-type(2) .stat {
  background-color: #23428F;
}
.our-statistics .statistics .stat-col:nth-of-type(3) .stat {
  background-color: #FAA41A;
}
.our-statistics .statistics .stat-col:nth-of-type(4) .stat {
  background-color: #23428F;
}
.our-statistics .statistics .stat-col:nth-of-type(5) .stat {
  background-color: #00256d;
}
.our-statistics .biggin .stat {
  width: 150px;
  height: 150px;
  padding: 30px;
  box-sizing: content-box;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 10px solid #FAA41A;
  display: inline-grid;
}
.our-statistics .biggin .stat div {
  display: inline-block;
}
.our-statistics .biggin .stat div.stat-number {
  display: inline-block;
}
.our-statistics .biggin .stat-col:nth-of-type(1) .stat {
  background-color: #00256d;
}
.our-statistics .biggin .stat-col:nth-of-type(2) .stat {
  background-color: #23428F;
}
.our-statistics .biggin .stat-col:nth-of-type(3) .stat {
  background-color: #00256d;
}
.our-statistics .biggin .stat-col:nth-of-type(4) .stat {
  background-color: #23428F;
}
.our-statistics .biggin .stat-col:nth-of-type(5) .stat {
  background-color: #00256d;
}
@media (max-width: 1280px) {
  .our-statistics .biggin .stat {
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .our-statistics .biggin .section-button-left {
    display: inline-block;
  }
}
.our-statistics .stat div {
  opacity: 1;
  display: block;
  font-size: 1rem;
  text-align: center;
}
.our-statistics .stat div.stat-number {
  font-size: 2rem;
  margin-bottom: 3%;
}
@media only screen and (max-width: 1280px) and (min-width: 993px) {
  .our-statistics .statistics .stat {
    padding: 10px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .our-statistics .statistics .stat {
    width: 130px;
    height: 130px;
    padding: 30px;
  }
  .our-statistics .stat div {
    font-size: 1rem;
  }
  .our-statistics .biggin .stat div {
    font-size: 2rem;
    display: inline-block;
  }
  .our-statistics .biggin .stat div.stat-number {
    font-size: 1.5rem;
    display: inline-block;
  }
  .our-statistics .biggin .stat {
    height: 2rem;
    padding: 30px 20px 20px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .our-statistics .statistics .stat-col:not(.carousel) {
    display: block;
    width: 100%;
  }
  .our-statistics .statistics .stat {
    width: 90%;
    height: unset;
    padding: 30px;
    box-sizing: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .our-statistics .biggin .stat p {
    line-height: unset;
    text-align: center;
    padding: 1rem;
  }
  .our-statistics .biggin .stat div {
    font-size: 1.5rem;
    display: inline-block;
  }
  .our-statistics .biggin .stat div.stat-number {
    font-size: 1.5rem;
    display: inline-block;
  }
  .our-statistics .biggin .stat {
    width: 95%;
    padding: 0;
    margin: auto;
    padding-top: 5%;
  }
  .our-statistics .stat p {
    line-height: unset;
    text-align: left;
    padding: 1rem;
  }
  .our-statistics .stat div {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
  }
  .our-statistics .stat div.stat-number {
    margin-bottom: unset;
  }
}
@media (min-width: 1921px) {
  .our-statistics .statistics .stat {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .our-statistics .lborder {
    border-left: none;
  }
}
@media (max-width: 576px) {
  .our-statistics .media-stats-right,
  .our-statistics .section-stats-right {
    padding: 0;
  }
  .our-statistics .stats-row {
    padding: 30% 3%;
  }
  .our-statistics .statistics .stat {
    width: 80%;
  }
}

.media-stats-right {
  width: 100%;
}

.section-stats-right {
  padding-right: 0;
}

@media (max-width: 992px) {
  .media-stats-right {
    display: block !important;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .media-stats-right,
  .section-stats-right {
    padding: 0;
  }
  .section-button-left a {
    margin: auto;
  }
}
.accordion-group {
  width: 100%;
}
.accordion-group .accordion-button:focus,
.accordion-group .accordion-button:hover,
.accordion-group .accordion-button {
  text-decoration: none;
  border: none;
  box-shadow: none;
}
.accordion-group .accordion-button {
  text-align: left;
  font-size: 1.275rem;
  color: #fff;
  width: 100%;
  display: flex;
}
.accordion-group .accordion-desc {
  border-top: 5px solid #FAA41A;
}
.accordion-group .accordion-header h5 {
  display: inline-block;
  width: 100%;
}
.accordion-group .accordion-drop {
  line-height: 1;
  align-self: center;
  display: inline-block;
  width: 5%;
  text-align: right;
}
.accordion-group .accordion-header-title {
  color: #00256d !important;
}
.accordion-group .accordion-header-description {
  color: #00256d !important;
}
.accordion-group .accordion-event-date {
  color: #FAA41A;
  top: 0 !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #ccc;
}

.accordion-light .accordion-header {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  background-color: #eee;
}
.accordion-light .accordion-title {
  width: 95%;
  display: inline-block;
  color: #011844;
}
.accordion-light .accordion-drop {
  color: #FAA41A;
}
.accordion-light .accordion-event-date {
  color: #FAA41A;
  top: 0 !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #ccc;
}

.accordion-dark .accordion-header {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  background-color: #011844;
}
.accordion-dark .accordion-title {
  width: 95%;
  display: inline-block;
  color: #fff;
}
.accordion-dark .accordion-drop {
  color: #fff;
}
.accordion-dark .accordion-event-date {
  color: #fff;
  top: 0 !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #fff;
}

.accordion-head {
  margin-bottom: 3.5%;
}

.accordion-header-title,
.accordion-header-description {
  text-align: center;
}

.accordion-header-title {
  margin-bottom: 0;
}

.accordion-header-description,
.accordion-header-description p {
  font-size: 1.25rem !important;
  line-height: 1.6875 !important;
}

.accordion-header-column {
  font-size: 1.5rem;
  margin-bottom: 2%;
  width: 99%;
}

div[class^=accordion-column] {
  display: inline-flex;
  margin-right: 1%;
  flex-direction: column;
}

.accordion-column-1 {
  width: 100%;
  padding-right: 0 !important;
}

.accordion-column-2 {
  width: 48.4%;
}

@media only screen and (min-device-width: 600px) and (max-device-width: 1280px) and (orientation: landscape) {
  .accordion-column-2 {
    width: 100%;
    padding-right: 0 !important;
  }
  .accordion-header-column {
    margin-top: 3%;
  }
}
@media (max-width: 992px) {
  .accordion-column-2 {
    width: 100%;
    padding-right: 0 !important;
  }
  .accordion-header-column {
    margin-top: 3%;
  }
}
.blurb-light {
  background-color: #fff;
}
.blurb-light .blurb-header-title {
  color: #00256d !important;
}
.blurb-light .blurb-header-description {
  color: #00256d !important;
}
.blurb-light .blurb-title {
  color: #00256d;
}

.blurb-dark {
  background-color: #00256d;
}
.blurb-dark .blurb-header-title {
  color: #fff !important;
}
.blurb-dark .blurb-header-description {
  color: #fff !important;
}
.blurb-dark .blurb-title {
  color: #fff;
}

.blurb-header {
  margin-bottom: 3%;
}

.blurb-header-title,
.blurb-header-description {
  text-align: center;
}

.blurb-header-description,
.blurb-header-description p {
  font-size: 1.25rem !important;
  line-height: 2.2rem !important;
}

.blurb-title {
  margin-top: 12%;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.5;
}

.blurb-row {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 3% !important;
}

.blurb-item {
  max-width: 16%;
  margin: 0 auto;
}

.blurb-image-only {
  margin: auto !important;
}

@media only screen and (min-device-width: 600px) and (max-device-width: 1280px) and (orientation: landscape) {
  .blurb-item {
    max-width: 32%;
  }
}
@media (max-width: 992px) {
  .blurb-item {
    max-width: 48.7%;
    padding: 3%;
  }
}
@media (max-width: 576px) {
  .blurb-item {
    max-width: 100%;
    margin-top: 40px;
  }
}
.list-header-title {
  padding-bottom: 0 !important;
  color: #00256d !important;
}

.list-header-description,
.list-header-description p {
  color: #00256d !important;
  font-size: 1.25rem !important;
  line-height: 1.6875 !important;
}

.list-item {
  color: #00256d !important;
  width: 100%;
}

div[class^=list-column] {
  display: inline-flex;
  padding-right: 1%;
  font-size: 1.25rem;
  padding-top: 3%;
}

.list-column-1 {
  width: 50%;
  display: block !important;
  padding-right: 0 !important;
  margin: auto;
}

.list-column-2 {
  width: 49.4%;
}

.list-column-3 {
  width: 32.7%;
}

.list-column-4 {
  width: 24.7%;
}

.list-top {
  background-color: #f1f2f2;
  padding: 20px;
  border: 1px solid #C6CFD6;
}

.list-text {
  padding: 1% 1% 1%;
  border-top: 1px solid #C6CFD6;
}

ul .list-top li,
ol .list-top li {
  list-style: none;
  font-weight: 600;
}

.list-type {
  width: 100%;
  margin: auto;
  padding-left: 0;
}

ol .list-text li {
  padding: 2%;
  position: relative;
  list-style: decimal inside;
}

ul .list-text li {
  padding: 2% 0;
  left: 15%;
  position: relative;
  max-width: 85%;
  list-style: square;
}

.list-header-description p {
  margin-bottom: 0;
}

.list-header {
  margin-bottom: 1%;
}

.list-header-title {
  text-align: center;
  padding-bottom: 2.5% !important;
}

.list-header-description {
  text-align: center;
}

@media only screen and (min-device-width: 600px) and (max-device-width: 1280px) and (orientation: landscape) {
  .list-column-4,
  .list-column-3 {
    width: 49.4%;
    margin-top: 5%;
  }
}
@media (max-width: 992px) {
  .list-column-3,
  .list-column-4 {
    width: 100%;
    padding-right: 0 !important;
    margin-top: 5%;
  }
  .list-column-1 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .list-column-1 {
    width: 100%;
    padding-right: 0 !important;
    margin-top: 5%;
  }
  .list-column-2 {
    width: 100%;
    padding-right: 0 !important;
    margin-top: 5%;
  }
}
.section-container.checklist {
  overflow: unset !important;
}

.checklist .member-benefits {
  border-bottom: 1px solid #C6CFD6;
  background-color: #fff;
  padding: 3% 0;
}
.checklist .benefit-name {
  font-size: 0.9rem !important;
}
.checklist .benefit-btn {
  padding: 0.6rem 1.25rem !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  font-size: 1.125rem !important;
  line-height: 1.1875rem !important;
  position: relative !important;
  width: max-content !important;
  max-width: 100% !important;
  border: none;
  margin: 2% 0;
}
.checklist .benefit-btn::after {
  display: none !important;
}
.checklist .benefit-icon {
  text-align: center;
  font-size: 0.9rem;
}
.checklist .benefit-row {
  border-bottom: 1px solid #C6CFD6;
  padding: 15px 10px;
}
.checklist .benefit-row:nth-child(odd) {
  background-color: #eee;
}
.checklist .benefits-levels {
  text-align: center;
}
.checklist .benefits-logo img {
  margin-bottom: 2%;
}
.checklist .benefits-logo img,
.checklist .benefits-logo span,
.checklist .benefit-level-title,
.checklist .benefit-btn {
  display: block;
}
.checklist .benefit-level-title {
  font-weight: 700;
  font-size: 1.1rem;
  align-self: center;
}
.checklist .benefits-logo span {
  font-weight: 700;
  font-size: 1.6rem;
}
.checklist .txt p {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .checklist .widthsect {
    width: 90%;
  }
  .checklist .benefits-logo span {
    font-size: 1.2rem;
  }
  .checklist .benefit-level-title {
    font-size: 0.8rem;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 576px) {
  .checklist .benefit-btn {
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 6px;
    margin: 2% auto 3%;
  }
  .checklist .benefit-level-title {
    font-size: 0.58rem;
  }
  .checklist .benefits-levels {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .checklist .benefits-logo {
    text-align: center;
  }
  .checklist .benefit-col {
    max-width: 20%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .checklist .benefit-col.sixserv-col {
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .checklist .benefit-col.custom-col {
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .checklist .benefit-row {
    text-align: center;
  }
  .checklist .benefit-icon {
    max-width: 20%;
    border-left: 1px solid #ccc;
    font-size: 0.7rem;
  }
  .checklist .benefit-icon.sixserv-icon {
    max-width: 25%;
  }
  .checklist .benefit-icon.custom-ico {
    max-width: 25%;
  }
  .checklist .benefit-icon:last-child {
    border-right: 1px solid #ccc;
  }
  .checklist .benefit-name {
    padding-bottom: 3%;
  }
}
.consulting-services .collapse:not(.show) {
  display: block;
}
.consulting-services .slide-nav,
.consulting-services .slide-nav-title {
  display: none;
}
.consulting-services .less {
  display: none;
}
.consulting-services a {
  color: #00256d;
}
.consulting-services h3 {
  font-size: 1.5rem !important;
}
.consulting-services h3 i {
  margin-left: 10px;
  font-size: 1.2rem;
}
.consulting-services .read-more::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 0rem;
  top: 0;
  height: 100%;
  width: 3rem;
  background: #FAA41A;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  color: #011844;
}
.consulting-services .read-more.read-show::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f106";
  position: absolute;
  right: 0rem;
  top: 0;
  height: 100%;
  width: 3rem;
  background: #FAA41A;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  color: #011844;
}
.consulting-services .consulting-title h2 {
  font-size: 2.5rem !important;
  padding-bottom: 2%;
  line-height: 1.3 !important;
}
.consulting-services .consulting-title {
  text-align: center;
  margin-bottom: 2%;
}
.consulting-services .media-text h3 {
  padding-bottom: 1.5%;
}
.consulting-services .topic-block {
  padding: 3%;
  background-color: #EBECF3;
  border-radius: 4px;
  margin-bottom: 3%;
}
.consulting-services .topic-names {
  color: #00256d;
  margin-top: 3%;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.consulting-services .topic-search {
  margin: 1% 0;
}
.consulting-services .filter-input {
  padding-left: 1%;
}
.consulting-services .form-check-input {
  margin-left: -1rem !important;
}
.consulting-services .nav-tabs .nav-link {
  border-top: 5px solid #FAA41A !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.consulting-services .nav-item {
  text-align: center;
}
.consulting-services .topic-category h4 {
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: normal;
  border-bottom: 1px solid #D8D8D8;
}
.consulting-services .topic-category h3 {
  display: none;
}
.consulting-services .topic-check {
  margin-bottom: 5%;
  margin-top: 5%;
}
.consulting-services .topic-check-view {
  margin-top: 0.25rem;
  margin-left: 2rem;
  font-weight: 500;
  cursor: pointer;
  text-align: right;
}
.consulting-services .topic-check-view:hover {
  text-decoration: underline;
}
.consulting-services .topic-check-view:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f06e";
  margin-right: 5px;
}
.consulting-services .topic-check-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.consulting-services .form-check-input {
  width: 20px;
  height: 20px;
}
.consulting-services .form-check-label {
  margin-left: 16px;
}
.consulting-services .form-control-lg {
  height: auto;
  padding: 0 1rem !important;
}
.consulting-services #view-all-topics,
.consulting-services #view-all-audiences {
  margin-top: 2%;
}
.consulting-services #view-all-topics:before,
.consulting-services #view-all-audiences:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f06e";
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .consulting-services .topic-category h4 {
    font-size: 1.39rem !important;
  }
  .consulting-services .widthsect {
    width: 90% !important;
  }
}
@media (max-width: 992px) {
  .consulting-services .media-text {
    padding-top: 0;
  }
  .consulting-services .widthsect {
    width: 90% !important;
  }
  .consulting-services .topic-category label {
    font-size: 1.1rem;
  }
  .consulting-services .nav-link {
    padding: 1rem 1rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .consulting-services h3 {
    font-size: 1.25rem !important;
    line-height: 1.675;
  }
}
@media (max-width: 576px) {
  .consulting-services .topic-check-group {
    justify-content: center;
  }
  .consulting-services .topic-check-view {
    margin-left: 0;
    text-align: center;
  }
  .consulting-services .media-text {
    padding-top: 5%;
    padding-bottom: 22%;
  }
  .consulting-services .topic-names {
    margin-top: 8%;
  }
  .consulting-services .topic-names a {
    margin: auto;
  }
  .consulting-services .topic-names .topic-check-list {
    width: 100%;
    justify-content: center;
    margin-top: 6rem;
    bottom: -70px;
  }
  .consulting-services .collapse:not(.show) {
    display: none;
  }
  .consulting-services .slide-nav {
    display: block;
    padding: 0 3% 0 0;
  }
  .consulting-services #view-all-topics,
  .consulting-services #view-all-audiences {
    margin-bottom: 15%;
  }
  .consulting-services .slide-nav-title {
    display: block;
    align-self: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
  }
  .consulting-services .topic-category h3 {
    display: block;
    bottom: -40px;
    position: absolute;
  }
  .consulting-services .topic-category h4 {
    display: none;
  }
  .consulting-services .topic-check {
    margin-bottom: 3%;
    margin-top: 3%;
  }
  .consulting-services .topic-results {
    margin-top: 4rem;
  }
  .consulting-services .topic-result-content {
    text-align: left;
  }
}
.anchor-nav {
  background-color: #f1f2f3;
}
.anchor-nav .anchor-row {
  padding: 8px 0 0 0;
}
.anchor-nav .navbar {
  padding-bottom: 0 !important;
}
.anchor-nav .navbar-nav {
  margin-left: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.anchor-nav .navbar-nav > li {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
}
.anchor-nav .nav-link {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  padding: 4px 8px 4px;
  background-color: #fff;
  text-decoration: none !important;
  color: #00256d !important;
}
.anchor-nav .nav-link:hover {
  border-bottom: 4px solid #FAA41A !important;
}

.training-block .tab-pane .tab-content-training p {
  font-size: 1.25rem;
  line-height: 1.6875 !important;
}
.training-block .tab-pane .read-more::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 0rem;
  top: 0;
  height: 100%;
  width: 3rem;
  background: #FAA41A;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  color: #fff;
}
.training-block .tab-pane .read-more.read-show::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f106";
  position: absolute;
  right: 0rem;
  top: 0;
  height: 100%;
  width: 3rem;
  background: #FAA41A;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  color: #fff;
}

.tab-nav .tab-content {
  padding: 0;
}
.tab-nav .tab-content ul {
  font-size: 1.25rem;
  line-height: 1.6875;
}
.tab-nav .tab-row {
  margin-bottom: 3%;
}
.tab-nav .list-tab {
  list-style: none;
  margin: 0;
}
.tab-nav .list-tab li {
  position: relative;
  font-size: 1.15rem;
  margin-right: 1rem;
}
.tab-nav .list-tab li:focus-visible {
  outline: 0;
}
.tab-nav .list-tab li a {
  text-decoration: none;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  padding-top: calc(1rem - 4px);
  padding-bottom: calc(1rem - 4px);
  padding-left: 1rem;
  padding-right: 1rem;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  background: #f1f2f3 !important;
  border-radius: 0;
  color: #00256D !important;
}
.tab-nav .list-tab li a:hover {
  border-bottom: 4px solid #FAA41A;
  background: #fff;
}
.tab-nav .list-tab li a:focus {
  outline: 0;
}
.tab-nav .list-tab li a:focus-visible {
  outline: 0;
}
.tab-nav .list-tab li a.active {
  border-bottom: 4px solid #FAA41A;
  position: relative;
}
.tab-nav .list-tab li .chevron {
  position: absolute;
  bottom: -7px; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #FAA41A;
}
.tab-nav .list-tab li .nav-link.active + .chevron {
  display: block;
}
@media (max-width: 1200px) {
  .tab-nav .list-tab {
    display: flex;
    justify-content: center;
  }
  .tab-nav .list-tab li {
    display: inline-block;
    margin-bottom: 1rem;
  }
  .tab-nav .list-tab li .nav-link.active + .chevron {
    display: none;
  }
}

.tab-nav.section-container .list-tab {
  justify-self: center;
}

.schedule-block .widthsect {
  margin: 0 auto;
}
.schedule-block .widthsect .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.schedule-block .tab-content {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.schedule-block .default-image {
  margin-bottom: 2rem;
}
.schedule-block .default-text {
  line-height: 1.5;
}
.schedule-block .subtab-schedule-item {
  margin-bottom: 2rem;
  align-items: center;
}
.schedule-block .subtab-schedule-item .c-tracks {
  display: flex;
  min-height: 4rem;
  background-color: #23428F;
  color: #fff;
  align-items: center;
  padding: 1rem;
  justify-content: center;
}
.schedule-block .subtab-schedule-item .c-tracks .subtab-tracks {
  line-height: 1.6875;
}
.schedule-block .subtab-schedule-item .c-tracks .subtab-pipe {
  margin: 0 1rem;
  line-height: 1.6875;
}
.schedule-block .subtab-schedule-item .c-tracks .subtab-tracks-icons {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.schedule-block .subtab-schedule-item .c-tracks .subtab-tracks-help {
  position: relative;
  display: inline-block;
  line-height: 1.6875;
}
.schedule-block .subtab-schedule-item .c-tracks .subtab-tracks-help i {
  cursor: pointer;
}
.schedule-block .subtab-schedule-item .c-tracks .subtab-tracks-help .tooltip-content {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #00256d;
  padding: 1rem;
  border-radius: 4px;
  z-index: 100;
  white-space: normal;
  width: max-content;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
  border: 4px solid #FAA41A;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
}
.schedule-block .subtab-schedule-item .c-tracks .subtab-tracks-help:hover .tooltip-content {
  display: block;
}
.schedule-block .subtab-tabs {
  margin-top: 0.3rem;
  margin-bottom: 1rem;
  background-color: #00256d;
  padding-top: 0.3rem;
}
.schedule-block .subtab-tabs .list-tab {
  list-style: none;
  margin: 0 0.3rem 0.3rem 0.3rem;
  gap: 4px;
  justify-content: center;
  flex-wrap: nowrap;
}
.schedule-block .subtab-tabs .list-tab li {
  position: relative;
  font-size: 1.15rem;
}
.schedule-block .subtab-tabs .list-tab li:focus-visible {
  outline: 0;
}
.schedule-block .subtab-tabs .list-tab li a {
  text-decoration: none;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding-top: calc(1rem - 10px);
  padding-bottom: calc(1rem - 10px);
  padding-left: 1rem;
  padding-right: 1rem;
  border-top: 4px solid transparent;
  background: #f1f2f3 !important;
  border-radius: 0;
  color: #00256d !important;
  font-size: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.schedule-block .subtab-tabs .list-tab li a:focus {
  outline: 0;
}
.schedule-block .subtab-tabs .list-tab li a:focus-visible {
  outline: 0;
}
.schedule-block .subtab-tabs .list-tab li a:not(.active) {
  opacity: 0.8;
  color: rgba(0, 37, 109, 0.4) !important;
}
.schedule-block .subtab-tabs .list-tab li a:not(.active):hover {
  opacity: 1;
  background-color: #FAA41A !important;
  background-image: none;
  color: #00256d !important;
}
.schedule-block .subtab-tabs .list-tab li a.active {
  color: #FAA41A !important;
  position: relative;
  font-weight: 600;
}
.schedule-block .subtab-tabs .list-tab li .chevron {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FAA41A;
  top: 0;
}
.schedule-block .subtab-tabs .list-tab li .nav-link.active + .chevron {
  display: block;
}
.schedule-block .primary-tabs {
  margin-bottom: 2rem;
}
.schedule-block .primary-tabs .list-tab {
  list-style: none;
  margin: 0;
  justify-content: center;
  padding: 3px 4px 0 4px;
  gap: 4px;
}
.schedule-block .primary-tabs .list-tab li {
  position: relative;
  font-size: 1.15rem;
}
.schedule-block .primary-tabs .list-tab li:focus-visible {
  outline: 0;
}
.schedule-block .primary-tabs .list-tab li a {
  text-decoration: none;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  padding-top: calc(1rem - 4px);
  padding-bottom: calc(1rem - 4px);
  padding-left: 1rem;
  padding-right: 1rem;
  border-top: 4px solid transparent;
  background-color: #fff;
  border-radius: 0;
  color: #00256d;
  font-size: 1.3rem;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  background-image: linear-gradient(to right, #fff 0%, #f1f2f3 50%, #fff 100%);
}
.schedule-block .primary-tabs .list-tab li a:focus {
  outline: 0;
}
.schedule-block .primary-tabs .list-tab li a:focus-visible {
  outline: 0;
}
.schedule-block .primary-tabs .list-tab li a:not(.active) {
  opacity: 0.6;
  color: rgba(0, 37, 109, 0.6) !important;
}
.schedule-block .primary-tabs .list-tab li a:not(.active):hover {
  opacity: 1;
  background-color: #00256d !important;
  background-image: none;
  color: #fff !important;
}
.schedule-block .primary-tabs .list-tab li a.active {
  color: #FAA41A;
  position: relative;
}
.schedule-block .primary-tabs .list-tab li .chevron {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #FAA41A;
  top: 0;
}
.schedule-block .primary-tabs .list-tab li .nav-link.active + .chevron {
  display: block;
}
.schedule-block .profile-item {
  display: flex;
  align-items: center;
  height: 100px;
  margin-bottom: 1rem;
  text-decoration: none !important;
}
.schedule-block .profile-item:hover {
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(1, 24, 68, 0.4);
}
.schedule-block .profile-item:hover .profile-info .faculty-name {
  text-decoration: underline;
}
.schedule-block .profile-item:hover .profile-info i {
  color: #00256d;
}
.schedule-block .profile-image {
  max-width: 100px;
  max-height: 100px;
  object-fit: cover;
  border-radius: 0;
  flex-shrink: 0;
}
.schedule-block .subtab-content-schedule {
  background-color: #f1f2f3;
  padding: 2rem 2rem 1rem;
  border-right: 2px solid #C6CFD6;
  min-height: max-content;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.schedule-block .subtab-content-schedule h3 {
  margin-bottom: 2rem;
}
.schedule-block .subtab-content-schedule .subtab-speakers {
  margin-top: 2rem;
}
.schedule-block .subtab-content-content {
  padding: 2rem;
  background-color: #f1f2f3;
  display: flex;
  align-items: center;
  min-height: max-content;
  align-self: stretch;
}
.schedule-block .subtab-content-content .content-layout {
  padding: 2rem;
  background-color: #fff;
  width: 100%;
}
.schedule-block .subtab-content-content .content-layout h3 {
  margin: 2rem 0;
}
.schedule-block .subtab-content-content .content-layout .subtab-button {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  background: #e6e6e6 !important;
  color: rgba(0, 0, 0, 0.8);
  padding: 0.6rem 4.25rem 0.6rem 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.1875rem;
  position: relative;
  width: max-content;
  max-width: 100%;
  display: block;
  z-index: 1;
}
.schedule-block .subtab-content-content .content-layout .item-date-time {
  display: flex;
  align-items: center;
  font-family: "Spartan", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2rem;
}
.schedule-block .subtab-content-content .content-layout .item-date-time div {
  margin: 0.5rem 0 0 0.5rem;
  line-height: 1.6875rem;
}
.schedule-block .subtab-content-content .content-layout .item-date-time i {
  font-size: 1.25rem;
}
.schedule-block .subtab-content-content .content-layout hr {
  margin: 1rem 0 0;
}
.schedule-block .profile-info {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  box-sizing: border-box;
  background-color: #fff;
}
.schedule-block .profile-info .faculty-name {
  color: #00256d;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  flex: 1;
}
.schedule-block .profile-info i {
  font-size: 1rem;
  color: #FAA41A;
}
@media (max-width: 1200px) {
  .schedule-block .widthsect {
    width: 90% !important;
  }
  .schedule-block .subtab-content-schedule h3 {
    font-size: 1.5rem;
  }
  .schedule-block .c-tracks {
    flex-wrap: wrap;
  }
  .schedule-block .c-tracks .subtab-pipe {
    display: none;
  }
  .schedule-block .c-tracks .subtab-tracks-icons {
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .schedule-block .profile-item.banner {
    display: flex;
    flex-direction: column;
    height: max-content;
  }
  .schedule-block .profile-info {
    padding: 0.5rem;
    width: 100%;
  }
  .schedule-block .profile-info .faculty-name {
    font-size: 0.8rem;
  }
  .schedule-block .profile-image {
    max-width: unset;
    max-height: unset;
    height: auto;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .schedule-block .subtab-content-schedule {
    padding: 1rem 1rem 0;
  }
  .schedule-block .subtab-content-content {
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .schedule-block .subtab-tabs .list-tab {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .schedule-block .c-tracks .subtab-tracks-help {
    margin-right: 1rem;
  }
  .schedule-block .subtab-content-schedule {
    border-right: none;
  }
  .schedule-block .subtab-schedule-item {
    border: 2px solid #FAA41A;
  }
}

.section-container.countdown-timer {
  padding: 32px 0 !important;
}

.countdown-light {
  background-color: #ebecf3;
  color: #00256d;
}

.countdown-dark {
  background-color: #00256d;
  color: #fff;
}
.countdown-dark .countdown-active .title {
  color: #fff !important;
}
.countdown-dark .countdown-active .label {
  color: #fff;
}

.countdown-timer .countdown-active {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.countdown-timer .countdown-active .title {
  margin-right: 0;
  margin-bottom: 1rem;
  text-align: center;
}
.countdown-timer .countdown-active .timer-items {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  flex: 1 1 auto;
  gap: 2rem;
}
.countdown-timer .countdown-active .timer-items .timer-item {
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.countdown-timer .countdown-active .timer-items .value {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}
.countdown-timer .countdown-active .timer-items .label {
  font-size: 1rem;
  line-height: 1.5;
  text-transform: unset;
}
.countdown-timer .countdown-active .timer-items .time-section {
  font-size: 2rem;
}

@media (max-width: 576px) {
  .countdown-timer .countdown-active .timer-items {
    gap: 1rem;
  }
  .countdown-timer .countdown-active .value {
    font-size: 2rem;
  }
  .countdown-timer .countdown-active .time-section {
    font-size: 1rem;
  }
}
.bio-post-style {
  margin-top: -200px;
}

.bio-block.section-container {
  padding: 0 0 6%;
}
.bio-block .bio-image-column {
  padding: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
}
.bio-block .bio-image-column .default-image {
  box-shadow: 0 2px 8px 0 rgba(1, 24, 68, 0.4);
  border-radius: 4px;
}
.bio-block .bio-image-column .social {
  display: flex;
  justify-content: center;
  padding: 16px 0 0 !important;
  border-bottom: none !important;
}
.bio-block .bio-image-column .social a {
  padding: 0;
}
.bio-block .bio-image-column .social i {
  color: #00256d;
  font-size: 1.75rem;
  padding: 0.5rem;
}
.bio-block .bio-image-column .social i:hover {
  color: #4169e1;
}
.bio-block .bio-text-column {
  padding: 0 0 0 2rem;
  display: inline-block;
}
.bio-block .bio-text-column h2 {
  color: #011844;
  padding-bottom: 0;
  font-size: 2.2rem;
}
.bio-block .bio-text-column .bio-references {
  flex-direction: row;
  display: flex;
  margin-top: 1rem;
}
.bio-block .bio-text-column .bio-references .pdf-label {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
}
.bio-block .bio-text-column .bio-references .pdf-links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.3rem; /* Horizontal spacing */
  font-family: "Poppins", sans-serif;
}
.bio-block .bio-text-column .bio-references .pdf-links a {
  text-decoration: none;
  color: #0645AD;
}
.bio-block .bio-text-column .bio-references .pdf-links a:hover {
  text-decoration: underline;
}
.bio-block .bio-text-column .bio-job-title {
  font-size: 1.2rem;
  line-height: 1.6875;
  color: #00256d;
  opacity: 0.6;
}
.bio-block .bio-text-column blockquote {
  font-style: italic;
  color: #555;
  border-left: 4px solid #ccc;
  border-right: 4px solid #ccc;
  margin: 0.5rem 0 1rem;
  padding: 0.5rem 1rem;
  background: #f9f9f9;
  position: relative;
  font-size: 1.1rem;
}
.bio-block .bio-text-column blockquote:before {
  content: "“";
  font-size: 2rem;
  color: #ccc;
  position: absolute;
  left: -3px;
  top: -3px;
  line-height: 1;
}
.bio-block .bio-text-column blockquote:after {
  content: "”";
  font-size: 2rem;
  color: #ccc;
  position: absolute;
  right: 5px;
  bottom: -18px;
  line-height: 1;
}

@media (max-width: 1720px) {
  .bio-post-style {
    margin-top: -120px;
  }
}
@media (max-width: 1024px) {
  .bio-post-style {
    margin-top: -80px;
  }
}
@media (max-width: 576px) {
  .bio-breadcrumbs {
    text-align: center;
  }
  .bio-post-style {
    margin-top: -40px;
  }
  .bio-block .bio-image-column {
    margin-bottom: 2rem;
  }
  .bio-block .bio-text-column {
    text-align: center;
  }
  .bio-block .bio-text-column .bio-references {
    flex-direction: column;
  }
}
.bio-breadcrumbs {
  margin-bottom: 1.5rem;
}

.header-page.redesign {
  padding: 2rem 0 6%;
}
.header-page.redesign .breadcrumbs-desktop .col-12 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.header-page.redesign.header-static {
  padding: 2rem 0 4rem;
  border-bottom: 0.5rem solid #FAA41A;
}
.header-page.redesign.header-static .head-title-content .title-content {
  padding-left: 0;
  padding-right: 0;
}
.header-page.redesign.header-static .head-title-content .title-content .head-subtitle {
  font-size: 2.25rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.header-page.redesign.header-static .head-title-content .title-content .head-tertiary-title {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.header-page.redesign.header-static .head-title-content .title-content p {
  font-size: 1.25rem;
  line-height: 1.6875;
}
.header-page.redesign.header-static .head-title-content .content-buttons {
  column-gap: 1.5rem;
}
.header-page.redesign.header-static .head-title-content .content-buttons a {
  margin-bottom: 2rem;
}
.header-page.redesign.header-static .member-welcome h1 {
  width: max-content;
  text-align: left;
}
.header-page.redesign.header-static .member-welcome p {
  text-align: left;
}
@media (max-width: 1200px) {
  .header-page.redesign.header-static .member-welcome h1 {
    width: unset;
    text-align: left;
    padding-right: 1rem;
    font-size: 2rem;
  }
  .header-page.redesign.header-static .member-welcome p {
    text-align: left;
    padding-right: 1rem;
  }
  .header-page.redesign.header-static .member-welcome a {
    margin: auto;
  }
  .header-page.redesign.header-static .member-header-cta a {
    margin: auto;
  }
}
@media (max-width: 1180px) {
  .header-page.redesign.header-static {
    padding-bottom: 6% !important;
  }
  .header-page.redesign.header-static .head-title-content {
    text-align: center;
  }
  .header-page.redesign.header-static .head-title-content .button-wrapper {
    display: grid;
    margin: auto;
  }
  .header-page.redesign.header-static .head-title-content .content-buttons {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .header-page.redesign.header-static .head-subtitle {
    font-size: 2rem;
  }
  .header-page.redesign.header-static .head-tertiary-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .header-page.redesign.header-static .head-title-content:not(.text-center) .row:has(.header-info-content) {
    margin: auto;
  }
  .header-page.redesign.header-static .head-title-content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .header-page.redesign.header-static .head-title-content .head-subtitle {
    font-size: 1.25rem;
    text-align: center;
  }
  .header-page.redesign.header-static .head-title-content .head-tertiary-title {
    text-align: center;
    font-size: 1rem;
  }
  .header-page.redesign.header-static .head-title-content .content-buttons {
    justify-content: center;
    flex-direction: column;
  }
  .header-page.redesign.header-static .head-title-content .content-buttons a {
    margin: 0 auto 2rem;
    max-width: 380px;
  }
}

.header-page::after {
  display: none;
}

.header-page.redesign.header-carousel {
  padding: 0 !important;
}

.header-page.redesign.header-carousel::before {
  display: none !important;
}

.header-page.redesign.header-carousel:before {
  display: none !important;
}

@media (max-width: 992px) {
  .header-page.redesign {
    padding: 2rem 0 15% !important;
  }
}
@media (max-width: 640px) {
  .member-welcome h1, .member-welcome p {
    text-align: center !important;
    padding: 0 2rem;
  }
  .member-welcome .myprofile-img a {
    right: 35% !important;
  }
}
@media (max-width: 576px) {
  .header-page.redesign {
    padding: 2rem 0 20% !important;
  }
  .header-page.redesign .breadcrumbs-desktop .col-12 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .header-page.redesign .member-welcome .myprofile-img a {
    right: 15% !important;
  }
}
.redesign .myprofile-img {
  position: relative;
  padding: 0;
  max-width: 150px;
  max-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  border-radius: 220%;
  background-color: #fff;
  aspect-ratio: 1/1;
}
.redesign .myprofile-img .myprofile-img-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: inherit;
}
.redesign .myprofile-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.redesign .myprofile-img i {
  padding: 8px;
  z-index: 2;
}
.redesign .myprofile-img a {
  background-color: #fff;
  border-radius: 90px;
  right: 0;
  position: absolute;
  bottom: 0;
  border: 1px solid #aaa;
  cursor: pointer;
  display: flex;
  z-index: 3;
}
.redesign .carousel-indicators li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 0.5%;
}
.redesign .carousel-control-next {
  right: 10% !important;
}
.redesign .carousel-control-prev {
  left: 10% !important;
}
.redesign .carousel-control-next,
.redesign .carousel-control-prev {
  width: 5%;
}
.redesign .hero-carousel.header-overlay {
  padding: 0;
  border-bottom: 0.5rem solid #FAA41A;
}
.redesign .hero-carousel::before {
  display: none;
}
.redesign #heroCarousel .head-carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
}
.redesign #heroCarousel .head-title-content {
  color: #fff;
  z-index: 12;
  display: grid;
  place-items: center;
}
.redesign #heroCarousel .head-title-content h1 {
  margin-bottom: 0;
  margin-top: 0 !important;
}
.redesign #heroCarousel .head-subtitle {
  font-size: 2.25rem;
}
.redesign #heroCarousel .carousel-inner {
  z-index: 1;
}
.redesign #heroCarousel .head-tertiary-title {
  font-size: 1.5rem;
  padding: 4% 0 2%;
}
.redesign #heroCarousel .carousel-item {
  padding: 6% 0;
  position: relative;
}
.redesign #heroCarousel div.carousel-item::before {
  background: url(/wp-content/themes/glantz-tng-atixia-child/assets/images/accent-boxes-top-rt-corner.svg) no-repeat top right/100px 100px, url(/wp-content/themes/glantz-tng/assets/images/page-header-overlay.svg) no-repeat top -1px left/100% 100% !important;
  width: 100px;
  height: calc(100% + 2px) !important;
  z-index: 11;
}
.redesign #heroCarousel div.carousel-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/glantz-tng/assets/images/page-header-overlay.svg) no-repeat top -1px left/100% 100%;
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .redesign #heroCarousel .head-title-content {
    max-width: 90%;
  }
  .redesign #heroCarousel .carousel-control-prev {
    left: 2% !important;
  }
  .redesign #heroCarousel .carousel-control-next {
    right: 2% !important;
  }
}
@media (max-width: 992px) {
  .redesign .hero-carousel.header-overlay {
    padding: 0;
  }
  .redesign #heroCarousel .head-title-content h1 {
    margin-bottom: 1%;
    margin-top: 0 !important;
  }
  .redesign #heroCarousel .head-subtitle {
    margin-bottom: 0;
    font-size: 2rem;
  }
  .redesign #heroCarousel .carousel-item {
    padding: 12% 0;
  }
  .redesign #heroCarousel .head-tertiary-title {
    margin-bottom: 2%;
    font-size: 1.25rem;
  }
  .redesign .carousel-control-next {
    right: 5% !important;
  }
  .redesign .carousel-control-prev {
    left: 5% !important;
  }
}
@media (max-width: 768px) {
  .redesign .hero-carousel.header-overlay {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .redesign .myprofile-img {
    margin-bottom: 60px;
    text-align: center;
    max-width: 300px;
    max-height: 300px;
  }
  .redesign .myprofile-img img {
    max-width: 300px;
    min-width: 300px;
  }
  .redesign .myprofile-img i {
    padding: 16px;
    font-size: 32px;
  }
  .redesign .hero-carousel.header-overlay {
    padding: 0;
  }
  .redesign #heroCarousel .carousel-item {
    padding: 18% 0;
  }
  .redesign #heroCarousel .head-title-content h1 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0 !important;
    font-size: 1.75rem;
  }
  .redesign #heroCarousel .head-subtitle {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 5%;
  }
  .redesign #heroCarousel .head-tertiary-title {
    text-align: center;
    font-size: 1rem;
  }
  .redesign .carousel-indicators {
    bottom: -15px !important;
  }
  .redesign .carousel-control-next-icon,
  .redesign .carousel-control-prev-icon {
    display: none;
  }
  .redesign .head-title-content .title-content {
    padding-top: 0 !important;
  }
  .redesign .head-title-content .title-content h1 {
    margin-top: 0 !important;
  }
  .redesign .head-title-content .title-content a {
    float: none !important;
    margin: auto;
  }
}

.testimonials-feedback {
  padding: 2rem 0;
  text-align: center;
}
.testimonials-feedback-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #222;
  font-weight: 700;
}
.testimonials-feedback .testimonial-feedback-container {
  display: grid;
  gap: 2rem;
  max-width: 100%;
}
.testimonials-feedback .testimonial-feedback {
  background: #fff;
  padding: 1.5rem;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  text-align: left;
  flex: 1;
  box-sizing: border-box;
  min-width: 250px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}
.testimonials-feedback .testimonial-feedback:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.testimonials-feedback .testimonial-feedback .testimonial-feedback-author {
  font-size: 1.2rem;
  font-weight: bold;
  color: #00256d;
}
.testimonials-feedback .testimonial-feedback .testimonial-feedback-details {
  font-size: 1rem;
  color: rgba(0, 37, 109, 0.8);
  margin-bottom: 1rem;
}
.testimonials-feedback .testimonial-feedback .testimonial-feedback-text {
  font-size: 1rem !important;
  color: rgba(0, 37, 109, 0.65);
  line-height: 1.5 !important;
}

@media (min-width: 1184px) {
  .testimonial-feedback-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.resource-download-button {
  display: flex;
  justify-content: end;
}

@media (max-width: 1200px) {
  .resource-download-button {
    justify-content: start;
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  color: #00256D;
  font-weight: bold;
  font-family: "Spartan", sans-serif;
  text-decoration: none !important;
  background-image: linear-gradient(#FAA41A, #FAA41A);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 3px;
  transition: background-size 0.3s;
  padding-bottom: 0.3rem;
}
.comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f053";
  padding-right: 1rem;
  padding-left: 0rem;
  font-size: 1.2rem;
  transform: rotate(90deg);
}
.comment-navigation .nav-previous a:hover, .comment-navigation .nav-previous a:focus,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:focus,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:focus {
  background-size: 100% 3px;
  outline: none;
  text-decoration: none;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  color: #00256D;
  font-weight: bold;
  font-family: "Spartan", sans-serif;
  text-decoration: none !important;
  color: #00256D;
  font-weight: bold;
  font-family: "Spartan", sans-serif;
  text-decoration: none !important;
  background-image: linear-gradient(#FAA41A, #FAA41A);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 3px;
  transition: background-size 0.3s;
  padding-bottom: 0.3rem;
}
.comment-navigation .nav-next a::after,
.posts-navigation .nav-next a::after,
.post-navigation .nav-next a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  padding-left: 1rem;
  font-size: 1.2rem;
}
.comment-navigation .nav-next a:hover, .comment-navigation .nav-next a:focus,
.posts-navigation .nav-next a:hover,
.posts-navigation .nav-next a:focus,
.post-navigation .nav-next a:hover,
.post-navigation .nav-next a:focus {
  background-size: 100% 3px;
  outline: none;
  text-decoration: none;
}

.nav-icon {
  margin: 1em;
  width: 45px;
  background: transparent;
  border: none;
  padding: 0.6em 0.8em 0.4em;
  margin: 0rem 0rem 1em;
  position: absolute;
  right: 1rem;
  top: -0.3rem;
  display: block;
}
@media (min-width: 1201px) {
  .nav-icon {
    display: none;
  }
}
.nav-icon:after, .nav-icon:before,
.nav-icon div {
  background-color: #00256d;
  border-radius: 3px;
  content: "";
  display: block;
  height: 2px;
  margin: 8px 0;
  transition: all 0.2s ease-in-out;
}

.toggled .nav-icon:before {
  transform: translateY(10px) rotate(135deg);
}
.toggled .nav-icon:after {
  transform: translateY(-10px) rotate(-135deg);
}
.toggled .nav-icon div {
  transform: scale(0);
}

.site-nav-container {
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 1200px) {
  .site-nav-container {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #00256d;
    margin-right: 0px;
    margin-left: 0px;
    padding: 1.3rem !important;
    overflow: scroll;
    transition: all 0.3s linear;
  }
  .toggled .site-nav-container {
    top: 65px;
  }
}
.site-nav-container input {
  border-radius: 1.125rem;
  border: none;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

#site-navigation {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: flex-end;
  z-index: 9999 !important;
}
@media (max-width: 1200px) {
  #site-navigation {
    display: block;
  }
}
#site-navigation .close {
  display: none;
  padding: 20px;
  text-align: right;
  color: #fff;
}
@media (max-width: 1200px) {
  #site-navigation .close {
    display: block;
  }
}
#site-navigation .openSub {
  position: absolute;
  top: 8px;
  right: 15px;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  #site-navigation .openSub {
    display: none;
  }
}
#site-navigation .active .openSub {
  transform: rotate(180deg);
}
#site-navigation > ul {
  margin: -2.5rem auto 0 auto;
  max-width: 1150px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  #site-navigation > ul {
    margin: 0 0 2rem;
    padding: 0;
    max-width: 100%;
    display: block;
    justify-content: initial;
    text-align: left;
  }
}
#site-navigation > ul .logos {
  height: 40px !important;
}
#site-navigation > ul > li {
  display: inline-block;
  padding: 0.5rem;
}
#site-navigation > ul > li.no-line {
  border-color: transparent;
}
#site-navigation > ul > li.no-line a {
  padding: 5px 10px;
}
@media (min-width: 1200px) {
  #site-navigation > ul > li a {
    border-bottom: 5px solid transparent;
    margin-bottom: 13px;
  }
}
@media (max-width: 1200px) {
  #site-navigation > ul > li {
    display: block;
    position: relative;
    border-bottom: 2px solid #9AC0FF;
  }
  #site-navigation > ul > li p {
    font-weight: normal;
    margin-bottom: 0;
  }
  #site-navigation > ul > li.active > a {
    color: #FAA41A;
  }
  #site-navigation > ul > li.active > ul {
    display: block;
  }
  #site-navigation > ul > li.active .show-sub {
    transform: rotate(180deg);
  }
  #site-navigation > ul > li.open > ul {
    display: block;
  }
}
#site-navigation > ul > li > ul {
  display: none;
}
#site-navigation > ul > li:hover > a, #site-navigation > ul > li.active-menu > a {
  text-decoration: none;
}
@media (min-width: 1200px) {
  #site-navigation > ul > li:hover > a, #site-navigation > ul > li.active-menu > a {
    border-color: #FAA41A;
  }
  #site-navigation > ul > li:hover .sub-mega, #site-navigation > ul > li.active-menu .sub-mega {
    display: block;
    box-shadow: inset 0px 9px 15px -6px rgba(0, 36, 109, 0.53);
  }
}
@media (max-width: 1200px) {
  #site-navigation > ul > li:hover, #site-navigation > ul > li.active-menu {
    background: none;
  }
}
#site-navigation > ul > li > a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 6px 15px 6px 15px;
  position: relative;
  font-family: "Spartan", sans-serif;
}
@media (max-width: 1200px) {
  #site-navigation > ul > li > a {
    display: block;
    font-size: 1rem;
  }
}
#site-navigation .show-sub {
  color: #fff;
  position: absolute;
  right: 25px;
  top: 10px;
  padding: 10px;
  display: none;
  z-index: 99;
}
@media (max-width: 1200px) {
  #site-navigation .show-sub {
    display: block;
  }
}

.sub-mega {
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(1rem + 100%);
  z-index: 9;
  text-align: left;
  padding: 1.5rem 0;
  display: none;
  margin-left: 0;
  color: #00256d;
}
@media (min-width: 1200px) {
  .sub-mega {
    background: #EBECF3;
  }
}
.sub-mega:after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -18px;
}
@media (max-width: 1200px) {
  .sub-mega {
    padding: 0;
  }
  .sub-mega .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .sub-mega a {
    color: #00256d;
  }
}
.sub-mega .emphasis {
  font-weight: bold;
  font-size: 1.25rem;
  text-decoration: underline;
}
.sub-mega .link-underline {
  padding-bottom: 0.3rem;
  font-size: 0.9rem;
}
.sub-mega h4 {
  font-size: 1rem;
}
.sub-mega h3 a {
  display: block;
  border-bottom: 1px solid #00256d;
  font-weight: normal;
  margin-bottom: 1.5rem;
}
.sub-mega h3 a:hover {
  text-decoration: none;
}
.sub-mega ul li a {
  color: #00256d;
}
@media (max-width: 1200px) {
  .sub-mega ul li a {
    color: #fff;
    font-weight: normal;
  }
}
.sub-mega .sub-nav-list {
  display: flex;
  flex-flow: row wrap;
}
.sub-mega .sub-nav-list li a {
  padding: 0.8rem 0.8rem 0.5rem;
  display: block;
}
@media (max-width: 1200px) {
  .sub-mega .sub-nav-list li a {
    padding: 0.3rem 1rem;
  }
}
@media (min-width: 1200px) {
  .sub-mega .sub-nav-list li a:hover, .sub-mega .sub-nav-list li a:focus {
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
  }
}
.sub-mega .sub-nav-list li a p {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
}
@media (min-width: 1200px) {
  .sub-mega .sub-nav-list {
    column-count: 2;
  }
  .sub-mega .sub-nav-list li {
    break-inside: avoid;
    flex-basis: 50%;
  }
}
.sub-mega .sub-nav-list div {
  overflow: hidden;
}
.sub-mega .sub-nav-list h5 {
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .sub-mega .sub-nav-list h5 {
    color: #fff;
    font-weight: normal;
  }
}
@media (max-width: 1200px) {
  .sub-mega {
    position: relative;
    top: 0;
  }
}
.sub-mega h2 {
  margin: 0;
  font-size: 1.2rem;
  color: grey;
}
.sub-mega ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-mega ul li a {
  margin-left: 0;
}
.sub-mega img {
  float: left;
  max-width: 50px;
  margin-right: 15px;
}
.active .sub-mega {
  display: block;
}

html:has(.conference-post) {
  scroll-padding-top: 140px;
}

.focus-week-nav .conf-nav-item {
  padding-top: 0 !important;
}

.site-nav-conferences {
  background: none;
  border-bottom: 1px solid #FAA41A;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
  overflow: visible;
}
.site-nav-conferences .missing-logo {
  font-weight: 600;
  color: #fff;
  text-align: center;
  height: 84px;
  position: relative;
}
.site-nav-conferences .super-nav {
  background-color: #f1f2f3 !important;
  padding-left: 0;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem !important;
  margin: 0;
}
.site-nav-conferences .super-nav li a img {
  max-height: 20px;
}
.site-nav-conferences .super-nav li:not(:last-child) {
  border-right: 1px solid #00256d !important;
  border-image: linear-gradient(transparent 25%, #00256d 25%, #00256d 75%, transparent 75%) 1 100% !important;
}
.site-nav-conferences .site-logo-conferences {
  display: none;
}
.site-nav-conferences .navbar-brand-conferences {
  margin-right: 0;
}
.site-nav-conferences .navbar-brand-conferences .missing-logo {
  top: 28px;
}
.site-nav-conferences .navbar-brand-conferences:has(.missing-logo) {
  border: 2px solid #fff;
  background: #011844;
  padding: 1rem;
}
.site-nav-conferences .site-nav-area-conferences {
  background: #fff !important;
}
.site-nav-conferences .site-nav-area-conferences .conference-logo {
  margin: 0 2rem;
  max-width: 140px;
}
.site-nav-conferences .site-nav-area-conferences .conference-logo img {
  display: block;
}
.site-nav-conferences .site-nav-area-conferences .conference-logo .missing-logo {
  top: 18px;
}
.site-nav-conferences .site-nav-area-conferences .conference-logo:has(.missing-logo) {
  border: 2px solid #fff;
  background: #011844;
  padding: 1rem;
}
.site-nav-conferences .site-nav-area-conferences .nav-menu-left {
  justify-content: center !important;
}
.site-nav-conferences .site-nav-area-conferences .nav-menu-right {
  justify-content: center !important;
}
.site-nav-conferences .site-nav-area-conferences .nav-menu-right li {
  margin-right: 4%;
  margin-left: 0;
}
.site-nav-conferences .site-nav-area-conferences .nav-menu {
  align-items: center;
  display: flex;
}
.site-nav-conferences .site-nav-area-conferences .nav-menu.nav-menu-single {
  justify-content: center;
}
.site-nav-conferences .site-nav-area-conferences .nav-menu [class^=conf-nav-item] a {
  color: #00256d;
}
.site-nav-conferences .site-nav-area-conferences .nav-menu [class^=conf-nav-item] a:hover {
  text-decoration: underline !important;
  text-decoration-color: #FAA41A;
  color: #FAA41A;
}
.site-nav-conferences.conference-dark .site-nav-area-conferences {
  background-color: #011844 !important;
}
.site-nav-conferences.conference-dark .site-nav-area-conferences .nav-menu [class^=conf-nav-item] a {
  color: #fff;
}
.site-nav-conferences.conference-dark .site-nav-area-conferences .nav-menu [class^=conf-nav-item] a:hover {
  text-decoration: underline !important;
  text-decoration-color: #fff !important;
}
.site-nav-conferences.conference-dark .site-logo-conferences {
  background-color: #011844 !important;
}
.site-nav-conferences.conference-dark .site-logo-conferences .navbar-toggler-icon {
  color: #fff;
}
@media (max-width: 992px) {
  .site-nav-conferences .site-nav-area {
    padding: 0;
  }
  .site-nav-conferences .site-logo-conferences {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .site-nav-conferences .site-logo-conferences .navbar-brand-conferences img {
    max-height: 140px;
    max-width: 140px;
  }
  .site-nav-conferences .site-logo-conferences .navbar-toggler {
    margin-top: 0 !important;
    margin-left: auto !important;
  }
  .site-nav-conferences .site-nav-area-conferences {
    height: 0;
  }
  .site-nav-conferences .site-nav-area-conferences .conference-logo {
    display: none;
  }
  .site-nav-conferences .site-nav-area-conferences .nav-menu [class^=conf-nav-item] a {
    color: #fff;
  }
  .site-nav-conferences .site-nav-area-conferences .navbar-collapse {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 25%;
    width: 50%;
    background: #fff;
    z-index: 1000;
  }
  .site-nav-conferences .site-nav-area-conferences .navbar-collapse.show {
    display: flex !important;
  }
}
@media (max-width: 576px) {
  .site-nav-conferences .site-nav-area-conferences .navbar-collapse {
    width: 100%;
    left: 0;
  }
}

/* Site Components
--------------------------------------------- */
.nav-tabs {
  margin-left: 0;
  border-bottom: none;
  position: relative;
}
.nav-tabs .nav-item {
  flex: 1;
  position: relative;
  background: rgb(238, 238, 238);
  background: linear-gradient(90deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 81%);
}
.nav-tabs .nav-item:first-child {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 15%, rgb(238, 238, 238) 50%, rgb(255, 255, 255) 86%);
}
.nav-tabs .nav-link {
  border-radius: 0;
  border-top: 0.5rem solid #FAA41A;
  border-left: none;
  border-right: none;
  border-bottom: none;
  font-weight: bold;
  font-size: 0.95rem;
  padding: 1rem 1rem;
  color: #011844;
  text-decoration: none !important;
  height: 100%;
  outline: none;
}
@media (max-width: 768px) {
  .nav-tabs .nav-link {
    padding: 2rem 1rem;
  }
}
.nav-tabs .nav-link.active {
  background: #011844;
  border-color: #3462AE;
  color: #fff;
  outline: none;
}
.nav-tabs .nav-link:hover {
  background: #9AC0FF;
  border-color: #3462AE;
  color: #011844;
}

.page-template-template-members .nav-tabs {
  margin-left: 0;
  border-bottom: none;
  position: relative;
}
.page-template-template-members .nav-tabs .nav-item {
  flex: 1;
}
.page-template-template-members .nav-tabs .nav-link {
  border-radius: 0;
  border-top: 0.5rem solid #FAA41A;
  border-left: none;
  border-right: none;
  border-bottom: none;
  font-weight: bold;
  font-size: 0.95rem;
  padding: 1rem 1rem;
  color: #011844;
  text-decoration: none !important;
  height: 100%;
}
@media (max-width: 768px) {
  .page-template-template-members .nav-tabs .nav-link {
    padding: 2rem 1rem;
  }
}
.page-template-template-members .nav-tabs .nav-link.active {
  background: #011844;
  border-color: #3462AE;
  color: #fff;
}
.page-template-template-members .nav-tabs .nav-link:hover, .page-template-template-members .nav-tabs .nav-link:focus {
  background: #9AC0FF;
  border-color: #3462AE;
  color: #011844;
}

@media (min-width: 768px) {
  .swiped-button-prev, .swiped-button-next {
    display: none;
  }
}
@media (max-width: 991px) {
  .swiped-container {
    width: 100%;
    height: 100%;
  }
  .swiped-button-prev, .swiped-button-next {
    position: relative;
    margin-top: 0;
    left: auto;
    right: auto;
    display: inline-block;
    text-align: center;
    background: #C6CFD6;
    height: auto;
  }
  .swiped-button-prev::after, .swiped-button-next::after {
    font-size: 1rem;
    color: #011844;
  }
  .swiped-button-next {
    float: right;
  }
  .swiped-slide {
    font-size: 18px;
    height: auto !important;
    width: auto !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .swiped-slide .nav-tabs {
    flex-wrap: nowrap;
  }
  .swiped-slide .nav-item {
    width: 50vw;
  }
}
.swiped-container {
  overflow: hidden;
}

.tab-content {
  padding-right: 1rem;
  padding-left: 1rem;
}
.tab-content .tab-main {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}
.tab-content .tab-img {
  background: no-repeat top left/cover;
  transform: translateX(2px);
  overflow: hidden;
}
@media (max-width: 992px) {
  .tab-content .tab-img {
    min-height: 375px;
  }
}
.tab-content .overlay-bottom {
  height: 50%;
  position: absolute;
  bottom: -1rem;
  right: 0px;
  width: 100%;
  background: rgba(0, 37, 109, 0.4);
}
@media (max-width: 767px) {
  .tab-content .overlay-bottom {
    right: 0.5px;
    width: 100.2%;
  }
}
.tab-content .img-figure {
  position: absolute;
  bottom: -1rem;
  right: 0px;
  background: rgba(0, 37, 109, 0.8);
  width: 100%;
  padding: 1.25rem 1.25rem 0.5rem;
  color: #fff;
  z-index: 99;
}
@media (max-width: 767px) {
  .tab-content .img-figure {
    right: 0.5px;
    width: 100.2%;
  }
}

.accordion .card {
  padding-top: 1rem;
  margin-bottom: 1rem;
  border: none;
  border-left: 0.6rem solid #9AC0FF;
  border-radius: 0;
  box-shadow: 0 2px 10px 0 rgba(1, 24, 68, 0.3);
  transition: all 0.3s linear;
}
.accordion .card.active-acc {
  border-color: #FAA41A;
}
.accordion .card.active-acc .card-header {
  background: url(/wp-content/themes/glantz-tng/assets/images/minus.svg) no-repeat center right 30px/14px 14px, #fff;
}
.accordion .card-header {
  border: none;
  background: url(/wp-content/themes/glantz-tng/assets/images/plus.svg) no-repeat center right 30px/14px 14px, #fff;
  position: relative;
  padding-left: 3rem;
}
.accordion .card-header button {
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 0;
  padding: 0;
}
.accordion .card-header button:hover, .accordion .card-header button:focus, .accordion .card-header button:active {
  text-decoration: none;
}
.accordion .card-header button:focus {
  box-shadow: none;
}
.accordion .card-header button:focus p:not(.label) {
  font-weight: normal;
  transition: font-weight 0.3s ease-in-out;
}
.accordion .card-header button p {
  margin-bottom: 0;
}
.accordion .card-header button p:not(.label) {
  color: #011844;
  font-family: "Spartan", sans-serif;
  font-size: 1.75rem;
  line-height: 2.375rem;
  margin-top: 0.5rem;
  padding-right: 2rem;
}
.accordion .card-header .favorite {
  position: absolute;
  left: 1.2rem;
  top: 1.5rem;
  color: #ccc;
}
.accordion .card-header .favorite.active {
  color: #FAA41A;
}
.accordion .card-body {
  padding: 0;
}
.accordion .card-body .inner-container {
  padding: 0 3.5rem 1rem 3rem;
}
.accordion .card-body .inner-container > ul {
  padding-top: 0.9rem;
}
.accordion .card-body .inner-container li {
  padding-top: 0;
}
.accordion .card-body .button-alert {
  font-weight: 600;
}
.accordion .card-body .button-alert a {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
.accordion .card-body .button-alert i {
  padding-left: 0;
}

@media (max-width: 992px) {
  .cards-resources div[class^=col-] {
    margin-top: 2rem;
  }
}
.cards-resources .detail-pane {
  min-height: 5rem;
  border: solid 2px #3462AE;
}
.cards-resources .card {
  border: none;
  box-shadow: 0 2px 8px 0 rgba(1, 24, 68, 0.4);
  border-radius: 0;
  height: 100%;
  transition: all 0.3s linear;
}
.cards-resources .card.image-hero-card {
  position: relative;
}
.cards-resources .card.image-hero-card:hover *, .cards-resources .card.image-hero-card.active * {
  color: #fff;
}
.cards-resources .card.image-hero-card:hover .button-learn, .cards-resources .card.image-hero-card.active .button-learn {
  border: none !important;
}
.cards-resources .card.image-hero-card .tag {
  width: 100%;
  max-width: 100%;
  font-size: 0.8rem;
}
.cards-resources .card.image-hero-card .tag i {
  color: white;
}
.cards-resources .card.image-hero-card .img-banner {
  max-height: 10rem;
  min-height: 4rem;
  overflow: hidden;
}
.cards-resources .card.image-hero-card .img-banner img {
  width: 100%;
}
.cards-resources .card.image-hero-card h3.title {
  font-size: 1rem;
  line-height: 1.6rem;
  padding: 1rem 1rem 0;
  font-weight: 600;
}
.cards-resources .card.image-hero-card .description {
  font-size: 0.95rem;
  color: #00256d;
  line-height: 1.5rem;
  margin: 0;
}
.cards-resources .card.image-hero-card .button-learn {
  margin-right: 0;
  padding-left: 1rem;
  text-align: left;
  border: none !important;
  width: 100%;
}
.cards-resources .card.image-hero-card .button-learn:after {
  content: "";
}
.cards-resources .card a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cards-resources .card a:focus {
  background: #00256d;
  outline: none;
}
.cards-resources .card a:focus .description, .cards-resources .card a:focus .description h4, .cards-resources .card a:focus .description p, .cards-resources .card a:focus .button-learn {
  color: #fff;
}
.cards-resources .card a:focus .button-learn {
  border-bottom: 5px solid #FAA41A;
}
.cards-resources .card div.tag {
  padding: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
  background: #3462AE;
  color: #fff;
  width: max-content;
  min-width: 100px;
  max-width: 85%;
  transition: all 0.3s linear;
}
.cards-resources .card .card-image {
  height: 300px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.cards-resources .card .description {
  padding: 1rem;
  margin-bottom: 2rem;
  transition: all 0.3s linear;
}
.cards-resources .card .description p {
  color: #3462AE;
  font-size: 0.875rem;
}
.cards-resources .card .description p.date {
  margin-bottom: 0.5rem;
}
.cards-resources .card .description p strong {
  text-transform: uppercase;
}
.cards-resources .card .button-learn {
  font-size: 1.125rem;
  line-height: 1.1875rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 2rem;
  width: max-content;
  transition: all 0.3s linear;
  display: flex;
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: 1.5rem;
  border-bottom: 3px solid #FAA41A;
  color: #011844;
}
.cards-resources .card .button-learn::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  padding-left: 1rem;
}
.cards-resources .card:hover, .cards-resources .card.active {
  background: #00256d;
}
.cards-resources .card:hover .description, .cards-resources .card:hover .description h4, .cards-resources .card:hover .description p, .cards-resources .card:hover .button-learn, .cards-resources .card:hover i, .cards-resources .card.active .description, .cards-resources .card.active .description h4, .cards-resources .card.active .description p, .cards-resources .card.active .button-learn, .cards-resources .card.active i {
  color: #fff;
}
.cards-resources i {
  color: #00256d;
}

.card-qa {
  border-bottom: 10px solid #9AC0FF;
  box-shadow: 0 2px 10px 0 rgba(1, 24, 68, 0.3);
  color: inherit !important;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 1.2rem 1rem 0.5rem;
  position: relative;
  transition: all 0.3s linear;
  text-decoration: none !important;
  height: 100%;
}
@media (max-width: 768px) {
  .card-qa {
    margin-bottom: 2rem;
  }
}
.card-qa .question, .card-qa .answer {
  transition: opacity 0.4s linear;
}
.card-qa .question {
  flex-direction: column;
  display: flex;
}
.card-qa .question .emphasis {
  margin-bottom: 0;
  font-size: 1rem;
}
.card-qa .question p {
  font-size: 1.31rem;
  line-height: 2.06rem;
}
.card-qa .answer {
  position: absolute;
  top: 50px;
  width: calc(100% - 2rem);
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.card-qa:hover, .card-qa:focus {
  background: #DFE6EB;
  border-color: #FAA41A;
  outline: none;
}
.card-qa:hover .question, .card-qa:focus .question {
  position: absolute;
  opacity: 0;
  width: calc(100% - 2rem);
  left: 1rem;
  top: 56px;
}
.card-qa:hover .answer, .card-qa:focus .answer {
  position: relative;
  opacity: 1;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  visibility: visible;
}

.site-main .service-card {
  height: 100%;
}
.site-main .service-card a, .site-main .service-card a:hover {
  text-decoration: none;
}
.site-main .service-card a {
  color: #011844;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.site-main .service-card a .link-underline {
  background-image: linear-gradient(#FAA41A, #FAA41A);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 3px;
  transition: background-size 0.3s;
  width: max-content;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: auto;
}
.site-main .service-card a:hover .link-underline, .site-main .service-card a:focus .link-underline {
  background-size: 100% 3px;
  text-decoration: none;
}
.site-main .service-card a:hover h4, .site-main .service-card a:focus h4 {
  color: #3462AE;
  text-decoration: underline;
}

.hidden-content-list {
  padding-top: 1.5rem;
}
.hidden-content-list .hidden-content {
  background: transparent;
  border: none;
  display: block;
  margin-bottom: 1.5rem;
  outline: none;
  padding-bottom: 0.5rem;
  padding-top: 0;
  text-align: left;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .hidden-content-list .hidden-content {
    padding-left: 1rem;
    border-left: 3px solid #3462AE;
  }
}
@media (max-width: 768px) {
  .hidden-content-list .hidden-content {
    text-align: center;
  }
}
.hidden-content-list .hidden-content h4 {
  padding-top: 0.5rem;
  font-weight: normal;
  transition: all 0.3s linear;
}
.hidden-content-list .hidden-content p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hidden-content-list .hidden-content p {
    position: absolute;
    visibility: hidden;
    transform: translateY(-20px);
    opacity: 0;
    transition: all 0.2s linear;
    z-index: -999;
  }
}
@media (min-width: 768px) {
  .hidden-content-list .hidden-content:hover, .hidden-content-list .hidden-content:focus {
    border-color: #FAA41A;
    cursor: pointer;
  }
  .hidden-content-list .hidden-content:hover h4, .hidden-content-list .hidden-content:focus h4 {
    font-weight: bold;
  }
  .hidden-content-list .hidden-content.active {
    border-color: #9AC0FF;
  }
  .hidden-content-list .hidden-content.active p {
    visibility: visible;
    position: relative;
    transform: translate(0);
    opacity: 1;
  }
  .hidden-content-list .hidden-content.active h4 {
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  .hidden-content-list .hidden-content h4 {
    font-weight: bold;
  }
}

.img-w-overlay {
  background: no-repeat top left/cover;
  width: 100%;
  height: 100%;
  border-left: 10px solid #FAA41A;
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .img-w-overlay {
    height: 300px;
  }
}
.img-w-overlay .overlay {
  width: 160px;
  height: 100%;
  background-blend-mode: multiply;
  background: rgba(154, 192, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.alternate-row .row {
  margin-bottom: 4rem;
}
.alternate-row .row > div[class^=col-]:last-child {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .alternate-row .row > div[class^=col-]:last-child {
    padding: 1rem 2rem 2rem;
  }
}
@media (min-width: 768px) {
  .home .alternate-row .row > div[class^=col-]:last-child {
    padding-top: 2rem;
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 992px) {
  .alternate-row .row > div[class^=col-]:first-child {
    min-height: 300px;
  }
  .home .alternate-row .row {
    flex-direction: column-reverse;
  }
  .home .alternate-row .row .img-w-overlay {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .alternate-row .row:nth-child(even) {
    flex-direction: row-reverse;
  }
  .alternate-row .row:nth-child(even) .img-w-overlay {
    border-left: 0px solid #FAA41A;
    border-right: 10px solid #FAA41A;
  }
  .alternate-row .row:nth-child(even) .img-w-overlay .overlay {
    left: auto;
    right: 0;
  }
}
.page-template-template-news .alternate-row, .page-template-template-event-filter .alternate-row, .page-template-template-blog-archive .alternate-row, .page-template-template-archive-resource .alternate-row {
  margin-top: 2rem;
  background: #fff;
}
.page-template-template-news .alternate-row p, .page-template-template-news .alternate-row h3, .page-template-template-event-filter .alternate-row p, .page-template-template-event-filter .alternate-row h3, .page-template-template-blog-archive .alternate-row p, .page-template-template-blog-archive .alternate-row h3, .page-template-template-archive-resource .alternate-row p, .page-template-template-archive-resource .alternate-row h3 {
  max-width: 95%;
}
.page-template-template-news .alternate-row p, .page-template-template-event-filter .alternate-row p, .page-template-template-blog-archive .alternate-row p, .page-template-template-archive-resource .alternate-row p {
  color: #00256d;
}

.upcoming-events {
  background: url(assets/images/accent-boxes-top-rt-corner.svg) no-repeat top right/100px 100px, url(assets/images/accent-boxes-bottom-lf-corner.svg) no-repeat bottom left/100px 100px, url(assets/images/board-room.png) no-repeat center center/cover;
  padding: 5rem 0;
  position: relative;
}
.upcoming-events .card-container {
  background: #011844;
  padding: 3rem;
  color: #fff;
  border-bottom: 15px solid #FAA41A;
  position: relative;
}
@media (min-width: 992px) {
  .upcoming-events .card-container {
    max-width: 850px;
  }
}
.upcoming-events .card-container div[class^=col-]:first-child {
  border-right: 1px solid #fff;
}
.upcoming-events .card-container .tag-view {
  background: #FAA41A;
  color: #011844;
  position: absolute;
  top: 0rem;
  right: 2.5rem;
  padding: 2.5rem 1.5rem 1rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .upcoming-events .card-container .tag-view {
    right: 0rem !important;
  }
}
.upcoming-events .card-container h2, .upcoming-events .card-container h4 {
  color: #fff;
}
.upcoming-events .card-container h2 {
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  .upcoming-events .card-container h2 {
    margin-top: 4rem;
  }
}
.upcoming-events .card-container h4 {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
}
.upcoming-events .card-container p {
  margin-bottom: 0.5rem;
}
.upcoming-events .card-container .label {
  color: #FAA41A;
}
.upcoming-events .card-container .date {
  font-size: 0.875rem;
  font-style: italic;
}
.upcoming-events .card-container .link-underline {
  font-size: 0.875rem;
  color: #fff;
  margin-top: 2rem;
  display: block;
}
@media (min-width: 768px) {
  .upcoming-events .card-container .learn-more-text {
    position: absolute;
    bottom: 0;
  }
}

.tab-cards div[class^=col-] {
  margin-bottom: 2rem;
}
.tab-cards .card {
  border-left: 10px solid #FAA41A;
  padding: 2rem;
  height: 100%;
  min-height: 150px;
  justify-content: center;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.625rem;
  text-transform: none;
  font-weight: bold;
  font-family: "Spartan", sans-serif;
}

.companyCard {
  border-bottom: 10px solid #9AC0FF;
  height: 100%;
}
.companyCard .linkStyle {
  margin-top: auto;
  margin-bottom: 0;
}
.companyCard img {
  display: flex;
  align-self: flex-start;
  height: 25px;
  margin-bottom: 1rem;
}
.companyCard a {
  padding: 2rem 2rem 0.8rem;
  text-decoration: none !important;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 27px 0 rgba(1, 24, 68, 0.5);
  color: #00256d;
}
.companyCard a:focus {
  background: #00256d;
  color: #fff;
}
.companyCard a:focus img {
  filter: brightness(0) invert(1);
}
.companyCard:hover {
  border-color: #FAA41A;
}
.companyCard:hover a {
  background: #00256d;
  color: #fff;
}
.companyCard:hover a img {
  filter: brightness(0) invert(1);
}

.card-pricing {
  margin-bottom: 2rem;
  box-shadow: 0 2px 27px 0 rgba(0, 0, 0, 0.5);
}
.card-pricing .card-label-area, .card-pricing .card-label-area h4 {
  color: #fff;
}
.card-pricing .card-label-area {
  background: #00256d;
}
.card-pricing .card-label-area h4 {
  font-size: 1.5rem;
}
.card-pricing .card-label-area i {
  font-size: 3em;
}
.card-pricing.custom-price .card-label-area {
  background: #3462AE;
}
.card-pricing > div {
  padding: 4rem;
}
.card-pricing ul {
  padding-left: 1rem;
  margin-left: 0;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .card-pricing ul {
    margin-bottom: 25px !important;
  }
}
.card-pricing .pricing {
  font-size: 1.3rem;
  font-weight: normal !important;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0px;
}
.card-pricing .pricing li:nth-child(2)::before {
  content: " | ";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.card-pricing .show-hidden.active i {
  transform: rotate(180deg);
}
.card-pricing .hidden-content-card {
  display: none;
}
.card-pricing .hidden-content-card p {
  margin-bottom: 0;
}
.card-pricing.member-level > div {
  padding: 2rem !important;
}
.card-pricing .primary {
  white-space: nowrap;
}
.card-pricing .button {
  width: 100%;
}

#memberBeneContainer {
  display: none;
}
#memberBeneContainer.active {
  display: block;
}

.member-show.active {
  color: #fff;
  background: #3462AE;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
}
.member-show.active::after {
  background: #9AC0FF;
}

.card-conten-btn {
  border-bottom: 10px solid #9AC0FF;
  box-shadow: 0 2px 10px 0 rgba(1, 24, 68, 0.3);
  padding: 1.2rem 1rem 1.5rem;
  min-height: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-conten-btn a {
  margin: auto auto 0 auto;
}

.standout-box {
  background: #FAA41A;
  color: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
}
.standout-box h4, .standout-box p a {
  color: #fff;
}
.standout-box p {
  margin-bottom: 0;
}
.standout-box p a {
  text-decoration: none !important;
}
.standout-box p a:hover {
  text-decoration: underline !important;
}

.imgTopCard {
  border: 1px solid #DFE6EB;
}
.imgTopCard .cardImg {
  height: 300px;
  width: 100%;
  background: no-repeat center center/cover;
}
@media (max-width: 768px) {
  .imgTopCard .cardImg {
    background-position: top;
  }
}
.imgTopCard .card-content {
  background: #C6CFD6;
  padding: 1rem;
  transition: all 0.3s linear;
}
.imgTopCard .card-content p {
  margin-bottom: 0;
}
.imgTopCard:not(.noHover):hover .card-content {
  background: #00256d;
  color: #fff;
}
.imgTopCard:not(.noHover):hover .card-content h4 {
  color: #fff;
}

.job-row .location {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  color: #3462AE;
}

.bg-shadow-card.register-card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bg-shadow-card.register-card ul a, .bg-shadow-card.register-card ul button {
  padding-bottom: 0.6rem;
  width: 100%;
  font-size: 95%;
  text-align: left;
}

.bg-shadow-card.course-card {
  padding: 0;
}
.bg-shadow-card.course-card .card {
  background: transparent;
  border: none;
  padding: 1rem;
}
.bg-shadow-card.course-card .card .tag {
  margin-bottom: 1rem;
  line-height: 1.3rem;
  margin-top: 0.3rem;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
}
.bg-shadow-card.course-card .header-w-sidenav .slider-arrows-course {
  margin-top: -1rem;
  margin-right: -1rem;
  float: right;
}
.bg-shadow-card.course-card .header-w-sidenav .slider-arrows-course.disabled {
  display: none;
}
.bg-shadow-card.course-card .header-w-sidenav .slider-arrows-course button {
  border: none;
  background-color: #9AC0FF;
  font-size: 1.3rem;
  padding: 0.5rem 0.8rem;
  border-radius: 0;
}
.bg-shadow-card.course-card .header-w-sidenav {
  margin-bottom: 0;
}
.bg-shadow-card.course-card .owl-dots {
  text-align: center;
  padding-bottom: 1rem;
}
.bg-shadow-card.course-card .owl-dots button span {
  border-color: #3462AE;
}
.bg-shadow-card.course-card .owl-dots button.active span {
  background-color: #3462AE;
  border-color: transparent;
}
.bg-shadow-card.course-card h3 {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
@media (min-width: 992px) {
  .bg-shadow-card.course-card h4 {
    width: 70%;
    display: block !important;
  }
}

.single-site-events-card {
  margin-bottom: 40px;
}

.owl-dots button, .owl-dot-container button {
  margin-right: 1rem;
  background: transparent;
  border: none;
  padding: 0;
}
.owl-dots button:focus, .owl-dot-container button:focus {
  outline: none;
}
.owl-dots button span, .owl-dot-container button span {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid #9AC0FF;
  border-radius: 50% 50%;
}
.owl-dots button.active span, .owl-dot-container button.active span {
  border: transparent;
  background: #FAA41A;
}

.slider-wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.owl-txtImg {
  position: relative;
}
@media (max-width: 768px) {
  .owl-txtImg {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .owl-txtImg .row {
    flex-direction: column-reverse;
  }
}
.owl-txtImg .img-section {
  justify-content: center;
  align-content: center;
  display: flex;
}
.owl-txtImg .img-section img {
  max-width: 80%;
  height: 0;
}
@media (max-width: 768px) {
  .owl-txtImg .img-section img {
    margin-bottom: 1rem;
  }
}
.owl-txtImg .owl-item.active img {
  height: auto;
}
@media (max-width: 768px) {
  .owl-txtImg .owl-item.active img {
    height: 100%;
  }
}
.owl-txtImg .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 767px) {
  .owl-txtImg .owl-nav {
    top: 100%;
  }
}
.owl-txtImg .owl-nav .owl-prev {
  position: absolute;
  left: -80px;
  top: 0;
  background: #9AC0FF !important;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .owl-txtImg .owl-nav .owl-prev {
    left: 0px;
  }
}
.owl-txtImg .owl-nav .owl-prev:hover {
  cursor: pointer;
}
.owl-txtImg .owl-nav .owl-prev i {
  font-size: 24px;
  padding: 4px 12px !important;
}
.owl-txtImg .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  top: 0;
  background: #9AC0FF !important;
  border-radius: 0px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .owl-txtImg .owl-nav .owl-next {
    right: 0px;
  }
}
.owl-txtImg .owl-nav .owl-next i {
  font-size: 24px;
  padding: 4px 12px !important;
}

.side-events .owl-dots {
  margin-top: 1rem;
  text-align: center;
}
.side-events .item .card {
  background: #00256d;
  color: #fff;
  border: none;
  border-radius: 0;
}
.side-events .item .card h3, .side-events .item .card h4 {
  color: #fff;
}
.side-events .item .card h3 {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-bottom: 2rem;
}
.side-events .item .card h4 {
  font-size: 1.75rem;
  line-height: 2rem;
}
.side-events .item .card p {
  margin-bottom: 0;
}
.side-events .item .card p.date {
  font-style: italic;
  font-size: 0.875rem;
  font-weight: 100;
}
.side-events .item .card .tag {
  text-transform: uppercase;
  font-weight: bold;
}
.side-events .item .card .footer-link {
  padding: 0 0 1.5rem 0;
}
.side-events .item .card .footer-link a {
  float: right;
  margin-bottom: -1.5rem;
  margin-right: -1rem;
}
.side-events .slider-arrows-event {
  margin-right: -1rem;
  margin-top: -1rem;
}
.side-events .slider-arrows-event button {
  background: #9AC0FF;
  border-color: #9AC0FF;
}

@media (max-width: 992px) {
  .component-slide-quote {
    position: relative;
  }
}

.testimonial-slider h3 {
  margin-left: 8rem;
  padding-bottom: 1rem;
}
.testimonial-slider .item {
  position: relative;
}
@media (max-width: 768px) {
  .testimonial-slider .item {
    padding-top: 1rem;
  }
}
.testimonial-slider .logo {
  box-shadow: 0 2px 10px 0 rgba(1, 24, 68, 0.3);
  z-index: 9;
  background: #fff;
}
@media (min-width: 768px) {
  .testimonial-slider .logo {
    position: absolute;
    top: 0.5rem;
    left: 4.5rem !important;
    transform: translateX(-25px) translateY(10px);
  }
}
@media (max-width: 992px) {
  .testimonial-slider .logo {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: calc(100% - 3rem) !important;
    left: 4rem !important;
    position: static !important;
    height: 200px;
    margin: 0 auto;
    transform: translateX(0px) translateY(0px);
  }
}
.testimonial-slider .logo .logo-container {
  padding: 2rem;
}
.testimonial-slider .logo .logo-container img {
  max-width: 150px;
  margin: 0 auto;
}

.testimonial-slider-container {
  background: #00256d;
  color: #fff;
  padding: 2rem 5rem 2rem 8rem;
}
@media (min-width: 768px) {
  .testimonial-slider-container {
    margin-top: 4rem;
  }
}
@media (max-width: 992px) {
  .testimonial-slider-container {
    text-align: center;
    margin-top: 0rem !important;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 8rem 5rem 4rem 5rem;
  }
}
.testimonial-slider-container .author {
  font-size: 0.875rem;
  font-style: italic;
}

@media (min-width: 768px) {
  .slider-test-head {
    margin-bottom: -4rem;
  }
}
@media (max-width: 992px) {
  .slider-test-head {
    text-align: center;
  }
  .slider-test-head div[class^=col-] {
    position: unset;
  }
}
.slider-test-head h3 {
  padding-left: 2rem;
}

.test-nav {
  position: absolute;
  bottom: -30.5px;
  z-index: 999;
  right: 0.95rem;
}
@media (max-width: 992px) {
  .test-nav {
    top: 50%;
    right: auto;
    left: 50% !important;
    width: 100%;
    transform: translateX(-50%);
  }
}
@media (max-width: 992px) {
  .test-nav .owl-prev {
    position: absolute;
    left: 4px;
  }
}
@media (max-width: 992px) {
  .test-nav .owl-next {
    position: absolute;
    right: 3px;
  }
}
.test-nav button {
  background: #9AC0FF;
  border: none;
  border-radius: 0;
  padding: 0.3rem 0.8rem;
  font-size: 1.3rem;
  border: 1px solid #011844;
}
.test-nav button:hover {
  background: #FFFFFF;
  border: 1px solid #011844;
}
@media (max-width: 992px) {
  .test-nav button {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
}

.image-slider-wrap {
  padding: 0% 8% 0% 8%;
  position: relative;
}
.image-slider-wrap .swiper-slider-image-text .swiped-wrapper {
  padding-bottom: 75px;
  padding-left: 0px;
}
.image-slider-wrap .swiper-slider-image-text .swiped-slide {
  width: 100% !important;
}
.image-slider-wrap .swiper-slider-image-text .swiped-slide .content-wrapper {
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 767px) {
  .image-slider-wrap .swiper-slider-image-text .swiped-slide .content-wrapper {
    flex-flow: column nowrap;
  }
}
.image-slider-wrap .swiper-slider-image-text .swiped-slide .content-wrapper .left-content {
  flex-basis: 50%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .image-slider-wrap .swiper-slider-image-text .swiped-slide .content-wrapper .left-content {
    flex-basis: 100%;
  }
}
.image-slider-wrap .swiper-slider-image-text .swiped-slide .content-wrapper .left-content .inner-content {
  max-width: 100%;
}
.image-slider-wrap .swiper-slider-image-text .swiped-slide .content-wrapper .right-content {
  flex-basis: 50%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  order: 2;
}
.image-slider-wrap .swiper-slider-image-text .swiped-slide .content-wrapper .right-content img {
  width: 80%;
}
@media (max-width: 767px) {
  .image-slider-wrap .swiper-slider-image-text .swiped-slide .content-wrapper .right-content img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .image-slider-wrap .swiper-slider-image-text .swiped-slide .content-wrapper .right-content {
    flex-basis: 100%;
    margin-bottom: 20px;
    order: unset;
  }
}
.image-slider-wrap .swiper-slider-image-text .swiped-pagination-bullet {
  background-color: transparent;
  border: 3px solid #9AC0FF;
  width: 16px;
  height: 16px;
  opacity: 1;
}
.image-slider-wrap .swiper-slider-image-text .swiped-pagination-bullet-active {
  background-color: #FAA41A;
  border: 1px solid #FAA41A;
}
.image-slider-wrap .swiped-pagination {
  bottom: 0px;
  width: 100%;
  right: 0%;
}
@media (max-width: 767px) {
  .image-slider-wrap .swiped-pagination {
    right: 0px;
    width: 100%;
  }
}
.image-slider-wrap .swiped-button-prev {
  display: block;
  background: transparent;
}
.image-slider-wrap .swiped-button-prev::after {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #00256d;
  font-size: 28px;
  background-color: #9AC0FF;
  padding: 2px 15px;
}
.image-slider-wrap .swiped-button-next {
  display: block;
  background: transparent;
}
.image-slider-wrap .swiped-button-next::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 28px;
  padding: 2px 15px;
  color: #00256d;
  background-color: #9AC0FF;
}

.quote-slider-wrapper .swiper-slide {
  padding: 20px 70px;
  text-align: center;
}
.quote-slider-wrapper .swiper-quote-prev {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300256d' width='20' height='20' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.quote-slider-wrapper .swiper-quote-next {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300256d' width='20' height='20' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.quote-slider-wrapper .quote-img {
  margin-bottom: 3%;
}
.quote-slider-wrapper .swiped-container .swiped-slide {
  width: 100% !important;
}
.quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper {
  padding: 0 2%;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  width: 100%;
}
@media (min-width: 991px) {
  .quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper {
    flex-flow: row nowrap;
    justify-content: flex-end;
    margin-top: 80px;
  }
}
.quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper .quote-img {
  box-shadow: 0 2px 10px 0 rgba(1, 24, 68, 0.3);
  height: 250px;
  padding: 0 20px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
}
.quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper .quote-img a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper .quote-img img {
  width: 50%;
  margin: 0 auto;
  height: auto;
}
@media (min-width: 991px) {
  .quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper .quote-img img {
    width: 100%;
  }
}
@media (min-width: 991px) {
  .quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper .quote-img {
    position: absolute;
    width: 180px;
    height: 180px;
    top: 30px;
    left: 120px;
    background: #ffffff;
    transform: translate(-50%, -50%);
    z-index: 20;
  }
}
.quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper .quote-content {
  background: #00256d;
  padding: 80px 10% 40px 10%;
  flex-basis: 100%;
  position: relative;
}
@media (min-width: 991px) {
  .quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper .quote-content {
    padding: 10%;
  }
}
@media (min-width: 1199px) {
  .quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper .quote-content {
    padding: 10% 10% 10% 15%;
  }
}
.quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper .quote-content .quote-arrow-container {
  position: absolute;
  right: 0;
  top: 22px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 991px) {
  .quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper .quote-content .quote-arrow-container {
    width: 98px;
    right: 20px;
    top: 22px;
  }
}
.quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper .quote-content .quote-arrow-container .swiped-button-prev {
  display: block;
  background: transparent;
  left: 0;
  top: 3px;
}
.quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper .quote-content .quote-arrow-container .swiped-button-prev::after {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #00256d;
  font-size: 28px;
  background-color: #9AC0FF;
  padding: 2px 15px;
}
.quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper .quote-content .quote-arrow-container .swiped-button-next {
  display: block;
  background: transparent;
  right: 20px;
  top: 3px;
}
.quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper .quote-content .quote-arrow-container .swiped-button-next::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 28px;
  padding: 2px 15px;
  color: #00256d;
  background-color: #9AC0FF;
}
@media (min-width: 991px) {
  .quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper .quote-content {
    flex-basis: 80%;
    margin-left: 15%;
  }
}
@media (min-width: 1199px) {
  .quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper .quote-content {
    flex-basis: 80%;
    margin-left: 10%;
  }
}
.quote-slider-wrapper .swiped-container .swiped-slide .inner-quote-wrapper .quote-content p {
  color: #ffffff;
}

.swiper {
  width: 100%;
}

.component-spaced {
  margin-bottom: 2rem;
}

.logo-rows {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between !important;
}
.logo-rows div {
  width: 21%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .logo-rows div {
    width: 49%;
  }
  .logo-rows div img {
    max-width: 100px;
  }
}

.accordion {
  margin: 2rem auto 0 auto;
  max-width: 900px;
}
.accordion .card {
  margin-bottom: 25px;
}
.accordion .card:last-child {
  margin: 0px;
}

.searchandfilter ul li li {
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
}

.searchandfilter .search-filter-reset {
  display: none;
}
.searchandfilter .search-filter-reset.active {
  display: block;
}

.breadcrumbs-desktop {
  display: block;
}
@media (max-width: 992px) {
  .breadcrumbs-desktop {
    display: none;
  }
}

.breadcrumbs-mobile {
  display: none;
}
.breadcrumbs-mobile a {
  color: #fff;
}
@media (max-width: 992px) {
  .breadcrumbs-mobile {
    display: inline-block;
  }
}

.hidden-list-component {
  padding-top: 0px !important;
}
.hidden-list-component .column-padding {
  padding-left: 0px !important;
}
@media (max-width: 768px) {
  .hidden-list-component .column-padding {
    padding-right: 0px !important;
  }
}
.hidden-list-component .hidden-list-image {
  width: 470px;
  height: 450px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
@media (max-width: 768px) {
  .hidden-list-component .hidden-list-image {
    width: 100%;
    height: 400px;
  }
}
.hidden-list-component .hidden-list-container {
  padding-left: 35px;
}
@media (max-width: 768px) {
  .hidden-list-component .hidden-list-container {
    padding-left: 0px;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-main section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .site-main section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.site-main section.collapsible {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.background-secondary.accent-bg {
  background: url(assets/images/accent-boxes-top-rt-corner.svg) no-repeat top right/100px 100px, url(assets/images/accent-boxes-bottom-lf-corner.svg) no-repeat bottom left/100px 100px, #EBECF3;
}
@media (max-width: 992px) {
  .background-secondary.accent-bg {
    background: #EBECF3;
  }
}

.ornament-corner:before, .ornament-corner:after {
  position: absolute;
  height: 100px;
  width: 100px;
}
.ornament-corner:before {
  content: url(assets/images/accent-boxes-top-rt-corner.svg);
  top: 0;
  right: 0;
}
.ornament-corner:after {
  content: url(assets/images/accent-boxes-bottom-lf-corner.svg);
  bottom: 0;
  left: 0;
}

.dynamic-break {
  flex: 0 !important;
}

.hero-home {
  padding-bottom: 9rem;
  position: relative;
}
.hero-home .container {
  position: relative;
}
.hero-home h1 {
  margin-top: 0;
}
.hero-home:before {
  content: "";
  background-image: url(assets/images/accent-boxes-top-rt-corner.svg);
  position: absolute;
  top: 0;
  right: 0;
  height: 8.75rem;
  width: 8.75rem;
  z-index: 99;
}
@media (max-width: 992px) {
  .hero-home:before {
    height: 4.75rem;
    width: 4.75rem;
  }
}
@media (max-width: 768px) {
  .hero-home:before {
    height: 3.75rem;
    width: 3.75rem;
  }
}

.tab-section {
  position: relative;
  margin-top: -4rem;
}
.tab-section.tab-membership {
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.tab-section.tab-membership .container {
  box-shadow: 0 2px 8px 0 rgba(1, 24, 68, 0.4);
}
.tab-section.tab-membership .nav-tabs .nav-link {
  height: auto;
  margin-bottom: 0;
}
.tab-section.tab-membership .tab-content {
  padding-left: 0;
  padding-right: 0;
}
.tab-section.tab-membership .table-member {
  margin-right: 1rem;
  margin-left: 1rem;
}
.tab-section.tab-membership .table-member .row {
  border-bottom: 1px solid #ccc;
}
.tab-section.tab-membership .table-member .row:first-child {
  border-top: 1px solid #ccc;
}
.tab-section.tab-membership .table-member .row div[class^=col-] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.tab-section.tab-membership .table-member .row div[class^=col-]:last-child {
  border-right: 0px !important;
}
.tab-section.tab-membership .table-member .row div[class^=col-]:first-child {
  border-right: 1px solid #ccc;
  border-left: 0px !important;
}
.tab-section .accent-lb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.25rem;
  height: 6.25rem;
  z-index: 9;
  display: block;
}
@media (max-width: 1200px) {
  .tab-section .accent-lb {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 768px) {
  .tab-section .accent-lb {
    display: none;
  }
}
.tab-section .container {
  position: relative;
  background: #fff;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .tab-section .container {
    padding-right: 0;
  }
}

.home .tab-section {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
}
.home .tab-section .container {
  border-bottom: 1rem solid #FAA41A;
  margin-right: auto;
  -webkit-box-shadow: 79px 0px 80px -6px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 79px 0px 80px -6px rgba(0, 0, 0, 0.17);
  box-shadow: 79px 0px 80px -6px rgba(0, 0, 0, 0.17);
}
.home .tab-section:before {
  content: "";
  background: rgb(250, 164, 26);
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
}
.home .tab-section:after {
  content: "";
  background: rgb(250, 164, 26);
  height: 1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
}

.page-template-template-training-archive-filter .tab-section .container {
  box-shadow: 0 2px 10px 0 rgba(1, 24, 68, 0.3);
}
.page-template-template-training-archive-filter .tab-section .container .nav-tabs .nav-link {
  height: auto;
}

@media (min-width: 992px) {
  #companyInfo {
    padding-bottom: 2rem;
  }
}

.logoContainer {
  max-width: 1000px;
  margin: -8rem auto 0;
}
@media (max-width: 768px) {
  .logoContainer > div {
    margin-bottom: 2rem;
  }
}

#the-feed {
  padding-top: 3rem;
}

.background-secondary.accent-bg + .accent-bg {
  background-color: unset;
}

.full-event-schedule-list .row {
  margin-top: 0.5rem;
  align-items: center;
}
.full-event-schedule-list .row .col {
  font-size: 1.25rem;
}
.full-event-schedule-list .row .col:first-of-type {
  font-size: 1.25rem;
}
.full-event-schedule-list .row:nth-of-type(2n) {
  background-color: #e6e6e6;
}
.full-event-schedule-list .focus-week {
  background-color: #00256d;
  color: #fff;
  position: relative;
}
.full-event-schedule-list .focus-week::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 5%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #00256d;
}

.icon-legend {
  background-color: #e6e6e6;
  width: calc(100% + 30px);
  margin-left: -15px !important;
  border-bottom: 2px solid #FAA41A;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
}

.page-template-template-consultants .site-main.container {
  position: relative;
}
.page-template-template-consultants .consultant-category[data-count="0"] {
  display: none;
}
.page-template-template-consultants .consultant {
  cursor: pointer;
  overflow: hidden;
}
.page-template-template-consultants .consultant .consultant-name {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
  width: 100%;
  font-size: 0.9em;
  top: 0;
}
.page-template-template-consultants .consultant .job-title {
  opacity: 0;
  position: absolute;
  bottom: 0;
  padding: 0.25em 0;
  margin: 0;
  transition: all 500ms ease-out;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
}
.page-template-template-consultants .consultant:hover .job-title {
  opacity: 1;
}
.page-template-template-consultants .consultant-sidebar {
  width: 25vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background: #00256d;
  color: #fff;
  transition: all 0.7s ease-in-out;
  padding: 2.5em 1em 0;
  overflow-y: scroll;
}
.page-template-template-consultants .consultant-sidebar a, .page-template-template-consultants .consultant-sidebar a:hover, .page-template-template-consultants .consultant-sidebar a:visited {
  color: #FAA41A;
}
@media (min-width: 992px) {
  .page-template-template-consultants .consultant-sidebar {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  .page-template-template-consultants .consultant-sidebar {
    width: 33vw;
  }
}
@media (min-width: 1400px) {
  .page-template-template-consultants .consultant-sidebar {
    width: 25vw;
  }
}
.page-template-template-consultants .consultant-sidebar.collapsed {
  right: -50vw;
}
.page-template-template-consultants .consultant-sidebar .close-button {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.25em;
  cursor: pointer;
}
.page-template-template-consultants .consultant-sidebar .consultant-image {
  height: 50vh;
  width: 100%;
}
.page-template-template-consultants .consultant-sidebar .sidebar-heading {
  text-align: center;
  font-size: 1.5em;
  margin: 1em 0;
  font-weight: bold;
}
.page-template-template-consultants .consultant-sidebar .sidebar-body {
  text-align: left;
}
.page-template-template-consultants .consultant-sidebar .sidebar-body ul {
  margin-left: 0;
}
.page-template-template-consultants .consultant-image, .page-template-template-consultants .profile-img {
  background-color: #C6CFD6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 5px solid white;
}
.page-template-template-consultants .profile-img {
  height: 30vh;
}
@media screen and (max-width: 768px) {
  .page-template-template-consultants .profile-img {
    margin: 0 auto;
    width: 75%;
  }
}
.page-template-template-consultants .flex-container > a, .page-template-template-consultants .flex-container > div {
  flex: 0 0 19%;
}
@media screen and (max-width: 992px) {
  .page-template-template-consultants .flex-container > a, .page-template-template-consultants .flex-container > div {
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-consultants .flex-container > a, .page-template-template-consultants .flex-container > div {
    flex: 0 0 100%;
  }
}
.page-template-template-consultants .flex-container .profile-img {
  height: 250px;
}
@media screen and (max-width: 991px) {
  .page-template-template-consultants .flex-container .profile-img {
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-consultants .flex-container .profile-img {
    width: 50%;
    height: 250px;
  }
}
.page-template-template-consultants .flex-container .social a {
  font-size: 1.25rem;
  padding: 0.25rem;
}

.page-template-template-ourteam p.job-title, .single-team p.job-title {
  color: #00256d;
}
.page-template-template-ourteam .profile-img, .single-team .profile-img {
  background-color: #C6CFD6;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 5px solid white;
}
.page-template-template-ourteam .social, .single-team .social {
  text-align: center;
}
.page-template-template-ourteam .social a, .single-team .social a {
  font-size: 1.75rem;
  padding: 0.5rem;
}
.page-template-template-ourteam .team-member a h4, .page-template-template-ourteam .team-member a h6, .page-template-template-ourteam .team-member a:visited h4, .page-template-template-ourteam .team-member a:visited h6, .single-team .team-member a h4, .single-team .team-member a h6, .single-team .team-member a:visited h4, .single-team .team-member a:visited h6 {
  color: #00256d;
}
.page-template-template-ourteam .team-member a:hover h4, .page-template-template-ourteam .team-member a:hover h6, .single-team .team-member a:hover h4, .single-team .team-member a:hover h6 {
  color: #3462AE;
}

.page-template-template-ourteam a {
  text-decoration: none !important;
}
.page-template-template-ourteam a:focus .profile-img {
  border-bottom-color: #FAA41A;
  transition: border-color 0.3s ease-in-out;
}
.page-template-template-ourteam h2:not(:first-of-type) {
  padding-top: 2rem;
}
.page-template-template-ourteam h4, .page-template-template-ourteam h6 {
  margin-bottom: 0;
  padding: 0.75rem 0 0;
}
.page-template-template-ourteam p.job-title {
  margin-bottom: 0.5rem;
}
.page-template-template-ourteam .profile-img {
  height: 30vh;
}
@media screen and (max-width: 768px) {
  .page-template-template-ourteam .profile-img {
    margin: 0 auto;
    width: 75%;
  }
}
.page-template-template-ourteam .flex-container > a, .page-template-template-ourteam .flex-container > div {
  flex: 0 0 19%;
}
@media screen and (max-width: 992px) {
  .page-template-template-ourteam .flex-container > a, .page-template-template-ourteam .flex-container > div {
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-ourteam .flex-container > a, .page-template-template-ourteam .flex-container > div {
    flex: 0 0 100%;
  }
}
.page-template-template-ourteam .flex-container .profile-img {
  height: 250px;
}
@media screen and (max-width: 991px) {
  .page-template-template-ourteam .flex-container .profile-img {
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-ourteam .flex-container .profile-img {
    width: 50%;
    height: 250px;
  }
}
.page-template-template-ourteam .flex-container .social a {
  font-size: 1.25rem;
  padding: 0.25rem;
}

.use-cases .swiped-button-next, .use-cases .swiped-container-rtl .swiped-button-prev {
  right: calc(10% - 10px);
}
@media (max-width: 991px) {
  .use-cases .swiped-button-next, .use-cases .swiped-container-rtl .swiped-button-prev {
    right: inherit;
  }
}
.use-cases .swiped-button-prev, .use-cases .swiped-container-rtl .swiped-button-next {
  left: calc(10% - 10px);
}
@media (max-width: 991px) {
  .use-cases .swiped-button-prev, .use-cases .swiped-container-rtl .swiped-button-next {
    left: inherit;
  }
}
.use-cases .image-slider-wrap .swiper-slider-image-text .swiped-wrapper {
  padding-bottom: 0;
}
.use-cases .swiped-slide {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.use-cases .image-slider-wrap .swiped-pagination {
  bottom: 2rem;
}
.use-cases .content {
  width: 100%;
}
.use-cases .inner-content {
  margin: auto;
}
@media (min-width: 990px) {
  .use-cases .inner-content {
    width: 90%;
  }
}
.use-cases .inner-content p img {
  float: left;
  margin-right: 1rem;
  max-width: 250px;
}

.single-team #breadcrumbs a {
  color: #00256d;
}
.single-team .header-page {
  color: #00256d;
}
.single-team .header-page:after {
  content: "";
}
.single-team .header-page:before {
  background: none;
}
.single-team main h1 {
  margin: 0;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 992px) {
  .single-team main h1 {
    margin-top: revert;
  }
}
.single-team main h5 {
  padding-top: 1.5rem;
}
.single-team main section {
  padding: 0;
  padding-top: 2.5rem;
}
.single-team main section a:first-of-type, .single-team main section h5:first-of-type {
  padding-top: 0;
}
.single-team p.job-title {
  margin-bottom: 2rem;
}
.single-team .profile-img {
  height: 450px;
}
@media (max-width: 991px) {
  .single-team .profile-img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .single-team .profile-img {
    height: 500px;
  }
}
.single-team .job-title-wrapper-desktop {
  display: block;
}
@media (max-width: 991px) {
  .single-team .job-title-wrapper-desktop {
    display: none;
  }
}
.single-team .job-title-wrapper-mobile {
  display: none;
}
@media (max-width: 991px) {
  .single-team .job-title-wrapper-mobile {
    margin-top: 20px;
    display: block;
  }
}
.single-team .quote {
  margin-bottom: 4rem;
}
.single-team .social {
  border-bottom: 1px solid #ccc;
  padding: 1.5rem 0;
}

.member-info p {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.page-template-template-contact .header-page {
  padding-bottom: 4rem;
}

.error-content-area {
  background: #DFE6EB;
}
.error-content-area .error-search-wrapper {
  width: 60%;
}
@media (max-width: 767px) {
  .error-content-area .error-search-wrapper {
    width: 100%;
  }
}
.error-content-area .error-search-wrapper form {
  display: flex;
  flex-flow: row nowrap;
}
.error-content-area .error-search-wrapper form input[type=text] {
  font-family: "Poppins", sans-serif;
  width: 100%;
  padding: 12px 18px;
  border-radius: 0px !important;
}
.error-content-area .error-search-wrapper form i {
  color: #00256d;
}
.error-content-area .error-search-wrapper form button {
  background: #FAA41A;
  border-radius: 0px !important;
  border: 0px;
  transition: all 0.4s ease-in-out;
}
.error-content-area .error-search-wrapper form button:hover {
  background: #00256d;
}
.error-content-area .error-search-wrapper form button:hover i {
  color: white;
}

.search-template h2 a {
  text-decoration: none !important;
}
.search-template h2 a:hover {
  cursor: pointer !important;
  text-decoration: underline !important;
}
.search-template h2 a:visited {
  color: #3462AE;
}

.page-id-661 .site-main .container, .page-id-3 .site-main .container {
  max-width: 800px !important;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.row-wrapper {
  border-top: solid thin #FAA41A;
  border-bottom: solid thin #FAA41A;
  margin-top: 1rem;
  background: url(assets/images/accent-boxes-bottom-lf-corner.svg) no-repeat bottom left/100px 100px, transparent;
}

.statistics {
  text-align: center;
  font-family: "Spartan", sans-serif;
}
.statistics:not(:last-of-type) {
  margin-bottom: 1rem;
}
.statistics:not(.carousel) .stat-col {
  display: inline-block;
  vertical-align: middle;
}
.statistics .stat {
  width: 150px;
  height: 130px;
  padding: 50px 30px 30px 30px;
  box-sizing: content-box;
  background-color: rgba(100, 100, 100, 0.5);
  color: white;
  -webkit-box-shadow: 0 2px 27px 0 rgba(1, 24, 68, 0.5);
  box-shadow: 0 2px 27px 0 rgba(1, 24, 68, 0.5);
}
.statistics .stat-col:nth-of-type(1) .stat {
  background-color: #00256d;
}
.statistics .stat-col:nth-of-type(2) .stat {
  background-color: #23428F;
}
.statistics .stat-col:nth-of-type(3) .stat {
  background-color: #FAA41A;
}
.statistics .stat-col:nth-of-type(4) .stat {
  background-color: #23428F;
}
.statistics .stat-col:nth-of-type(5) .stat {
  background-color: #00256d;
}

.biggin .stat {
  width: 35%;
  margin: 1em auto;
  padding: 50px 30px 5px 30px;
  box-sizing: content-box;
  color: #00256d;
  background-color: white;
  -webkit-box-shadow: 0 2px 27px 0 rgba(1, 24, 68, 0.5);
  box-shadow: 0 2px 27px 0 rgba(1, 24, 68, 0.5);
  border-bottom: 10px solid #FAA41A;
}
.biggin .stat span {
  font-size: 3rem;
  display: inline-block;
}
.biggin .stat span.stat-number {
  font-size: 3rem;
  display: inline-block;
}

.stat span {
  opacity: 1;
  display: block;
  font-size: 1.2rem;
  text-align: center;
}
.stat span.stat-number {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .statistics .stat {
    width: 130px;
    height: 110px;
    padding: 40px 20px 20px 20px;
  }
  .stat span {
    font-size: 1rem;
  }
  .biggin .stat span {
    font-size: 2rem;
    display: inline-block;
  }
  .biggin .stat span.stat-number {
    font-size: 2rem;
    display: inline-block;
  }
  .biggin .stat {
    height: 2rem;
    padding: 30px 20px 20px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .statistics .stat-col:not(.carousel) {
    display: block;
    width: 100%;
  }
  .statistics .stat {
    width: 100%;
    height: unset;
    padding: 0;
    box-sizing: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .biggin .stat p {
    line-height: unset;
    text-align: center;
    padding: 1rem;
  }
  .biggin .stat span {
    font-size: 2rem;
    display: inline-block;
  }
  .biggin .stat span.stat-number {
    font-size: 2rem;
    display: inline-block;
  }
  .biggin .stat {
    width: 95%;
    padding: 0;
    margin: auto;
  }
  .stat p {
    line-height: unset;
    text-align: left;
    padding: 1rem;
  }
  .stat span {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
  }
  .stat span.stat-number {
    margin-bottom: unset;
  }
}
.sso-pass-through-form br {
  display: none;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.single-library_file .wistia_embed-container {
  text-align: center;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Collapsibles
--------------------------------------------  */
.membership-message .collapsible,
.library-list .collapsible {
  width: 100%;
}
.membership-message .collapsible .collapsible .collapse-button,
.library-list .collapsible .collapsible .collapse-button {
  width: 75%;
}
.membership-message .collapsible .collapsible .collapsible .collapse-button,
.library-list .collapsible .collapsible .collapsible .collapse-button {
  width: 50%;
}
.membership-message .collapsible .collapse-button,
.library-list .collapsible .collapse-button {
  width: 100%;
}
.membership-message .collapsible .collapse-button + .collaspse,
.library-list .collapsible .collapse-button + .collaspse {
  margin-left: -15px;
}
.membership-message .collapsible .card-body,
.library-list .collapsible .card-body {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.collapsible:nth-of-type(2n) > .collapse-button {
  background-color: #3462AE;
  color: #DFE6EB;
}

.full-width-collapser {
  width: 100% !important;
}

.library_file-template-default .restricted-content .collapsible button {
  min-width: 100%;
}
.library_file-template-default .restricted-content .card-body {
  border: none;
}
.library_file-template-default .restricted-content .card-body .collapsible button {
  min-width: 75%;
}

/* Filters
--------------------------------------------  */
.filter h4 {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: normal;
  border-bottom: 1px solid #D8D8D8;
}
.filter h4 a[data-toggle=collapse] {
  text-decoration: none;
  color: #00256d;
}
.filter h4 a[data-toggle=collapse]:after {
  float: right;
  content: "\f107";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 600;
}
.filter h4 a[data-toggle=collapse][aria-expanded=true]:after {
  content: "\f105";
}
.filter .list-group {
  margin-left: 0.25em;
}
.filter .list-group-item {
  padding: 0.25rem;
  font-weight: normal;
  font-size: 1.1rem;
  font-family: "Spartan", sans-serif;
}
.filter label {
  margin: 0;
  vertical-align: middle;
}
.filter .searchbar {
  width: 75%;
}

.do-search {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.header-align-center h1 {
  text-align: center;
}
.header-align-center p {
  text-align: center;
  margin: 0px auto;
}

.hidden {
  display: none;
}

.spacer-1 {
  height: 1rem;
}

.spacer-2 {
  height: 2rem;
}

.spacer-3 {
  height: 3rem;
}

.spacer-4 {
  height: 4rem;
}

.spacer-5 {
  height: 5rem;
}

.spacer-6 {
  height: 6rem;
}

.spacer-7 {
  height: 7rem;
}

.spacer-8 {
  height: 8rem;
}

/*# sourceMappingURL=style.css.map */
