@charset "UTF-8";
/*

MIXIN: RANGE

@version 1.0
@date    2017-09-22
@author  michael@marketingdesigngroup.com

This SASS mixin creates a media query for one or more predefined ranges of
screen widths. It requires a map of named ranges with min and/or max values (in
pixels). Example:

	$ranges: (
		small:   (max: 500),
		medium:  (min: 501, max: 768),
		large:   (min: 769)
	);

Bootstrap ranges are created by default, but may be overwritten in your
stylesheet after this file is included. It was designed to be used on documents
with at least one finite range (with both min and max), but should work equally
well with a mobile-first design.

Use examples:

	@include range(small) { ... }

	@include range(small, medium) { ... }

	@include range(medium, large) { ... }

	@include range(alpha, bravo, charlie) { ... }

Argument order does not matter. The ranges are merged inclusively, meaning each
included range can only expand the total scope of the final media query, not
contract it. This means that if ANY included range has a "null" max or min, the
final media query will not have a max-width or min-width constraint,
respectively. It also means that if there are gaps between the included ranges,
they will be ignored, since both min and max will have been provided.

A more sophisticated version of this mixin would detect gaps in the included
ranges and output multiple media queries.

*/
/* =WordPress Core
Based on https://codex.wordpress.org/CSS
-------------------------------------------------------------- */
@import url("font-awesome/css/all.min.css");
.alignnone {
  display: block;
  margin: 1em 0;
}
.alignnone img {
  display: block;
}

.aligncenter, .alignleft, .alignright, .wp-block-group.is-style-nassp-callout-right {
  display: block;
  margin: 1em auto;
}
.aligncenter img, .alignleft img, .alignright img, .wp-block-group.is-style-nassp-callout-right img {
  display: block;
}

@media screen and (min-width: 768px) {
  .alignright, .wp-block-group.is-style-nassp-callout-right {
    max-width: 20em;
    float: right;
    margin: 0.25em 0 1em 2em;
  }
}

@media screen and (min-width: 768px) {
  .alignleft {
    max-width: 20em;
    float: left;
    margin: 0.25em 2em 1em 0;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #ba1200;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #6e0b00;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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, .archive-entry .entry-title, 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, .archive-entry .entry-title, .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(51, 51, 51, 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;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(51, 51, 51, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ecbdb8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #db847a;
}

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

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

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

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

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8e7f8;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7ad3f3;
}

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

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

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ecbdb8;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #db847a;
}

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

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

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

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ff4e3b;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(186, 18, 0, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ba1200;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ba1200;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ed1700;
  background-color: #ed1700;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(186, 18, 0, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ba1200;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ba1200;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ba1200;
  box-shadow: 0 0 0 0.2rem rgba(186, 18, 0, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

.btn-primary, .sidebar button[name=jetpack_subscriptions_widget], button[name=jetpack_subscriptions_widget] {
  color: #fff;
  background-color: #ba1200;
  border-color: #ba1200;
}
.btn-primary:hover, button[name=jetpack_subscriptions_widget]:hover {
  color: #fff;
  background-color: #940e00;
  border-color: #870d00;
}
.btn-primary:focus, button[name=jetpack_subscriptions_widget]:focus, .btn-primary.focus, button.focus[name=jetpack_subscriptions_widget] {
  box-shadow: 0 0 0 0.2rem rgba(196, 54, 38, 0.5);
}
.btn-primary.disabled, button.disabled[name=jetpack_subscriptions_widget], .btn-primary:disabled, button[name=jetpack_subscriptions_widget]:disabled {
  color: #fff;
  background-color: #ba1200;
  border-color: #ba1200;
}
.btn-primary:not(:disabled):not(.disabled):active, button[name=jetpack_subscriptions_widget]:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, button[name=jetpack_subscriptions_widget]:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > button.dropdown-toggle[name=jetpack_subscriptions_widget] {
  color: #fff;
  background-color: #870d00;
  border-color: #7a0c00;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, button[name=jetpack_subscriptions_widget]:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, button[name=jetpack_subscriptions_widget]:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > button.dropdown-toggle[name=jetpack_subscriptions_widget]:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 54, 38, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #00aae7;
  border-color: #00aae7;
}
.btn-info:hover {
  color: #fff;
  background-color: #008ec1;
  border-color: #0084b4;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 183, 235, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #00aae7;
  border-color: #00aae7;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0084b4;
  border-color: #007ba7;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 183, 235, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ba1200;
  border-color: #ba1200;
}
.btn-danger:hover {
  color: #fff;
  background-color: #940e00;
  border-color: #870d00;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 54, 38, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ba1200;
  border-color: #ba1200;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #870d00;
  border-color: #7a0c00;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 54, 38, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #ba1200;
  border-color: #ba1200;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #ba1200;
  border-color: #ba1200;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(186, 18, 0, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ba1200;
  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: #ba1200;
  border-color: #ba1200;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(186, 18, 0, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #00aae7;
  border-color: #00aae7;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #00aae7;
  border-color: #00aae7;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 231, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00aae7;
  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: #00aae7;
  border-color: #00aae7;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 231, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ba1200;
  border-color: #ba1200;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ba1200;
  border-color: #ba1200;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(186, 18, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ba1200;
  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: #ba1200;
  border-color: #ba1200;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(186, 18, 0, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #ba1200;
  text-decoration: none;
}
.btn-link:hover {
  color: #6e0b00;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > button[name=jetpack_subscriptions_widget] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > button[name=jetpack_subscriptions_widget] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ba1200;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > button[name=jetpack_subscriptions_widget],
.btn-group-vertical > .btn,
.btn-group-vertical > button[name=jetpack_subscriptions_widget] {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > button[name=jetpack_subscriptions_widget]:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > button[name=jetpack_subscriptions_widget]:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > button[name=jetpack_subscriptions_widget]:focus, .btn-group > .btn:active, .btn-group > button[name=jetpack_subscriptions_widget]:active, .btn-group > .btn.active, .btn-group > button.active[name=jetpack_subscriptions_widget],
.btn-group-vertical > .btn:focus,
.btn-group-vertical > button[name=jetpack_subscriptions_widget]:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > button[name=jetpack_subscriptions_widget]:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > button.active[name=jetpack_subscriptions_widget] {
  z-index: 1;
}

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

.btn-group > .btn:not(:first-child), .btn-group > button[name=jetpack_subscriptions_widget]:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > button[name=jetpack_subscriptions_widget] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > button[name=jetpack_subscriptions_widget] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > button[name=jetpack_subscriptions_widget],
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > button[name=jetpack_subscriptions_widget]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-toggle > .btn, .btn-group-toggle > button[name=jetpack_subscriptions_widget],
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > button[name=jetpack_subscriptions_widget] {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > button[name=jetpack_subscriptions_widget] input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > button[name=jetpack_subscriptions_widget] input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > button[name=jetpack_subscriptions_widget] input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > button[name=jetpack_subscriptions_widget] input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend button[name=jetpack_subscriptions_widget],
.input-group-append .btn,
.input-group-append button[name=jetpack_subscriptions_widget] {
  position: relative;
  z-index: 2;
  border-radius: 0 4px 4px 0;
}
.input-group-prepend .btn:focus, .input-group-prepend button[name=jetpack_subscriptions_widget]:focus,
.input-group-append .btn:focus,
.input-group-append button[name=jetpack_subscriptions_widget]:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend button[name=jetpack_subscriptions_widget] + .btn, .input-group-prepend .btn + button[name=jetpack_subscriptions_widget], .input-group-prepend button[name=jetpack_subscriptions_widget] + button[name=jetpack_subscriptions_widget],
.input-group-prepend .btn + .input-group-text,
.input-group-prepend button[name=jetpack_subscriptions_widget] + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + button[name=jetpack_subscriptions_widget],
.input-group-append .btn + .btn,
.input-group-append button[name=jetpack_subscriptions_widget] + .btn,
.input-group-append .btn + button[name=jetpack_subscriptions_widget],
.input-group-append button[name=jetpack_subscriptions_widget] + button[name=jetpack_subscriptions_widget],
.input-group-append .btn + .input-group-text,
.input-group-append button[name=jetpack_subscriptions_widget] + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + button[name=jetpack_subscriptions_widget] {
  margin-left: -1px;
}

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

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

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

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > button[name=jetpack_subscriptions_widget],
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > button[name=jetpack_subscriptions_widget] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > button[name=jetpack_subscriptions_widget],
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > button[name=jetpack_subscriptions_widget] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ba1200;
  background-color: #ba1200;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(186, 18, 0, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff4e3b;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ff7c6e;
  border-color: #ff7c6e;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ba1200;
  background-color: #ba1200;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(186, 18, 0, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(186, 18, 0, 0.5);
}

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

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(186, 18, 0, 0.5);
}

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

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

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

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

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

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

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(186, 18, 0, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(186, 18, 0, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(186, 18, 0, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ba1200;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #ff7c6e;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ba1200;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #ff7c6e;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #ba1200;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #ff7c6e;
}
.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;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(51, 51, 51, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-body {
  flex: 1 1 auto;
}

.card-title {
  padding: 1.25rem;
  margin-bottom: 0.75rem;
  font-style: normal;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 29px;
  color: #082267;
  background: rgba(8, 34, 103, 0.05);
}
.card-title a {
  color: inherit;
}

.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(51, 51, 51, 0.03);
  border-bottom: 1px solid rgba(51, 51, 51, 0.125);
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

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

.card-img {
  width: 100%;
}

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

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

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

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

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

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

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

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

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ba1200;
  border-color: #ba1200;
}
.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-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, button[name=jetpack_subscriptions_widget] .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #ba1200;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #870d00;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(186, 18, 0, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #00aae7;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #0084b4;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 231, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ba1200;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #870d00;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(186, 18, 0, 0.5);
}

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

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.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: #792218;
  background-color: #f1d0cc;
  border-color: #ecbdb8;
}
.alert-primary hr {
  border-top-color: #e7aaa4;
}
.alert-primary .alert-link {
  color: #4e1610;
}

.alert-secondary {
  color: #515559;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #393c3e;
}

.alert-success {
  color: #2d6f3c;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #1e4b28;
}

.alert-info {
  color: #187191;
  background-color: #cceefa;
  border-color: #b8e7f8;
}
.alert-info hr {
  border-top-color: #a1dff6;
}
.alert-info .alert-link {
  color: #114f65;
}

.alert-warning {
  color: #9d7d1c;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #725b14;
}

.alert-danger {
  color: #792218;
  background-color: #f1d0cc;
  border-color: #ecbdb8;
}
.alert-danger hr {
  border-top-color: #e7aaa4;
}
.alert-danger .alert-link {
  color: #4e1610;
}

.alert-light {
  color: #999a9a;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #7f8181;
}

.alert-dark {
  color: #34373a;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #1c1e1f;
}

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

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

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

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

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

.media-body {
  flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.125);
}
.list-group-item:last-child {
  margin-bottom: 0;
}
.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: #ba1200;
  border-color: #ba1200;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #792218;
  background-color: #ecbdb8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #792218;
  background-color: #e7aaa4;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #792218;
  border-color: #792218;
}

.list-group-item-secondary {
  color: #515559;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #515559;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #515559;
  border-color: #515559;
}

.list-group-item-success {
  color: #2d6f3c;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #2d6f3c;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #2d6f3c;
  border-color: #2d6f3c;
}

.list-group-item-info {
  color: #187191;
  background-color: #b8e7f8;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #187191;
  background-color: #a1dff6;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #187191;
  border-color: #187191;
}

.list-group-item-warning {
  color: #9d7d1c;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #9d7d1c;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #9d7d1c;
  border-color: #9d7d1c;
}

.list-group-item-danger {
  color: #792218;
  background-color: #ecbdb8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #792218;
  background-color: #e7aaa4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #792218;
  border-color: #792218;
}

.list-group-item-light {
  color: #999a9a;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #999a9a;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #999a9a;
  border-color: #999a9a;
}

.list-group-item-dark {
  color: #34373a;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #34373a;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #34373a;
  border-color: #34373a;
}

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

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

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

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

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

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

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

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

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

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

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

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

.bs-tooltip-top, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top], .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #333;
}

.bs-tooltip-right, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right], .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #333;
}

.bs-tooltip-bottom, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #333;
}

.bs-tooltip-left, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left], .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #333;
}

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

.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(51, 51, 51, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .b-popover-dark.bs-popover-auto[x-placement^=top], .b-popover-light.bs-popover-auto[x-placement^=top], .b-popover-danger.bs-popover-auto[x-placement^=top], .b-popover-warning.bs-popover-auto[x-placement^=top], .b-popover-info.bs-popover-auto[x-placement^=top], .b-popover-success.bs-popover-auto[x-placement^=top], .b-popover-secondary.bs-popover-auto[x-placement^=top], .b-popover-primary.bs-popover-auto[x-placement^=top], .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(51, 51, 51, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .b-popover-dark.bs-popover-auto[x-placement^=right], .b-popover-light.bs-popover-auto[x-placement^=right], .b-popover-danger.bs-popover-auto[x-placement^=right], .b-popover-warning.bs-popover-auto[x-placement^=right], .b-popover-info.bs-popover-auto[x-placement^=right], .b-popover-success.bs-popover-auto[x-placement^=right], .b-popover-secondary.bs-popover-auto[x-placement^=right], .b-popover-primary.bs-popover-auto[x-placement^=right], .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(51, 51, 51, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

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

.bs-popover-left, .b-popover-dark.bs-popover-auto[x-placement^=left], .b-popover-light.bs-popover-auto[x-placement^=left], .b-popover-danger.bs-popover-auto[x-placement^=left], .b-popover-warning.bs-popover-auto[x-placement^=left], .b-popover-info.bs-popover-auto[x-placement^=left], .b-popover-success.bs-popover-auto[x-placement^=left], .b-popover-secondary.bs-popover-auto[x-placement^=left], .b-popover-primary.bs-popover-auto[x-placement^=left], .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(51, 51, 51, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-info {
  background-color: #00aae7 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #00aae7 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #ba1200 !important;
}

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

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

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

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

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

.text-info {
  color: #00aae7 !important;
}

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

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

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

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

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

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

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

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

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

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

.text-muted, .pfy-account-directory-desc, .pfy-cart-item-price-value-before-discount, .pfy-product-price-value-before-discount, .sidebar .jetpack-subscribe-count, .jetpack-subscribe-count {
  color: #6c757d !important;
}

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(button[name=jetpack_subscriptions_widget]) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3,
  .archive-entry .entry-title {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  .archive-entry .entry-title {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #333;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.bv-no-focus-ring:focus {
  outline: none;
}

@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important;
  }
}
.bv-d-xl-down-none {
  display: none !important;
}

.form-control.focus {
  color: #495057;
  background-color: #fff;
  border-color: #ff4e3b;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(186, 18, 0, 0.25);
}
.form-control.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.focus.is-invalid {
  border-color: #ba1200;
  box-shadow: 0 0 0 0.2rem rgba(186, 18, 0, 0.25);
}

.b-form-btn-label-control.form-control {
  background-image: none;
  padding: 0;
}
.input-group .b-form-btn-label-control.form-control {
  padding: 0;
}

[dir=rtl] .b-form-btn-label-control.form-control, .b-form-btn-label-control.form-control[dir=rtl] {
  flex-direction: row-reverse;
}
[dir=rtl] .b-form-btn-label-control.form-control > label, .b-form-btn-label-control.form-control[dir=rtl] > label {
  text-align: right;
}

.b-form-btn-label-control.form-control > .btn, .b-form-btn-label-control.form-control > button[name=jetpack_subscriptions_widget] {
  line-height: 1;
  font-size: inherit;
  box-shadow: none !important;
  border: 0;
}
.b-form-btn-label-control.form-control > .btn:disabled, .b-form-btn-label-control.form-control > button[name=jetpack_subscriptions_widget]:disabled {
  pointer-events: none;
}
.b-form-btn-label-control.form-control.is-valid > .btn, .b-form-btn-label-control.form-control.is-valid > button[name=jetpack_subscriptions_widget] {
  color: #28a745;
}
.b-form-btn-label-control.form-control.is-invalid > .btn, .b-form-btn-label-control.form-control.is-invalid > button[name=jetpack_subscriptions_widget] {
  color: #ba1200;
}
.b-form-btn-label-control.form-control > .dropdown-menu {
  padding: 0.5rem;
}
.b-form-btn-label-control.form-control > label {
  outline: 0;
  padding-left: 0.25rem;
  margin: 0;
  border: 0;
  font-size: inherit;
  cursor: pointer;
  min-height: calc(calc(1.5em + 0.75rem + 2px) - 2px);
}
.b-form-btn-label-control.form-control > label.form-control-sm {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
}
.b-form-btn-label-control.form-control > label.form-control-lg {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
}
.input-group.input-group-sm .b-form-btn-label-control.form-control > label {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.input-group.input-group-lg .b-form-btn-label-control.form-control > label {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.b-form-btn-label-control.form-control[aria-disabled=true], .b-form-btn-label-control.form-control[aria-readonly=true] {
  background-color: #e9ecef;
  opacity: 1;
}
.b-form-btn-label-control.form-control[aria-disabled=true] {
  pointer-events: none;
}
.b-form-btn-label-control.form-control[aria-disabled=true] > label {
  cursor: default;
}

.b-form-btn-label-control.btn-group > .dropdown-menu {
  padding: 0.5rem;
}

.b-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.b-avatar:focus {
  outline: 0;
}
.b-avatar.btn, button.b-avatar[name=jetpack_subscriptions_widget], .b-avatar[href] {
  padding: 0;
  border: 0;
}
.b-avatar.btn .b-avatar-img img, button.b-avatar[name=jetpack_subscriptions_widget] .b-avatar-img img, .b-avatar[href] .b-avatar-img img {
  transition: transform 0.15s ease-in-out;
}
.b-avatar.btn:not(:disabled):not(.disabled), button.b-avatar[name=jetpack_subscriptions_widget]:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, button.b-avatar[name=jetpack_subscriptions_widget]:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
  transform: scale(1.15);
}
.b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] {
  opacity: 0.65;
  pointer-events: none;
}
.b-avatar .b-avatar-custom,
.b-avatar .b-avatar-text,
.b-avatar .b-avatar-img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  mask-image: radial-gradient(white, black);
}
.b-avatar .b-avatar-text {
  text-transform: uppercase;
  white-space: nowrap;
}
.b-avatar[href] {
  text-decoration: none;
}
.b-avatar > .b-icon {
  width: 60%;
  height: auto;
  max-width: 100%;
}
.b-avatar .b-avatar-img img {
  width: 100%;
  height: 100%;
  max-height: auto;
  border-radius: inherit;
  object-fit: cover;
}
.b-avatar .b-avatar-badge {
  position: absolute;
  min-height: 1.5em;
  min-width: 1.5em;
  padding: 0.25em;
  line-height: 1;
  border-radius: 10em;
  font-size: 70%;
  font-weight: 700;
  z-index: 5;
}

.b-avatar-group .b-avatar-group-inner {
  display: flex;
  flex-wrap: wrap;
}
.b-avatar-group .b-avatar {
  border: 1px solid #dee2e6;
}
.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),
.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled),
.b-avatar-group button.b-avatar[name=jetpack_subscriptions_widget]:hover:not(.disabled):not(disabled) {
  z-index: 3;
}

.b-calendar {
  display: inline-flex;
}
.b-calendar .b-calendar-inner {
  min-width: 250px;
}
.b-calendar .b-calendar-header,
.b-calendar .b-calendar-nav {
  margin-bottom: 0.25rem;
}
.b-calendar .b-calendar-nav .btn, .b-calendar .b-calendar-nav button[name=jetpack_subscriptions_widget] {
  padding: 0.25rem;
}
.b-calendar output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-calendar output.readonly {
  background-color: #e9ecef;
  opacity: 1;
}
.b-calendar .b-calendar-footer {
  margin-top: 0.5rem;
}
.b-calendar .b-calendar-grid {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.b-calendar .b-calendar-grid .row {
  flex-wrap: nowrap;
}
.b-calendar .b-calendar-grid-caption {
  padding: 0.25rem;
}
.b-calendar .b-calendar-grid-body .col[data-date] .btn, .b-calendar .b-calendar-grid-body .col[data-date] button[name=jetpack_subscriptions_widget] {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  margin: 3px auto;
  padding: 9px 0;
}
.b-calendar .btn:disabled, .b-calendar button[name=jetpack_subscriptions_widget]:disabled, .b-calendar .btn.disabled, .b-calendar button.disabled[name=jetpack_subscriptions_widget], .b-calendar .btn[aria-disabled=true], .b-calendar button[aria-disabled=true][name=jetpack_subscriptions_widget] {
  cursor: default;
  pointer-events: none;
}

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}
.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}
.dropdown .dropdown-menu:focus {
  outline: none;
}

.b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}
.b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.b-dropdown-form.disabled, .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #6c757d;
  pointer-events: none;
}

.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}

.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-checkbox .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-checkbox .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%;
}

.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-checkbox .custom-control-label::before {
  top: 0.09rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-checkbox .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background-size: 50% 50%;
}

.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
  padding-left: 2.8125rem;
}
.custom-switch.b-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-switch .custom-control-label::before {
  top: 0.3125rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
  border-radius: 0.625rem;
}
.custom-switch.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-label::after {
  top: calc(
        0.3125rem + 2px
      );
  left: calc(
        -2.8125rem + 2px
      );
  width: calc(
  1.25rem - 4px
);
  height: calc(
  1.25rem - 4px
);
  border-radius: 0.625rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.9375rem);
}

.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}
.custom-switch.b-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
}
.custom-switch.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-label::after {
  top: calc(
        0.21875rem + 2px
      );
  left: calc(
        -1.96875rem + 2px
      );
  width: calc(
  0.875rem - 4px
);
  height: calc(
  0.875rem - 4px
);
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.65625rem);
}

.input-group > .input-group-prepend > .btn-group > .btn, .input-group > .input-group-prepend > .btn-group > button[name=jetpack_subscriptions_widget],
.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-group > button[name=jetpack_subscriptions_widget],
.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn,
.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > button[name=jetpack_subscriptions_widget] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn-group > .btn, .input-group > .input-group-append > .btn-group > button[name=jetpack_subscriptions_widget],
.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-group > button[name=jetpack_subscriptions_widget],
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn,
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > button[name=jetpack_subscriptions_widget] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-file-label {
  white-space: nowrap;
  overflow-x: hidden;
}

.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
}
.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
.b-custom-control-lg .custom-file-label::after,
.input-group-lg .custom-file-label::after {
  font-size: inherit;
  height: calc(
  1.5em + 1rem
);
}

.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
}
.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}
.b-custom-control-sm .custom-file-label::after,
.input-group-sm .custom-file-label::after {
  font-size: inherit;
  height: calc(
  1.5em + 0.5rem
);
}

.was-validated .form-control:invalid, .was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

input[type=color].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control.form-control-sm,
.input-group-sm input[type=color].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control.form-control-lg,
.input-group-lg input[type=color].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}

.input-group > .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-range + .form-control,
.input-group > .custom-range + .form-control-plaintext,
.input-group > .custom-range + .custom-select,
.input-group > .custom-range + .custom-range,
.input-group > .custom-range + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control + .custom-range,
.input-group > .form-control-plaintext + .custom-range,
.input-group > .custom-select + .custom-range,
.input-group > .custom-range + .custom-range,
.input-group > .custom-file + .custom-range {
  margin-left: -1px;
}
.input-group > .custom-range:focus {
  z-index: 3;
}
.input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .input-group > .custom-range {
    transition: none;
  }
}
.input-group > .custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ff4e3b;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(186, 18, 0, 0.25);
}
.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}

.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
}

.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
}

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

.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(40, 167, 69, 0.35);
}

.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
  border-color: #ba1200;
}
.was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {
  border-color: #ba1200;
  box-shadow: 0 0 0 0.2rem rgba(186, 18, 0, 0.25);
}

.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #ff7c6e;
}
.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #ff7c6e;
}
.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #ff7c6e;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #ba1200;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #ff7c6e;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(186, 18, 0, 0.35);
}
.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #ba1200;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #ff7c6e;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(186, 18, 0, 0.35);
}
.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #ba1200;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
  background-color: #ff7c6e;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(186, 18, 0, 0.35);
}
.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(186, 18, 0, 0.35);
}

.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-radio.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-radio .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-radio .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50%/50% 50%;
}

.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-radio.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-radio .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-radio .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: no-repeat 50%/50% 50%;
}

.b-rating {
  text-align: center;
}
.b-rating.d-inline-flex {
  width: auto;
}
.b-rating .b-rating-star,
.b-rating .b-rating-value {
  padding: 0 0.25em;
}
.b-rating .b-rating-value {
  min-width: 2.5em;
}
.b-rating .b-rating-star {
  display: inline-flex;
  justify-content: center;
  outline: 0;
}
.b-rating .b-rating-star .b-rating-icon {
  display: inline-flex;
  transition: all 0.15s ease-in-out;
}
.b-rating.disabled, .b-rating:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.b-rating:not(.disabled):not(.readonly) .b-rating-star {
  cursor: pointer;
}
.b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,
.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon {
  transform: scale(1.5);
}
.b-rating[dir=rtl] .b-rating-star-half {
  transform: scale(-1, 1);
}

.b-form-spinbutton {
  text-align: center;
  overflow: hidden;
  background-image: none;
  padding: 0;
}
[dir=rtl] .b-form-spinbutton:not(.flex-column), .b-form-spinbutton[dir=rtl]:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-form-spinbutton output {
  font-size: inherit;
  outline: 0;
  border: 0;
  background-color: transparent;
  width: auto;
  margin: 0;
  padding: 0 0.25rem;
}
.b-form-spinbutton output > div,
.b-form-spinbutton output > bdi {
  display: block;
  min-width: 2.25em;
  height: 1.5em;
}
.b-form-spinbutton.flex-column {
  height: auto;
  width: auto;
}
.b-form-spinbutton.flex-column output {
  margin: 0 0.25rem;
  padding: 0.25rem 0;
}
.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
  output-width: 100%;
}
.b-form-spinbutton.d-inline-flex:not(.flex-column) {
  width: auto;
}
.b-form-spinbutton .btn, .b-form-spinbutton button[name=jetpack_subscriptions_widget] {
  line-height: 1;
  box-shadow: none !important;
}
.b-form-spinbutton .btn:disabled, .b-form-spinbutton button[name=jetpack_subscriptions_widget]:disabled {
  pointer-events: none;
}
.b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon, .b-form-spinbutton button[name=jetpack_subscriptions_widget]:hover:not(:disabled) > div > .b-icon {
  transform: scale(1.25);
}
.b-form-spinbutton.disabled, .b-form-spinbutton.readonly {
  background-color: #e9ecef;
}
.b-form-spinbutton.disabled {
  pointer-events: none;
}

.b-form-tags .b-form-tags-list {
  margin-top: -0.25rem;
}
.b-form-tags .b-form-tags-list .b-from-tags-field,
.b-form-tags .b-form-tags-list .b-form-tag {
  margin-top: 0.25rem;
}
.b-form-tags.focus {
  color: #495057;
  background-color: #fff;
  border-color: #ff4e3b;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(186, 18, 0, 0.25);
}
.b-form-tags.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.b-form-tags.focus.is-invalid {
  border-color: #ba1200;
  box-shadow: 0 0 0 0.2rem rgba(186, 18, 0, 0.25);
}
.b-form-tags.disabled {
  background-color: #e9ecef;
}

.b-form-tag {
  font-size: 75%;
  font-weight: normal;
  line-height: 1.5;
  margin-right: 0.25rem;
}
.b-form-tag.disabled {
  opacity: 0.75;
}
.b-form-tag > button.b-form-tag-remove {
  color: inherit;
  font-size: 125%;
  line-height: 1;
  float: none;
  margin-left: 0.25rem;
}

.form-control-sm .b-form-tag {
  line-height: 1.5;
}

.form-control-lg .b-form-tag {
  line-height: 1.5;
}

.modal-backdrop {
  opacity: 0.5;
}

.b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1;
}
.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0;
}

.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0;
}
.popover.b-popover.fade:not(.show) {
  opacity: 0;
}
.popover.b-popover.show {
  opacity: 1;
}

.b-popover-primary.popover {
  background-color: #f1d0cc;
  border-color: #ecbdb8;
}
.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #ecbdb8;
}
.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #f1d0cc;
}
.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #ecbdb8;
}
.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #f1d0cc;
}
.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #ecbdb8;
}
.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #eec5c0;
}
.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #eec5c0;
}
.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #ecbdb8;
}
.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #f1d0cc;
}
.b-popover-primary .popover-header {
  color: #212529;
  background-color: #eec5c0;
  border-bottom-color: #e8b2ac;
}
.b-popover-primary .popover-body {
  color: #792218;
}

.b-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #d6d8db;
}
.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #d6d8db;
}
.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #d6d8db;
}
.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #e2e3e5;
}
.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #dadbde;
  border-bottom-color: #ccced2;
}
.b-popover-secondary .popover-body {
  color: #515559;
}

.b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c3e6cb;
}
.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d4edda;
}
.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c3e6cb;
}
.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d4edda;
}
.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c3e6cb;
}
.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c9e8d1;
}
.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c9e8d1;
}
.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c3e6cb;
}
.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d4edda;
}
.b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1;
}
.b-popover-success .popover-body {
  color: #2d6f3c;
}

.b-popover-info.popover {
  background-color: #cceefa;
  border-color: #b8e7f8;
}
.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #b8e7f8;
}
.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #cceefa;
}
.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #b8e7f8;
}
.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #cceefa;
}
.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #b8e7f8;
}
.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #bee9f9;
}
.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #bee9f9;
}
.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #b8e7f8;
}
.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #cceefa;
}
.b-popover-info .popover-header {
  color: #212529;
  background-color: #bee9f9;
  border-bottom-color: #a7e2f6;
}
.b-popover-info .popover-body {
  color: #187191;
}

.b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #ffeeba;
}
.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fff3cd;
}
.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #ffeeba;
}
.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fff3cd;
}
.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #ffeeba;
}
.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #ffeeba;
}
.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fff3cd;
}
.b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4;
}
.b-popover-warning .popover-body {
  color: #9d7d1c;
}

.b-popover-danger.popover {
  background-color: #f1d0cc;
  border-color: #ecbdb8;
}
.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #ecbdb8;
}
.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #f1d0cc;
}
.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #ecbdb8;
}
.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #f1d0cc;
}
.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #ecbdb8;
}
.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #eec5c0;
}
.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #eec5c0;
}
.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #ecbdb8;
}
.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #f1d0cc;
}
.b-popover-danger .popover-header {
  color: #212529;
  background-color: #eec5c0;
  border-bottom-color: #e8b2ac;
}
.b-popover-danger .popover-body {
  color: #792218;
}

.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #fdfdfe;
}
.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fefefe;
}
.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #fdfdfe;
}
.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fefefe;
}
.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #fdfdfe;
}
.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #fdfdfe;
}
.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fefefe;
}
.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea;
}
.b-popover-light .popover-body {
  color: #999a9a;
}

.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d6d8d9;
}
.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c6c8ca;
}
.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d6d8d9;
}
.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c6c8ca;
}
.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c6c8ca;
}
.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d6d8d9;
}
.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}
.b-popover-dark .popover-body {
  color: #34373a;
}

.b-skeleton-wrapper {
  cursor: wait;
}

.b-skeleton {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  cursor: wait;
}
.b-skeleton::before {
  content: " ";
}

.b-skeleton-text {
  height: 1rem;
  margin-bottom: 0.25rem;
}

.b-skeleton-button {
  width: 75px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.b-skeleton-avatar {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}

.b-skeleton-input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: #ced4da solid 1px;
}

.b-skeleton-icon-wrapper svg {
  color: rgba(0, 0, 0, 0.12);
}

.b-skeleton-img {
  height: 100%;
  width: 100%;
}

.b-skeleton-animate-wave::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.4), transparent);
  animation: b-skeleton-animate-wave 1.75s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-wave::after {
    background: none;
    animation: none;
  }
}

@keyframes b-skeleton-animate-wave {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.b-skeleton-animate-fade {
  animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-fade {
    animation: none;
  }
}

@keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.b-skeleton-animate-throb {
  animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-throb {
    animation: none;
  }
}

@keyframes b-skeleton-animate-throb {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.975);
  }
}
.b-sidebar-outer {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: calc(1030 + 5);
}

.b-sidebar-backdrop {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
}

.b-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed !important;
  top: 0;
  height: 100vh;
  width: 320px;
  max-width: 100% !important;
  margin: 0 !important;
  outline: 0;
  transform: translateX(0);
}
.b-sidebar.slide {
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .b-sidebar.slide {
    transition: none;
  }
}
.b-sidebar:not(.b-sidebar-right) {
  left: 0;
  right: auto;
}
.b-sidebar:not(.b-sidebar-right).slide:not(.show) {
  transform: translateX(-100%);
}
.b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {
  margin-left: auto;
}
.b-sidebar.b-sidebar-right {
  left: auto;
  right: 0;
}
.b-sidebar.b-sidebar-right.slide:not(.show) {
  transform: translateX(100%);
}
.b-sidebar.b-sidebar-right > .b-sidebar-header .close {
  margin-right: auto;
}
.b-sidebar > .b-sidebar-header {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  align-items: center;
}
[dir=rtl] .b-sidebar > .b-sidebar-header {
  flex-direction: row-reverse;
}

.b-sidebar > .b-sidebar-header .close {
  float: none;
  font-size: 1.5rem;
}
.b-sidebar > .b-sidebar-body {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}
.b-sidebar > .b-sidebar-footer {
  flex-grow: 0;
}

.table.b-table.b-table-fixed {
  table-layout: fixed;
}
.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0;
}
.table.b-table[aria-busy=true] {
  opacity: 0.55;
}
.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important;
}
.table.b-table > caption {
  caption-side: bottom;
}
.table.b-table.b-table-caption-top > caption {
  caption-side: top !important;
}
.table.b-table > tbody > .table-active,
.table.b-table > tbody > .table-active > th,
.table.b-table > tbody > .table-active > td {
  background-color: rgba(51, 51, 51, 0.075);
}
.table.b-table.table-hover > tbody > tr.table-active:hover td,
.table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #212529;
  background-image: linear-gradient(rgba(51, 51, 51, 0.075), rgba(51, 51, 51, 0.075));
  background-repeat: no-repeat;
}
.table.b-table > tbody > .bg-active,
.table.b-table > tbody > .bg-active > th,
.table.b-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important;
}
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat;
}

.b-table-sticky-header,
.table-responsive,
[class*=table-responsive-] {
  margin-bottom: 1rem;
}
.b-table-sticky-header > .table,
.table-responsive > .table,
[class*=table-responsive-] > .table {
  margin-bottom: 0;
}

.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px;
}

@media print {
  .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important;
  }
}
@supports (position: sticky) {
  .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    position: sticky;
    left: 0;
  }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5;
  }
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2;
  }
  .table.b-table > thead > tr > .table-b-table-default,
  .table.b-table > tbody > tr > .table-b-table-default,
  .table.b-table > tfoot > tr > .table-b-table-default {
    color: #212529;
    background-color: #fff;
  }
  .table.b-table.table-dark > thead > tr > .bg-b-table-default,
  .table.b-table.table-dark > tbody > tr > .bg-b-table-default,
  .table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    color: #fff;
    background-color: #343a40;
  }
  .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: linear-gradient(rgba(51, 51, 51, 0.05), rgba(51, 51, 51, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #212529;
    background-image: linear-gradient(rgba(51, 51, 51, 0.075), rgba(51, 51, 51, 0.075));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat;
  }
}
.table.b-table > thead > tr > [aria-sort],
.table.b-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
}
.table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.75rem / 2) center;
  padding-right: calc(0.75rem + 0.65em);
}
.table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.75rem / 2) center;
  padding-left: calc(0.75rem + 0.65em);
}
.table.b-table > thead > tr > [aria-sort=none],
.table.b-table > tfoot > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > [aria-sort=ascending],
.table.b-table > tfoot > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > [aria-sort=descending],
.table.b-table > tfoot > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=none], .table.b-table.table-dark > tfoot > tr > [aria-sort=none],
.table.b-table > .thead-dark > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=ascending], .table.b-table.table-dark > tfoot > tr > [aria-sort=ascending],
.table.b-table > .thead-dark > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=descending], .table.b-table.table-dark > tfoot > tr > [aria-sort=descending],
.table.b-table > .thead-dark > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=none],
.table.b-table > tfoot > tr > .table-dark[aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=ascending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=descending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em);
}
.table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em);
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer;
}
.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
  user-select: none;
}

@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-sm > caption,
  .table.b-table.b-table-stacked-sm > tbody,
  .table.b-table.b-table-stacked-sm > tbody > tr,
  .table.b-table.b-table-stacked-sm > tbody > tr > td,
  .table.b-table.b-table-stacked-sm > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-sm > thead,
  .table.b-table.b-table-stacked-sm > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-md > caption,
  .table.b-table.b-table-stacked-md > tbody,
  .table.b-table.b-table-stacked-md > tbody > tr,
  .table.b-table.b-table-stacked-md > tbody > tr > td,
  .table.b-table.b-table-stacked-md > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-md > thead,
  .table.b-table.b-table-stacked-md > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-lg > caption,
  .table.b-table.b-table-stacked-lg > tbody,
  .table.b-table.b-table-stacked-lg > tbody > tr,
  .table.b-table.b-table-stacked-lg > tbody > tr > td,
  .table.b-table.b-table-stacked-lg > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-lg > thead,
  .table.b-table.b-table-stacked-lg > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-xl > caption,
  .table.b-table.b-table-stacked-xl > tbody,
  .table.b-table.b-table-stacked-xl > tbody > tr,
  .table.b-table.b-table-stacked-xl > tbody > tr > td,
  .table.b-table.b-table-stacked-xl > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-xl > thead,
  .table.b-table.b-table-stacked-xl > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
.table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}
.table.b-table.b-table-stacked > caption,
.table.b-table.b-table-stacked > tbody,
.table.b-table.b-table-stacked > tbody > tr,
.table.b-table.b-table-stacked > tbody > tr > td,
.table.b-table.b-table-stacked > tbody > tr > th {
  display: block;
}
.table.b-table.b-table-stacked > thead,
.table.b-table.b-table-stacked > tfoot {
  display: none;
}
.table.b-table.b-table-stacked > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
  padding: 0 calc(1rem / 2) 0 0;
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
  display: block;
  clear: both;
  content: "";
}
.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: calc(100% - 40%);
  padding: 0 0 0 calc(1rem / 2);
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
  border-top-width: 3px;
}

.b-time {
  min-width: 150px;
}
.b-time[aria-disabled=true] output, .b-time[aria-readonly=true] output,
.b-time output.disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.b-time[aria-disabled=true] output {
  pointer-events: none;
}
[dir=rtl] .b-time > .d-flex:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-time .b-time-header {
  margin-bottom: 0.5rem;
}
.b-time .b-time-header output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-time .b-time-footer {
  margin-top: 0.5rem;
}
.b-time .b-time-ampm {
  margin-left: 0.5rem;
}

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
}
.b-toast .toast {
  background-color: rgba(255, 255, 255, 0.85);
}
.b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.b-toast.b-toast-solid .toast {
  background-color: white;
}
.b-toast .toast {
  opacity: 1;
}
.b-toast .toast.fade:not(.show) {
  opacity: 0;
}
.b-toast .toast .toast-body {
  display: block;
}

.b-toast-primary .toast {
  background-color: rgba(246, 226, 224, 0.85);
  border-color: rgba(236, 189, 184, 0.85);
  color: #792218;
}
.b-toast-primary .toast .toast-header {
  color: #792218;
  background-color: rgba(241, 208, 204, 0.85);
  border-bottom-color: rgba(236, 189, 184, 0.85);
}
.b-toast-primary.b-toast-solid .toast {
  background-color: #f6e2e0;
}

.b-toast-secondary .toast {
  background-color: rgba(239, 240, 241, 0.85);
  border-color: rgba(214, 216, 219, 0.85);
  color: #515559;
}
.b-toast-secondary .toast .toast-header {
  color: #515559;
  background-color: rgba(226, 227, 229, 0.85);
  border-bottom-color: rgba(214, 216, 219, 0.85);
}
.b-toast-secondary.b-toast-solid .toast {
  background-color: #eff0f1;
}

.b-toast-success .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #2d6f3c;
}
.b-toast-success .toast .toast-header {
  color: #2d6f3c;
  background-color: rgba(212, 237, 218, 0.85);
  border-bottom-color: rgba(195, 230, 203, 0.85);
}
.b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9;
}

.b-toast-info .toast {
  background-color: rgba(227, 246, 252, 0.85);
  border-color: rgba(184, 231, 248, 0.85);
  color: #187191;
}
.b-toast-info .toast .toast-header {
  color: #187191;
  background-color: rgba(204, 238, 250, 0.85);
  border-bottom-color: rgba(184, 231, 248, 0.85);
}
.b-toast-info.b-toast-solid .toast {
  background-color: #e3f6fc;
}

.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #9d7d1c;
}
.b-toast-warning .toast .toast-header {
  color: #9d7d1c;
  background-color: rgba(255, 243, 205, 0.85);
  border-bottom-color: rgba(255, 238, 186, 0.85);
}
.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7;
}

.b-toast-danger .toast {
  background-color: rgba(246, 226, 224, 0.85);
  border-color: rgba(236, 189, 184, 0.85);
  color: #792218;
}
.b-toast-danger .toast .toast-header {
  color: #792218;
  background-color: rgba(241, 208, 204, 0.85);
  border-bottom-color: rgba(236, 189, 184, 0.85);
}
.b-toast-danger.b-toast-solid .toast {
  background-color: #f6e2e0;
}

.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #999a9a;
}
.b-toast-light .toast .toast-header {
  color: #999a9a;
  background-color: rgba(254, 254, 254, 0.85);
  border-bottom-color: rgba(253, 253, 254, 0.85);
}
.b-toast-light.b-toast-solid .toast {
  background-color: white;
}

.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #34373a;
}
.b-toast-dark .toast .toast-header {
  color: #34373a;
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}
.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5;
}

.b-toaster {
  z-index: 1100;
}
.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}
.b-toaster .b-toaster-slot:empty {
  display: none !important;
}

.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%; /* IE 11 fix */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
  top: 0.5rem;
}
.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0;
}
.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  bottom: 0.5rem;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}
.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: transform 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
  transition-delay: 0s;
}
.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0;
}
.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}
.tooltip.b-tooltip.show {
  opacity: 0.9;
}
.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}
.tooltip.b-tooltip .arrow {
  margin: 0 0.25rem;
}
.tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  margin: 0.25rem 0;
}

.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #ba1200;
}
.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #ba1200;
}
.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ba1200;
}
.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #ba1200;
}
.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #ba1200;
}

.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #6c757d;
}
.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #6c757d;
}

.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #28a745;
}
.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745;
}

.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #00aae7;
}
.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #00aae7;
}
.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #00aae7;
}
.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #00aae7;
}
.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #00aae7;
}

.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #ffc107;
}
.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107;
}

.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #ba1200;
}
.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #ba1200;
}
.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ba1200;
}
.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #ba1200;
}
.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #ba1200;
}

.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #f8f9fa;
}
.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
}

.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #343a40;
}
.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40;
}

.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em;
}
.b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
  transform-origin: center;
  animation: 2s infinite linear normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
  transform-origin: center;
  animation: 2s infinite linear reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
  transform-origin: center;
  animation: 1s infinite steps(8) normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
  transform-origin: center;
  animation: 1s infinite steps(8) reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
    animation: none;
  }
}

@keyframes b-icon-animation-cylon {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
@keyframes b-icon-animation-cylon-vertical {
  0% {
    transform: translateY(25%);
  }
  100% {
    transform: translateY(-25%);
  }
}
@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes b-icon-animation-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.btn .b-icon.bi, button[name=jetpack_subscriptions_widget] .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.input-group-text .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom;
}

html,
body {
  font: 16px/1.5 "Inter", "Helvetica", "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 18px;
  }
}

body {
  color: #808184;
  background: #fff;
}

.site-container {
  overflow-x: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shiftInLeft {
  0% {
    opacity: 0;
    transform: translateX(-1em);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shiftInTop {
  0% {
    opacity: 0;
    transform: translateY(1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

* {
  box-sizing: border-box;
}

p {
  color: #808184;
}

a {
  color: #ba1200;
  transition: color 0.2s;
}
a:hover {
  color: #ba1200;
}
a:hover {
  text-decoration: none;
}

h1 {
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #082267;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 46px;
    line-height: 56px;
  }
}

h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #082267;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
h2 a {
  color: inherit;
}
h2 a:hover {
  color: #ba1200;
}

h3, .archive-entry .entry-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #121212;
}
@media screen and (min-width: 768px) {
  h3, .archive-entry .entry-title {
    font-size: 24px;
    line-height: 29px;
  }
}
h3 a, .archive-entry .entry-title a {
  color: inherit;
}
h3 a:hover, .archive-entry .entry-title a:hover {
  color: #ba1200;
}

h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #121212;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

em {
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
}

hr {
  margin: 2em 0;
}
hr.is-style-nassp-separator-clear {
  clear: both;
}

ul,
ol {
  color: #808184;
}

ul > ul,
ol > ol {
  margin-left: 2em;
}

li {
  color: #808184;
}

img {
  height: auto;
}

dl {
  padding-left: 2em;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}
dd:not(:last-child) {
  margin-bottom: 0.5em;
}

.block-hero-button, .button,
.wp-block-button__link,
.is-style-nassp-button > .wp-block-button__link,
input[type=button],
input[type=reset],
input[type=submit], .btn, .sidebar button[name=jetpack_subscriptions_widget], button[name=jetpack_subscriptions_widget], .btn-primary:hover, button[name=jetpack_subscriptions_widget]:hover, .btn--inverse:hover, .btn--inverse, .btn-primary, .sidebar button[name=jetpack_subscriptions_widget], button[name=jetpack_subscriptions_widget] {
  padding: 8px 12px;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  border: 2px solid #ba1200;
  margin-bottom: 18px;
}

.btn--full-width {
  width: 100%;
}

.btn-primary, .sidebar button[name=jetpack_subscriptions_widget], button[name=jetpack_subscriptions_widget] {
  background: #ba1200;
  color: #fff;
}

.btn--inverse {
  background: #fff;
  color: #ba1200;
}

.btn-primary:hover, button[name=jetpack_subscriptions_widget]:hover, .btn--inverse:hover {
  background-color: #c84133;
  color: #fff;
}

.block-notice-button, .block-upcoming-events-button, .block-student-programs-button, a.button, .site-action-link, .br-email-collection .mauticform-page-wrapper #mauticform_input_buildingranksleadgenerationemailonly_submit, .br-hero-focus .mauticform_wrapper form #mauticform_buildingranksleadgeneration_submit button, .btn-link, .btn-link--blue, .btn-link--red {
  display: inline-block;
  text-decoration: underline;
}

.btn-link--red {
  color: #ba1200;
}
.btn-link--red:hover {
  color: #c84133;
}

.btn-link--blue {
  color: #0038ff;
}
.btn-link--blue:hover {
  color: #082267;
}

.btn, .sidebar button[name=jetpack_subscriptions_widget], button[name=jetpack_subscriptions_widget] {
  position: relative;
}
.btn:not(.btn-disabled), button[name=jetpack_subscriptions_widget]:not(.btn-disabled) {
  cursor: pointer;
}
.button-arrow {
  display: inline-block;
  margin-left: 0.5em;
  transition: transform 0.2s, margin 0.2s;
}
*:hover > .button-arrow {
  margin-left: 1em;
  transform: scale(2);
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.larger {
  font-size: larger;
}

.smaller {
  font-size: smaller;
}

.card-title {
  font-size: 1.2em;
}

.header {
  color: #082267;
}

.wp-caption {
  font-size: 0.75em;
  line-height: 1.2;
}

.wp-caption-text {
  margin: 0.25em 0 0;
}

.video-container, .block-featured-stories-video,
.is-provider-embed-handler {
  max-width: 50rem;
  margin: 2em auto;
}
.video-container > div, .block-featured-stories-video > div,
.is-provider-embed-handler > div {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-container iframe, .block-featured-stories-video iframe,
.is-provider-embed-handler iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 0 1rem;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  display: block;
  position: absolute;
  border: 1px solid rgba(147, 148, 150, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-width, .br-header {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.gform_wrapper {
  padding: 20px 0;
}
.gform_wrapper .gform_body textarea {
  border-top: 1px solid rgb(219, 219, 219);
  border-right: 1px solid rgb(219, 219, 219);
  border-bottom: 1px solid rgb(219, 219, 219);
  border-left: 1px solid rgb(219, 219, 219);
}
.gform_wrapper .gform_footer .gform_button {
  border: none;
}

.border-left-black {
  border-left: 3px solid #333;
  padding-left: 20px;
}

.entry-breadcrumbs, .pfy-breadcrumbs {
  display: none !important;
}

.max-1440 {
  margin: auto;
  max-width: 1440px;
}

.event-subtitle {
  padding: 0 35px;
}

.text-align-left {
  text-align: left !important;
}
.text-align-center {
  text-align: center !important;
}
.text-align-right {
  text-align: right !important;
}

.flex-flow-row {
  flex-flow: row !important;
}
.flex-flow-row-reverse {
  flex-flow: row-reverse !important;
}
.flex-flow-column {
  flex-flow: column !important;
}
.flex-flow-column-reverse {
  flex-flow: column-reverse !important;
}
.flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-wrap {
  flex-wrap: wrap !important;
}
.flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-basis-auto {
  flex-basis: auto !important;
}
.flex-basis-50 {
  flex-basis: 50% !important;
}
.flex-basis-100 {
  flex-basis: 100% !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-justify-start {
  justify-content: flex-start !important;
}
.flex-justify-end {
  justify-content: flex-end !important;
}
.flex-justify-center {
  justify-content: center !important;
}
.flex-justify-between {
  justify-content: space-between !important;
}
.flex-justify-around {
  justify-content: space-around !important;
}
.flex-justify-evenly {
  justify-content: space-evenly !important;
}

.w-40 {
  width: 40% !important;
  max-width: 40% !important;
}
.w-45 {
  width: 45% !important;
  max-width: 45% !important;
}
.w-49 {
  width: 49% !important;
  max-width: 49% !important;
}
.w-50 {
  width: 50% !important;
  max-width: 50% !important;
}
.w-mc {
  width: max-content !important;
  max-width: max-content !important;
}

.site-header {
  background-color: #00aae7;
  color: white;
  position: initial;
  z-index: 300;
}
.site-header::after {
  clear: both;
  display: block;
  content: "";
}
@media screen and (max-width: 767px) {
  .site-header {
    padding: 1rem 3rem 1rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .site-header {
    padding: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .site-header {
    padding: 1rem 4rem;
  }
}

@media screen and (min-width: 768px) {
  .site-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.site-title {
  display: none;
}

.site-description {
  display: none;
}

.site-logo {
  position: initial;
}
@media screen and (max-width: 767px) {
  .site-logo {
    width: 14rem;
    max-width: 100%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .site-logo {
    width: 12rem;
  }
}

.site-logo-image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.2s;
}
.site-logo:hover .site-logo-image {
  opacity: 0;
}

.site-logo-active {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.site-logo:hover .site-logo-active {
  opacity: 1;
}

.site-nav {
  animation: fadeIn 0.5s ease-in;
}
@media screen and (min-width: 768px) {
  .site-nav {
    margin-left: 1rem;
    align-items: center;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .site-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.site-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  .site-actions {
    margin-top: 1em;
    justify-content: center;
  }
}

.site-actions-item:not(:first-child) {
  margin-left: 1rem;
}

.site-action-primary, .br-email-collection .mauticform-page-wrapper #mauticform_input_buildingranksleadgenerationemailonly_submit, .br-hero-focus .mauticform_wrapper form #mauticform_buildingranksleadgeneration_submit button {
  background: #ee3224;
}
.site-action-primary:hover, .br-email-collection .mauticform-page-wrapper #mauticform_input_buildingranksleadgenerationemailonly_submit:hover, .br-hero-focus .mauticform_wrapper form #mauticform_buildingranksleadgeneration_submit button:hover {
  background: #cf1d10;
}

.site-action-secondary {
  background: #00aae7;
}
.site-action-secondary:hover {
  background: #082267;
}

.site-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .site-social {
    margin-top: 1rem;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .site-social {
    justify-content: flex-end;
    margin-left: 1rem;
  }
}

.site-social-item {
  line-height: 1;
}
.site-social-item:not(:first-child) {
  margin-left: 0.5rem;
}
.site-social-item a {
  display: inline-block;
  color: white;
  width: 2em;
  height: 2em;
  border: 2px solid white;
  border-radius: 50%;
  position: initial;
  background: transparent;
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s, background-color 0.5s;
}
.site-social-item a:hover {
  color: white;
}
.site-social-item a:hover {
  transform: scale(1.1);
}
.site-social-item a:hover {
  background: #082267;
}
.site-social-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.875rem;
}

.site-utility-menu {
  margin: 1em -0.5em 0 0;
  font-size: 0.75rem;
  line-height: 1;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  color: white;
}
@media screen and (max-width: 767px) {
  .site-utility-menu {
    display: none;
  }
}
.site-utility-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.site-utility-menu .menu-item:not(:first-child)::before {
  display: inline;
  content: "|";
  color: #082267;
}
.site-utility-menu a {
  display: inline-block;
  color: inherit;
  text-align: center;
  padding: 0.25em 0.5em;
  transform: scale(1) translate3d(0, 0, 0) perspective(1px);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.1s, transform 0.1s;
}
.site-utility-menu a:hover {
  transform: scale(1.1);
}
.site-utility-menu a:hover {
  background-color: #082267;
}

@media screen and (min-width: 768px) {
  body.main-menu-sticky .site-main-menu, body.main-menu-sticky .block-main-menu {
    background: #eee;
    height: 3rem;
  }
}

.main-menu-inner {
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  background: white;
  color: #ee3224;
  border-bottom: 0.5em solid #eee;
}
@media screen and (max-width: 767px) {
  .main-menu-inner {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body.main-menu-sticky .main-menu-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 400;
    box-shadow: 0 1px 1em 0 rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 601px) and (max-width: 783px) {
  body.main-menu-sticky.admin-bar .main-menu-inner {
    top: 46px;
  }
}
@media screen and (min-width: 784px) {
  body.main-menu-sticky.admin-bar .main-menu-inner {
    top: 32px;
  }
}
.main-menu-inner .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
}
.main-menu-inner .menu-item {
  flex: 1 1 auto;
  position: relative;
  transition: background-color 0.2s, color 0.2s;
  display: flex;
  align-items: stretch;
}
.main-menu-inner .menu-item:hover {
  color: white;
  background-color: #ee3224;
}
.main-menu-inner .menu-item:hover > .sub-menu {
  opacity: 1;
  top: 100%;
  pointer-events: auto;
  background-color: #ee3224;
}
.main-menu-inner a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-align: center;
  padding: 0.5em;
  transition: background-color 0.2s;
}
.main-menu-inner a:hover {
  background-color: #cf1d10;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .main-menu-inner a {
    padding: 0.5em 0.25em;
  }
}
.main-menu-inner .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  color: white;
  white-space: nowrap;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 400;
  left: 0;
  width: 18rem;
  top: 80%;
  transition: top 0.2s, opacity 0.2s, background-color 0.2s;
}
.main-menu-inner .sub-menu .menu-item {
  display: block;
}
.main-menu-inner .menu-item:nth-last-child(1) .sub-menu,
.main-menu-inner .menu-item:nth-last-child(2) .sub-menu {
  left: auto;
  right: 0;
}
.mobile-nav-button {
  position: fixed;
  z-index: 500;
  top: 0;
  right: 0;
  padding: 0.5rem;
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
  transition: color 0.2s;
}
@media screen and (max-width: 600px) {
  body.admin-bar .mobile-nav-button {
    top: 46px;
  }
}
@media screen and (min-width: 601px) and (max-width: 783px) {
  body.admin-bar .mobile-nav-button {
    top: 46px;
  }
}
@media screen and (min-width: 768px) {
  .mobile-nav-button {
    display: none;
  }
}

.mobile-nav {
  display: flex;
  position: fixed;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 400;
  top: 0;
  left: 100%;
  width: 100vw;
  background: white;
  color: #ee3224;
  opacity: 0;
  transition: opacity 0.2s, left 0.2s;
  border-bottom: 1em solid #939496;
  box-shadow: 0 1px 1em 0 rgba(0, 0, 0, 0.4);
}
body.mobile-nav-open .mobile-nav {
  opacity: 1;
  left: 0;
}
@media screen and (max-width: 600px) {
  body.admin-bar .mobile-nav {
    border-top: 46px solid #939496;
  }
}
@media screen and (min-width: 601px) and (max-width: 783px) {
  body.admin-bar .mobile-nav {
    border-top: 46px solid #939496;
  }
}
@media screen and (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
}

.mobile-main-menu, .mobile-utility-menu {
  background: #cf1d10;
  color: white;
}
.mobile-main-menu .menu, .mobile-utility-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-main-menu .menu-item, .mobile-utility-menu .menu-item {
  border-top: 1px solid #939496;
}
.mobile-main-menu a, .mobile-utility-menu a {
  display: block;
  color: inherit;
  padding: 0.5em;
}
.mobile-main-menu a:hover, .mobile-utility-menu a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-menu, .mobile-utility-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-main-menu .sub-menu .menu-item, .mobile-utility-menu .sub-menu .menu-item {
  display: block;
  text-transform: none;
  padding-left: 1em;
  font-size: smaller;
}
.mobile-utility-menu {
  background: inherit;
  color: inherit;
  font-size: smaller;
}

.site-search {
  background-color: transparent;
  position: relative;
}
.site-search .searchform {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  position: absolute;
  right: 0;
  bottom: -4.75em;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 5px 6px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 5px 6px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 5px 6px -1px rgba(0, 0, 0, 0.25);
  width: 25em;
  transition: right 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
@media screen and (max-width: 767px) {
  .site-search .searchform {
    width: 100%;
    font-size: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  .site-search .searchform {
    max-width: 18em;
    margin-left: auto;
  }
}
.site-search .searchform[data-state=closed] {
  right: -38em;
}
.site-search .searchform .searchform-input-container {
  flex: 1;
  padding-right: 0.25rem;
}
.site-search .searchform .searchform-input-container #s {
  width: 100%;
  border: none;
  background: white;
  font: 16px/1.5 "Inter", "Helvetica", "Arial", sans-serif;
  outline: none;
  padding: 12px 16px 8px;
  color: #333;
}
.site-search .searchform .searchform-button-container #searchsubmit {
  border: none;
  background: transparent;
  font-size: inherit;
  line-height: 1.5;
  padding: 8px 12px;
  color: #082267;
  transition: color 0.1s;
}
.site-search .searchform .searchform-button-container #searchsubmit:hover {
  color: #ba1200;
}

.redesign-header .site-header {
  background-color: blue;
  padding: 0px;
  z-index: 1000;
}
.redesign-header .site-header-inner {
  display: none;
}
.redesign-header .site-header #mobile-nav-button {
  top: 85px;
  position: absolute;
  z-index: 0;
}
.redesign-header .mobile-main-menu .redesign-header-mobile-search, .redesign-header .mobile-utility-menu .redesign-header-mobile-search {
  list-style-type: none;
}
.redesign-header .mobile-main-menu .redesign-header-mobile-search form, .redesign-header .mobile-utility-menu .redesign-header-mobile-search form {
  padding: 10px 8px;
}
.redesign-header .mobile-main-menu .redesign-header-mobile-search form input, .redesign-header .mobile-utility-menu .redesign-header-mobile-search form input {
  padding: 8px 12px;
  max-width: 270px;
  width: 100%;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding-right: 45px;
}
.redesign-header .mobile-main-menu .redesign-header-mobile-search form button, .redesign-header .mobile-utility-menu .redesign-header-mobile-search form button {
  margin-left: -40px;
  border: none;
  background: unset;
}
.redesign-header form.searchform {
  bottom: -3.75em !important;
}
.redesign-header form.search-active {
  right: 24px !important;
}
.redesign-header-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Condensed";
}
.redesign-header-nav-top {
  background-color: #f5f5f5;
  width: 100%;
  height: 60px;
}
.redesign-header-nav-top section {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  align-items: center;
  height: 100%;
}
.redesign-header-nav-top section a {
  color: #082267;
  font-size: 14px;
  flex-grow: 1;
  text-align: center;
  height: 100%;
  line-height: 60px;
}
.redesign-header-nav-top section a.cro-underline {
  text-decoration: underline;
}
.redesign-header-nav-top section a + a {
  border-left: 1px solid #e5e5e5;
}
.redesign-header-nav-top .hide-desktop {
  display: flex;
}
.redesign-header-nav-top .hide-mobile {
  display: none;
}
@media (min-width: 820px) {
  .redesign-header-nav-top {
    padding-left: 310px;
    padding-right: 20px;
    padding-top: 4px;
  }
  .redesign-header-nav-top section {
    justify-content: flex-start;
  }
  .redesign-header-nav-top section .link-card a {
    line-height: 14px;
    height: fit-content;
  }
  .redesign-header-nav-top section .link-card + .link-card {
    border-left: none;
  }
}
@media (min-width: 992px) {
  .redesign-header-nav-top {
    background-color: #e5eaed;
  }
  .redesign-header-nav-top section .link-card {
    background-color: white;
    height: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 18px 16px 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .redesign-header-nav-top section .link-card a {
    font-weight: 500;
    max-width: clamp(125px, -278.1095px + 40.636vw, 240px);
    font-size: clamp(12px, 4.9894px + 0.7067vw, 14px);
    display: block;
  }
  .redesign-header-nav-top .hide-desktop {
    display: none;
  }
  .redesign-header-nav-top .hide-mobile {
    display: flex;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .redesign-header-nav-top section a {
    flex-grow: 0;
  }
}
.redesign-header-nav-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #303030;
  width: 100%;
  padding: 16px 36px;
  z-index: 1;
}
@media (min-width: 820px) {
  .redesign-header-nav-logo {
    position: absolute;
    background-color: #ba1200;
    top: 0;
    bottom: 0;
    left: 50px;
    width: fit-content;
    padding: 0px 40px;
    justify-content: center;
  }
  .redesign-header-nav-logo:after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    height: 15px;
    width: 100%;
    background-color: #ba1200;
    box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .redesign-header-nav-logo:before {
    position: absolute;
    content: "";
    right: -15px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #971002 transparent transparent transparent;
  }
}
.redesign-header-nav-logo img {
  width: 180px;
}
.redesign-header-nav-bottom {
  width: 100%;
  min-height: 60px;
  max-height: 150px;
  padding: 5px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 10px;
  gap: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.redesign-header-nav-bottom .content-left,
.redesign-header-nav-bottom #loginout {
  display: none;
}
.redesign-header-nav-bottom .content-left a,
.redesign-header-nav-bottom #loginout {
  font-size: 16px;
}
.redesign-header-nav-bottom .content-left a:hover,
.redesign-header-nav-bottom #loginout:hover {
  text-decoration: underline;
}
.redesign-header-nav-bottom .content-left {
  margin-right: auto;
}
.redesign-header-nav-bottom .content-left a svg {
  transition: all 0.2s;
}
.redesign-header-nav-bottom .content-left a svg path {
  fill: #ba1200;
}
.redesign-header-nav-bottom .content-left a:hover svg {
  transform: scale(1.25);
}
.redesign-header-nav-bottom .content-left a:hover svg path {
  fill: #c84133;
}
.redesign-header-nav-bottom .content-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.redesign-header-nav-bottom a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.redesign-header-nav-bottom a + a {
  margin-left: 12px;
}
.redesign-header-nav-bottom button + a {
  margin-left: 12px;
}
.redesign-header-nav-bottom .btn, .redesign-header-nav-bottom button[name=jetpack_subscriptions_widget] {
  padding: 8px 12px;
  background-color: #ba1200;
  color: #fff;
  border: 2px solid #ba1200;
  border-radius: 4px;
  font-weight: 700;
  flex-grow: 1;
}
.redesign-header-nav-bottom .btn:hover, .redesign-header-nav-bottom button[name=jetpack_subscriptions_widget]:hover {
  border-color: #c84133;
  background-color: #c84133;
}
.redesign-header-nav-bottom .btn-inverse {
  color: #ba1200;
  background-color: #fff;
}
.redesign-header-nav-bottom .btn-inverse:hover {
  background-color: #fff;
  color: #c84133;
}
.redesign-header-nav-bottom .content-left a {
  font-size: 18px;
}
@media (min-width: 820px) {
  .redesign-header-nav-bottom {
    padding-left: 350px;
    padding-right: 20px;
  }
  .redesign-header-nav-bottom .btn, .redesign-header-nav-bottom button[name=jetpack_subscriptions_widget] {
    flex-grow: 0;
  }
  .redesign-header-nav-bottom .content-right {
    width: unset;
  }
  .redesign-header-nav-bottom .content-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .redesign-header-nav-bottom .content-left .header-search {
    margin-right: 12px;
  }
  .redesign-header-nav-bottom .content-left .header-search button {
    padding: 8px 9.5px;
    background: #ba1200;
    border-radius: 4px;
    border: none;
    outline: none;
    transition: transform 0.2s, background-color 0.2s;
  }
  .redesign-header-nav-bottom .content-left .header-search button svg {
    fill: white;
  }
  .redesign-header-nav-bottom .content-left .header-search button:hover {
    background-color: #c84133;
    transform: scale(1.1);
  }
  .redesign-header-nav-bottom .content-left .header-search button:active {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(238, 50, 36, 0.25);
  }
  .redesign-header-nav-bottom .content-left .header-search input {
    box-sizing: border-box;
    padding: 8px 0px;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 0px;
    opacity: 0;
    transition: all 0.2s;
  }
  .redesign-header-nav-bottom .content-left .header-search.search-active button {
    background-color: #c84133;
    margin-left: -4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .redesign-header-nav-bottom .content-left .header-search.search-active input {
    width: 230px;
    opacity: 1;
    padding: 8px 15px;
  }
  .redesign-header-nav-bottom #loginout {
    display: inline;
  }
  .redesign-header-nav-bottom #loginout.account-icon {
    margin-left: 12px;
    position: relative;
  }
  .redesign-header-nav-bottom #loginout.account-icon svg {
    fill: #878787;
  }
  .redesign-header-nav-bottom #loginout.account-icon span {
    position: absolute;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    top: 130%;
    right: 0;
    padding: 16px;
    width: 110px;
    border-radius: 3px;
    background-color: #fff;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
  }
  .redesign-header-nav-bottom #loginout.account-icon span a {
    font-weight: 500;
    color: #082267;
  }
  .redesign-header-nav-bottom #loginout.account-icon span a:hover {
    text-decoration: underline;
  }
  .redesign-header-nav-bottom #loginout.account-icon span a + a {
    margin-top: 8px;
  }
  .redesign-header-nav-bottom #loginout.account-icon span:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 10px;
    background-color: #fff;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    top: -8px;
    right: 10px;
  }
  .redesign-header-nav-bottom #loginout.account-icon span:before {
    position: absolute;
    content: "";
    width: 40%;
    height: 150%;
    top: -50%;
    right: -5%;
    z-index: -1;
  }
  .redesign-header-nav-bottom #loginout.account-icon:hover, .redesign-header-nav-bottom #loginout.account-icon.search-active,
  .redesign-header-nav-bottom #loginout.account-icon span:hover {
    cursor: pointer;
  }
  .redesign-header-nav-bottom #loginout.account-icon:hover svg, .redesign-header-nav-bottom #loginout.account-icon.search-active svg,
  .redesign-header-nav-bottom #loginout.account-icon span:hover svg {
    fill: #000000;
  }
  .redesign-header-nav-bottom #loginout.account-icon:hover span, .redesign-header-nav-bottom #loginout.account-icon.search-active span,
  .redesign-header-nav-bottom #loginout.account-icon span:hover span {
    display: flex;
  }
}
@media (min-width: 992px) {
  .redesign-header-nav-bottom {
    background-color: #f5f5f5;
  }
}

.header-custom-menu {
  display: flex;
  margin: 0;
  list-style-type: none;
}
.header-custom-menu li {
  margin-right: 1em;
}

.mobile-nav-open .redesign-header .site-header #mobile-nav-button {
  top: 0px;
  position: absolute;
}

.redesign-header {
  position: relative;
  z-index: 1;
}
.redesign-header .site-header {
  background-color: blue;
  padding: 0px;
  z-index: 1000;
}
.redesign-header .site-header-inner {
  display: none;
}
.redesign-header .site-header #mobile-nav-button {
  top: 85px;
  position: absolute;
}
.redesign-header .mobile-main-menu .menu-item,
.redesign-header .mobile-utility-menu .menu-item {
  border-top: none;
}
.redesign-header .mobile-main-menu .menu-item a,
.redesign-header .mobile-utility-menu .menu-item a {
  margin-bottom: 1px;
}
.redesign-header .mobile-main-menu, .redesign-header .mobile-utility-menu {
  background: #e5eaed;
}
.redesign-header .mobile-main-menu .redesign-header-mobile-search, .redesign-header .mobile-utility-menu .redesign-header-mobile-search {
  list-style-type: none;
  display: flex;
  flex-flow: row nowrap;
}
.redesign-header .mobile-main-menu .redesign-header-mobile-search form, .redesign-header .mobile-utility-menu .redesign-header-mobile-search form {
  padding: 10px 8px;
  width: 85%;
}
.redesign-header .mobile-main-menu .redesign-header-mobile-search form input, .redesign-header .mobile-utility-menu .redesign-header-mobile-search form input {
  padding: 8px 12px;
  max-width: 270px;
  width: 98%;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding-right: 45px;
}
.redesign-header .mobile-main-menu .redesign-header-mobile-search form button, .redesign-header .mobile-utility-menu .redesign-header-mobile-search form button {
  margin-left: -40px;
  border: none;
  background: unset;
  background: #db504a;
  padding: 5px 8px;
  height: 100%;
  border-radius: 0px 5px 5px 0;
}
.redesign-header .mobile-main-menu .redesign-header-mobile-search form button svg, .redesign-header .mobile-utility-menu .redesign-header-mobile-search form button svg {
  fill: #fff;
}
.redesign-header .mobile-main-menu .redesign-header-mobile-search .closeButton, .redesign-header .mobile-utility-menu .redesign-header-mobile-search .closeButton {
  margin: auto;
}
.redesign-header .mobile-main-menu .redesign-header-mobile-search .closeButton #mobile-nav-close, .redesign-header .mobile-utility-menu .redesign-header-mobile-search .closeButton #mobile-nav-close {
  height: 100%;
}
.redesign-header .mobile-main-menu .redesign-header-mobile-search .closeButton #mobile-nav-close > img, .redesign-header .mobile-utility-menu .redesign-header-mobile-search .closeButton #mobile-nav-close > img {
  display: block;
  margin: 0;
}
.redesign-header .mobile-main-menu #menu-sub > li > a, .redesign-header .mobile-utility-menu #menu-sub > li > a {
  color: #082267;
  background-color: #adb5ca;
  padding: 15px 30.5px 15px 22px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.redesign-header .mobile-main-menu #menu-sub > li > a:after, .redesign-header .mobile-utility-menu #menu-sub > li > a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8069 0.98283C12.6512 0.986511 12.5032 1.05157 12.3953 1.16383L6.90986 6.64927L1.42442 1.16383C1.36942 1.10729 1.30363 1.06234 1.23096 1.03165C1.15829 1.00096 1.0802 0.985141 1.00131 0.985136C0.883889 0.985167 0.76914 1.02022 0.671739 1.0858C0.574337 1.15139 0.498709 1.24454 0.454522 1.35333C0.410336 1.46213 0.399599 1.58163 0.423685 1.69656C0.44777 1.81149 0.505584 1.91662 0.589734 1.99852L6.49251 7.9013C6.60321 8.01196 6.75333 8.07412 6.90986 8.07412C7.06638 8.07412 7.2165 8.01196 7.3272 7.9013L13.23 1.99852C13.3157 1.91609 13.3745 1.80969 13.3988 1.69325C13.423 1.57682 13.4115 1.45578 13.3657 1.34599C13.32 1.23621 13.2422 1.1428 13.1425 1.078C13.0427 1.0132 12.9258 0.980025 12.8069 0.98283Z' fill='%23082267'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 8px;
  display: block;
  background-repeat: no-repeat;
  transition: 0.5s;
}
.redesign-header .mobile-main-menu #menu-sub > li.active > a:after, .redesign-header .mobile-utility-menu #menu-sub > li.active > a:after {
  transform: rotate(180deg);
}
.redesign-header .mobile-main-menu #menu-sub > li .sub-menu, .redesign-header .mobile-utility-menu #menu-sub > li .sub-menu {
  background-color: #082267;
  color: #fff;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.redesign-header .mobile-main-menu #menu-sub > li .sub-menu.active, .redesign-header .mobile-utility-menu #menu-sub > li .sub-menu.active {
  max-height: 500px;
}
.redesign-header .mobile-main-menu #menu-sub > li .sub-menu .menu-item, .redesign-header .mobile-utility-menu #menu-sub > li .sub-menu .menu-item {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding-left: 0;
}
.redesign-header .mobile-main-menu #menu-sub > li .sub-menu .menu-item a, .redesign-header .mobile-utility-menu #menu-sub > li .sub-menu .menu-item a {
  padding: 15px 0 15px 41px;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}
.redesign-header .mobile-utility-menu a {
  padding: 15px 0 15px 22px;
}
.redesign-header .mobile-utility-menu .menu .menu-item {
  color: #082267;
  border-top: none;
}
.redesign-header form.searchform {
  bottom: -3.75em !important;
}
.redesign-header form.search-active {
  right: 24px !important;
}
.redesign-header-nav {
  position: sticky;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Condensed";
}
.redesign-header-nav-top {
  background-color: #f5f5f5;
  width: 100%;
  height: 60px;
}
.redesign-header-nav-top section {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  align-items: center;
  height: 100%;
}
.redesign-header-nav-top section a {
  color: #082267;
  font-size: 14px;
  flex-grow: 1;
  text-align: center;
  height: 100%;
  line-height: 60px;
}
.redesign-header-nav-top section a.cro-underline {
  text-decoration: underline;
}
.redesign-header-nav-top section a + a {
  border-left: 1px solid #e5e5e5;
}
.redesign-header-nav-top .hide-desktop {
  display: flex;
}
.redesign-header-nav-top .hide-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .redesign-header-nav-top {
    padding-left: 310px;
    padding-right: 20px;
    padding-top: 4px;
  }
  .redesign-header-nav-top section {
    justify-content: flex-start;
  }
  .redesign-header-nav-top section .link-card a {
    line-height: 14px;
    height: fit-content;
  }
  .redesign-header-nav-top section .link-card + .link-card {
    border-left: none;
  }
}
@media screen and (min-width: 992px) {
  .redesign-header-nav-top {
    background-color: #e5eaed;
  }
  .redesign-header-nav-top section .link-card {
    background-color: white;
    height: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 18px 16px 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .redesign-header-nav-top section .link-card a {
    font-weight: 500;
    max-width: clamp(125px, -278.1095px + 40.636vw, 240px);
    font-size: clamp(12px, 4.9894px + 0.7067vw, 14px);
    display: block;
  }
  .redesign-header-nav-top .hide-desktop {
    display: none;
  }
  .redesign-header-nav-top .hide-mobile {
    display: flex;
  }
}
@media screen and (max-width: 1080px) {
  .redesign-header-nav-top .link-card {
    flex: 0.2;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .redesign-header-nav-top section a {
    flex-grow: 0;
  }
}
.redesign-header-nav-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #082267;
  width: 100%;
  padding: 16px 36px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .redesign-header-nav-logo {
    position: absolute;
    background-color: #082267;
    top: 0;
    bottom: 0;
    left: 50px;
    width: fit-content;
    padding: 0px 40px;
    justify-content: center;
  }
  .redesign-header-nav-logo:after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    height: 15px;
    width: 100%;
    background-color: #082267;
    box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .redesign-header-nav-logo:before {
    position: absolute;
    content: "";
    right: -15px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #082267 transparent transparent transparent;
  }
}
.redesign-header-nav-logo img {
  width: 180px;
}
.redesign-header-nav-bottom {
  width: 100%;
  min-height: 60px;
  max-height: 150px;
  padding: 5px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 10px;
  gap: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.redesign-header-nav-bottom .content-left,
.redesign-header-nav-bottom #loginout {
  display: none;
}
.redesign-header-nav-bottom .content-left a,
.redesign-header-nav-bottom #loginout {
  font-size: 16px;
}
.redesign-header-nav-bottom .content-left a:hover,
.redesign-header-nav-bottom #loginout:hover {
  text-decoration: underline;
}
.redesign-header-nav-bottom .content-left {
  margin-right: auto;
}
.redesign-header-nav-bottom .content-left a {
  text-transform: uppercase;
}
.redesign-header-nav-bottom .content-left a svg {
  transition: all 0.2s;
}
.redesign-header-nav-bottom .content-left a svg path {
  fill: #ba1200;
}
.redesign-header-nav-bottom .content-left a:hover svg {
  transform: scale(1.25);
}
.redesign-header-nav-bottom .content-left a:hover svg path {
  fill: #c84133;
}
.redesign-header-nav-bottom .content-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 0.75em;
}
.redesign-header-nav-bottom .content-right > * {
  margin: auto;
}
.redesign-header-nav-bottom a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.redesign-header-nav-bottom a + a {
  margin-left: 12px;
}
.redesign-header-nav-bottom button + a {
  margin-left: 12px;
}
.redesign-header-nav-bottom .btn, .redesign-header-nav-bottom button[name=jetpack_subscriptions_widget] {
  padding: 8px 12px;
  background-color: #ba1200;
  color: #fff;
  border: 2px solid #ba1200;
  border-radius: 4px;
  font-weight: 700;
  flex-grow: 1;
}
.redesign-header-nav-bottom .btn:hover, .redesign-header-nav-bottom button[name=jetpack_subscriptions_widget]:hover {
  border-color: #c84133;
  background-color: #c84133;
}
.redesign-header-nav-bottom .btn-inverse {
  color: #ba1200;
  background-color: #fff;
}
.redesign-header-nav-bottom .btn-inverse:hover {
  background-color: #fff;
  color: #c84133;
}
.redesign-header-nav-bottom .content-left a {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .redesign-header-nav-bottom {
    padding-left: 350px;
    padding-right: 20px;
  }
  .redesign-header-nav-bottom .btn, .redesign-header-nav-bottom button[name=jetpack_subscriptions_widget] {
    flex-grow: 0;
  }
  .redesign-header-nav-bottom .content-right {
    width: unset;
  }
  .redesign-header-nav-bottom .content-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .redesign-header-nav-bottom .content-left .header-search {
    margin-right: 12px;
  }
  .redesign-header-nav-bottom .content-left .header-search button {
    padding: 8px 9.5px;
    background: #ba1200;
    border-radius: 4px;
    border: none;
    outline: none;
    transition: transform 0.2s, background-color 0.2s;
  }
  .redesign-header-nav-bottom .content-left .header-search button svg {
    fill: white;
  }
  .redesign-header-nav-bottom .content-left .header-search button:hover {
    background-color: #c84133;
    transform: scale(1.1);
  }
  .redesign-header-nav-bottom .content-left .header-search button:active {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(238, 50, 36, 0.25);
  }
  .redesign-header-nav-bottom .content-left .header-search input {
    box-sizing: border-box;
    padding: 8px 0px;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 0px;
    opacity: 0;
    transition: all 0.2s;
  }
  .redesign-header-nav-bottom .content-left .header-search.search-active button {
    background-color: #c84133;
    margin-left: -4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .redesign-header-nav-bottom .content-left .header-search.search-active input {
    width: 230px;
    opacity: 1;
    padding: 8px 15px;
  }
  .redesign-header-nav-bottom #loginout {
    display: inline;
  }
  .redesign-header-nav-bottom #loginout.account-icon {
    margin-left: 12px;
    position: relative;
  }
  .redesign-header-nav-bottom #loginout.account-icon svg {
    fill: #878787;
  }
  .redesign-header-nav-bottom #loginout.account-icon span {
    position: absolute;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    top: 130%;
    right: 0;
    padding: 16px;
    width: 110px;
    border-radius: 3px;
    background-color: #fff;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
  }
  .redesign-header-nav-bottom #loginout.account-icon span a {
    font-weight: 500;
    color: #082267;
  }
  .redesign-header-nav-bottom #loginout.account-icon span a:hover {
    text-decoration: underline;
  }
  .redesign-header-nav-bottom #loginout.account-icon span a + a {
    margin-top: 8px;
  }
  .redesign-header-nav-bottom #loginout.account-icon span:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 10px;
    background-color: #fff;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    top: -8px;
    right: 10px;
  }
  .redesign-header-nav-bottom #loginout.account-icon span:before {
    position: absolute;
    content: "";
    width: 40%;
    height: 150%;
    top: -50%;
    right: -5%;
    z-index: -1;
  }
  .redesign-header-nav-bottom #loginout.account-icon:hover, .redesign-header-nav-bottom #loginout.account-icon.search-active,
  .redesign-header-nav-bottom #loginout.account-icon span:hover {
    cursor: pointer;
  }
  .redesign-header-nav-bottom #loginout.account-icon:hover svg, .redesign-header-nav-bottom #loginout.account-icon.search-active svg,
  .redesign-header-nav-bottom #loginout.account-icon span:hover svg {
    fill: #000000;
  }
  .redesign-header-nav-bottom #loginout.account-icon:hover span, .redesign-header-nav-bottom #loginout.account-icon.search-active span,
  .redesign-header-nav-bottom #loginout.account-icon span:hover span {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .redesign-header-nav-bottom {
    background-color: #f5f5f5;
  }
}
@media screen and (min-width: 768px) and (max-width: 825px) {
  .redesign-header-nav-bottom {
    padding-right: 5px;
    padding-left: 310px;
  }
  .redesign-header-nav-bottom :not(#header-search):not(#header-search *) {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 714px) {
  .redesign-header-nav-bottom {
    font-size: 14px;
  }
  .redesign-header-nav-bottom * {
    font-size: 14px;
  }
}
@media screen and (max-width: 595px) {
  .redesign-header-nav-bottom {
    font-size: 18px;
  }
  .redesign-header-nav-bottom * {
    font-size: 18px;
  }
}
@media screen and (max-width: 423px) {
  .redesign-header-nav-bottom {
    font-size: 14px;
  }
  .redesign-header-nav-bottom * {
    font-size: 14px;
  }
}

.header-custom-menu {
  display: flex;
  margin: 0;
  list-style-type: none;
}
.header-custom-menu li {
  margin-right: 1em;
}

.mobile-nav-open .redesign-header .site-header #mobile-nav-button {
  top: 8px;
  position: absolute;
  right: 10px;
}

body #mobile-nav {
  overflow: auto;
  max-height: 100%;
  border-bottom: none;
}
body .close {
  display: none;
}
body.mobile-nav-open {
  overflow: hidden;
}
body.mobile-nav-open .close {
  display: block;
}
body.mobile-nav-open .open {
  display: none;
}

.main {
  background: white;
}

.main-header {
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  position: relative;
  background: linear-gradient(93.02deg, #b5bdd1 15.95%, rgba(181, 189, 209, 0) 125.08%);
  padding: 2em;
}
@media screen and (max-width: 995px) {
  .archive.tag .main-header {
    padding-top: 15em;
  }
}
@media screen and (max-width: 525px) {
  .archive.tag .main-header {
    padding: 2em 0;
    padding-top: 15em;
  }
}
@media screen and (max-width: 525px) {
  .main-header .main-title {
    display: flex;
    flex-flow: column wrap;
    margin: auto;
    justify-content: center;
    width: 100%;
    white-space: inherit;
    font-size: 30px;
  }
}
.main-header .main-type {
  margin-right: 0.5em;
}
.main-header:before {
  content: "";
  background-image: url("/wp-content/uploads/2022/12/light-flame.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-size: contain;
}
.main-header a {
  color: inherit;
}
.main-header a:hover {
  color: inherit;
}

.main-header-inner {
  position: relative;
  animation: 0.5s ease-out 0s 1 shiftInLeft;
  padding: 1rem;
  min-height: 24vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .main-header-inner {
    margin: 0 auto;
    max-width: 900px;
    padding: 0;
    padding: 2em 0 1em 0;
  }
}

.no-header-image .main-header-inner {
  padding: 2rem;
  min-height: 20vh;
}

.single-post .main-title {
  bottom: initial;
  position: initial;
}

.tax-blog .main-title {
  bottom: 2rem;
  position: absolute;
}

.main-title {
  bottom: 4rem;
  position: absolute;
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #082267;
}
@media screen and (min-width: 992px) {
  .main-title {
    bottom: initial;
    position: initial;
  }
}
.main-title a {
  color: inherit;
  text-decoration: inherit;
}
.main-title a:hover {
  color: inherit;
}
#post-4977 .main-title {
  white-space: nowrap;
}
@media screen and (max-width: 1075px) {
  #post-4977 .main-title {
    white-space: normal;
  }
}
@media screen and (max-width: 500px) {
  #post-4977 .main-title {
    white-space: normal;
    font-size: 30px;
    padding: 1em;
    width: 98vw;
  }
}

.main-icon {
  opacity: 0.6;
}

.main-subtitle {
  color: #082267;
  display: inline;
  font-size: 1.4em;
  font-weight: normal;
  margin-top: 8px;
  padding: 0px 16px 3px;
  text-shadow: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .main-subtitle {
    bottom: initial;
    position: initial;
  }
}
@media screen and (max-width: 500px) {
  #post-4977 .main-subtitle {
    width: 95vw;
  }
}

.main-meta {
  margin-top: 0.5em;
  color: white;
}

@media screen and (min-width: 768px) {
  body:not(.home) .main-content-container {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .main-content, .br-main-content {
    flex: 1;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  body:not(.home) .main-content:not(.main-content-fullwidth), body:not(.home) .br-main-content:not(.main-content-fullwidth) {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 1.1rem;
  }
}

#post-72 .main-content, #post-72 .br-main-content {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main-content:not(.main-content-fullwidth) > .main-content-inner, .br-main-content:not(.main-content-fullwidth) > .main-content-inner {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .main-content:not(.main-content-fullwidth) > .main-content-inner, .br-main-content:not(.main-content-fullwidth) > .main-content-inner {
    margin: 80px auto;
    max-width: 1440px;
  }
}

.main-footer, .entry-footer {
  font-size: 0.75em;
  margin-top: 2rem;
}

.entry-breadcrumbs, .pfy-breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 0.75rem;
  color: white;
}
@media screen and (max-width: 767px) {
  .entry-breadcrumbs, .pfy-breadcrumbs {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .entry-breadcrumbs, .pfy-breadcrumbs {
    position: absolute;
    top: 2rem;
  }
  .no-header-image .entry-breadcrumbs, .no-header-image .pfy-breadcrumbs {
    position: static;
    top: auto;
    margin-bottom: 0.5em;
  }
}

.entry-breadcrumb:not(:first-child), .pfy-breadcrumb:not(:first-child) {
  margin-left: 1em;
}
.entry-breadcrumb a, .pfy-breadcrumb a {
  color: inherit;
}
.entry-breadcrumb a:hover, .pfy-breadcrumb a:hover {
  color: inherit;
}

.entry-breadcrumb-sep, .pfy-breadcrumb-sep {
  margin-left: 0.5em;
}

.entry-nav, .attachment-nav, .archive-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.entry-nav-next, .attachment-nav-next, .archive-nav-next {
  text-align: right;
}

.archive-entry {
  background: #e6e9f0;
  padding: 1em;
  margin: 1em 0;
}
.archive-entry > *:first-child {
  margin-top: 0;
}
.archive-entry > *:last-child {
  margin-bottom: 0;
}
.archive-entry .entry-header + .entry-content {
  margin-top: 1em;
}
.archive-entry .entry-title {
  margin: 0;
}
.archive-entry .entry-meta {
  font-weight: bold;
}
.archive-entry .tag-links {
  display: flex;
  flex-flow: row wrap;
}
.archive-entry .tag-links > a {
  margin: 0 1em 0 0;
}

.attachment-parent-nav {
  margin-bottom: 1em;
}

.attachment-download {
  margin: 1em 0;
}

.attachment-nav-next {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.attachment-nav-previous {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.attachment-thumb {
  display: inline;
}

.card {
  border-radius: 10px;
}

.card-body .card-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 103px;
}
.card-body .card-title .badge {
  padding-inline: 0px;
}
.card-body .card-title .badge-secondary {
  background-color: transparent;
  color: currentColor;
}
.card-body .main-body {
  padding: 0 24px 24px 24px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.card-body .main-body > div {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #808184;
}
.card-body .main-body > div:first-child {
  min-height: 405px;
}
.card-body .main-body.custom-product > div:first-child {
  margin-bottom: 29px;
  min-height: 380px;
}
.card-body .main-body p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #808184;
}
.card-body .main-body .collapse {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  display: flex;
  flex-flow: column-reverse wrap;
  align-items: start;
  color: #ba1200;
}
.card-body .main-body .badge {
  background: none !important;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #121212;
  height: max-content;
  padding: 0 1em;
  /* identical to box height */
  color: #121212;
}
.card-body .main-body .card-footer {
  padding-top: 16px;
}
.card-body .main-body .card-footer button,
.card-body .main-body .card-footer a {
  background: #ba1200;
  border-radius: 4px;
  margin-bottom: 0px;
}

.tag-join-nassp .main-header, .tag-join-nassp .block-main-menu {
  display: none;
}

.slick-prev,
.slick-next {
  z-index: 999;
}

@media screen and (max-width: 1023px) {
  #pfy-join-options {
    padding: 0 2em;
  }
}
@media screen and (max-width: 510px) {
  #pfy-join-options {
    padding: 0 1em;
  }
}
#pfy-join-options .slick-list {
  width: 100%;
}
#pfy-join-options .slick-track {
  display: flex !important;
}
#pfy-join-options .slick-slide {
  opacity: 0.3;
  height: inherit !important;
}
#pfy-join-options .slick-slide.slick-active {
  opacity: 1;
}
#pfy-join-options .slick-slide .col-sm-12 {
  padding: 0 5px;
}
#pfy-join-options .slick-slide .card {
  border: 2px solid rgba(8, 34, 103, 0.5);
}
#pfy-join-options .slick-dots {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  #pfy-join-options .slick-dots {
    bottom: -25px;
  }
}
#pfy-join-options .slick-dots li {
  width: 56px;
}
#pfy-join-options .slick-dots li button:before {
  content: "";
  background: #083367;
  width: 56px;
  height: 8px;
  border-radius: 25px;
}

#pfy-join > div {
  max-width: unset;
}

@media screen and (max-width: 714px) {
  [id^=pfy-join-option-] {
    font-size: 14px;
  }
  [id^=pfy-join-option-] * {
    font-size: 14px;
  }
}
@media screen and (max-width: 595px) {
  [id^=pfy-join-option-] {
    font-size: 18px;
  }
  [id^=pfy-join-option-] * {
    font-size: 18px;
  }
}
@media screen and (max-width: 423px) {
  [id^=pfy-join-option-] {
    font-size: 14px;
  }
  [id^=pfy-join-option-] * {
    font-size: 14px;
  }
}

@media screen and (max-width: 714px) {
  .main-body span.badge.badge-success {
    font-size: 14px;
  }
}
@media screen and (max-width: 595px) {
  .main-body span.badge.badge-success {
    font-size: 18px;
  }
}
@media screen and (max-width: 423px) {
  .main-body span.badge.badge-success {
    font-size: 14px;
  }
}

.pfy-join-option-open {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: space-between;
}

#menu-footer {
  display: flex;
  flex-flow: column wrap;
  height: 10em;
  align-items: flex-start;
  text-align: left;
}
#menu-footer li {
  text-align: left;
}
@media screen and (max-width: 1558px) {
  #menu-footer {
    height: 12em;
  }
}
@media screen and (max-width: 1254px) {
  #menu-footer {
    height: 24em;
  }
}
@media screen and (max-width: 747px) {
  #menu-footer {
    display: block;
    flex-flow: auto;
    height: auto;
    align-items: auto;
    text-align: center;
  }
}

p.is-style-nassp-subtitle {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  font-style: normal;
  color: #082267;
}
h3 + p.is-style-nassp-subtitle, .archive-entry .entry-title + p.is-style-nassp-subtitle {
  color: #333;
}

p.is-style-nassp-small {
  font-size: smaller;
}

.is-style-nassp-no-list-style,
.is-style-nassp-no-list-style-children > * > ul,
.is-style-nassp-no-list-style-children > * > ol,
.is-style-nassp-no-list-style-descendants ul,
.is-style-nassp-no-list-style-descendants ol {
  list-style: none;
}

.wp-block-quote {
  padding-left: 2em;
  border-left: 2px solid #333;
}

figure.wp-block-table table.has-subtle-pale-blue-background-color.has-background td {
  padding: 1rem 1.25rem;
}
figure.wp-block-table table th {
  padding: 0.5rem 1rem;
}
figure.wp-block-table table td {
  padding: 1rem;
  min-width: 6em;
}

.block-callout-inner {
  color: white;
}
.block-callout-inner p {
  color: white;
}

.block-callout,
.wp-block-group.is-style-nassp-callout,
.wp-block-group.is-style-nassp-callout-right {
  margin: 1em 0;
  background: #00aae7;
  color: white;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
}
.block-callout h2,
.block-callout h3,
.block-callout .archive-entry .entry-title,
.archive-entry .block-callout .entry-title,
.wp-block-group.is-style-nassp-callout h2,
.wp-block-group.is-style-nassp-callout h3,
.wp-block-group.is-style-nassp-callout .archive-entry .entry-title,
.archive-entry .wp-block-group.is-style-nassp-callout .entry-title,
.wp-block-group.is-style-nassp-callout-right h2,
.wp-block-group.is-style-nassp-callout-right h3,
.wp-block-group.is-style-nassp-callout-right .archive-entry .entry-title,
.archive-entry .wp-block-group.is-style-nassp-callout-right .entry-title {
  color: white;
}
.block-callout a:not([class]),
.wp-block-group.is-style-nassp-callout a:not([class]),
.wp-block-group.is-style-nassp-callout-right a:not([class]) {
  color: white;
  text-decoration: underline;
}
.block-callout a:not([class]):hover,
.wp-block-group.is-style-nassp-callout a:not([class]):hover,
.wp-block-group.is-style-nassp-callout-right a:not([class]):hover {
  color: white;
}

@media screen and (max-width: 767px) {
  .block-callout,
  .wp-block-group.is-style-nassp-callout {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media screen and (min-width: 768px) {
  .block-callout,
  .wp-block-group.is-style-nassp-callout {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .block-callout.alignright, .block-callout.wp-block-group.is-style-nassp-callout-right,
  .wp-block-group.is-style-nassp-callout.alignright,
  .wp-block-group.is-style-nassp-callout.is-style-nassp-callout-right {
    margin-left: 2em;
    margin-right: 0;
  }
  .block-callout.alignleft,
  .wp-block-group.is-style-nassp-callout.alignleft {
    margin-right: 2em;
    margin-left: 0;
  }
}
.block-callout > .block-callout-inner > *:first-child,
.block-callout > .wp-block-group__inner-container > *:first-child,
.wp-block-group.is-style-nassp-callout > .block-callout-inner > *:first-child,
.wp-block-group.is-style-nassp-callout > .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.block-callout > .block-callout-inner > *:last-child,
.block-callout > .wp-block-group__inner-container > *:last-child,
.wp-block-group.is-style-nassp-callout > .block-callout-inner > *:last-child,
.wp-block-group.is-style-nassp-callout > .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.block-callout > .block-callout-inner::after,
.block-callout > .wp-block-group__inner-container::after,
.wp-block-group.is-style-nassp-callout > .block-callout-inner::after,
.wp-block-group.is-style-nassp-callout > .wp-block-group__inner-container::after {
  clear: both;
  display: block;
  content: "";
}
@media screen and (max-width: 767px) {
  .block-callout > .block-callout-inner,
  .block-callout > .wp-block-group__inner-container,
  .wp-block-group.is-style-nassp-callout > .block-callout-inner,
  .wp-block-group.is-style-nassp-callout > .wp-block-group__inner-container {
    padding: 1em;
  }
}
@media screen and (min-width: 768px) {
  .block-callout > .block-callout-inner,
  .block-callout > .wp-block-group__inner-container,
  .wp-block-group.is-style-nassp-callout > .block-callout-inner,
  .wp-block-group.is-style-nassp-callout > .wp-block-group__inner-container {
    max-width: 72rem;
    margin: 0 auto;
    padding: 2em;
  }
}
.block-callout > .block-callout-inner p,
.block-callout > .wp-block-group__inner-container p,
.wp-block-group.is-style-nassp-callout > .block-callout-inner p,
.wp-block-group.is-style-nassp-callout > .wp-block-group__inner-container p {
  color: white;
}

.wp-block-group.is-style-nassp-callout-right {
  padding: 1rem;
}

.wp-block-image {
  margin: 1em 0;
}
.wp-block-image figure {
  margin: 0;
}
.wp-block-image figure .alignleft {
  margin: 0 2em 1em 0;
  clear: left;
}
.wp-block-image figure .alignright, .wp-block-image figure .wp-block-group.is-style-nassp-callout-right {
  margin: 0 0 1em 2em;
  clear: right;
}
.wp-block-image figure .alignright figcaption, .wp-block-image figure .wp-block-group.is-style-nassp-callout-right figcaption {
  text-align: right;
}
.wp-block-image figcaption {
  font-size: smaller;
  color: grey;
}
.wp-block-image.is-style-nassp-image-fullwidth {
  margin: 1em 0;
}
.wp-block-image.is-style-nassp-image-fullwidth figure,
.wp-block-image.is-style-nassp-image-fullwidth img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.button:not(.has-text-color), .button:not(.has-background),
.wp-block-button__link:not(.has-text-color),
.wp-block-button__link:not(.has-background),
.is-style-nassp-button > .wp-block-button__link:not(.has-text-color),
.is-style-nassp-button > .wp-block-button__link:not(.has-background),
input[type=button]:not(.has-text-color),
input[type=button]:not(.has-background),
input[type=reset]:not(.has-text-color),
input[type=reset]:not(.has-background),
input[type=submit]:not(.has-text-color),
input[type=submit]:not(.has-background) {
  color: white !important;
  background: #ba1200 !important;
}
.button:not(.has-text-color):hover, .button:not(.has-background):hover,
.wp-block-button__link:not(.has-text-color):hover,
.wp-block-button__link:not(.has-background):hover,
.is-style-nassp-button > .wp-block-button__link:not(.has-text-color):hover,
.is-style-nassp-button > .wp-block-button__link:not(.has-background):hover,
input[type=button]:not(.has-text-color):hover,
input[type=button]:not(.has-background):hover,
input[type=reset]:not(.has-text-color):hover,
input[type=reset]:not(.has-background):hover,
input[type=submit]:not(.has-text-color):hover,
input[type=submit]:not(.has-background):hover {
  color: white !important;
  background: #870d00 !important;
}
.wp-block-group.is-style-nassp-callout .button, .wp-block-group.is-style-nassp-callout-right .button,
.wp-block-group.is-style-nassp-callout .wp-block-button__link,
.wp-block-group.is-style-nassp-callout-right .wp-block-button__link,
.wp-block-group.is-style-nassp-callout .is-style-nassp-button > .wp-block-button__link,
.wp-block-group.is-style-nassp-callout-right .is-style-nassp-button > .wp-block-button__link,
.wp-block-group.is-style-nassp-callout input[type=button],
.wp-block-group.is-style-nassp-callout-right input[type=button],
.wp-block-group.is-style-nassp-callout input[type=reset],
.wp-block-group.is-style-nassp-callout-right input[type=reset],
.wp-block-group.is-style-nassp-callout input[type=submit],
.wp-block-group.is-style-nassp-callout-right input[type=submit] {
  color: #082267;
  background: white;
}
.wp-block-group.is-style-nassp-callout .button:hover, .wp-block-group.is-style-nassp-callout-right .button:hover,
.wp-block-group.is-style-nassp-callout .wp-block-button__link:hover,
.wp-block-group.is-style-nassp-callout-right .wp-block-button__link:hover,
.wp-block-group.is-style-nassp-callout .is-style-nassp-button > .wp-block-button__link:hover,
.wp-block-group.is-style-nassp-callout-right .is-style-nassp-button > .wp-block-button__link:hover,
.wp-block-group.is-style-nassp-callout input[type=button]:hover,
.wp-block-group.is-style-nassp-callout-right input[type=button]:hover,
.wp-block-group.is-style-nassp-callout input[type=reset]:hover,
.wp-block-group.is-style-nassp-callout-right input[type=reset]:hover,
.wp-block-group.is-style-nassp-callout input[type=submit]:hover,
.wp-block-group.is-style-nassp-callout-right input[type=submit]:hover {
  background: white;
}

input[type=submit] {
  border: 0;
}

.wp-block-group.is-style-nassp-callout a.button, .wp-block-group.is-style-nassp-callout-right a.button {
  color: blue;
}
.wp-block-group.is-style-nassp-callout a.button:hover, .wp-block-group.is-style-nassp-callout-right a.button:hover {
  color: blue;
}

.wp-block-columns.is-style-nassp-fullwidth {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-columns {
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-column {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .is-style-nassp-fullwidth .wp-block-column {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-column {
    flex: 0 1 30em;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 4rem;
  }
  .wp-block-column > *:first-child {
    margin-top: 0;
  }
  .wp-block-column > *:last-child {
    margin-bottom: 0;
  }
  .is-style-nassp-columns-separated .wp-block-column {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .is-style-nassp-fullwidth .wp-block-column {
    flex: 1 1 0;
    display: flex;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
  }
  .is-style-nassp-fullwidth .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}

.wp-block-pullquote {
  border-top: 0.5em solid #082267;
  border-bottom: 0.5em solid #082267;
  padding: 3em 2em;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright, .wp-block-pullquote.wp-block-group.is-style-nassp-callout-right {
  max-width: 18rem;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: #e6e9f0;
}

@media screen and (min-width: 768px) {
  .block-topic-list-start {
    columns: 2;
  }
}
.block-topic-list-start p {
  margin-top: 0;
  page-break-inside: avoid;
  break-inside: avoid;
}
.block-topic-list-start .button {
  text-align: left;
  display: block;
  position: relative;
  padding-right: 3em;
}
.block-topic-list-start .badge {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.block-topic-list-controls {
  margin: 1em 0;
  display: flex;
  justify-content: space-between;
}

.block-activities .archive {
  font-size: 0.8em;
}
.block-activities .archive .table {
  margin-bottom: 0;
}
.block-activities .archive .table td {
  padding: 0.5rem 0.75rem;
}
.block-activities .scaa-filters {
  background: #e6e9f0;
  padding: 1em;
}
.block-activities .scaa-filters > *:first-child {
  margin-top: 0;
}
.block-activities .scaa-filters > *:last-child {
  margin-bottom: 0;
}
.block-activities .scaa-filters label {
  display: inline-block;
  font-weight: normal;
  cursor: pointer;
}
.block-activities .scaa-filter-container {
  margin: 0.5em 0;
}
@media screen and (min-width: 992px) {
  .block-activities .scaa-filter-container {
    display: table;
  }
}
.block-activities .scaa-filter-container > div {
  padding: 5px;
}
@media screen and (min-width: 992px) {
  .block-activities .scaa-filter-container > div {
    display: table-cell;
  }
}
.block-activities .scaa-filter-container > div:first-child {
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .block-activities .scaa-filter-container > div:first-child {
    width: 12em;
  }
}
.block-activities #scaa-jump-bar {
  margin: 1em 0;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.block-activities #scaa-jump-bar li {
  display: inline-block;
  margin: 5px;
  padding: 0;
}
.block-activities #scaa-jump-bar a {
  display: inline-block;
  cursor: pointer;
  min-width: 1.4em;
  text-align: center;
  background-color: #e6e9f0;
}

.block-hero {
  position: relative;
  background: #939496;
}

.block-hero-slides {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0 !important;
  line-height: 1;
}

.block-hero-slide {
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.25);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .block-hero-slide {
    padding-bottom: 4em;
    padding-right: 2em;
    padding-top: 8em;
  }
}
@media screen and (min-width: 768px) {
  .block-hero-slide {
    background-position: 100% 0%;
    height: 50vw;
  }
}
@media screen and (min-width: 992px) {
  .block-hero-slide {
    max-height: 66vh;
  }
}

.block-hero-intro {
  bottom: 1rem;
  animation: fadeIn 0.5s ease-out;
  color: white;
  line-height: 1.5;
}
.block-hero-intro > *:first-child {
  margin-top: 0;
}
.block-hero-intro > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .block-hero-intro {
    padding: 1em;
  }
}
@media screen and (min-width: 768px) {
  .block-hero-intro {
    bottom: 0;
    left: 0;
    padding: 2em;
    position: absolute;
    width: 66%;
  }
}
@media screen and (min-width: 992px) {
  .block-hero-intro {
    bottom: 2rem;
    padding-left: 4em;
  }
}
@media screen and (min-width: 1200px) {
  .block-hero-intro {
    width: 50%;
  }
}

.block-hero-title {
  font-weight: bold;
  position: relative;
  text-shadow: 1px 1px 4px #4a4747;
  transform: translateY(100%);
  transition: transform 0.3s;
  animation: shiftInLeft 0.5s ease-out;
}
.slick-current .block-hero-title {
  transform: translateY(0);
}

.block-hero-text {
  animation: shiftInLeft 0.5s ease-out;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: -16px 0 0 rgba(0, 0, 0, 0.4);
  color: white;
  display: inline;
  font-size: 1.4em;
  font-weight: normal;
  margin-top: 8px;
  padding: 0 16px 3px 0;
  position: relative;
  text-shadow: none;
  white-space: pre-wrap;
  right: -16px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.block-hero-button {
  color: white;
  background: #5d196a;
  display: inline-block;
  margin-top: 14px;
  animation: fadeIn 0.5s ease-in;
}
.block-hero-button:hover {
  color: white;
}
.block-hero-button:hover {
  background: #390f41;
}

.block-hero-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 1rem;
  display: flex;
  left: -2%;
  width: 100%;
  justify-content: flex-end;
}
.block-hero-tabs > li {
  content: "";
  cursor: pointer;
  margin-left: 1em;
  transition: color 0.5s;
}
.block-hero-tabs > li button {
  content: "";
  color: transparent;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  transition: color 0.5s;
  border: transparent;
  margin: 0;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  padding: 0;
}
.block-hero-tabs > li button:focus {
  outline: none;
}
.block-hero-tabs > li.slick-active {
  border: transparent;
  margin: 0;
  margin-left: 1em;
  border-radius: 100%;
}
.block-hero-tabs > li.slick-active button {
  content: "";
  color: transparent;
  cursor: pointer;
  background-color: white;
  transition: color 0.5s;
  border: transparent;
  margin: 0;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  padding: 0;
}

.block-hero-tab {
  cursor: pointer;
  margin-left: 1em;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.5s;
}
.block-hero-tab.block-hero-tab-current {
  color: white;
}

.block-actions, .page-template-template-personify .pfy-actions, .pfy-actions, .block-actions-sub, .page-template-template-personify .pfy-actions-sub, .pfy-actions-sub {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
}
.block-actions li, .page-template-template-personify .pfy-actions li, .pfy-actions li, .block-actions-sub li, .page-template-template-personify .pfy-actions-sub li, .pfy-actions-sub li {
  display: block;
  margin-top: 0.5em;
  position: relative;
}
.block-actions a, .page-template-template-personify .pfy-actions a, .pfy-actions a, .block-actions-sub a, .page-template-template-personify .pfy-actions-sub a, .pfy-actions-sub a {
  color: white;
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background: #00aae7;
  display: flex;
  padding-right: 2em;
  padding: 0.5em;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.block-actions a:hover, .pfy-actions a:hover, .block-actions-sub a:hover, .pfy-actions-sub a:hover {
  color: white;
}
.block-actions a:hover, .pfy-actions a:hover, .block-actions-sub a:hover, .pfy-actions-sub a:hover {
  transform: scale(1.1);
}
.block-actions a:hover, .pfy-actions a:hover, .block-actions-sub a:hover, .pfy-actions-sub a:hover {
  background: #082267;
}
.block-actions-current, .page-template-template-personify .pfy-actions-current, .pfy-actions-current {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #082267;
  margin-right: 1em;
}
.block-actions-icon, .page-template-template-personify .pfy-actions-icon, .pfy-actions-icon {
  opacity: 0.6;
  margin-right: 0.5rem;
}
.block-actions-suffix, .page-template-template-personify .pfy-actions-suffix, .pfy-actions-suffix {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
.block-actions-arrow, .page-template-template-personify .pfy-actions-arrow, .pfy-actions-arrow {
  display: none;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
.block-actions-sub, .page-template-template-personify .pfy-actions-sub, .pfy-actions-sub {
  padding-left: 2em;
  font-size: 0.875em;
}

.block-share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.block-share li {
  font-size: 2rem;
}

.latest-news {
  margin-top: 2em !important;
}

@media screen and (max-width: 767px) {
  .block-featured-stories {
    margin: 2em 0;
    padding: 1em;
  }
  .block-featured-stories .slick-dots > li {
    width: 20px !important;
  }
  .block-featured-stories .slick-dots > li button::before {
    width: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .block-featured-stories {
    display: flex;
    margin: 40px auto 120px auto !important;
  }
}
@media screen and (min-width: 992px) {
  .block-featured-stories {
    padding: 1em 3rem;
    margin: 1em auto 90px auto !important;
    max-width: 1440px;
  }
  .leadership-network .block-featured-stories {
    margin: 1em auto 10px auto !important;
  }
}
.block-featured-stories .slick {
  width: 100% !important;
}
.block-featured-stories .slick-dots {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .block-featured-stories .slick-dots {
    width: auto;
    display: block;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .block-featured-stories .slick-dots {
    bottom: -65px;
    left: 0;
  }
}
.block-featured-stories .slick-dots li {
  width: 56px;
}
.block-featured-stories .slick-dots li button:before {
  content: "";
  background: #083367;
  width: 56px;
  height: 8px;
  border-radius: 25px;
}
.block-featured-stories .slick-slide {
  display: flex;
  justify-content: center;
}
.block-featured-stories .slick-prev, .block-featured-stories .slick-next {
  height: auto;
  width: auto;
}
.block-featured-stories .slick-prev {
  left: 25px;
}
.block-featured-stories .slick-next {
  right: 25px;
}
.block-featured-stories .slick-list {
  width: 100% !important;
}
.block-featured-stories .slick-track {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  gap: 1em;
}
.block-featured-stories-item {
  padding: 0px 0px 24px;
  max-width: 350px;
  background: #ffffff;
  border: 1px solid #e5eaed;
  box-shadow: 0px 10px 20px rgba(131, 144, 179, 0.05);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .block-featured-stories-item {
    margin: 2em 0;
  }
}
@media screen and (min-width: 768px) {
  .block-featured-stories-item {
    flex: 1 1 0;
    transition: transform 0.5s, opacity 0.5s;
  }
  .block-featured-stories-item:not(.enter) {
    transform: translateY(1em);
    opacity: 0;
  }
}
.block-featured-stories-image {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.block-featured-stories-image-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 1s;
}
.block-featured-stories-image-inner:hover {
  transform: scale(1.1);
}
.block-featured-stories-video {
  margin: 0;
}
.block-featured-stories-content {
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .block-featured-stories-content {
    padding: 0 1em;
  }
}
.block-featured-stories-content .tag-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.block-featured-stories-content .tag-links a,
.block-featured-stories-content .tag-links span {
  background: rgba(8, 34, 103, 0.15);
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #082267;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  text-transform: uppercase;
}
.block-featured-stories-date {
  margin-bottom: -1em;
  color: #00aae7;
  font-size: smaller;
  text-transform: uppercase;
}
.block-featured-stories-description {
  font-size: smaller;
  color: #939496;
}
.block-featured-stories-description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.block-featured-stories-link {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #ba1200;
  margin-left: -0.5em;
  padding: 0.5em;
  background: transparent;
  transition: color 0.2s, background-color 0.2s, transform 0.1s;
}
.post-11737 .block-featured-stories-link {
  display: flex !important;
}
.block-featured-members {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .block-featured-members {
    flex-wrap: nowrap;
  }
}
.block-featured-members-item-inner {
  padding: 20px;
}
.block-featured-members-video iframe {
  width: 100%;
  height: 250px;
}
.block-featured-members-description {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #808184;
}
.block-featured-stories-title, .block-featured-members-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: start;
  color: #121212;
}
#post-4977 .block-featured-stories-title, #post-4977 .block-featured-members-title {
  align-items: end;
}

.block-portal {
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.block-portal-item {
  padding: 1em;
  position: relative;
  overflow: hidden;
  color: white;
}
.block-portal-item:hover {
  color: white;
}
@media screen and (max-width: 767px) {
  .block-portal-item {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .block-portal-item {
    flex: 0 0 25%;
  }
}
.block-portal-item::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  border-radius: 50%;
  width: 0;
  height: 0;
  transition: width 0.5s, height 0.5s;
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .block-portal-item:hover::after {
    width: 100vw;
    height: 100vw;
  }
}
@media screen and (min-width: 768px) {
  .block-portal-item:hover::after {
    width: 50vw;
    height: 50vw;
  }
}
.block-portal-item.block-portal-item-purple {
  background: #5d196a;
}
.block-portal-item.block-portal-item-purple::after {
  background: #390f41;
}
.block-portal-item.block-portal-item-green {
  background: #96ca4f;
}
.block-portal-item.block-portal-item-green::after {
  background: #7db135;
}
.block-portal-item.block-portal-item-red {
  background: #ba1200;
}
.block-portal-item.block-portal-item-red::after {
  background: #870d00;
}
.block-portal-item.block-portal-item-light-blue {
  background: #00aae7;
}
.block-portal-item.block-portal-item-light-blue::after {
  background: #0084b4;
}

.block-portal-item-inner {
  position: relative;
  z-index: 300;
}

.block-portal-icon {
  display: block;
  margin: auto;
  width: 4em;
  height: 4em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s;
}
.block-portal-item:hover .block-portal-icon {
  transform: scale(1.2);
}

.block-portal-title {
  margin-top: 0.5em;
  line-height: 1;
  transition: transform 0.5s;
}
.block-portal-item:hover .block-portal-title {
  transform: translateY(0.5em);
}

.block-student-programs {
  display: flex;
  flex-direction: column;
  background: #00aae7;
  color: white;
  transition: background-color 0.5s;
}
.block-student-programs.nhs-active {
  background-color: #0075bc;
}
.block-student-programs.njhs-active {
  background-color: #f3b815;
}
.block-student-programs.nehs-active {
  background-color: #44a89e;
}
.block-student-programs.natstuco-active {
  background-color: #e12827;
}
@media screen and (min-width: 768px) {
  .block-student-programs {
    flex: 1;
  }
}

.block-student-programs-image {
  flex: 1 0 12em;
  background-image: url(../images/stock/student_programs.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.block-student-programs-inner {
  padding: 1em 2em;
}

.block-student-programs-heading {
  margin: 0 0 1rem;
  color: white;
  font-weight: normal;
  padding-bottom: 1rem;
  border-bottom: 1px solid white;
}
@media screen and (min-width: 768px) {
  .block-student-programs-heading {
    letter-spacing: 0.05rem;
  }
}

.block-student-programs-description {
  font-size: smaller;
}

.block-student-programs-logos {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 2em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .block-student-programs-logos {
    flex-wrap: wrap;
  }
}

.block-student-programs-logo {
  height: 4em;
  width: auto;
}
@media screen and (min-width: 992px) {
  .block-student-programs-logo {
    height: 6em;
  }
}

.block-student-programs-link {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.block-student-programs-button {
  font-size: smaller;
  padding: 0.5em;
  background: transparent;
  border: 2px solid white;
  transition: color 0.2s, background-color 0.2s, transform 0.1s;
}
.block-student-programs-button:hover {
  background: #ba1200;
}

.block-upcoming-events {
  background: white;
}
@media screen and (max-width: 767px) {
  .block-upcoming-events {
    padding: 1em;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .block-upcoming-events {
    padding: 2em 2em;
    flex: 1;
    display: flex;
    align-items: center;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .block-upcoming-events {
    padding: 2em 4em;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .block-upcoming-events-inner {
    flex: 1;
  }
}
.block-upcoming-events-heading {
  margin: 0 0 1rem;
  color: #6c757d;
  font-weight: normal;
  padding-bottom: 1rem;
  border-bottom: 1px solid #6c757d;
}
@media screen and (min-width: 768px) {
  .block-upcoming-events-heading {
    letter-spacing: 0.05rem;
  }
}
.block-upcoming-events-item {
  margin: 3em 0;
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .block-upcoming-events-item {
    transition: transform 0.5s, opacity 0.5s;
  }
  .block-upcoming-events-item:not(.enter) {
    transform: translateX(-1em);
    opacity: 0;
  }
}
.block-upcoming-events-date {
  flex: 0 0 3rem;
  margin-right: 1rem;
  font-size: smaller;
  background: #ba1200;
  text-align: center;
  padding: 0.5em;
  color: white;
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s, background-color 0.5s;
}
.block-upcoming-events-date:hover {
  color: white;
}
.block-upcoming-events-date:hover {
  transform: scale(1.1);
}
.block-upcoming-events-date:hover {
  background: #870d00;
}
.block-upcoming-events-month {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid white;
  margin-bottom: 0.5rem;
}
.block-upcoming-events-day {
  font-size: smaller;
}
.block-upcoming-events-year {
  font-size: smaller;
}
.block-upcoming-events-content {
  flex: 1;
}
.block-upcoming-events-category {
  margin: 0 0 -1em;
  color: #6c757d;
  font-size: smaller;
  text-transform: uppercase;
}
.block-upcoming-events-title {
  color: #ba1200;
}
.block-upcoming-events-description {
  margin-top: -0.5em;
  font-size: smaller;
  color: #939496;
}
.block-upcoming-events-button {
  font-size: smaller;
}
.block-upcoming-events-button-container {
  text-align: right;
}

.entry-calendar {
  clear: both;
}
.entry-calendar-filters {
  display: flex;
  flex-wrap: wrap;
  margin: 1em -0.5em 2em;
}
.entry-calendar-filters a {
  margin: 0.5em;
  opacity: 0.5;
  transition: opacity 0.3s;
  cursor: pointer;
}
.entry-calendar-filters a.button {
  color: white;
}
.entry-calendar-filters a.button:hover {
  color: white;
}
.entry-calendar-filters a.active {
  opacity: 1;
}

.fc-event {
  color: white;
}
.fc-event:hover {
  color: white;
}

.fc-day-grid-event .fc-content {
  white-space: normal;
}

.mauticform_wrapper {
  margin: 10px auto;
}

.mauticform-name {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 3px;
}

.mauticform-description {
  margin-top: 2px;
  margin-bottom: 10px;
}

.mauticform-error {
  margin-bottom: 10px;
  color: #ba1200;
}

.mauticform-message {
  margin-bottom: 10px;
  color: green;
}

.mauticform-row {
  display: block;
  margin-bottom: 20px;
}

.mauticform-label {
  font-size: 1.1em;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.mauticform-row.mauticform-required .mauticform-label:after {
  color: #ba1200;
  content: " *";
  display: inline;
}

.mauticform-helpmessage {
  display: block;
  font-size: 0.9em;
  margin-bottom: 3px;
}

.mauticform-errormsg {
  display: block;
  color: #ba1200;
  margin-top: 2px;
}

.mauticform-selectbox,
.mauticform-input,
.mauticform-textarea {
  width: 100%;
  padding: 0.5em 0.5em;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0px 0px 0px #fff inset;
  border-radius: 4px;
  box-sizing: border-box;
}

.mauticform-checkboxgrp-label {
  font-weight: normal;
}

.mauticform-radiogrp-label {
  font-weight: normal;
}

.mauticform-button-wrapper .mauticform-button.btn-default,
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
  font-size: 1.5em;
  width: auto;
  margin: 1rem 1rem 0 0;
  font-weight: bold;
}

.mauticform-button-wrapper .mauticform-button,
.mauticform-pagebreak-wrapper .mauticform-pagebreak {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mauticform-button-wrapper .mauticform-button.btn-default[disabled],
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] {
  background-color: #ffffff;
  border-color: #dddddd;
  opacity: 0.75;
  cursor: not-allowed;
}

.mauticform-pagebreak-wrapper .mauticform-button-wrapper {
  display: inline;
}

.mauticform-page-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.mauticform-row {
  flex: 1 1 50%;
  padding-right: 10px;
}

#mauticform_buildingranksleadgeneration_submit {
  text-align: center;
}

.modal .mauticform-page-wrapper {
  flex-direction: column;
}

.entry.event_subtype-virtual-tour .entry-image img {
  width: auto;
  max-width: 200px;
}

.virtualtours-map-graphic-container {
  margin: 0 auto;
  padding: 1em 0;
  width: 1000px;
  max-width: 100%;
  clear: both;
}

.virtualtours-map-graphic {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 0;
  padding-bottom: 60.9%;
  position: relative;
}

.virtualtours-map-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.virtualtours-map-item-link {
  pointer-events: auto;
  position: absolute;
}

.virtualtours-map-item-title {
  visibility: hidden;
}

.virtualtours-map-item-highlight {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 197;
  opacity: 0.66;
  transition: opacity 0.2s;
}
.virtualtours-map-item-next .virtualtours-map-item-highlight {
  animation: virtualtours-pulse 2s infinite linear;
}
.virtualtours-map-item-active .virtualtours-map-item-highlight {
  opacity: 1;
}

@keyframes virtualtours-pulse {
  0% {
    opacity: 0.66;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.66;
  }
  75% {
    opacity: 0.33;
  }
  100% {
    opacity: 0.66;
  }
}
.virtualtours-map-item-past {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 198;
  pointer-events: none;
}

.virtualtours-map-item-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -100%);
  width: 33px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 0.75;
  padding-top: 7px;
  z-index: 199;
  pointer-events: none;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
}

.virtualtours-map-item-preview {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -120%) scale(0.75);
  transform-origin: bottom center;
  transition: transform 0.2s, opacity 0.2s;
  z-index: 200;
  pointer-events: none;
}
.virtualtours-map-item-active .virtualtours-map-item-preview {
  opacity: 1;
  transform: translate(-50%, -120%) scale(1);
}

.virtualtours-map-item-preview-inner {
  background: #082267;
  border: 2px solid white;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
  padding: 0.5rem;
  width: 270px;
  max-width: 100%;
}

.virtualtours-map-item-preview-date {
  display: block;
  color: white;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1;
}

.virtualtours-map-item-preview-image {
  margin-top: 4px;
  width: 100%;
}

.entry-tiles-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 250px) {
  .entry-tiles-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 1em -0.5em;
  }
}
.entry-tiles-list > li {
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .entry-tiles-list > li {
    margin: 1em 0;
  }
}
@media screen and (min-width: 250px) {
  .entry-tiles-list > li {
    flex: 0 0 100%;
    margin: 0;
    padding: 0.5em;
    display: flex;
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .entry-tiles-list > li {
    flex: 0 0 50%;
  }
  .entry-tiles-horizontal .entry-tiles-list > li {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 992px) {
  .entry-tiles-list > li {
    flex: 0 0 25%;
  }
  .entry-tiles-horizontal .entry-tiles-list > li {
    flex: 0 0 50%;
  }
}

.entry-tile {
  display: block;
  position: relative;
  background-color: #082267;
  color: white;
  color: white;
  text-decoration: none;
}
.entry-tile:hover {
  color: white;
}
@media screen and (min-width: 250px) {
  .entry-tile {
    flex: 1;
    transform: scale(1);
    transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .entry-tile:hover {
    transform: scale(1.1);
  }
}
.entry-tiles-horizontal .entry-tile {
  display: flex;
  align-items: stretch;
}

.entry-tile-thumb-container {
  background: #fff;
  position: relative;
  padding-bottom: 100%;
}
.entry-tiles-horizontal .entry-tile-thumb-container {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .entry-tiles-horizontal .entry-tile-thumb-container {
    flex: 0 0 100px;
    min-height: 100px;
  }
}
@media screen and (min-width: 250px) {
  .entry-tiles-horizontal .entry-tile-thumb-container {
    flex: 0 0 100px;
    min-height: 100px;
  }
}
@media screen and (min-width: 992px) {
  .entry-tiles-horizontal .entry-tile-thumb-container {
    flex: 0 0 125px;
    min-height: 125px;
  }
}

.entry-tile-thumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.entry-tile-caption {
  padding: 10px;
}
@media screen and (min-width: 250px) {
  .entry-tiles-horizontal .entry-tile-caption {
    flex: 1;
  }
}

.entry-tile-title {
  font-size: 1.75rem;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
}
.entry-tiles-horizontal .entry-tile-title {
  font-size: 1.5rem;
}

.entry-tile-subtitle {
  font-weight: bold;
}

.entry-tile-content {
  font-size: 0.8rem;
}
.entry-tile-content a {
  text-decoration: underline;
}
.entry-tile-content ul {
  list-style-type: disc;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .block-ad-banner {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .block-ad-banner {
    padding: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .block-ad-banner {
    padding: 2rem 4rem;
  }
}

.block-ad-banner-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.block-alert {
  margin: 2em 0;
}
.block-alert > *:first-child {
  margin-top: 0;
}
.block-alert > *:last-child {
  margin-bottom: 0;
}

.block-notice {
  color: white;
  background: #939496;
}
@media screen and (max-width: 767px) {
  .block-notice {
    padding: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .block-notice {
    padding: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .block-notice {
    padding: 2rem 4rem;
  }
}

.block-notice-inner {
  display: flex;
  align-items: center;
  transition: transform 0.5s;
}
.block-notice:not(.enter) .block-notice-inner {
  transform: translateX(100vw);
}

@media screen and (min-width: 768px) {
  .block-notice-content {
    margin: 0;
    flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .block-notice-button {
    margin-left: 4em;
  }
}

.comments-list ul {
  list-style: none;
}

.comments-list ul ul {
  margin-left: 15px;
  /* Half the Gravatar. */
  border-left: 2px solid #ddd;
}

li.comment {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-bottom: 0;
}

#comments-list > ul > li {
  margin-left: 0;
}

.comment-author {
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  font-size: 1.2em;
}

.says {
  display: none;
}

.comment-author .avatar {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 1em;
}

.comment-meta {
  margin-top: 4px;
  font-size: 0.8em;
}

.comment-awaiting-moderation {
  color: #f3b815;
  font-weight: bold;
  font-style: normal;
  font-size: 0.8em;
}

.comment-body p,
.comment-body .reply {
  margin-left: 42px;
}

.comment-body .reply {
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
}

#cancel-comment-reply-link {
  margin-left: 1em;
}

.comment-form label {
  display: inline-block;
  width: 4em;
}

label[for=wp-comment-cookies-consent] {
  width: unset;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  font-weight: bold;
}

.subscribe-label {
  font-size: 0.8em;
}

.comment-form-comment label {
  display: none;
}

#respond {
  margin-top: 2rem;
  border-top: 1px dotted #ddd;
  padding-top: 1rem;
  margin-bottom: 2rem;
}

#comments-list #respond {
  border-top: none;
  margin-left: 15px;
  /* Half the Gravatar. */
  border-left: 2px solid #ddd;
  padding-left: 2rem;
}

#reply-title {
  margin-top: 0;
}

#comment {
  min-width: 50%;
  padding: 0.5em;
}

/* DISQUS */
#disqus_thread {
  margin-bottom: 2rem;
}

.block-accordion {
  margin: 1.5em 0;
  border: 2px solid #e5eaed;
  border-radius: 10px;
}
.block-accordion-toggle-open, .block-accordion-toggle-closed {
  font-size: smaller;
}
a.collapsed .block-accordion-toggle-open, a:not(.collapsed) .block-accordion-toggle-closed {
  display: none;
}
.block-accordion-heading {
  margin: 0;
  padding: 1em;
  background-color: #e5eaed;
  display: flex;
  font-size: 20px;
}
@media screen and (max-width: 610px) {
  .block-accordion-heading {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 550px) {
  .block-accordion-heading {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 465px) {
  .block-accordion-heading {
    font-size: 1em;
  }
}
@media screen and (max-width: 385px) {
  .block-accordion-heading {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 295px) {
  .block-accordion-heading {
    font-size: 0.5em;
  }
}
.block-accordion-heading a {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.block-accordion-content {
  box-sizing: border-box;
  background: transparent;
  /* NASSP Platinum */
  padding: 1em;
}

.block-navigation-tiles {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  color: inherit;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e5eaed;
}
.block-navigation-tiles .block-navigation-tile {
  display: flex;
  align-items: center;
  color: inherit;
  margin: 20px 0;
}
.block-navigation-tiles .block-navigation-tile-icon {
  margin-right: 16px;
}
.block-navigation-tiles .block-navigation-tile-content {
  display: flex;
  flex-direction: column;
}
.block-navigation-tiles .block-navigation-tile-content h4 {
  font-family: "Titillium Web", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #121212;
}
.block-navigation-tiles .block-navigation-tile-content p {
  font-family: "Titillium Web", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #808184;
  margin-bottom: 0;
}

.block-headline {
  background: rgba(8, 34, 103, 0.3);
}
.block-headline-inner {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  padding: 40px 20px;
}
.block-headline-content {
  max-width: 700px;
}
.block-headline-content .block-headline-description {
  margin-bottom: 0;
}
.block-headline-cta {
  background: #ba1200;
  color: #fff;
  width: 207px;
  height: 44px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
}
.block-headline-cta a {
  color: inherit;
}
@media screen and (min-width: 250px) {
  .block-headline-inner {
    justify-content: center;
    text-align: center;
  }
  .block-headline-cta {
    margin-top: 32px;
  }
}
@media screen and (min-width: 992px) {
  .block-headline-inner {
    justify-content: center;
  }
  .block-headline-content {
    text-align: left;
  }
  .block-headline-cta {
    margin: 32px 1em auto 1em;
  }
}
@media screen and (min-width: 992px) and (max-width: 1000px) {
  .block-headline {
    justify-content: center;
  }
  .block-headline-content {
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .block-headline-content {
    text-align: left;
  }
}
@media screen and (min-width: 964px) and (max-width: 993px) {
  .block-headline {
    justify-content: center;
  }
  .block-headline-content {
    text-align: left;
  }
}
@media screen and (min-width: 963px) and (max-width: 992px) {
  .block-headline-content {
    padding: 0 1em;
  }
  .block-headline-cta {
    margin: auto;
  }
}

.block-featured-stories .slick-next:before,
.block-featured-stories .slick-prev:before {
  display: none !important;
}

.leadership-network {
  padding: 80px 0;
}
.leadership-network h2 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  align-items: center;
  color: #082267;
  padding-bottom: 20px;
}
.leadership-network > p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #808184;
}

.block-highlight-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 80px 70px;
}
@media (max-width: 1024px) {
  .block-highlight-inner {
    flex-wrap: wrap;
  }
}
.block-highlight-image {
  margin-right: 48px;
}
.block-highlight-preheader {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #082267;
}
.block-highlight-header {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  display: flex;
  align-items: center;
  color: #082267;
}
.block-highlight-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #808184;
}
.block-highlight-cta {
  display: flex;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #ba1200;
  align-items: center;
  justify-content: center;
  border: 2px solid #ba1200;
  border-radius: 4px;
  width: 116px;
  height: 36px;
}
.block-highlight-cta a {
  color: inherit;
}

.section-team-tabs {
  margin: 1em auto;
}
.section-team-tabs [id*=filter] {
  writing-mode: horizontal-tb !important;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  box-sizing: border-box;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  cursor: default;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  height: 2em;
  background-color: white;
  border-color: rgb(118, 118, 118);
  border-radius: 6px;
  color: #082267;
  appearance: none;
  padding: 0 1em 0 0.25em;
  background-repeat: no-repeat;
  background-image: url(https://wordpress-870798-3012529.cloudwaysapps.com/wp-content/uploads/2023/01/Vector.png);
  background-position-x: 95%;
  background-position-y: 50%;
}
@media screen and (max-width: 405px) {
  .section-team-tabs [id*=filter] {
    width: 75vw;
    margin: 0 auto;
  }
}
.section-team-tabs-content .section-content {
  border: 1px solid rgba(73, 80, 87, 0.0862745098);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.1);
  padding: 1em;
}
.section-team-tabs-content .section-content .current-team {
  display: none;
}
@media screen and (max-width: 451px) {
  .section-team-tabs-content .section-content {
    padding: 1em 0;
  }
}
@media screen and (max-width: 729px) {
  .section-team-tabs-content .section-content {
    border-top-left-radius: 8px;
  }
  .section-team-tabs-content .section-content .current-team {
    display: block;
    text-align: center;
    color: #082267;
  }
}
.section-team-tabs-content .section-content-cards, .section-team-tabs-content .section-content-filter {
  display: flex;
  flex-flow: row wrap;
}
.section-team-tabs-content .section-content-cards {
  justify-content: center;
}
@media screen and (max-width: 451px) {
  .section-team-tabs-content .section-content-cards {
    gap: 15px;
  }
}
.section-team-tabs-content .section-content-filter {
  align-items: center;
  padding: 0.5em 0;
}
@media screen and (max-width: 425px) {
  .section-team-tabs-content .section-content-filter {
    justify-content: center;
  }
}
.section-team-tabs-content .section-content-filter h4 {
  margin: 1em;
}
@media screen and (max-width: 451px) {
  .section-team-tabs-content .section-content-filter h4 {
    display: none;
  }
}
.section-team-tabs-content .section-content-filter #team-filter {
  display: block;
  height: max-content;
  height: 2em;
  border-radius: 6px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #121212;
  width: 90%;
}
@media screen and (min-width: 525px) {
  .section-team-tabs-content .section-content-filter #team-filter {
    width: 240px;
  }
}
@media screen and (max-width: 809px) {
  .section-team-tabs-nav nav {
    display: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 1120px) {
  .section-team-tabs-nav nav {
    display: none;
  }
}
.section-team-tabs-nav nav .nav-tabs {
  border-bottom: none;
}
.section-team-tabs-nav nav .nav-tabs .nav-item :not(.active) {
  background-color: rgba(8, 34, 103, 0.05);
}
.section-team-tabs-nav nav .nav-tabs .nav-item .nav-link {
  color: #082267;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.section-team-tabs-nav .nav-content-filter {
  display: none;
}
.section-team-tabs-nav .nav-content-filter #nav-filter {
  margin: 0em;
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
@media screen and (max-width: 809px) {
  .section-team-tabs-nav .nav-content-filter {
    display: flex;
    margin: 1em 0;
    justify-content: center;
  }
}
@media screen and (min-width: 993px) and (max-width: 1120px) {
  .section-team-tabs-nav .nav-content-filter {
    display: flex;
    margin: 1em 0;
    justify-content: center;
  }
}
.section-team-tabs .profile-card {
  margin: 1em;
  border: 1px solid #e5eaed;
  border-radius: 8px;
  width: 216px;
  display: flex;
  flex-direction: column;
}
.section-team-tabs .profile-card > * {
  margin: 0 auto;
  padding: 0 0.5em;
}
.section-team-tabs .profile-card-image {
  display: flex;
  padding: 0.5em;
  justify-content: center;
  position: relative;
}
.section-team-tabs .profile-card-image img {
  width: 100%;
}
.section-team-tabs .profile-card-image img:last-of-type {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.5em;
}
.section-team-tabs .profile-card-image:hover img:last-of-type {
  opacity: 1;
}
.section-team-tabs .profile-card-name {
  text-align: center;
}
.section-team-tabs .profile-card-name h3, .section-team-tabs .profile-card-name .archive-entry .entry-title, .archive-entry .section-team-tabs .profile-card-name .entry-title {
  font-size: 20px;
  line-height: 20px;
}
.section-team-tabs .profile-card-title {
  text-align: center;
}
.section-team-tabs .profile-card-title h4 {
  font-weight: 400;
  color: #808184;
  font-size: 14px;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  .section-team-tabs .profile-card {
    width: 10em;
  }
  .section-team-tabs .profile-card-name h3, .section-team-tabs .profile-card-name .archive-entry .entry-title, .archive-entry .section-team-tabs .profile-card-name .entry-title {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 498px) {
  .section-team-tabs .profile-card {
    margin: 0.25em;
    padding: 0.25em;
    width: 10em;
  }
  .section-team-tabs .profile-card-image {
    display: flex;
    padding: 0.5em;
    justify-content: center;
  }
  .section-team-tabs .profile-card-image img {
    width: 100%;
  }
  .section-team-tabs .profile-card-name h3, .section-team-tabs .profile-card-name .archive-entry .entry-title, .archive-entry .section-team-tabs .profile-card-name .entry-title {
    font-size: 12px;
    line-height: 12px;
  }
  .section-team-tabs .profile-card-title h4 {
    font-weight: 400;
    color: #808184;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 498px) {
  .section-team-tabs .profile-card {
    margin: 0.25em;
    padding: 0.25em;
    width: 10em;
  }
  .section-team-tabs .profile-card-image {
    display: flex;
    padding: 0.5em;
    justify-content: center;
  }
  .section-team-tabs .profile-card-image img {
    width: 100%;
  }
  .section-team-tabs .profile-card-name h3, .section-team-tabs .profile-card-name .archive-entry .entry-title, .archive-entry .section-team-tabs .profile-card-name .entry-title {
    font-size: 12px;
    line-height: 12px;
  }
  .section-team-tabs .profile-card-title h4 {
    font-weight: 400;
    color: #808184;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 451px) {
  .section-team-tabs .profile-card {
    margin: 0.25em;
    padding: 0.25em;
    width: 10em;
  }
  .section-team-tabs .profile-card-image {
    display: flex;
    padding: 0.5em;
    justify-content: center;
  }
  .section-team-tabs .profile-card-image img {
    width: 100%;
  }
  .section-team-tabs .profile-card-name h3, .section-team-tabs .profile-card-name .archive-entry .entry-title, .archive-entry .section-team-tabs .profile-card-name .entry-title {
    font-size: 12px;
    line-height: 12px;
  }
  .section-team-tabs .profile-card-title h4 {
    font-weight: 400;
    color: #808184;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 385px) {
  .section-team-tabs .profile-card {
    margin: 0.25em;
    padding: 0.25em;
    width: 8em;
  }
  .section-team-tabs .profile-card-image {
    display: flex;
    padding: 0.5em;
    justify-content: center;
  }
  .section-team-tabs .profile-card-image img {
    width: 100%;
  }
  .section-team-tabs .profile-card-name h3, .section-team-tabs .profile-card-name .archive-entry .entry-title, .archive-entry .section-team-tabs .profile-card-name .entry-title {
    font-size: 12px;
    line-height: 12px;
  }
  .section-team-tabs .profile-card-title h4 {
    font-weight: 400;
    color: #808184;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 354px) {
  .section-team-tabs .profile-card {
    margin: 0.25em;
    padding: 0.25em;
    width: 7em;
  }
  .section-team-tabs .profile-card-image {
    display: flex;
    padding: 0.5em;
    justify-content: center;
  }
  .section-team-tabs .profile-card-image img {
    width: 100%;
  }
  .section-team-tabs .profile-card-name h3, .section-team-tabs .profile-card-name .archive-entry .entry-title, .archive-entry .section-team-tabs .profile-card-name .entry-title {
    font-size: 12px;
    line-height: 12px;
  }
  .section-team-tabs .profile-card-title h4 {
    font-weight: 400;
    color: #808184;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 322px) {
  .section-team-tabs .profile-card {
    margin: 0.25em;
    padding: 0.25em;
    width: 6em;
  }
  .section-team-tabs .profile-card-image {
    display: flex;
    padding: 0.5em;
    justify-content: center;
  }
  .section-team-tabs .profile-card-image img {
    width: 100%;
  }
  .section-team-tabs .profile-card-name h3, .section-team-tabs .profile-card-name .archive-entry .entry-title, .archive-entry .section-team-tabs .profile-card-name .entry-title {
    font-size: 12px;
    line-height: 12px;
  }
  .section-team-tabs .profile-card-title h4 {
    font-weight: 400;
    color: #808184;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }
}
.section-team-tabs .tab-pane {
  display: none;
}
.section-team-tabs .tab-pane.active {
  display: block;
}

.block-headline-list {
  background: #e5eaed;
}
.block-headline-list-inner {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  padding: 40px 20px;
}
.block-headline-list-content {
  display: flex;
  flex-flow: column;
}
.block-headline-list-content h4 {
  display: flex;
  justify-content: center;
}
.block-headline-list-content-list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 610px) {
  .block-headline-list-content-list {
    justify-content: flex-start;
    flex-flow: column wrap;
  }
}
.block-headline-list-content-list .list-col {
  margin: auto 1em;
  width: 45%;
  display: flex;
  flex-flow: column wrap;
  align-items: baseline;
}
@media screen and (max-width: 610px) {
  .block-headline-list-content-list .list-col {
    width: 100%;
  }
}
.block-headline-list-content-list .list-item {
  display: flex;
  flex-flow: row nowrap;
  margin: 1em 0;
  flex: 0 0 33.333333%;
  text-align: left;
  align-items: center;
}
.block-headline-list-content-list .list-item-point {
  height: 1.5em;
  margin: 0.5em;
}
.block-headline-list-content-list .list-item-text {
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .block-headline-list-content-list .list-item-text {
    width: auto;
  }
}
.block-headline-list-title {
  color: #082267;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  display: flex;
  align-items: center;
}
.block-headline-list-cta {
  color: #0038ff;
  text-decoration: underline;
  cursor: pointer;
}
.block-headline-list-cta a {
  color: inherit;
}
@media screen and (min-width: 250px) {
  .block-headline-list-inner {
    justify-content: center;
    text-align: center;
  }
  .block-headline-list-cta {
    margin-top: 32px;
  }
}
@media screen and (min-width: 992px) {
  .block-headline-list-inner {
    justify-content: center;
  }
  .block-headline-list-content {
    text-align: left;
  }
  .block-headline-list-cta {
    margin: 32px 1em auto 1em;
  }
}
@media screen and (min-width: 992px) and (max-width: 1000px) {
  .block-headline-list {
    justify-content: center;
  }
  .block-headline-list-content {
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .block-headline-list-content {
    text-align: left;
  }
}
@media screen and (min-width: 964px) and (max-width: 993px) {
  .block-headline-list {
    justify-content: center;
  }
  .block-headline-list-content {
    text-align: left;
  }
}
@media screen and (min-width: 963px) and (max-width: 992px) {
  .block-headline-list-content {
    padding: 0 1em;
  }
  .block-headline-list-cta {
    margin: auto;
  }
}

[class^=wp-block-group_] > p,
.wp-block-columns > p {
  padding: 0 3.5em;
}

.sidebar {
  background: #e6e9f0;
}
@media screen and (min-width: 768px) {
  .sidebar {
    flex: 0 0 18rem;
    font-size: smaller;
  }
}

@media screen and (max-width: 767px) {
  .sidebar-inner {
    padding: 1rem;
    margin: 0 auto;
    max-width: 18rem;
  }
}
@media screen and (min-width: 768px) {
  .sidebar-inner {
    padding: 2rem;
  }
}

.widget:not(:first-child) {
  margin-top: 2em;
}

.widget-title {
  font-size: 1.2rem;
  color: #6c757d;
}
.widget-title:first-child {
  margin-top: 0;
}
.widget-title a {
  color: inherit;
}
.widget-title a:hover {
  color: #ba1200;
}

.widget-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-author-photo {
  display: block;
  max-width: 100%;
  margin: 1em 0;
}

.jetpack-subscribe-count {
  font-size: smaller;
}

.sidebar {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .sidebar {
    flex: 0 0 18rem;
    font-size: smaller;
  }
}
@media screen and (max-width: 767px) {
  .sidebar .sidebar-inner {
    padding: 1rem;
    margin: 0 auto;
    max-width: 18rem;
  }
}
@media screen and (min-width: 768px) {
  .sidebar .sidebar-inner {
    padding: 2rem;
  }
}
.sidebar .widget:not(:first-child) {
  margin-top: 2em;
}
.sidebar .widget-title {
  font-size: 1.2rem;
  color: #6c757d;
}
.sidebar .widget-title:first-child {
  margin-top: 0;
}
.sidebar .widget-title a {
  color: inherit;
}
.sidebar .widget-title a:hover {
  color: #ba1200;
}
.sidebar .widget-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .post-author-photo {
  display: block;
  max-width: 100%;
  margin: 1em 0;
}
.sidebar .jetpack-subscribe-count {
  font-size: smaller;
}
.sidebar .sidebar-inner .widget {
  background: rgba(8, 34, 103, 0.05);
  border-radius: 10px;
  padding: 24px;
  width: 300px;
}
.sidebar .sidebar-inner .widget-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #082267;
  margin: 0;
  padding-bottom: 16px;
}
.sidebar .sidebar-inner .widget .block-actions li, .sidebar .sidebar-inner .widget .pfy-actions li, .sidebar .sidebar-inner .widget .block-actions-sub li, .sidebar .sidebar-inner .widget .pfy-actions-sub li {
  margin-top: 16px;
}
.sidebar .sidebar-inner .widget .block-actions li a, .sidebar .sidebar-inner .widget .pfy-actions li a, .sidebar .sidebar-inner .widget .block-actions-sub li a, .sidebar .sidebar-inner .widget .pfy-actions-sub li a {
  background: none;
  color: #082267;
  padding: 0 20px 16px 0;
  border-bottom: 1px solid #808184;
}
.sidebar .open-close {
  display: none;
}
@media (max-width: 992px) {
  .sidebar {
    display: flex;
    position: fixed;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 99999;
    top: 0;
    right: 100%;
    width: 300px;
    max-width: 100%;
    height: 100%;
    background: #f3f4f7;
    color: #ee3224;
    opacity: 0;
    transition: opacity 0.2s, left 0.2s;
    box-shadow: 0 1px 1em 0 rgba(0, 0, 0, 0.4);
  }
  .sidebar.active {
    right: 0vw;
    opacity: 1;
    overflow-y: scroll;
  }
  .sidebar-inner {
    padding: 72px 0 !important;
  }
  .sidebar-inner .widget {
    background: none !important;
  }
  .sidebar .open-close {
    display: block;
    position: absolute;
    opacity: 1;
    top: 24px;
    right: 24px;
  }
}

.sidebar-search {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding-bottom: 16px;
  margin: 0;
  border-bottom: 2px solid #082267;
}
.sidebar-search form {
  width: 100%;
}
.sidebar-search .searchform-input-container {
  position: relative;
}
.sidebar-search .searchform-input-container input {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e5eaed;
  border-radius: 5px;
  padding: 16px;
}
.sidebar-search .searchform-input-container .fa-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #959595;
  cursor: pointer;
}
@media (max-width: 992px) {
  .sidebar-search {
    width: 100%;
    display: block;
  }
  .sidebar-search input {
    width: 100%;
    margin: 16px 0;
  }
}

.page-template-default .blog-search {
  margin-bottom: 24px;
}

.site-footer {
  font-size: 0.75em;
  background: #00aae7;
  color: white;
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .site-footer {
    padding: 2rem;
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .site-footer {
    padding: 2rem 4rem;
  }
}
.site-footer a {
  color: white;
}
.site-footer a:hover {
  color: white;
}

@media screen and (min-width: 768px) {
  .site-footer-content {
    flex: 1;
  }
  .site-footer-content:not(:first-child) {
    padding-left: 2rem;
  }
  .site-footer-content:last-child {
    text-align: right;
  }
}

.site-contact {
  margin: 0 0 1em;
}

.site-footer-menu {
  margin: 1em 0 0 -0.5em;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}
.site-footer-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .site-footer-menu .menu {
    justify-content: center;
  }
}
.site-footer-menu .menu-item:not(:first-child)::before {
  display: inline;
  content: "|";
  color: #082267;
}
.site-footer-menu a {
  display: inline-block;
  color: inherit;
  text-align: center;
  padding: 0.25em 0.5em;
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.1s, transform 0.1s;
}
.site-footer-menu a:hover {
  transform: scale(1.1);
}
.site-footer-menu a:hover {
  background-color: #082267;
}

.site-copyright {
  margin: 1em 0;
}

.new-footer body {
  background-color: #f5f5f5;
}
.new-footer .redesign-footer {
  padding: 25px 15px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 120px 1fr 100px;
  background-color: #f5f5f5;
  width: 100%;
  justify-content: center;
}
.new-footer .redesign-footer--address {
  grid-row: 1;
  grid-column: 1/span 12;
}
.new-footer .redesign-footer--address * {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
  text-align: center;
}
.new-footer .redesign-footer--address strong {
  margin-inline: auto;
  display: block;
}
@media (min-width: 768px) {
  .new-footer .redesign-footer--address {
    grid-row: 1;
    grid-column: 1/span 8;
  }
  .new-footer .redesign-footer--address * {
    text-align: left;
  }
  .new-footer .redesign-footer--address strong {
    margin-inline: unset;
  }
}
.new-footer .redesign-footer--socials {
  grid-row: 3;
  grid-column: 1/span 12;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.new-footer .redesign-footer--socials ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
}
.new-footer .redesign-footer--socials ul li + li {
  margin-left: 18px;
}
.new-footer .redesign-footer--socials ul li:hover svg {
  fill: #666;
}
@media (min-width: 768px) {
  .new-footer .redesign-footer--socials {
    grid-row: 1;
    grid-column: 8/span 5;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: unset;
  }
}
.new-footer .redesign-footer--links {
  grid-row: 2;
  grid-column: 1/span 12;
  margin-left: unset;
}
.new-footer .redesign-footer--links ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}
.new-footer .redesign-footer--links ul li {
  position: initial;
  display: inline;
}
.new-footer .redesign-footer--links ul li:not(:first-child)::before {
  display: inline;
  content: "|";
}
.new-footer .redesign-footer--links ul li a {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .new-footer .redesign-footer--links {
    grid-row: 2;
    grid-column: 1/span 12;
    margin-left: -20px;
  }
  .new-footer .redesign-footer--links ul {
    justify-content: flex-start;
    display: flex;
    text-align: left;
  }
  .new-footer .redesign-footer--links ul .hide-desktop {
    display: none;
  }
  .new-footer .redesign-footer--links ul li {
    margin: 8px 20px;
  }
  .new-footer .redesign-footer--links ul li:not(:first-child)::before {
    display: none;
  }
  .new-footer .redesign-footer--links ul li:nth-of-type(-n + 9):after {
    content: unset;
  }
}
.new-footer .redesign-footer--copyright {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .new-footer .redesign-footer--copyright {
    margin-left: 40px;
    text-align: left;
  }
}
@media screen and (min-width: 350px) {
  .new-footer .redesign-footer {
    grid-template-rows: 100px 1fr 100px;
  }
}
@media (min-width: 768px) {
  .new-footer .redesign-footer {
    grid-template-rows: 70px 1fr;
    padding: 80px 70px 60px;
  }
}

.new-footer body {
  background-color: #f5f5f5;
}
.new-footer .redesign-footer {
  padding: 60px 70px;
  display: flex;
  flex-flow: row wrap;
  background-color: #f5f5f5;
  width: 100%;
}
.new-footer .redesign-footer-left {
  flex-shrink: 0;
  flex-grow: 1;
}
.new-footer .redesign-footer-left .redesign-footer--address {
  color: #333;
}
.new-footer .redesign-footer-left .redesign-footer--links {
  margin-top: 30px;
}
.new-footer .redesign-footer-left .redesign-footer--copyright {
  margin-left: 0;
}
.new-footer .redesign-footer-right {
  margin: auto;
  flex-shrink: 0;
  flex-grow: 1;
}
.new-footer .redesign-footer-right .socials ul {
  margin-bottom: 0;
}
.new-footer .redesign-footer-right .ad-block {
  display: flex;
  gap: 16px;
  margin-top: 60px;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .new-footer .redesign-footer-right .ad-block {
    display: flex;
    flex-flow: row wrap !important;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .new-footer .redesign-footer-right .ad-block {
    flex-direction: row;
  }
}
.new-footer .redesign-footer-right .ad-block .widget {
  margin-top: 0;
}
.new-footer .redesign-footer > * {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .new-footer .redesign-footer {
    flex-wrap: inherit;
  }
}

.cards-wrapper {
  padding-top: 48px;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
  justify-content: center;
  margin-bottom: 2em;
}
.cards-wrapper--wide {
  grid-template-columns: auto;
}

.card {
  display: flex;
  flex-direction: unset;
  border: none;
  background: none;
  word-wrap: normal;
  min-width: auto;
  border-radius: 0;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .card {
    margin: auto;
  }
}
.card-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
  border: 1px solid #e5eaed;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(131, 144, 179, 0.05);
  max-width: 310px;
}
.card-container--wide {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 165px;
  background: #ffffff;
  border: 1px solid #e5eaed;
  box-shadow: 0px 10px 20px rgba(131, 144, 179, 0.15);
  border-radius: 10px;
  margin-bottom: 16px;
}
.card-container--wide .card__image {
  width: 100%;
}
.card-container--wide .card__image img {
  width: 100%;
  border-radius: 10px 10px 0 0px;
}
.card-container--wide .card__content {
  flex-grow: 1;
  height: 100%;
  width: inherit;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}
.card-container--wide .card__content-header {
  background: none;
  padding: 0;
  display: block;
  width: auto;
  height: auto;
  text-align: left;
}
.card-container--wide .card__content-copy {
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .card-container--wide {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .card-container--wide .card__image {
    width: 200px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 10px 0 0 10px;
  }
  .card-container--wide .card__image img {
    width: 200px;
    height: 100%;
    opacity: 0;
    zoom: 1;
  }
  .card-container--wide .card__content {
    padding: 0 0 0 32px;
  }
}
.card__content-tools {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  gap: 24px;
}
.card__content-post {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 24px 24px;
  gap: 16px;
}
.card__content-header {
  padding: 22px;
  background-color: rgba(8, 34, 103, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 92px;
  text-align: center;
}
.card__content-header-text {
  color: #082267;
}
.card__content-header-text a {
  color: #082267;
}
.card__content-copy {
  padding: 16px 24px 24px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #808184;
}
.card__content-cta {
  margin-bottom: 24px;
}
.card__content-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.card__content-tags > .card__content-tags-item {
  padding: 4px 16px;
  background: rgba(8, 34, 103, 0.15);
  border-radius: 100px;
}
.card__content-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: space-between;
}

#post-13241 .cards-wrapper {
  grid-template-columns: repeat(auto-fit, 450px);
  justify-content: center;
  margin-bottom: 50px;
}
#post-13241 .card-container {
  width: 450px;
  max-width: 100%;
}

.custom-pagination #pagination-numbers {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .custom-pagination #pagination-numbers {
    transform: translateX(-11%);
  }
}
.custom-pagination .card {
  display: flex;
}
.custom-pagination .card.hidden {
  display: none;
}

.br-main-content {
  max-width: 68rem !important;
  padding-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .br-main-content {
    overflow: visible;
  }
}
.br-main-content .main-content-inner {
  padding-top: 0 !important;
}
.br-main-content .wp-block-columns .wp-block-column {
  margin: 0.25em;
  position: relative;
  flex: 1 1 0;
}
@media screen and (min-width: 1200px) {
  .br-main-content .wp-block-columns .wp-block-column:nth-child(odd) {
    margin-right: 1.5em;
  }
  .br-main-content .wp-block-columns .wp-block-column:nth-child(even) {
    margin-left: 1.5em;
  }
  .br-main-content .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 1.5em;
  }
  .br-main-content .wp-block-columns .wp-block-column:not(:last-child) {
    margin-right: 1.5em;
  }
}
.br-main-content .wp-block-columns.x2-br {
  flex-flow: row wrap;
}
@media screen and (min-width: 1200px) {
  .br-main-content .wp-block-columns.x2-br {
    flex-flow: row nowrap;
  }
}
.br-main-content .wp-block-columns.x2-br .wp-block-column {
  width: 100%;
  flex-basis: 100% !important;
  flex: 1 1 0;
}
.br-main-content .in-the-know {
  padding: 1rem;
}
@media screen and (min-width: 1200px) {
  .br-main-content .in-the-know {
    left: calc(-50vw + 50%);
    padding: 2rem 2rem 2rem 7vw;
    position: relative;
    width: 100vw;
  }
}

.br-main-content-spacer-left,
.br-main-content-spacer-right {
  display: none;
}
@media screen and (min-width: 1200px) {
  .br-main-content-spacer-left,
  .br-main-content-spacer-right {
    display: block;
  }
}

.br-main-content-bottom .wp-block-group__inner-container {
  margin: 0 auto;
  max-width: 68rem !important;
}

.br-hero-focus {
  background: #ffffff;
  display: block;
  padding: 1rem 0 0 0;
  position: relative;
  width: 100%;
  top: 0;
  max-width: 100%;
  z-index: 1;
}
.br-hero-focus .form-hidden {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .br-hero-focus {
    box-shadow: 0px 0px 20px gray;
    max-width: 45vw;
    padding: 1rem 0.8rem 0 1rem;
    position: absolute;
    right: 0;
    top: -19vw;
    z-index: 1001;
  }
}
.br-hero-focus h2 {
  margin: 0;
}
.br-hero-focus .close {
  display: none;
  outline: 0;
}
.br-hero-focus .mauticform-field-hidden {
  display: none;
}
.br-hero-focus .mauticform_wrapper {
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .br-hero-focus .mauticform_wrapper form {
    transform: scale(0.94);
  }
}
.br-hero-focus .mauticform_wrapper form .mauticform-row {
  margin-bottom: 4px;
}
.br-hero-focus .mauticform_wrapper form .mauticform-label, .br-hero-focus .mauticform_wrapper form .mauticform-helpmessage, .br-hero-focus .mauticform_wrapper form .mauticform-errormsg {
  font-size: 0.6em;
}
.br-hero-focus .mauticform_wrapper form .mauticform-input {
  padding: 0.1em 0.1em;
}
.br-hero-focus .mauticform_wrapper form .mauticform-page-wrapper {
  display: flex !important;
}
.br-hero-focus .mauticform_wrapper form #mauticform_buildingranksleadgeneration_submit button {
  font-size: smaller;
  border: none;
}

.mauticform-post-success .mauticform-message {
  background-color: #4fa047;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 20px;
  text-align: center;
}

.mauticform-post-success .mauticform-innerform {
  display: none;
}

.br-stretch {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.br-email-collection .mauticform-page-wrapper {
  align-items: flex-end;
}
.br-email-collection .mauticform-page-wrapper .mauticform-input {
  padding: 0.25em 0.5em;
}
.br-email-collection .mauticform-page-wrapper .mauticform-label {
  color: #ffffff;
}
.br-email-collection .mauticform-page-wrapper #mauticform_input_buildingranksleadgenerationemailonly_submit {
  font-size: smaller;
  border: none;
  border-radius: 0px;
}

.br-header {
  border-bottom: 2px solid #eee;
  cursor: pointer;
  height: auto;
  position: relative;
}
@media screen and (min-width: 567px) {
  .br-header {
    height: 20vw;
  }
}
.br-header .br-header-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-items: stretch;
}
.br-header .br-header-inner > * {
  flex: 1 1 0;
}
.br-header .br-header-inner .br-header-title {
  display: block;
  padding: 1rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 567px) {
  .br-header .br-header-inner .br-header-title {
    position: absolute;
    padding: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .br-header .br-header-inner .br-header-title {
    padding: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .br-header .br-header-inner .br-header-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}
.br-header .br-header-inner .br-header-title img {
  display: block;
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 567px) {
  .br-header .br-header-inner .br-header-title img {
    width: 33vw;
  }
}
.br-header .br-header-inner .br-header-graphic {
  display: none;
  height: 20vw;
  max-height: 20vw;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
@media screen and (min-width: 567px) {
  .br-header .br-header-inner .br-header-graphic {
    display: block;
  }
}
.br-header .br-header-inner .br-header-graphic .br-header-graphic-inner {
  position: absolute;
  right: -5%;
  top: -5vw;
  width: 66vw;
}
.br-header .br-header-inner .br-header-graphic .br-header-graphic-inner .triangle {
  opacity: 0;
}

.btn, button[name=jetpack_subscriptions_widget], .sidebar button[name=jetpack_subscriptions_widget] {
  position: initial;
}

.pfy-block {
  margin: 2em 0;
}

.pfy-store {
  width: 100%;
}

.pfy-loading-spinner {
  padding: 0.5em;
  text-align: center;
  color: #939496;
}

@media screen and (min-width: 601px) and (max-width: 783px) {
  body.admin-bar .b-toaster-top-center {
    top: 46px;
  }
}
@media screen and (min-width: 784px) {
  body.admin-bar .b-toaster-top-center {
    top: 32px;
  }
}

.pfy-block-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.post-72 .main-content-container {
  flex-flow: column wrap;
}
.post-72 .main-content-container .sidebar {
  flex: 0 0 0;
}
.post-72 .main-content-container .sidebar .sidebar-inner {
  padding: 2rem 5em 0 5em;
}
.post-72 .main-content-container .sidebar .sidebar-inner > div #pfy-store-sidebar {
  display: flex;
  flex-flow: row nowrap;
  background: rgba(8, 34, 103, 0.05);
  width: 100%;
  gap: 1em;
}
.post-72 .main-content-container .sidebar .sidebar-inner > div #pfy-store-sidebar input {
  margin: auto;
}
.post-72 .main-content-container .sidebar .sidebar-inner > div #pfy-store-sidebar .sidebar-node {
  width: 100%;
  margin: 1em;
}
.post-72 .main-content-container .sidebar .sidebar-inner > div #pfy-store-sidebar .sidebar-node > form .input-group {
  display: flex;
  flex-flow: row nowrap;
  height: max-content;
  border-radius: 6px;
  color: #082267;
}
.post-72 .main-content-container .sidebar .sidebar-inner > div #pfy-store-sidebar .sidebar-node > form .input-group input {
  width: auto;
  margin: auto;
}
.post-72 .main-content-container .sidebar .sidebar-inner > div #pfy-store-sidebar .sidebar-node .pfy-actions {
  display: block;
  height: 3em;
  border-radius: 6px;
  color: #082267;
}
.post-72 .main-content-container .sidebar .sidebar-inner > div #pfy-store-sidebar .sidebar-node > * {
  width: 100%;
}
.post-72 .main-content-container .sidebar .sidebar-inner > div #pfy-store-sidebar .pfy-loading-spinner {
  height: 1em;
  font-size: 1em !important;
}
.post-72 .main-content-container .pfy-store-list {
  display: flex;
  flex-flow: row wrap;
  gap: 4em;
  height: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1440px) {
  .post-72 .main-content-container .pfy-store-list {
    gap: 2em;
    width: 90%;
    justify-content: space-between;
    margin: auto;
  }
}
@media screen and (max-width: 1128px) {
  .post-72 .main-content-container .pfy-store-list {
    justify-content: space-around;
  }
}
.post-72 .main-content-container .pfy-store-list .pfy-store-product {
  text-align: center;
  font-size: smaller;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: auto;
  flex: 0 0 0;
  padding: 0 0 1em 0;
  border: 1px solid rgba(128, 128, 128, 0.075);
  border-radius: 10px;
  box-sizing: border-box;
}
.post-72 .main-content-container .pfy-store-list .pfy-store-product :not(img, a, a *, form, form *) {
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .post-72 .main-content-container .pfy-store-list .pfy-store-product {
    width: 20em;
    max-width: 100%;
    margin: 2em auto;
  }
}
.post-72 .main-content-container .pfy-store-list .pfy-store-product > * {
  width: 100%;
  overflow: hidden;
  background-color: rgba(211, 211, 211, 0.37);
  border: 1px solid transparent;
  border-bottom: transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-sizing: border-box;
}
.post-72 .main-content-container .pfy-store-list .pfy-store-product-title {
  font-weight: bold;
  text-align: left;
  color: black;
  line-height: 1.5em;
  font-size: 1.25em;
  font-weight: 400;
  height: 100%;
  padding: 1em;
}
.post-72 .main-content-container .pfy-store-list .pfy-store-product-thumbnail {
  height: 20em;
}
.post-72 .main-content-container .pfy-store-list .pfy-store-product-thumbnail :hover {
  position: initial;
  transform: scale(1);
}
.post-72 .main-content-container .pfy-store-list .pfy-store-product-price {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 0 1em;
}
.post-72 .main-content-container .pfy-store-list .pfy-store-product-preview-button {
  position: initial;
  display: inline-block;
  font-weight: 700;
  font-size: 1.1em;
}
.post-72 .main-content-container .pfy-store-list .pfy-store-product-preview-button :hover {
  transform: scale(1.3);
}
.post-72 .main-content-container .pfy-store-list .pfy-store-product-price-value {
  font-weight: bold;
  font-size: 1.25em;
}
.post-72 .main-content-container .pfy-store-list .pfy-store-product-prefix, .post-72 .main-content-container .pfy-store-list .pfy-store-product-suffix {
  font-size: smaller;
  color: #6c757d;
}
.post-72 .main-content-container .pfy-store-list .pfy-store-product-title, .post-72 .main-content-container .pfy-store-list .pfy-store-product-price,
.post-72 .main-content-container .pfy-store-list .pfy-store-product form {
  padding: 1em;
  background-color: white;
}
.post-72 .main-content-container .pfy-store-list .pfy-store-product form {
  padding: 0 1em 1em 1em;
}
.post-72 .main-content-container .pfy-store-list .pfy-store-product form button {
  width: 100%;
}

#pfy-store-sidebar,
#pfy-product-sidebar {
  flex-flow: column nowrap;
}
#pfy-store-sidebar .input-group,
#pfy-product-sidebar .input-group {
  border: 1px solid #ced4da;
  background: white;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 995px) {
  #pfy-store-sidebar .input-group,
  #pfy-product-sidebar .input-group {
    flex-flow: row nowrap;
    height: 3em;
    border-radius: 6px;
  }
}
#pfy-store-sidebar .input-group svg,
#pfy-product-sidebar .input-group svg {
  color: white;
  height: 100%;
  width: 1.5em;
  display: block;
  margin: auto 0.5em;
}
#pfy-store-sidebar .input-group input,
#pfy-product-sidebar .input-group input {
  border: none;
}
#pfy-store-sidebar select,
#pfy-product-sidebar select {
  display: block;
  height: 3em;
  border-radius: 6px;
  color: #082267;
}

@media screen and (max-width: 995px) {
  .main-content-container:has(#pfy-product-sidebar),
  .main-content-container:has(#pfy-store-sidebar) {
    display: flex;
    flex-flow: column wrap;
  }
  .main-content-container:has(#pfy-product-sidebar) .sidebar,
  .main-content-container:has(#pfy-store-sidebar) .sidebar {
    position: relative;
    opacity: 1;
    z-index: 0;
    top: auto;
    right: auto;
    margin: 3em auto auto auto;
    flex: 0;
  }
  .main-content-container:has(#pfy-product-sidebar) .sidebar .sidebar-inner,
  .main-content-container:has(#pfy-store-sidebar) .sidebar .sidebar-inner {
    padding: 0 !important;
  }
  .main-content-container:has(#pfy-product-sidebar) .sidebar .sidebar-inner #pfy-store-sidebar,
  .main-content-container:has(#pfy-store-sidebar) .sidebar .sidebar-inner #pfy-store-sidebar {
    display: flex;
    flex-flow: column nowrap;
  }
  .main-content-container:has(#pfy-product-sidebar) .sidebar .sidebar-inner #pfy-store-sidebar svg,
  .main-content-container:has(#pfy-store-sidebar) .sidebar .sidebar-inner #pfy-store-sidebar svg {
    color: grey;
  }
  .main-content-container:has(#pfy-product-sidebar) .sidebar .pfy-searchForm,
  .main-content-container:has(#pfy-store-sidebar) .sidebar .pfy-searchForm {
    display: flex;
    flex-flow: row nowrap;
  }
  .main-content-container:has(#pfy-product-sidebar) .sidebar .pfy-searchForm input,
  .main-content-container:has(#pfy-store-sidebar) .sidebar .pfy-searchForm input {
    font-size: 1em;
  }
  .main-content-container:has(#pfy-product-sidebar) .sidebar .pfy-searchForm > a svg,
  .main-content-container:has(#pfy-store-sidebar) .sidebar .pfy-searchForm > a svg {
    margin: auto 0 auto 1em;
    color: grey;
    width: 2em;
    height: 2em;
  }
  .main-content-container:has(#pfy-product-sidebar) .sidebar .pfy-mobileSidebarBG,
  .main-content-container:has(#pfy-store-sidebar) .sidebar .pfy-mobileSidebarBG {
    display: flex;
    flex-flow: row-reverse;
    background-color: rgba(0, 0, 0, 0.25);
    display: none;
    width: 111vw;
    height: 111vh;
    position: fixed;
    right: 0;
    top: 0;
    transition: 2s;
    z-index: 9999;
  }
  .main-content-container:has(#pfy-product-sidebar) .sidebar .pfy-mobileSidebarBG .pfy-mobileSidebarMenu,
  .main-content-container:has(#pfy-store-sidebar) .sidebar .pfy-mobileSidebarBG .pfy-mobileSidebarMenu {
    height: 100vh;
    width: 25vw;
    background: white;
    padding-top: 2em;
  }
}
@media screen and (max-width: 995px) and (max-width: 850px) {
  .main-content-container:has(#pfy-product-sidebar) .sidebar .pfy-mobileSidebarBG .pfy-mobileSidebarMenu,
  .main-content-container:has(#pfy-store-sidebar) .sidebar .pfy-mobileSidebarBG .pfy-mobileSidebarMenu {
    width: 55vw;
  }
}
@media screen and (max-width: 995px) {
  .main-content-container:has(#pfy-product-sidebar) .sidebar .pfy-mobileSidebarBG .pfy-mobileSidebarMenu .widget-title,
  .main-content-container:has(#pfy-store-sidebar) .sidebar .pfy-mobileSidebarBG .pfy-mobileSidebarMenu .widget-title {
    padding-bottom: 0;
  }
  .main-content-container:has(#pfy-product-sidebar) .sidebar .pfy-mobileSidebarBG .pfy-mobileSidebarMenu *,
  .main-content-container:has(#pfy-store-sidebar) .sidebar .pfy-mobileSidebarBG .pfy-mobileSidebarMenu * {
    max-width: 75%;
    margin: 0 auto;
  }
  .main-content-container:has(#pfy-product-sidebar) .sidebar .pfy-mobileSidebarBG .pfy-mobileSidebarMenu select,
  .main-content-container:has(#pfy-store-sidebar) .sidebar .pfy-mobileSidebarBG .pfy-mobileSidebarMenu select {
    margin: 1em auto;
  }
}
.pfy-priceContainer {
  display: flex;
  flex-flow: column nowrap;
  justify-content: left;
}
.pfy-priceContainer * {
  width: auto;
}
.pfy-priceContainer > span {
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
}
.pfy-priceContainer > span .pfy-product-price-value-no-discount {
  font-size: 2em;
  color: #000;
}
.pfy-priceContainer > span span.pfy-product-price-value-after-discount {
  font-size: 2em;
  color: #000;
}
.pfy-priceContainer > span span.pfy-product-price-value-before-discount {
  font-size: 1em;
  color: #ba1200 !important;
  margin: auto 0 auto 1em;
  display: block;
  width: max-content;
}

.pfy-transactionContainer form > div:not(.pfy-productButtons) {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 0;
  justify-content: space-between;
  margin-bottom: 1em;
}
.pfy-transactionContainer form > div:not(.pfy-productButtons) fieldset {
  align-self: flex-end;
}
.pfy-transactionContainer form > div:not(.pfy-productButtons) .pfy-quantityForm {
  display: flex;
  flex-flow: row nowrap;
  margin-left: 1em;
  margin-top: 4%;
}
.pfy-transactionContainer form > div:not(.pfy-productButtons) .pfy-quantityForm > * {
  margin: auto;
}
.pfy-transactionContainer form > div:not(.pfy-productButtons) .pfy-quantityForm a {
  height: max-content;
  font-size: 2em;
  margin: auto 0.25em;
  cursor: pointer;
  user-select: none;
}
.pfy-transactionContainer form > div:not(.pfy-productButtons) .pfy-quantityForm .pfy-quantityInput {
  width: max-content;
  display: block;
  height: 2.5em;
  width: 2.5em;
  text-align: center;
  border-radius: 6px;
  color: #082267;
  appearance: textfield;
  -moz-appearance: textfield;
}
.pfy-transactionContainer form > div:not(.pfy-productButtons) .pfy-quantityForm .pfy-quantityInput::-webkit-outer-spin-button, .pfy-transactionContainer form > div:not(.pfy-productButtons) .pfy-quantityForm .pfy-quantityInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pfy-transactionContainer form .pfy-productButtons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.pfy-transactionContainer {
  margin: 0.25em auto 3em auto;
}

.pfy-buttonContainer {
  display: flex;
  justify-content: center;
  margin: 1em auto;
}
.pfy-buttonContainer button {
  padding: 8px 12px;
  background-color: #ba1200;
  color: #fff;
  border: 2px solid #ba1200;
  border-radius: 4px;
  font-weight: 700;
}

.widget-title:not(:first-of-type) {
  margin-top: 1em;
}

.widget-title {
  padding-bottom: 0;
}

.pfy-actions {
  width: 100%;
}

.pfy-product-sidebar .pfy-actions.price {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .pfy-product-inner {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .pfy-product-images {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .pfy-product-images {
    flex: 0 0 250px;
    margin-right: 2em;
  }
}
.pfy-product-images img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .pfy-product-description {
    flex: 1;
  }
}
.pfy-product-price {
  margin: 1em 0;
  text-align: center;
}
.pfy-product-price-value-no-discount {
  font-weight: bold;
}
.pfy-product-price-value-before-discount {
  text-decoration: line-through;
  font-size: smaller;
}
.pfy-product-price-value-after-discount {
  font-weight: bold;
  color: #ba1200;
}

.pfy-product-images {
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .pfy-product-images {
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .pfy-product-images {
    flex: 0 0 250px;
    margin-right: 2em;
  }
}
.pfy-product-images img {
  display: block;
  margin: auto;
}

.pfy-cart-item {
  margin: 1em 0;
  align-items: flex-start;
}

.pfy-cart-item-price-value-before-discount {
  text-decoration: line-through;
  font-size: smaller;
}

.pfy-cart-item-price-value-after-discount {
  color: #ba1200;
}

.pfy-credit-card-preview {
  margin: 0;
  font-size: 2em;
}

.pfy-meeting-calendar-item {
  margin: 1em 0;
  align-items: flex-start;
}
.pfy-meeting-calendar-item .card-img-left {
  flex: 0 0 250px;
}

.pfy-meeting .pfy-product-images {
  display: none;
}
.pfy-meeting nav#main-menu.block-main-menu {
  display: none;
}

.page-template-template-personify .main-container .sidebar {
  flex: 0 0 0;
}

.main-container.active-slide {
  position: relative;
  z-index: 1;
}

.page-id-252 .sidebar,
.page-id-5083 .sidebar {
  order: 2;
  padding: 3rem 2rem 2rem;
}
.page-id-252 .sidebar .btn-outline-secondary,
.page-id-5083 .sidebar .btn-outline-secondary {
  background: none;
  border: none;
  text-decoration: underline;
}
.page-id-252 .sidebar .btn-outline-secondary:hover,
.page-id-5083 .sidebar .btn-outline-secondary:hover {
  color: #121212;
}
.page-id-252 .sidebar .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.page-id-5083 .sidebar .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  top: -0.22rem;
  left: -2rem;
  width: 2rem;
  height: 2rem;
}
.page-id-252 .sidebar .pfy-cart-item,
.page-id-5083 .sidebar .pfy-cart-item {
  gap: 16px;
}
.page-id-252 .sidebar .pfy-cart-item img,
.page-id-5083 .sidebar .pfy-cart-item img {
  max-width: 40px;
  height: auto;
}
.page-id-252 .sidebar .pfy-cart-item .card-body,
.page-id-5083 .sidebar .pfy-cart-item .card-body {
  flex-direction: column;
}
.page-id-252 .sidebar .pfy-cart-item .card-body .row .card-title,
.page-id-5083 .sidebar .pfy-cart-item .card-body .row .card-title {
  min-height: auto;
  background: none;
}
.page-id-252 .sidebar .pfy-cart-item .card-body .row .card-title a,
.page-id-5083 .sidebar .pfy-cart-item .card-body .row .card-title a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 4px;
}
.page-id-252 .sidebar .pfy-cart-item .card-body .row .card-body,
.page-id-5083 .sidebar .pfy-cart-item .card-body .row .card-body {
  min-height: auto;
}
.page-id-252 .sidebar .pfy-cart-item .card-body .row .price-quantity,
.page-id-5083 .sidebar .pfy-cart-item .card-body .row .price-quantity {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #082267;
}
.page-id-252 #pfy-checkout .card,
.page-id-5083 #pfy-checkout .card {
  margin-bottom: 16px;
}
.page-id-252 #pfy-checkout .card-body,
.page-id-5083 #pfy-checkout .card-body {
  border: 1px solid #e5eaed;
  filter: drop-shadow(0px 4px 12px rgba(131, 144, 179, 0.16));
  border-radius: 4px;
  padding: 0;
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion,
.page-id-252 #pfy-checkout .card-body #addressesAccordion,
.page-id-252 #pfy-checkout .card-body #paymentAccordion,
.page-id-252 #pfy-checkout .card-body #reviewAccordion,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion {
  padding: 24px;
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion label,
.page-id-252 #pfy-checkout .card-body #detailsAccordion legend,
.page-id-252 #pfy-checkout .card-body #addressesAccordion label,
.page-id-252 #pfy-checkout .card-body #addressesAccordion legend,
.page-id-252 #pfy-checkout .card-body #paymentAccordion label,
.page-id-252 #pfy-checkout .card-body #paymentAccordion legend,
.page-id-252 #pfy-checkout .card-body #reviewAccordion label,
.page-id-252 #pfy-checkout .card-body #reviewAccordion legend,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion label,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion legend,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion label,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion legend,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion label,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion legend,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion label,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion legend {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  color: #121212;
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion .form-group,
.page-id-252 #pfy-checkout .card-body #addressesAccordion .form-group,
.page-id-252 #pfy-checkout .card-body #paymentAccordion .form-group,
.page-id-252 #pfy-checkout .card-body #reviewAccordion .form-group,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion .form-group,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion .form-group,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion .form-group,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion .form-group {
  width: 100%;
  padding: 0 12px 0 0;
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion .form-group input,
.page-id-252 #pfy-checkout .card-body #detailsAccordion .form-group select,
.page-id-252 #pfy-checkout .card-body #addressesAccordion .form-group input,
.page-id-252 #pfy-checkout .card-body #addressesAccordion .form-group select,
.page-id-252 #pfy-checkout .card-body #paymentAccordion .form-group input,
.page-id-252 #pfy-checkout .card-body #paymentAccordion .form-group select,
.page-id-252 #pfy-checkout .card-body #reviewAccordion .form-group input,
.page-id-252 #pfy-checkout .card-body #reviewAccordion .form-group select,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion .form-group input,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion .form-group select,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion .form-group input,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion .form-group select,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion .form-group input,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion .form-group select,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion .form-group input,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion .form-group select {
  border: 1px solid #ced4da;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .page-id-252 #pfy-checkout .card-body #detailsAccordion .form-group,
  .page-id-252 #pfy-checkout .card-body #addressesAccordion .form-group,
  .page-id-252 #pfy-checkout .card-body #paymentAccordion .form-group,
  .page-id-252 #pfy-checkout .card-body #reviewAccordion .form-group,
  .page-id-5083 #pfy-checkout .card-body #detailsAccordion .form-group,
  .page-id-5083 #pfy-checkout .card-body #addressesAccordion .form-group,
  .page-id-5083 #pfy-checkout .card-body #paymentAccordion .form-group,
  .page-id-5083 #pfy-checkout .card-body #reviewAccordion .form-group {
    width: 33%;
  }
  .page-id-252 #pfy-checkout .card-body #detailsAccordion .form-group.school-search-name,
  .page-id-252 #pfy-checkout .card-body #addressesAccordion .form-group.school-search-name,
  .page-id-252 #pfy-checkout .card-body #paymentAccordion .form-group.school-search-name,
  .page-id-252 #pfy-checkout .card-body #reviewAccordion .form-group.school-search-name,
  .page-id-5083 #pfy-checkout .card-body #detailsAccordion .form-group.school-search-name,
  .page-id-5083 #pfy-checkout .card-body #addressesAccordion .form-group.school-search-name,
  .page-id-5083 #pfy-checkout .card-body #paymentAccordion .form-group.school-search-name,
  .page-id-5083 #pfy-checkout .card-body #reviewAccordion .form-group.school-search-name {
    width: 100%;
    padding: 0 12px 0 0;
  }
  .page-id-252 #pfy-checkout .card-body #detailsAccordion .form-group.display-name,
  .page-id-252 #pfy-checkout .card-body #addressesAccordion .form-group.display-name,
  .page-id-252 #pfy-checkout .card-body #paymentAccordion .form-group.display-name,
  .page-id-252 #pfy-checkout .card-body #reviewAccordion .form-group.display-name,
  .page-id-5083 #pfy-checkout .card-body #detailsAccordion .form-group.display-name,
  .page-id-5083 #pfy-checkout .card-body #addressesAccordion .form-group.display-name,
  .page-id-5083 #pfy-checkout .card-body #paymentAccordion .form-group.display-name,
  .page-id-5083 #pfy-checkout .card-body #reviewAccordion .form-group.display-name {
    width: 100%;
  }
  .page-id-252 #pfy-checkout .card-body #detailsAccordion .form-group.address-1, .page-id-252 #pfy-checkout .card-body #detailsAccordion .form-group.address-2,
  .page-id-252 #pfy-checkout .card-body #addressesAccordion .form-group.address-1,
  .page-id-252 #pfy-checkout .card-body #addressesAccordion .form-group.address-2,
  .page-id-252 #pfy-checkout .card-body #paymentAccordion .form-group.address-1,
  .page-id-252 #pfy-checkout .card-body #paymentAccordion .form-group.address-2,
  .page-id-252 #pfy-checkout .card-body #reviewAccordion .form-group.address-1,
  .page-id-252 #pfy-checkout .card-body #reviewAccordion .form-group.address-2,
  .page-id-5083 #pfy-checkout .card-body #detailsAccordion .form-group.address-1,
  .page-id-5083 #pfy-checkout .card-body #detailsAccordion .form-group.address-2,
  .page-id-5083 #pfy-checkout .card-body #addressesAccordion .form-group.address-1,
  .page-id-5083 #pfy-checkout .card-body #addressesAccordion .form-group.address-2,
  .page-id-5083 #pfy-checkout .card-body #paymentAccordion .form-group.address-1,
  .page-id-5083 #pfy-checkout .card-body #paymentAccordion .form-group.address-2,
  .page-id-5083 #pfy-checkout .card-body #reviewAccordion .form-group.address-1,
  .page-id-5083 #pfy-checkout .card-body #reviewAccordion .form-group.address-2 {
    width: 50%;
  }
  .page-id-252 #pfy-checkout .card-body #detailsAccordion .form-group.pfy-checkout-credit-card-saved-card-wrapper,
  .page-id-252 #pfy-checkout .card-body #addressesAccordion .form-group.pfy-checkout-credit-card-saved-card-wrapper,
  .page-id-252 #pfy-checkout .card-body #paymentAccordion .form-group.pfy-checkout-credit-card-saved-card-wrapper,
  .page-id-252 #pfy-checkout .card-body #reviewAccordion .form-group.pfy-checkout-credit-card-saved-card-wrapper,
  .page-id-5083 #pfy-checkout .card-body #detailsAccordion .form-group.pfy-checkout-credit-card-saved-card-wrapper,
  .page-id-5083 #pfy-checkout .card-body #addressesAccordion .form-group.pfy-checkout-credit-card-saved-card-wrapper,
  .page-id-5083 #pfy-checkout .card-body #paymentAccordion .form-group.pfy-checkout-credit-card-saved-card-wrapper,
  .page-id-5083 #pfy-checkout .card-body #reviewAccordion .form-group.pfy-checkout-credit-card-saved-card-wrapper {
    width: 100%;
  }
  .page-id-252 #pfy-checkout .card-body #detailsAccordion .form-group.pfy-checkout-credit-card-saved-card-wrapper #pfy-checkout-credit-card-saved-card,
  .page-id-252 #pfy-checkout .card-body #addressesAccordion .form-group.pfy-checkout-credit-card-saved-card-wrapper #pfy-checkout-credit-card-saved-card,
  .page-id-252 #pfy-checkout .card-body #paymentAccordion .form-group.pfy-checkout-credit-card-saved-card-wrapper #pfy-checkout-credit-card-saved-card,
  .page-id-252 #pfy-checkout .card-body #reviewAccordion .form-group.pfy-checkout-credit-card-saved-card-wrapper #pfy-checkout-credit-card-saved-card,
  .page-id-5083 #pfy-checkout .card-body #detailsAccordion .form-group.pfy-checkout-credit-card-saved-card-wrapper #pfy-checkout-credit-card-saved-card,
  .page-id-5083 #pfy-checkout .card-body #addressesAccordion .form-group.pfy-checkout-credit-card-saved-card-wrapper #pfy-checkout-credit-card-saved-card,
  .page-id-5083 #pfy-checkout .card-body #paymentAccordion .form-group.pfy-checkout-credit-card-saved-card-wrapper #pfy-checkout-credit-card-saved-card,
  .page-id-5083 #pfy-checkout .card-body #reviewAccordion .form-group.pfy-checkout-credit-card-saved-card-wrapper #pfy-checkout-credit-card-saved-card {
    max-width: 350px;
  }
  .page-id-252 #pfy-checkout .card-body #detailsAccordion .form-group.credit-name, .page-id-252 #pfy-checkout .card-body #detailsAccordion .form-group.credit-number,
  .page-id-252 #pfy-checkout .card-body #addressesAccordion .form-group.credit-name,
  .page-id-252 #pfy-checkout .card-body #addressesAccordion .form-group.credit-number,
  .page-id-252 #pfy-checkout .card-body #paymentAccordion .form-group.credit-name,
  .page-id-252 #pfy-checkout .card-body #paymentAccordion .form-group.credit-number,
  .page-id-252 #pfy-checkout .card-body #reviewAccordion .form-group.credit-name,
  .page-id-252 #pfy-checkout .card-body #reviewAccordion .form-group.credit-number,
  .page-id-5083 #pfy-checkout .card-body #detailsAccordion .form-group.credit-name,
  .page-id-5083 #pfy-checkout .card-body #detailsAccordion .form-group.credit-number,
  .page-id-5083 #pfy-checkout .card-body #addressesAccordion .form-group.credit-name,
  .page-id-5083 #pfy-checkout .card-body #addressesAccordion .form-group.credit-number,
  .page-id-5083 #pfy-checkout .card-body #paymentAccordion .form-group.credit-name,
  .page-id-5083 #pfy-checkout .card-body #paymentAccordion .form-group.credit-number,
  .page-id-5083 #pfy-checkout .card-body #reviewAccordion .form-group.credit-name,
  .page-id-5083 #pfy-checkout .card-body #reviewAccordion .form-group.credit-number {
    width: 50%;
  }
  .page-id-252 #pfy-checkout .card-body #detailsAccordion .form-group.credit-name .pfy-credit-card-preview, .page-id-252 #pfy-checkout .card-body #detailsAccordion .form-group.credit-number .pfy-credit-card-preview,
  .page-id-252 #pfy-checkout .card-body #addressesAccordion .form-group.credit-name .pfy-credit-card-preview,
  .page-id-252 #pfy-checkout .card-body #addressesAccordion .form-group.credit-number .pfy-credit-card-preview,
  .page-id-252 #pfy-checkout .card-body #paymentAccordion .form-group.credit-name .pfy-credit-card-preview,
  .page-id-252 #pfy-checkout .card-body #paymentAccordion .form-group.credit-number .pfy-credit-card-preview,
  .page-id-252 #pfy-checkout .card-body #reviewAccordion .form-group.credit-name .pfy-credit-card-preview,
  .page-id-252 #pfy-checkout .card-body #reviewAccordion .form-group.credit-number .pfy-credit-card-preview,
  .page-id-5083 #pfy-checkout .card-body #detailsAccordion .form-group.credit-name .pfy-credit-card-preview,
  .page-id-5083 #pfy-checkout .card-body #detailsAccordion .form-group.credit-number .pfy-credit-card-preview,
  .page-id-5083 #pfy-checkout .card-body #addressesAccordion .form-group.credit-name .pfy-credit-card-preview,
  .page-id-5083 #pfy-checkout .card-body #addressesAccordion .form-group.credit-number .pfy-credit-card-preview,
  .page-id-5083 #pfy-checkout .card-body #paymentAccordion .form-group.credit-name .pfy-credit-card-preview,
  .page-id-5083 #pfy-checkout .card-body #paymentAccordion .form-group.credit-number .pfy-credit-card-preview,
  .page-id-5083 #pfy-checkout .card-body #reviewAccordion .form-group.credit-name .pfy-credit-card-preview,
  .page-id-5083 #pfy-checkout .card-body #reviewAccordion .form-group.credit-number .pfy-credit-card-preview {
    display: none;
  }
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion .credit-expire,
.page-id-252 #pfy-checkout .card-body #addressesAccordion .credit-expire,
.page-id-252 #pfy-checkout .card-body #paymentAccordion .credit-expire,
.page-id-252 #pfy-checkout .card-body #reviewAccordion .credit-expire,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion .credit-expire,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion .credit-expire,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion .credit-expire,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion .credit-expire {
  width: 66%;
  margin: 0;
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion .credit-expire .col-sm-5,
.page-id-252 #pfy-checkout .card-body #addressesAccordion .credit-expire .col-sm-5,
.page-id-252 #pfy-checkout .card-body #paymentAccordion .credit-expire .col-sm-5,
.page-id-252 #pfy-checkout .card-body #reviewAccordion .credit-expire .col-sm-5,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion .credit-expire .col-sm-5,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion .credit-expire .col-sm-5,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion .credit-expire .col-sm-5,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion .credit-expire .col-sm-5 {
  padding: 0;
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion .credit-expire .form-group,
.page-id-252 #pfy-checkout .card-body #addressesAccordion .credit-expire .form-group,
.page-id-252 #pfy-checkout .card-body #paymentAccordion .credit-expire .form-group,
.page-id-252 #pfy-checkout .card-body #reviewAccordion .credit-expire .form-group,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion .credit-expire .form-group,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion .credit-expire .form-group,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion .credit-expire .form-group,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion .credit-expire .form-group {
  width: 100%;
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion .pfy-address-picker,
.page-id-252 #pfy-checkout .card-body #addressesAccordion .pfy-address-picker,
.page-id-252 #pfy-checkout .card-body #paymentAccordion .pfy-address-picker,
.page-id-252 #pfy-checkout .card-body #reviewAccordion .pfy-address-picker,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion .pfy-address-picker,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion .pfy-address-picker,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion .pfy-address-picker,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion .pfy-address-picker {
  width: 100%;
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion form,
.page-id-252 #pfy-checkout .card-body #addressesAccordion form,
.page-id-252 #pfy-checkout .card-body #paymentAccordion form,
.page-id-252 #pfy-checkout .card-body #reviewAccordion form,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion form,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion form,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion form,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion form {
  display: flex;
  flex-wrap: wrap;
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion form #pfy-address-picker-search-method,
.page-id-252 #pfy-checkout .card-body #addressesAccordion form #pfy-address-picker-search-method,
.page-id-252 #pfy-checkout .card-body #paymentAccordion form #pfy-address-picker-search-method,
.page-id-252 #pfy-checkout .card-body #reviewAccordion form #pfy-address-picker-search-method,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion form #pfy-address-picker-search-method,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion form #pfy-address-picker-search-method,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion form #pfy-address-picker-search-method,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion form #pfy-address-picker-search-method {
  width: 100%;
  display: flex;
  gap: 16px;
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion form #pfy-address-picker-search-method label,
.page-id-252 #pfy-checkout .card-body #addressesAccordion form #pfy-address-picker-search-method label,
.page-id-252 #pfy-checkout .card-body #paymentAccordion form #pfy-address-picker-search-method label,
.page-id-252 #pfy-checkout .card-body #reviewAccordion form #pfy-address-picker-search-method label,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion form #pfy-address-picker-search-method label,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion form #pfy-address-picker-search-method label,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion form #pfy-address-picker-search-method label,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion form #pfy-address-picker-search-method label {
  max-width: 150px;
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion form#pfy-checkout-credit-card-form .col-sm-9 .form-group,
.page-id-252 #pfy-checkout .card-body #detailsAccordion form#pfy-checkout-credit-card-form .col-sm-3 .form-group,
.page-id-252 #pfy-checkout .card-body #addressesAccordion form#pfy-checkout-credit-card-form .col-sm-9 .form-group,
.page-id-252 #pfy-checkout .card-body #addressesAccordion form#pfy-checkout-credit-card-form .col-sm-3 .form-group,
.page-id-252 #pfy-checkout .card-body #paymentAccordion form#pfy-checkout-credit-card-form .col-sm-9 .form-group,
.page-id-252 #pfy-checkout .card-body #paymentAccordion form#pfy-checkout-credit-card-form .col-sm-3 .form-group,
.page-id-252 #pfy-checkout .card-body #reviewAccordion form#pfy-checkout-credit-card-form .col-sm-9 .form-group,
.page-id-252 #pfy-checkout .card-body #reviewAccordion form#pfy-checkout-credit-card-form .col-sm-3 .form-group,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion form#pfy-checkout-credit-card-form .col-sm-9 .form-group,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion form#pfy-checkout-credit-card-form .col-sm-3 .form-group,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion form#pfy-checkout-credit-card-form .col-sm-9 .form-group,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion form#pfy-checkout-credit-card-form .col-sm-3 .form-group,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion form#pfy-checkout-credit-card-form .col-sm-9 .form-group,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion form#pfy-checkout-credit-card-form .col-sm-3 .form-group,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion form#pfy-checkout-credit-card-form .col-sm-9 .form-group,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion form#pfy-checkout-credit-card-form .col-sm-3 .form-group {
  width: 100%;
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion form#pfy-checkout-echeck-form .row,
.page-id-252 #pfy-checkout .card-body #addressesAccordion form#pfy-checkout-echeck-form .row,
.page-id-252 #pfy-checkout .card-body #paymentAccordion form#pfy-checkout-echeck-form .row,
.page-id-252 #pfy-checkout .card-body #reviewAccordion form#pfy-checkout-echeck-form .row,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion form#pfy-checkout-echeck-form .row,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion form#pfy-checkout-echeck-form .row,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion form#pfy-checkout-echeck-form .row,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion form#pfy-checkout-echeck-form .row {
  width: 100%;
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion form#pfy-checkout-echeck-form .row .form-group,
.page-id-252 #pfy-checkout .card-body #addressesAccordion form#pfy-checkout-echeck-form .row .form-group,
.page-id-252 #pfy-checkout .card-body #paymentAccordion form#pfy-checkout-echeck-form .row .form-group,
.page-id-252 #pfy-checkout .card-body #reviewAccordion form#pfy-checkout-echeck-form .row .form-group,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion form#pfy-checkout-echeck-form .row .form-group,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion form#pfy-checkout-echeck-form .row .form-group,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion form#pfy-checkout-echeck-form .row .form-group,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion form#pfy-checkout-echeck-form .row .form-group {
  width: 100%;
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion .custom-control-label::before,
.page-id-252 #pfy-checkout .card-body #addressesAccordion .custom-control-label::before,
.page-id-252 #pfy-checkout .card-body #paymentAccordion .custom-control-label::before,
.page-id-252 #pfy-checkout .card-body #reviewAccordion .custom-control-label::before,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion .custom-control-label::before,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion .custom-control-label::before,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion .custom-control-label::before,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion .custom-control-label::before {
  top: 0;
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.page-id-252 #pfy-checkout .card-body #addressesAccordion .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.page-id-252 #pfy-checkout .card-body #paymentAccordion .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.page-id-252 #pfy-checkout .card-body #reviewAccordion .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  top: -0.5rem;
  left: -2rem;
  width: 2rem;
  height: 2rem;
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion .btn, .page-id-252 #pfy-checkout .card-body #detailsAccordion button[name=jetpack_subscriptions_widget],
.page-id-252 #pfy-checkout .card-body #addressesAccordion .btn,
.page-id-252 #pfy-checkout .card-body #addressesAccordion button[name=jetpack_subscriptions_widget],
.page-id-252 #pfy-checkout .card-body #paymentAccordion .btn,
.page-id-252 #pfy-checkout .card-body #paymentAccordion button[name=jetpack_subscriptions_widget],
.page-id-252 #pfy-checkout .card-body #reviewAccordion .btn,
.page-id-252 #pfy-checkout .card-body #reviewAccordion button[name=jetpack_subscriptions_widget],
.page-id-5083 #pfy-checkout .card-body #detailsAccordion .btn,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion button[name=jetpack_subscriptions_widget],
.page-id-5083 #pfy-checkout .card-body #addressesAccordion .btn,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion button[name=jetpack_subscriptions_widget],
.page-id-5083 #pfy-checkout .card-body #paymentAccordion .btn,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion button[name=jetpack_subscriptions_widget],
.page-id-5083 #pfy-checkout .card-body #reviewAccordion .btn,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion button[name=jetpack_subscriptions_widget] {
  max-width: 250px;
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion .address-picker-container .btn, .page-id-252 #pfy-checkout .card-body #detailsAccordion .address-picker-container button[name=jetpack_subscriptions_widget],
.page-id-252 #pfy-checkout .card-body #addressesAccordion .address-picker-container .btn,
.page-id-252 #pfy-checkout .card-body #addressesAccordion .address-picker-container button[name=jetpack_subscriptions_widget],
.page-id-252 #pfy-checkout .card-body #paymentAccordion .address-picker-container .btn,
.page-id-252 #pfy-checkout .card-body #paymentAccordion .address-picker-container button[name=jetpack_subscriptions_widget],
.page-id-252 #pfy-checkout .card-body #reviewAccordion .address-picker-container .btn,
.page-id-252 #pfy-checkout .card-body #reviewAccordion .address-picker-container button[name=jetpack_subscriptions_widget],
.page-id-5083 #pfy-checkout .card-body #detailsAccordion .address-picker-container .btn,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion .address-picker-container button[name=jetpack_subscriptions_widget],
.page-id-5083 #pfy-checkout .card-body #addressesAccordion .address-picker-container .btn,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion .address-picker-container button[name=jetpack_subscriptions_widget],
.page-id-5083 #pfy-checkout .card-body #paymentAccordion .address-picker-container .btn,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion .address-picker-container button[name=jetpack_subscriptions_widget],
.page-id-5083 #pfy-checkout .card-body #reviewAccordion .address-picker-container .btn,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion .address-picker-container button[name=jetpack_subscriptions_widget] {
  max-width: 250px;
  color: #ba1200;
}
.page-id-252 #pfy-checkout .card-body #detailsAccordion .address-picker-container .btn:hover, .page-id-252 #pfy-checkout .card-body #detailsAccordion .address-picker-container button[name=jetpack_subscriptions_widget]:hover,
.page-id-252 #pfy-checkout .card-body #addressesAccordion .address-picker-container .btn:hover,
.page-id-252 #pfy-checkout .card-body #addressesAccordion .address-picker-container button[name=jetpack_subscriptions_widget]:hover,
.page-id-252 #pfy-checkout .card-body #paymentAccordion .address-picker-container .btn:hover,
.page-id-252 #pfy-checkout .card-body #paymentAccordion .address-picker-container button[name=jetpack_subscriptions_widget]:hover,
.page-id-252 #pfy-checkout .card-body #reviewAccordion .address-picker-container .btn:hover,
.page-id-252 #pfy-checkout .card-body #reviewAccordion .address-picker-container button[name=jetpack_subscriptions_widget]:hover,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion .address-picker-container .btn:hover,
.page-id-5083 #pfy-checkout .card-body #detailsAccordion .address-picker-container button[name=jetpack_subscriptions_widget]:hover,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion .address-picker-container .btn:hover,
.page-id-5083 #pfy-checkout .card-body #addressesAccordion .address-picker-container button[name=jetpack_subscriptions_widget]:hover,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion .address-picker-container .btn:hover,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion .address-picker-container button[name=jetpack_subscriptions_widget]:hover,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion .address-picker-container .btn:hover,
.page-id-5083 #pfy-checkout .card-body #reviewAccordion .address-picker-container button[name=jetpack_subscriptions_widget]:hover {
  color: #ffffff;
  background-color: #ba1200;
  border-color: #ba1200;
}
.page-id-252 #pfy-checkout .card-body #paymentAccordion .custom-control-input:checked ~ .custom-control-label::before,
.page-id-5083 #pfy-checkout .card-body #paymentAccordion .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #121212;
}
.page-id-252 #pfy-checkout .card-header,
.page-id-5083 #pfy-checkout .card-header {
  padding: 0;
}
.page-id-252 #pfy-checkout .card-header button,
.page-id-5083 #pfy-checkout .card-header button {
  background: #f7f9fa;
  border: none;
  text-align: left;
  color: #082267;
}
.page-id-252 #pfy-checkout .card-header button:disabled,
.page-id-5083 #pfy-checkout .card-header button:disabled {
  color: #082267;
  opacity: 0.5;
  cursor: default;
}
.page-id-252 #pfy-checkout .card-header button:hover,
.page-id-5083 #pfy-checkout .card-header button:hover {
  color: #082267;
  text-decoration: underline;
}
.page-id-252 #pfy-checkout .card-header button:disabled,
.page-id-5083 #pfy-checkout .card-header button:disabled {
  color: #082267;
  opacity: 0.5;
}
.page-id-252 #pfy-checkout .card-header button:disabled:hover,
.page-id-5083 #pfy-checkout .card-header button:disabled:hover {
  cursor: default;
  text-decoration: none;
}
.page-id-252 #pfy-checkout .card .collapse,
.page-id-5083 #pfy-checkout .card .collapse {
  background: #ffffff;
  padding: 24px;
}
.page-id-252 #pfy-checkout .card .collapse #pfy-checkout-payment-method label:first-child,
.page-id-5083 #pfy-checkout .card .collapse #pfy-checkout-payment-method label:first-child {
  margin-right: 16px;
}
.page-id-252 #pfy-checkout .card .collapse p,
.page-id-5083 #pfy-checkout .card .collapse p {
  margin: 0;
  padding: 1em 0;
}
.page-id-252 #pfy-checkout .card .collapse .border-success .card-text,
.page-id-252 #pfy-checkout .card .collapse .border-info .card-text,
.page-id-5083 #pfy-checkout .card .collapse .border-success .card-text,
.page-id-5083 #pfy-checkout .card .collapse .border-info .card-text {
  margin: 1em 0;
}
.page-id-252 #pfy-checkout .card .collapse .routing,
.page-id-5083 #pfy-checkout .card .collapse .routing {
  margin-left: 0px;
}
.page-id-252 #pfy-checkout .pfy-address-picker .address-picker-container,
.page-id-5083 #pfy-checkout .pfy-address-picker .address-picker-container {
  padding: 0 16px;
}
.page-id-252 #pfy-checkout .pfy-address-picker .card-body,
.page-id-5083 #pfy-checkout .pfy-address-picker .card-body {
  border: none;
}
.page-id-252 #pfy-checkout .pfy-address-picker .card-body .badge,
.page-id-5083 #pfy-checkout .pfy-address-picker .card-body .badge {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #121212;
  background: none;
  padding: 0;
}
.page-id-252 .address-wrapper,
.page-id-5083 .address-wrapper {
  border: solid 1px;
  border-color: #fff #dee2e6 #dee2e6 #dee2e6;
  padding: 16px;
  padding: 16px;
}
.page-id-252 .modal-content,
.page-id-5083 .modal-content {
  padding: 24px;
}
.page-id-252 .billing-shipping,
.page-id-5083 .billing-shipping {
  display: flex;
  justify-content: start;
  gap: 32px;
  flex-wrap: wrap;
}

.page-id-38 .modal-body {
  padding: 0;
}
.page-id-38 .modal-body .card-body {
  padding: 0 1.25rem;
}
.page-id-38 .modal .btn, .page-id-38 .modal button[name=jetpack_subscriptions_widget] {
  margin-left: 24px;
}
.page-id-38 .modal .text-muted, .page-id-38 .modal .pfy-account-directory-desc, .page-id-38 .modal .jetpack-subscribe-count, .page-id-38 .modal .pfy-product-price-value-before-discount, .page-id-38 .modal .pfy-cart-item-price-value-before-discount {
  margin-left: 24px;
}

#reviewAccordion .btn, #reviewAccordion button[name=jetpack_subscriptions_widget] {
  max-width: 250px !important;
  margin-left: 15px;
}
#reviewAccordion .custom-checkbox {
  margin-left: 16px;
  margin-bottom: 28px;
}

.pfy-cart-item {
  margin: 1em 0;
  align-items: flex-start;
}

.pfy-cart-item-price-value-before-discount {
  text-decoration: line-through;
  font-size: smaller;
}

.pfy-cart-item-price-value-after-discount {
  color: #ba1200;
}

.page-template-template-personify.page-child .main-container {
  max-width: 1440px;
  margin: auto;
}

.pfy-cart-item {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5eaed;
  box-shadow: 0px 4px 12px rgba(131, 144, 179, 0.16);
  border-radius: 4px;
  padding: 16px;
}
.pfy-cart-item .card-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  gap: 16px;
}
.pfy-cart-item .card-body .btn, .pfy-cart-item .card-body button[name=jetpack_subscriptions_widget] {
  background: none;
  border: none;
}
.pfy-cart-item .card-body .btn:hover, .pfy-cart-item .card-body button[name=jetpack_subscriptions_widget]:hover {
  color: #082267;
  text-decoration: underline;
}
.pfy-cart-item .card-body .col {
  align-items: center;
  display: flex;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #082267;
}
.pfy-cart-item .card-body .col .quantity-parent {
  display: flex;
  align-items: center;
  gap: 16px;
}
.pfy-cart-item .card-body .col .quantity-parent a {
  color: #082267;
  font-size: 36px;
  cursor: pointer;
  display: none;
}
@media screen and (min-width: 1200px) {
  .pfy-cart-item .card-body .col .quantity-parent a {
    display: block;
  }
}
.pfy-cart-item .card-body .col #pfy-product-quantity {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 4px;
  width: 70px;
  height: 40px;
  border-radius: 8px;
}
.pfy-cart-item .card-body .col.desktop-price {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pfy-cart-item .card-body .col.desktop-price {
    display: flex;
  }
}
.pfy-cart-item .card-title {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.pfy-cart-item .card-title a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #082267;
}
.pfy-cart-item .card-title .mobile-price {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #082267;
}
@media screen and (min-width: 1200px) {
  .pfy-cart-item .card-title .mobile-price {
    display: none;
  }
}

.pfy-credit-card-preview {
  margin: 0;
  font-size: 2em;
}

.pfy-meeting-calendar-item {
  margin: 1em 0;
  align-items: flex-start;
}
.pfy-meeting-calendar-item .card-img-left {
  flex: 0 0 250px;
}

.pfy-meeting .pfy-product-images {
  display: none;
}
.pfy-meeting nav#main-menu.block-main-menu {
  display: none;
}

#pfy-product-sidebar {
  display: none;
}

.pfy-back-btn {
  margin-bottom: 24px;
}

.review-shipping h4,
.review-billing h4,
.review-payment h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #121212;
}
.review-shipping .card-text,
.review-billing .card-text,
.review-payment .card-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}
.review-shipping .card-text strong,
.review-billing .card-text strong,
.review-payment .card-text strong {
  font-weight: 700;
}
.review-shipping strong,
.review-billing strong,
.review-payment strong {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.review-payment {
  margin-bottom: 24px;
}

.shipping-container {
  background: #f7f9fa;
}
.shipping-container-inner {
  max-width: 1400px;
  margin: auto;
  padding: 80px 0;
}

.membership-quiz-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 1075px) {
  .membership-quiz-group {
    flex-direction: row;
  }
}

#pfy-membership-quiz {
  border-radius: 8px;
  background: #f3f4f7;
  padding: 40px 25px;
  position: relative;
  width: 100%;
}
@media (min-width: 1075px) {
  #pfy-membership-quiz {
    width: unset;
  }
}
@media (min-width: 1280px) {
  #pfy-membership-quiz {
    padding: 45px 35px;
  }
}
#pfy-membership-quiz .question {
  margin-bottom: 1rem;
}
#pfy-membership-quiz .quiz-completed-popup {
  position: absolute;
  background: #fff;
  padding: 15px 15px 39px;
  border-radius: 8px;
  top: 96px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
#pfy-membership-quiz .quiz-completed-popup .close-button {
  background-color: transparent;
  border: none;
  margin-left: auto;
}
#pfy-membership-quiz .quiz-completed-popup .popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#pfy-membership-quiz .quiz-completed-popup h3, #pfy-membership-quiz .quiz-completed-popup .archive-entry .entry-title, .archive-entry #pfy-membership-quiz .quiz-completed-popup .entry-title {
  color: #082267;
  text-align: center;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 27px;
}
#pfy-membership-quiz .quiz-completed-popup p {
  color: #082267;
  text-align: center;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#pfy-membership-quiz h2 {
  margin-bottom: 30px;
}
#pfy-membership-quiz form button {
  display: flex;
  height: 40px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  color: #fff;
  background: #ba1200;
  border: solid 2px #ba1200;
  transition: 0.5s;
}
#pfy-membership-quiz form button:disabled {
  background: #5b4d4c;
  border: solid 2px #5b4d4c;
}
#pfy-membership-quiz p {
  color: var(--NASSP-Black, #121212);
  text-align: left;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 9px;
}
#pfy-membership-quiz select {
  border-radius: 5px;
  border: 1px solid #ced4da;
  background: #fff;
  color: #959595;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  width: 100%;
  height: 40px;
  padding: 10px 16px;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("https://cdn-3.convertexperiments.com/uf/10034870/10034026/1694540643Expand+Arrow.png");
  background-repeat: no-repeat;
  background-position: 95% center;
}
@media (min-width: 1075px) {
  #pfy-membership-quiz select {
    width: 295px;
  }
}
#pfy-membership-quiz label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 9px;
  cursor: pointer;
}
#pfy-membership-quiz label [type=radio] {
  cursor: pointer;
  appearance: none;
  width: 20px;
  height: 20px;
  border: solid 1px #959595;
  border-radius: 50%;
}
#pfy-membership-quiz label [type=radio]:checked {
  background-color: #959595;
}

[data-membership-id] {
  scroll-margin-top: 100px;
}

@media (min-width: 1075px) {
  [data-recommended-membership], [data-recommended-membership] #pfy-join .slick-track {
    position: relative;
  }
  [data-recommended-membership]:before, [data-recommended-membership] #pfy-join .slick-track:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    pointer-events: none;
  }
  [data-recommended-membership]:before {
    position: fixed;
  }
  [data-recommended-membership="0"] .card-body[data-membership-id="0"],
  [data-recommended-membership="8188"] .card-body[data-membership-id="8188"],
  [data-recommended-membership="8189"] .card-body[data-membership-id="8189"],
  [data-recommended-membership="8190"] .card-body[data-membership-id="8190"],
  [data-recommended-membership="8193"] .card-body[data-membership-id="8193"],
  [data-recommended-membership] .slick-slider,
  [data-recommended-membership] #pfy-membership-quiz .quiz-completed-popup {
    z-index: 9;
    background: #fff;
  }
}
.publication-template-default .main-content-container {
  padding-top: 40px !important;
}
@media screen and (min-width: 1200px) {
  .publication-template-default .main-content-container {
    padding-top: 70px;
  }
}
.publication-template-default .main-container .main-content-inner {
  max-width: 1300px;
  margin: auto;
}
.publication-template-default .main-container .nav-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.publication-template-default .main-container .nav-header .nav-select {
  display: none;
}
@media (max-width: 767px) {
  .publication-template-default .main-container .nav-header {
    flex-direction: column-reverse;
  }
  .publication-template-default .main-container .nav-header .nav-tabs {
    display: none;
  }
  .publication-template-default .main-container .nav-header .nav-select {
    display: block;
  }
}
.publication-template-default .main-container select {
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 5px;
  height: 40px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #959595;
}
.publication-template-default .main-container .nav-tabs {
  border-bottom: none;
}
.publication-template-default .main-container .nav-tabs .nav-item .nav-link {
  background: rgba(8, 34, 103, 0.05);
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 10px 10px 0px 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #082267;
}
@media screen and (min-width: 992px) {
  .publication-template-default .main-container .nav-tabs .nav-item .nav-link {
    font-size: 18px;
  }
}
.publication-template-default .main-container .nav-tabs .nav-item .nav-link.active {
  font-size: 16px;
  color: #082267;
  font-weight: 700;
  background: #ffffff;
  border-color: #e5eaed;
}
@media screen and (min-width: 992px) {
  .publication-template-default .main-container .nav-tabs .nav-item .nav-link.active {
    font-size: 20px;
  }
}
.publication-template-default .main-container .nav-tabs .nav-item:last-child .nav-link {
  background: #fff;
  border: none;
  text-decoration: underline;
}
.publication-template-default .main-container .publication-search {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: end;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .publication-template-default .main-container .publication-search {
    margin-bottom: 0;
  }
}
.publication-template-default .main-container .publication-search .searchform-input-container {
  position: relative;
}
.publication-template-default .main-container .publication-search .searchform-input-container .fa-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #959595;
  cursor: pointer;
}
@media (max-width: 767px) {
  .publication-template-default .main-container .publication-search {
    width: 100%;
    display: block;
  }
  .publication-template-default .main-container .publication-search input {
    width: 100%;
    margin: 16px 0;
  }
}
.publication-template-default .main-container .tab-content {
  background: #ffffff;
  /* NASSP Platinum */
  border: 1px solid #e5eaed;
  border-radius: 0px 10px 10px 10px;
  margin-bottom: 88px;
}
.publication-template-default .main-container .tab-content .sort-by {
  margin-top: 48px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .publication-template-default .main-container .tab-content .sort-by {
    margin-left: 0;
    margin-top: 16px;
  }
  .publication-template-default .main-container .tab-content .sort-by select {
    width: 100%;
  }
}
.publication-template-default .main-container .tab-content .sort-by label {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: right;
  /* NASSP Black */
  color: #121212;
}
.publication-template-default .main-container .tab-content .tab-pane.active {
  display: block;
}
.publication-template-default .main-container .tab-content .tab-pane h3, .publication-template-default .main-container .tab-content .tab-pane .archive-entry .entry-title, .archive-entry .publication-template-default .main-container .tab-content .tab-pane .entry-title {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .publication-template-default .main-container .tab-content .tab-pane h3, .publication-template-default .main-container .tab-content .tab-pane .archive-entry .entry-title, .archive-entry .publication-template-default .main-container .tab-content .tab-pane .entry-title {
    margin-top: 0;
  }
}
.publication-template-default .main-container .tab-content .tab-pane .tile-grid {
  display: grid;
  margin-top: 32px;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  padding-bottom: 48px;
}
.publication-template-default .main-container .tab-content .tab-pane .tile {
  flex: 0 0 23%;
  flex-grow: 1;
}
.publication-template-default .main-container .tab-content .tab-pane .tile-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  border: 1px solid #ced4da;
  border-radius: 8px;
}
.publication-template-default .main-container .tab-content .tab-pane .tile .wp-block-image {
  margin: 0;
}
.publication-template-default .main-container .tab-content .tab-pane .tile p.date {
  margin: 24px 0 0 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #121212;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .publication-template-default .main-container .tab-content .tab-pane .tile p.date {
    text-align: center;
    padding-bottom: 0px;
  }
}
.publication-template-default .main-container .tab-content .tab-pane .tile .read-more {
  display: none;
}
@media (max-width: 767px) {
  .publication-template-default .main-container .tab-content .tab-pane .tile-inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
  }
  .publication-template-default .main-container .tab-content .tab-pane .tile-inner .tile-text {
    display: flex;
    flex-direction: column;
  }
  .publication-template-default .main-container .tab-content .tab-pane .tile-inner .tile-text p.date {
    margin: 0;
  }
  .publication-template-default .main-container .tab-content .tab-pane .tile-inner .tile-text .read-more {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #db504a;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #db504a;
    height: 40px;
    width: 170px;
    max-width: 100%;
  }
}
.publication-template-default .main-container body.publication-template-default .main-content:not(.main-content-fullwidth), .publication-template-default .main-container body.publication-template-default .br-main-content:not(.main-content-fullwidth) {
  max-width: 85rem;
}
.publication-template-default .main-container body.publication-template-default .main-header {
  min-height: 250px;
}
.publication-template-default .main-container body.publication-template-default .main-header-inner {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1000px;
  transform: translate(-50%, -50%);
}
.publication-template-default .main-container .wp-block-image {
  background: #ffffff;
}
.publication-template-default .main-container .wp-block-image .date {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #121212;
  margin-top: 24px;
}
.publication-template-default .main-container .wp-block-image img {
  border-radius: 5px;
}
.publication-template-default .main-container input {
  width: 350px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #959595;
  padding: 10px 16px;
}
.publication-template-default .main-container .issue .main-content-inner {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .publication-template-default .main-container .issue .main-content-inner {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 20px;
  }
}
.publication-template-default .main-container .issue .main-content-inner .issue-content {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .publication-template-default .main-container .issue .main-content-inner .issue-content {
    padding-right: 25px;
  }
}
.publication-template-default .main-container .issue .wp-block-image {
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 24px;
}

.block-main-menu .main-menu-inner .menu-item {
  flex: 1;
}
.block-main-menu .main-menu-inner .menu-item > a img {
  height: 3.5em;
}
.block-main-menu .main-menu-inner .menu-item > .sub-menu {
  text-align: center;
  justify-content: center;
  width: 100%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  min-width: 100%;
  white-space: revert;
  z-index: 9999;
}
.block-main-menu .main-menu-inner .menu-item > .sub-menu li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #082267;
}
.block-main-menu .main-menu-inner .menu-item:hover {
  background: #e5eaed;
  border-radius: 14px 14px 0px 0px;
}
.block-main-menu .main-menu-inner .menu-item:hover > .sub-menu {
  background: #e5eaed;
}
.block-main-menu .main-menu-inner .menu-item a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background-color 0.2s;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #121212;
  gap: 16px;
}
@media screen and (max-width: 985px) {
  .block-main-menu .main-menu-inner .menu-item a {
    font-size: 15px;
  }
  .block-main-menu .main-menu-inner .menu-item a img {
    max-height: 4em;
  }
}
@media screen and (max-width: 830px) {
  .block-main-menu .main-menu-inner .menu-item a img {
    max-height: 3.5em;
  }
}
@media screen and (max-width: 830px) {
  .block-main-menu .main-menu-inner .menu-item a {
    font-size: 14px;
  }
}
.block-main-menu .main-menu-inner .menu-item a:hover {
  background-color: inherit;
  border-radius: 14px 14px 0px 0px;
  text-decoration: none;
}

.mobile-main-menu .block-navigation-tile-icon, .mobile-utility-menu .block-navigation-tile-icon {
  display: none;
}
.mobile-main-menu .menu-item:hover .sub-menu, .mobile-utility-menu .menu-item:hover .sub-menu {
  height: auto;
}

#post-4977 .main-header-inner {
  min-height: 34vh;
}
#post-4977 .main-content, #post-4977 .br-main-content {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #post-4977 .main-content, #post-4977 .br-main-content {
    flex: 1;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  body:not(.home) #post-4977 .main-content:not(.main-content-fullwidth), body:not(.home) #post-4977 .br-main-content:not(.main-content-fullwidth) {
    margin: 0 auto;
    max-width: 72rem;
    padding: 0 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .main-content:not(.main-content-fullwidth) > #post-4977 .main-content-inner, .br-main-content:not(.main-content-fullwidth) > #post-4977 .main-content-inner {
    padding: 0 70px;
  }
}
@media screen and (min-width: 768px) {
  .main-content:not(.main-content-fullwidth) > #post-4977 .main-content-inner, .br-main-content:not(.main-content-fullwidth) > #post-4977 .main-content-inner {
    padding: 0 70px;
  }
}

.block-featured-members {
  background: rgba(8, 34, 103, 0.05);
  border-bottom: 1px solid #e5eaed;
}
.block-featured-members h2 {
  padding-top: 80px;
  padding-bottom: 28px;
  text-align: center;
}
#post-4977 .block-featured-members-item {
  flex-shrink: 0;
  flex-grow: 0;
  width: 25em;
}
@media screen and (max-width: 470px) {
  #post-4977 .block-featured-members-item {
    width: 100%;
    max-width: 100%;
  }
}
.block-featured-members .block-featured-members-warpper {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media screen and (min-width: 992px) {
  .block-featured-members .block-featured-members-warpper {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .block-featured-members .block-featured-members-warpper {
    flex-flow: column wrap;
    justify-content: center;
  }
}
.block-featured-members .block-featured-members-warpper .block-featured-members-item-inner {
  padding: 20px;
}
.block-featured-members .block-featured-members-warpper .block-featured-members-video iframe {
  width: 100%;
  height: 250px;
}
.block-featured-members .block-featured-members-warpper .block-featured-members-description {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #808184;
}

.main-header-inner .main-title {
  position: initial;
}

.main-content-fullwidth section > div {
  max-width: 72rem;
  margin: auto;
}
.main-content-fullwidth .content-wrapper {
  max-width: 72rem;
  margin: auto;
}
@media (max-width: 1025px) {
  .main-content-fullwidth .leadership-program .block-highlight-inner {
    padding: 80px 25px;
    max-width: 550px;
  }
  .main-content-fullwidth .leadership-program .block-highlight-inner .block-highlight-image {
    margin-right: 0;
    margin-bottom: 48px;
    max-width: 100%;
    overflow: hidden;
  }
  .main-content-fullwidth .leadership-program .block-highlight-inner .block-highlight-image img {
    width: 100%;
  }
}

#sub-menu .main-menu-inner {
  border-bottom: 1px solid #E5EAED;
}

section.block-hero .block-hero-intro {
  right: 88px;
  top: 50%;
  transform: translate(0, -50%);
  left: auto;
  text-align: right;
  z-index: 2;
  max-width: 550px;
  padding: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
section.block-hero .block-hero-intro > * {
  display: block;
}
section.block-hero .block-hero-intro .block-hero-title {
  color: #fff;
  animation: shiftInLeft 0.5s ease-out;
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
}
section.block-hero .block-hero-intro .block-hero-text {
  white-space: inherit;
  background: none;
  box-shadow: none;
  right: auto;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
section.block-hero .block-hero-intro .block-hero-button {
  background: #ba1200;
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  section.block-hero .block-hero-intro {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 1em;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  section.block-hero .block-hero-intro .block-hero-title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
  }
  section.block-hero .block-hero-intro .block-hero-button {
    width: 100%;
    max-width: 350px;
  }
}

.block-hero-slide {
  height: auto;
  background-image: none !important;
}
.block-hero-slide:before {
  content: "";
  background: linear-gradient(81.62deg, rgba(8, 34, 103, 0) 37.5%, #082267 60.44%, #061d5c 90.19%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .block-hero-slide:before {
    background: linear-gradient(81.62deg, rgba(8, 34, 103, 0) 22.5%, #082267 47.44%, #061d5c 90.19%);
  }
}
@media screen and (min-width: 992px) {
  .block-hero-slide:before {
    background: linear-gradient(81.62deg, rgba(8, 34, 103, 0) 37.5%, #082267 60.44%, #061d5c 90.19%);
  }
}
.block-hero-slide:after {
  content: url("https://wordpress-870798-3012529.cloudwaysapps.com//wp-content/uploads/2022/11/nassp-icon.svg");
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .block-hero-slide {
    padding-bottom: 17em;
  }
  .block-hero-slide img {
    display: none;
  }
  .block-hero-slide:before {
    background: linear-gradient(55.14deg, #041648 9.48%, #082267 56.36%, rgba(8, 34, 103, 0.74) 115.26%);
  }
  .block-hero-slide:after {
    right: auto;
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}

.home .slick-prev:before,
.home .slick-next:before {
  display: none;
}

.blog .archive-entry,
.archive .archive-entry {
  padding: 0;
  margin: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #e5eaed;
  box-shadow: 0px 10px 20px rgba(131, 144, 179, 0.05);
  border-radius: 10px;
  flex-wrap: wrap;
}
.blog .archive-entry .post-thumbnail,
.archive .archive-entry .post-thumbnail {
  width: 100%;
  display: flex;
  justify-content: center;
}
.blog .archive-entry .post-thumbnail img,
.archive .archive-entry .post-thumbnail img {
  border-radius: 10px 10px 0px 0px;
}
@media screen and (min-width: 992px) {
  .blog .archive-entry .post-thumbnail,
  .archive .archive-entry .post-thumbnail {
    width: 240px;
    max-width: none;
    justify-content: flex-start;
  }
  .blog .archive-entry .post-thumbnail img,
  .archive .archive-entry .post-thumbnail img {
    border-radius: 10px 0px 0 10px;
  }
}
.blog .archive-entry .post-descripton,
.archive .archive-entry .post-descripton {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  flex: 1;
}
.blog .archive-entry .post-descripton h4,
.archive .archive-entry .post-descripton h4 {
  margin: 0;
}
.blog .archive-entry .post-descripton h4 a,
.archive .archive-entry .post-descripton h4 a {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #121212;
}
.blog .archive-entry .post-descripton p,
.archive .archive-entry .post-descripton p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #808184;
  margin: 0;
}
.blog .archive-entry .post-descripton .more-link,
.archive .archive-entry .post-descripton .more-link {
  display: none;
}
.blog .archive-entry .post-descripton .entry-date,
.archive .archive-entry .post-descripton .entry-date {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  display: flex;
  align-items: center;
  color: #121212;
}
.blog .archive-entry .post-descripton .tag-links,
.archive .archive-entry .post-descripton .tag-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog .archive-entry .post-descripton .tag-links a,
.archive .archive-entry .post-descripton .tag-links a {
  background: rgba(8, 34, 103, 0.15);
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #082267;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  text-transform: uppercase;
}
.blog .archive-nav,
.archive .archive-nav {
  margin: 0 0 127px !important;
}
.blog .archive-nav .nav-links,
.archive .archive-nav .nav-links {
  display: flex;
  width: 100%;
  justify-content: center;
}
.blog .archive-nav .nav-links .page-numbers,
.archive .archive-nav .nav-links .page-numbers {
  color: #808184;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .archive-nav .nav-links .page-numbers.current, .blog .archive-nav .nav-links .page-numbers.next, .blog .archive-nav .nav-links .page-numbers.prev,
.archive .archive-nav .nav-links .page-numbers.current,
.archive .archive-nav .nav-links .page-numbers.next,
.archive .archive-nav .nav-links .page-numbers.prev {
  color: #082267;
}
.blog .archive-nav .nav-links .page-numbers.disabled,
.archive .archive-nav .nav-links .page-numbers.disabled {
  display: none;
}

.archive {
  display: flex;
  flex-flow: column wrap;
}
.archive > a {
  margin: 1em 4em;
}

.single .main-content-container {
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  .single .main-content-container {
    padding-top: 90px;
  }
}
.single .blog-search {
  margin-bottom: 40px;
}
.single h3, .single .archive-entry .entry-title, .archive-entry .single .entry-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #082267;
}
.single .main-meta {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #082267;
}
.single .author {
  display: flex;
  align-items: center;
  gap: 32px;
  border-top: 1px solid #808184;
  border-bottom: 1px solid #808184;
  padding: 37px 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .single .author {
    flex-wrap: nowrap;
  }
}
.single .author-img {
  display: flex;
  max-width: 75px;
  max-height: 75px;
  border-radius: 100px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.single .author-info .author-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #082267;
}
.single .author-info p em {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #808184;
}

.comments #respond {
  border-top: none;
  margin-top: 0;
  padding-top: 32px;
}
.comments #respond h3, .comments #respond .archive-entry .entry-title, .archive-entry .comments #respond .entry-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #082267;
}
.comments #respond #commentform .comment-form-comment textarea {
  width: 100%;
  height: 80px;
}
.comments #respond #commentform .comment-form-author,
.comments #respond #commentform .comment-form-email,
.comments #respond #commentform .comment-form-url {
  width: 100%;
  display: flex;
  flex-direction: column;
  float: left;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .comments #respond #commentform .comment-form-author,
  .comments #respond #commentform .comment-form-email,
  .comments #respond #commentform .comment-form-url {
    width: 33%;
    max-width: 33%;
  }
}
.comments #respond #commentform .comment-form-author input,
.comments #respond #commentform .comment-form-email input,
.comments #respond #commentform .comment-form-url input {
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 5px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .comments #respond #commentform .comment-form-author input,
  .comments #respond #commentform .comment-form-email input,
  .comments #respond #commentform .comment-form-url input {
    width: 90%;
  }
}
.comments #respond #commentform .comment-form-author label,
.comments #respond #commentform .comment-form-email label,
.comments #respond #commentform .comment-form-url label {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #121212;
}
.comments #respond #commentform .comment-form-cookies-consent {
  display: flex;
  width: 100%;
  align-items: center;
}
.comments #respond #commentform .comment-form-cookies-consent input {
  margin: 0 12px 0 0;
}
.comments #respond #commentform .comment-form-cookies-consent label {
  margin: 0;
}

.pagination {
  width: 100%;
}

.blog-search {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  gap: 16px;
  width: 100%;
  height: 72px;
  background: rgba(8, 34, 103, 0.05);
  border-radius: 10px;
}
.blog-search form {
  flex-grow: 1;
}
.blog-search .searchform-input-container {
  position: relative;
}
.blog-search .searchform-input-container input {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e5eaed;
  border-radius: 5px;
  padding: 16px;
}
.blog-search .searchform-input-container .fa-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #959595;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .blog-search {
    display: none;
  }
}

.login_main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 50px 25px;
  font-family: Roboto;
}
.login_main:after {
  position: absolute;
  display: none;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #082267;
  opacity: 0.6;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .login_main:after {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .login_main {
    background-image: url("https://cdn-3.convertexperiments.com/uf/10034870/10034026/1667242244DSC08351+%284%29.jpg");
    background-position: top -100px center;
    background-repeat: no-repeat;
    padding: 150px 0px;
  }
}
@media screen and (min-width: 768px) {
  .login_main {
    background-size: 190vw;
  }
}
@media screen and (min-width: 992px) {
  .login_main {
    background-size: 160vw;
  }
}
@media screen and (min-width: 1200px) {
  .login_main {
    background-size: 130vw;
  }
}
@media screen and (min-width: 1350px) {
  .login_main {
    background-size: cover;
  }
}
.login_login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 2;
  background: #ffffff;
}
.login_login h2 {
  text-align: center;
  margin-bottom: 24px;
  font-family: inherit;
}
.login_login .login-line-break {
  position: relative;
  padding: 18px 0px;
}
.login_login .login-line-break:after {
  position: absolute;
  pointer-events: none;
  content: "";
  height: 1px;
  width: 300px;
  background-color: #D9D9D9;
  top: 50%;
  left: -150px;
}
.login_login .login_form {
  width: 100%;
}
.login_login .login_form .login_password_reset {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
  color: #0038FF;
  text-decoration: underline;
  display: block;
}
.login_login .login_form label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.login_login .login_form input {
  border-radius: 4px;
}
.login_login .login_form fieldset:last-of-type {
  margin-bottom: 8px;
}
.login_login .login_form > .login_buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.login_login .login_form > .login_buttons a, .login_login .login_form > .login_buttons button {
  width: 100%;
  font-size: max(11px, min(7.42px + 1.12vw, 16px));
}
@media screen and (min-width: 768px) {
  .login_login .login_form > .login_buttons a, .login_login .login_form > .login_buttons button {
    width: 48%;
    font-size: 16px;
    padding: 8px 12px;
  }
}
@media (min-width: 768px) {
  .login_login {
    max-width: 520px;
    padding: 40px;
    border: 1px solid #959595;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #121212;
  border-color: #121212;
  background-color: #eee;
  top: 0rem;
  left: -1.5rem;
}

.custom-control-input:checked ~ .custom-control-label[for=pfy-register-email-location]::before {
  top: 0.09rem;
  left: -1.4rem;
}

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

.custom-control-label::before {
  top: 0rem;
  left: -1.5rem;
}
.custom-control-label::after {
  top: 0;
  left: -1.76rem;
  width: 1.5rem;
  height: 1.5rem;
}

.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="19" height="19" viewBox="0 0 19 19" fill="none"%3E%3Cpath d="M17 0.333328H2.00004C1.07921 0.333328 0.333374 1.07916 0.333374 1.99999V17C0.333374 17.9208 1.07921 18.6667 2.00004 18.6667H17C17.9209 18.6667 18.6667 17.9208 18.6667 17V1.99999C18.6667 1.07916 17.92 0.333328 17 0.333328ZM15.0892 6.75583L8.78921 13.0558C8.63254 13.2125 8.42087 13.3 8.20004 13.3C7.97921 13.3 7.76671 13.2125 7.61087 13.0558L4.73337 10.1783C4.40754 9.8525 4.40754 9.32583 4.73337 9C5.05921 8.67416 5.58587 8.67416 5.91171 9L8.20004 11.2883L13.9109 5.5775C14.2367 5.25166 14.7634 5.25166 15.0892 5.5775C15.415 5.90333 15.415 6.43 15.0892 6.75583Z" fill="black"/%3E%3C/svg%3E');
  top: -0.5rem;
  left: -2rem;
  width: 2rem;
  height: 2rem;
}

.custom-control-input:focus ~ .custom-control-label::before,
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  box-shadow: none;
}

.multi-step-form .main-content, .multi-step-form .br-main-content {
  font-family: "Inter", sans-serif;
  color: black;
}
.multi-step-form h1,
.multi-step-form h2,
.multi-step-form h3,
.multi-step-form .archive-entry .entry-title,
.archive-entry .multi-step-form .entry-title {
  font-family: "Inter", sans-serif;
  color: #082267;
  font-weight: 700;
  font-style: normal;
}
.multi-step-form h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.multi-step-form h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.multi-step-form p {
  font-family: "Inter", sans-serif;
  color: black;
}
.multi-step-form label {
  font-family: "Inter", sans-serif;
  color: black;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
.multi-step-form-hidden {
  display: none;
}
.multi-step-form-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 5%;
}
@media (max-width: 767px) {
  .multi-step-form-info-grid {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
.multi-step-form .stepLine {
  height: 6px !important;
  background-color: #e6f1f8;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.multi-step-form .stepLine ~ .stepCircleContainer > .stepCircle.active {
  border: solid 4px #082267;
}
.multi-step-form #search-buttons {
  display: flex;
  justify-content: space-between;
}

.pfy-register-address-search-form p {
  color: #808184;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.pfy-register-consent-form p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #808184;
}
.pfy-register-consent-form .custom-control-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
}
.pfy-register-consent-form .custom-control-label:before {
  top: 0;
}

@keyframes hidecard {
  to {
    opacity: 0;
    height: 0;
    min-height: unset;
    margin: unset;
    margin-right: 100%;
  }
}
@keyframes displaycard {
  from {
    width: 300%;
    height: 1;
    margin-left: 100%;
    opacity: 0;
  }
  to {
    width: 100%;
    margin-left: 0%;
    opacity: 1;
  }
}
.multi-step-form header h1.entry-title {
  display: none;
}
.multi-step-form h2 {
  text-align: left;
}
.multi-step-form .progressBar {
  width: 135%;
  margin-left: -39.5%;
  margin-bottom: 50px;
  margin-top: 50px;
  display: flex;
}
@media (max-width: 661px) {
  .multi-step-form .progressBar {
    width: 100%;
    margin: -1em 1em 3em -15%;
    display: flex;
  }
}
@media (max-width: 535px) {
  .multi-step-form .progressBar {
    width: 110%;
  }
}
@media (max-width: 470px) {
  .multi-step-form .progressBar {
    width: 100%;
    margin-left: -45px;
  }
}
@media (max-width: 385px) {
  .multi-step-form .progressBar {
    margin-left: -45px;
  }
}
@media (max-width: 335px) {
  .multi-step-form .progressBar {
    width: 96%;
    margin-left: -38px;
  }
}
.multi-step-form .progressBar .stepItemContainer {
  display: flex;
  align-items: center;
  flex: 1 1;
  justify-content: flex-end;
}
.multi-step-form .progressBar .stepItemContainer .stepLine {
  margin-left: 15px;
  margin-right: 15px;
  flex: 1 1;
  height: 1px;
  background-color: #e6f1f8;
}
.multi-step-form .progressBar .stepItemContainer .stepLine.active {
  background-color: #082267;
}
.multi-step-form .progressBar .stepItemContainer .stepCircleContainer {
  width: 30px;
  height: 30px;
  position: relative;
}
.multi-step-form .progressBar .stepItemContainer .stepCircleContainer .stepCircle {
  width: 30px;
  height: 30px;
  background-color: #e6f1f8;
  border-radius: 50%;
}
.multi-step-form .progressBar .stepItemContainer .stepCircleContainer .stepCircle svg {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.multi-step-form .progressBar .stepItemContainer .stepCircleContainer .stepCircle.active {
  border: solid 4px #082267;
}
.multi-step-form .progressBar .stepItemContainer .stepCircleContainer .stepCircle.active.done {
  background-color: #082267;
}
.multi-step-form .progressBar .stepItemContainer .stepCircleContainer .stepCircle.active.done svg {
  display: block;
}
.multi-step-form .progressBar .stepItemContainer .stepCircleContainer .stepLabel {
  min-width: 125px;
  position: absolute;
  top: -25px;
  left: -15px;
  text-align: left;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #121212;
}
.multi-step-form .progressBar .stepItemContainer .stepCircleContainer .stepLabel.active {
  color: #082267;
}
@media (max-width: 427px) {
  .multi-step-form .progressBar .stepItemContainer .stepCircleContainer .stepLabel {
    font-size: 16px;
    line-height: 24px;
    left: -13px;
  }
}
.multi-step-form .progressBar .stepItemContainer .stepCircleContainer .stepLabel.account {
  left: -25px;
}
@media (max-width: 427px) {
  .multi-step-form .progressBar .stepItemContainer .stepCircleContainer .stepLabel.account {
    left: -25px;
  }
}
.multi-step-form .progressBar .stepItemContainer .stepCircleContainer .stepLabel.school {
  left: -22px;
}
@media (max-width: 427px) {
  .multi-step-form .progressBar .stepItemContainer .stepCircleContainer .stepLabel.school {
    left: -19px;
  }
}
.multi-step-form .multi-step-form__headline a {
  text-decoration: underline;
  color: blue;
}
.multi-step-form .multi-step-form__email-password {
  display: flex;
}
@media (max-width: 425px) {
  .multi-step-form .multi-step-form__email-password {
    flex-wrap: wrap;
  }
}
.multi-step-form .multi-step-form__email-password > form {
  flex-grow: 1;
}
.multi-step-form .multi-step-form__email-password > form input {
  width: 95% !important;
}
.multi-step-form .card-cro {
  display: none;
  min-width: 100%;
  min-height: 100px;
}
.multi-step-form .card-cro.active {
  display: block;
  animation-name: displaycard;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.multi-step-form .card-cro.default {
  display: block;
}
.multi-step-form h2.line-after {
  display: flex;
  align-items: baseline;
}
.multi-step-form h2.line-after::after {
  content: "";
  flex: 1;
  margin-left: 1rem;
  height: 1px;
  background-color: #d9d9d9;
}
.multi-step-form #pfy-register-email-form > button {
  display: none;
}
.multi-step-form #pfy-register-email-form > small {
  display: none;
}
.multi-step-form #pfy-register-birthdate {
  appearance: auto;
  -webkit-appearance: textfield;
}
.multi-step-form #pfy-register-school-role {
  color: #959595;
}
.multi-step-form #pfy-register-school-role.is-valid {
  color: #495057;
}
.multi-step-form #pfy-register-school-role option {
  color: #495057;
}
.multi-step-form #pfy-register-job-function {
  color: #959595;
}
.multi-step-form #pfy-register-job-function.is-valid {
  color: #495057;
}
.multi-step-form #pfy-register-job-function option {
  color: #495057;
}
.multi-step-form #pfy-register-address-search-method label span {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}
.multi-step-form .address-search-location {
  display: flex;
  gap: 2rem;
}
.multi-step-form .address-search-location .form-group:nth-child(1) {
  flex: 1;
}
.multi-step-form .address-search-location .form-group:nth-child(2) {
  flex: 0.5;
}
.multi-step-form .address-search-location .form-group:nth-child(3) {
  flex: 1;
}
.multi-step-form .whitespace {
  white-space: pre-wrap;
}
.multi-step-form .form-text.text-muted, .multi-step-form .form-text.pfy-account-directory-desc, .multi-step-form .form-text.jetpack-subscribe-count, .multi-step-form .form-text.pfy-product-price-value-before-discount, .multi-step-form .form-text.pfy-cart-item-price-value-before-discount {
  color: black !important;
}
.multi-step-form .pfy-register-consent-form a {
  text-decoration: underline;
  color: blue;
}
.multi-step-form .progress-footer {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
}
.multi-step-form .progress-footer .button-container {
  margin-right: 1em;
}
@media screen and (max-width: 425px) {
  .multi-step-form .progress-footer .button-container {
    width: 100%;
  }
}
.multi-step-form .progress-footer .button-container button {
  padding: 10px 30.5px;
}
@media screen and (max-width: 425px) {
  .multi-step-form .progress-footer .button-container button {
    width: 100%;
  }
}
.multi-step-form .cro-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .multi-step-form .multi-step-form-info-grid {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .multi-step-form .progress-content .address-search-location {
    display: flex;
    gap: 0px;
    column-gap: 2em;
    flex-wrap: wrap;
  }
  .multi-step-form .progress-content .address-search-location .form-group:nth-child(1) {
    flex: 1;
  }
  .multi-step-form .progress-content .address-search-location .form-group:nth-child(2) {
    flex: 0.5;
  }
  .multi-step-form .progress-content .address-search-location .form-group:nth-child(3) {
    flex: 100%;
  }
  .multi-step-form #search-buttons {
    flex-direction: column;
  }
  .multi-step-form #search-buttons .btn, .multi-step-form #search-buttons button[name=jetpack_subscriptions_widget] {
    width: 100%;
    margin: 10px 0 !important;
  }
  .multi-step-form .progress-footer {
    margin-top: 1rem;
    flex-direction: column;
  }
  .multi-step-form .progress-footer .button-container {
    margin-right: 0px;
  }
  .multi-step-form .progress-footer .button-container .btn, .multi-step-form .progress-footer .button-container button[name=jetpack_subscriptions_widget] {
    width: 100%;
  }
  .multi-step-form .progress-footer .button-container #submit-form-button.btn, .multi-step-form .progress-footer .button-container button#submit-form-button[name=jetpack_subscriptions_widget] {
    width: 100%;
  }
}
.multi-step-form #ss-floating-bar {
  display: none;
}

@media screen and (min-width: 768px) {
  body:not(.home) .main-content--80:not(.main-content-fullwidth) {
    margin: 0 auto;
    max-width: 80rem;
    flex: 1;
    overflow: hidden;
  }
  body:not(.home) .main-content--80:not(.main-content-fullwidth) > .main-content-inner {
    padding: 1rem 2rem;
  }
}
#pfy-register {
  margin: 0 8%;
  padding-top: 80px;
}

#post-70 .main-content, #post-70 .br-main-content {
  padding: 0;
}
#post-70 .main-content .main-content-inner, #post-70 .br-main-content .main-content-inner {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 1920px;
}
#post-70 .main-content .main-content-inner .wp-block-column:not(:first-child), #post-70 .br-main-content .main-content-inner .wp-block-column:not(:first-child) {
  margin-left: 0;
}
#post-70 .main-content .main-content-inner .wp-block-columns, #post-70 .br-main-content .main-content-inner .wp-block-columns {
  margin: 0;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  #post-70 .main-content .main-content-inner .wp-block-columns, #post-70 .br-main-content .main-content-inner .wp-block-columns {
    gap: 0;
  }
}
#post-70 .main-content .main-content-inner .wp-block-columns figure, #post-70 .br-main-content .main-content-inner .wp-block-columns figure {
  margin: 0;
  max-width: 100%;
  width: 100%;
  clear: both;
  display: block;
}
@media (max-width: 1024px) {
  #post-70 .main-content .main-content-inner .wp-block-columns figure, #post-70 .br-main-content .main-content-inner .wp-block-columns figure {
    display: none;
  }
}
#post-70 .main-content .main-content-inner .wp-block-columns figure img, #post-70 .br-main-content .main-content-inner .wp-block-columns figure img {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}

.pagination ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.pagination li {
  display: flex;
  margin: 0 2.5px;
}
.pagination li.active a {
  background: #fff;
}
.pagination li.active a:hover {
  text-decoration: none;
  cursor: default;
}
.pagination .prev.disabled, .pagination .next.disabled {
  cursor: default;
  background: #ccc;
  color: #888;
  border-color: #888;
}
.pagination .prev.disabled:hover, .pagination .next.disabled:hover {
  cursor: default;
  text-decoration: none;
}
.pagination .prev {
  margin-right: 2.5px;
}
.pagination .next {
  margin-left: 2.5px;
}
@media (max-width: 767px) {
  .pagination li:first-child, .pagination li.active, .pagination li.active-sibling:nth-last-child(2), .pagination li:last-child {
    display: flex !important;
  }
  .pagination li:first-child:nth-last-child(n+6) ~ li {
    display: none;
  }
  .pagination li:first-child:nth-last-child(n+6) ~ li:nth-last-child(-n+3) {
    display: flex;
  }
  .pagination li:first-child:nth-last-child(n+6) ~ li:nth-last-child(3):before {
    content: "…";
    font-size: 24px;
    display: flex;
    align-items: center;
    margin-right: 2.5px;
  }
  .pagination li:first-child:nth-last-child(n+6).active:before, .pagination li:first-child:nth-last-child(n+6) ~ li.active:before {
    content: "…";
    font-size: 24px;
    display: flex;
    align-items: center;
    margin-right: 2.5px;
  }
  .pagination li:first-child:nth-last-child(n+6).active:after, .pagination li:first-child:nth-last-child(n+6) ~ li.active:after {
    content: "…";
    font-size: 24px;
    display: flex;
    align-items: center;
    margin-left: 2.5px;
  }
  .pagination li:first-child:nth-last-child(n+6).active:nth-child(-n+2):before, .pagination li:first-child:nth-last-child(n+6).active:nth-child(-n+2):after, .pagination li:first-child:nth-last-child(n+6).active:nth-last-child(-n+2):before, .pagination li:first-child:nth-last-child(n+6).active:nth-last-child(-n+2):after, .pagination li:first-child:nth-last-child(n+6) ~ li.active:nth-child(-n+2):before, .pagination li:first-child:nth-last-child(n+6) ~ li.active:nth-child(-n+2):after, .pagination li:first-child:nth-last-child(n+6) ~ li.active:nth-last-child(-n+2):before, .pagination li:first-child:nth-last-child(n+6) ~ li.active:nth-last-child(-n+2):after {
    display: none;
  }
  .pagination li:first-child:nth-last-child(n+6).active ~ li:nth-last-child(-n+3), .pagination li:first-child:nth-last-child(n+6) ~ li.active ~ li:nth-last-child(-n+3) {
    display: none;
  }
  .pagination li:first-child:nth-last-child(n+6).active ~ li:nth-child(-n+3), .pagination li:first-child:nth-last-child(n+6) ~ li.active ~ li:nth-child(-n+3) {
    display: flex;
  }
  .pagination li:first-child:nth-last-child(n+6).active ~ li:nth-child(-n+2):after, .pagination li:first-child:nth-last-child(n+6) ~ li.active ~ li:nth-child(-n+2):after {
    display: none;
  }
  .pagination li:first-child:nth-last-child(n+6).active ~ li:nth-child(3):after, .pagination li:first-child:nth-last-child(n+6) ~ li.active ~ li:nth-child(3):after {
    content: "…";
    font-size: 24px;
    display: flex;
    align-items: center;
    margin-left: 2.5px;
  }
}
@media (min-width: 768px) {
  .pagination li:first-child, .pagination li.active-sibling, .pagination li.active, .pagination li.active + li, .pagination li:last-child {
    display: flex !important;
  }
  .pagination li:first-child:nth-last-child(n+8) ~ li {
    display: none;
  }
  .pagination li:first-child:nth-last-child(n+8) ~ li.active-sibling:before {
    content: "…";
    font-size: 24px;
    display: flex;
    align-items: center;
    margin-right: 2.5px;
  }
  .pagination li:first-child:nth-last-child(n+8) ~ li.active + li:after {
    content: "…";
    font-size: 24px;
    display: flex;
    align-items: center;
    margin-left: 2.5px;
  }
  .pagination li:first-child:nth-last-child(n+8) ~ li:nth-last-child(-n+5) {
    display: flex;
  }
  .pagination li:first-child:nth-last-child(n+8) ~ li:nth-last-child(5):before {
    content: "…";
    font-size: 24px;
    display: flex;
    align-items: center;
    margin-right: 2.5px;
  }
  .pagination li:first-child:nth-last-child(n+8) ~ li:nth-child(-n+2):before, .pagination li:first-child:nth-last-child(n+8) ~ li:nth-child(-n+2):after, .pagination li:first-child:nth-last-child(n+8) ~ li:nth-last-child(-n+2):before, .pagination li:first-child:nth-last-child(n+8) ~ li:nth-last-child(-n+2):after, .pagination li:first-child:nth-last-child(n+8) ~ li.active-sibling:nth-last-child(-n+4):before, .pagination li:first-child:nth-last-child(n+8) ~ li.active-sibling:nth-last-child(-n+4):after {
    display: none !important;
  }
  .pagination li:first-child:nth-last-child(n+8).active ~ li:nth-last-child(-n+5), .pagination li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-last-child(-n+5) {
    display: none;
  }
  .pagination li:first-child:nth-last-child(n+8).active ~ li:nth-last-child(-n+5):before, .pagination li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-last-child(-n+5):before {
    display: none;
  }
  .pagination li:first-child:nth-last-child(n+8).active ~ li:nth-child(-n+5), .pagination li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-child(-n+5) {
    display: flex;
  }
  .pagination li:first-child:nth-last-child(n+8).active ~ li:nth-child(-n+4):after, .pagination li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-child(-n+4):after {
    display: none;
  }
  .pagination li:first-child:nth-last-child(n+8).active ~ li:nth-child(5):after, .pagination li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-child(5):after {
    content: "…";
    font-size: 24px;
    display: flex;
    align-items: center;
    margin-left: 2.5px;
  }
  .pagination li:first-child:nth-last-child(n+8).active:before, .pagination li:first-child:nth-last-child(n+8).active:after, .pagination li:first-child:nth-last-child(n+8) ~ li.active:before, .pagination li:first-child:nth-last-child(n+8) ~ li.active:after {
    display: none;
  }
}

.header-network-ctas {
  display: flex;
  flex-direction: column-reverse;
  margin: 16px auto;
  width: 100%;
  padding: 25px;
}
.header-network-ctas > div {
  width: 100%;
}
.header-network-ctas > div a {
  width: 100%;
  padding: 10px 0 !important;
}
.header-network-ctas > div.network-back-cta {
  margin-top: 10px;
}
.header-network-ctas > div.network-back-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: #ba1200;
  border: none;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .header-network-ctas {
    flex-direction: row;
    justify-content: center;
    gap: 67px;
    padding: 0;
  }
  .header-network-ctas > div {
    max-width: 195px;
  }
  .header-network-ctas > div.network-back-cta {
    margin-top: 0;
  }
  .header-network-ctas > div.network-back-cta a {
    border: 2px solid #ba1200;
    text-decoration: none;
  }
}

.facilitators .facilitator-event-column {
  margin: auto;
  max-width: 1440px;
  gap: 0;
}
.facilitators .facilitator-event-column > div {
  padding-top: 97px;
  padding-bottom: 70px;
  margin-left: 0;
}
.facilitators .facilitator-event-column > div h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 54px;
}
.facilitators .facilitator-event-column > div:first-child {
  flex-basis: 47% !important;
}
.facilitators .facilitator-event-column > div:first-child h2 {
  max-width: 410px;
  margin: 0 auto 54px;
}
.facilitators .facilitator-event-column > div:first-child .section-facilitators {
  margin-right: 1em;
}
@media screen and (min-width: 1200px) {
  .facilitators .facilitator-event-column > div:first-child .section-facilitators {
    padding-left: 45px;
  }
}
.facilitators .facilitator-event-column > div:first-child .section-facilitators .section-content-cards {
  display: flex;
  flex-direction: column;
  gap: 67px;
}
.facilitators .facilitator-event-column > div:first-child .section-facilitators .profile-card {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}
.facilitators .facilitator-event-column > div:first-child .section-facilitators .profile-card-image {
  display: block;
  width: 140px;
  height: 140px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  border-radius: 999px;
  background-size: 140px;
  margin-bottom: 8px;
}
.facilitators .facilitator-event-column > div:first-child .section-facilitators .profile-card-image img {
  display: none;
}
.facilitators .facilitator-event-column > div:first-child .section-facilitators .profile-card-description > div {
  text-align: center;
}
.facilitators .facilitator-event-column > div:first-child .section-facilitators .profile-card-description > div * {
  margin-bottom: 8px !important;
}
.facilitators .facilitator-event-column > div:first-child .section-facilitators .profile-card-name h3, .facilitators .facilitator-event-column > div:first-child .section-facilitators .profile-card-name .archive-entry .entry-title, .archive-entry .facilitators .facilitator-event-column > div:first-child .section-facilitators .profile-card-name .entry-title {
  color: #082267;
}
.facilitators .facilitator-event-column > div:first-child .section-facilitators .profile-card-contact a {
  color: #0038ff;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .facilitators .facilitator-event-column > div:first-child .section-facilitators .profile-card {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
  }
  .facilitators .facilitator-event-column > div:first-child .section-facilitators .profile-card-image {
    background-image: none !important;
    margin-right: 41px;
    display: block;
    width: auto;
    height: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
  }
  .facilitators .facilitator-event-column > div:first-child .section-facilitators .profile-card-image img {
    display: block;
    width: 170px;
    max-width: 170px;
  }
  .facilitators .facilitator-event-column > div:first-child .section-facilitators .profile-card-description > div {
    text-align: left;
  }
  .facilitators .facilitator-event-column > div:first-child .section-facilitators .profile-card-description > div * {
    margin-bottom: 8px !important;
  }
}
.facilitators .facilitator-event-column > div:first-child .section-facilitators .coming-soon {
  max-width: 410px;
  margin: 0 auto;
  text-align: center;
  padding-right: 45px;
}
.facilitators .facilitator-event-column > div:nth-child(2) {
  background: rgba(8, 34, 103, 0.05);
}
@media screen and (min-width: 992px) {
  .facilitators .facilitator-event-column > div:nth-child(2) {
    background: rgba(8, 34, 103, 0.05);
  }
  .facilitators .facilitator-event-column > div:nth-child(2) .block-upcoming-events {
    background: none;
  }
}
.facilitators .latest-news {
  margin-top: 2em;
  background: #082267;
}
.facilitators .latest-news h2 {
  color: #fff;
  font-size: 30px;
  margin-top: 96px;
}
.facilitators .latest-news .slick-track {
  width: 100%;
  display: flex;
  gap: 46px;
}
.facilitators .block-featured-stories {
  width: 100% !important;
}
.facilitators .block-featured-stories .slick-list {
  width: 100% !important;
}
.facilitators .block-featured-stories .slick-list .slick-track {
  width: 100% !important;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
}
.facilitators .block-featured-stories-link {
  display: none;
}

.page-id-13241 .featured {
  display: none;
}
.page-id-13241 .upcoming-events-wrapper {
  width: 100%;
}

.page-template-templete-network-single .latest-news {
  margin-top: 2em;
  background: #082267;
}
.page-template-templete-network-single .latest-news h2 {
  color: #fff;
  font-size: 30px;
  margin-top: 96px;
}
.page-template-templete-network-single .latest-news .slick-track {
  width: 100%;
  display: flex;
  gap: 46px;
}

#post-4051 .main-content, #post-4051 .br-main-content {
  padding: 0;
}
#post-4051 .main-content .main-content-inner, #post-4051 .br-main-content .main-content-inner {
  margin-top: 80px;
}
#post-4051 .affiliate-wrapper {
  margin-bottom: 80px;
}
#post-4051 .affiliate-helpful-links {
  background: linear-gradient(0deg, rgba(8, 34, 103, 0.05), rgba(8, 34, 103, 0.05)), #ffffff;
  border-bottom: 1px solid #e5eaed;
  padding: 80px 25px;
  margin-top: 80px !important;
}
#post-4051 .affiliate-helpful-links h2 {
  margin-bottom: 48px;
}
#post-4051 .affiliate-helpful-links > .wp-block-columns {
  gap: 0;
}
#post-4051 .affiliate-helpful-links > .wp-block-columns:first-child {
  margin-bottom: 48px !important;
}
#post-4051 .affiliate-helpful-links > .wp-block-columns:last-child .wp-block-column:last-child {
  margin-bottom: -40px;
}
@media screen and (min-width: 768px) {
  #post-4051 .affiliate-helpful-links > .wp-block-columns:last-child .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
#post-4051 .affiliate-helpful-links .wp-block-column {
  margin-left: 0;
  margin-bottom: 56px;
}
#post-4051 .affiliate-helpful-links .wp-block-column h3, #post-4051 .affiliate-helpful-links .wp-block-column .archive-entry .entry-title, .archive-entry #post-4051 .affiliate-helpful-links .wp-block-column .entry-title {
  display: flex;
  align-items: baseline;
  color: #082267;
}
#post-4051 .affiliate-helpful-links .wp-block-column hr {
  border-top: 1px solid #082267;
  margin: 16px 0;
}
#post-4051 .affiliate-helpful-links .wp-block-column ul {
  padding-left: 0;
}
#post-4051 .affiliate-helpful-links .wp-block-column ul li {
  list-style: none;
}
#post-4051 .affiliate-helpful-links .wp-block-column ul li a {
  color: #0038ff !important;
  text-decoration: underline;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  #post-4051 .affiliate-helpful-links .wp-block-column ul li a {
    font-size: 18px;
  }
}
@media (min-width: 782px) {
  #post-4051 .affiliate-helpful-links .wp-block-column {
    margin-bottom: 0;
  }
  #post-4051 .affiliate-helpful-links .wp-block-column:not(:first-child) {
    margin-left: 56px;
  }
}
@media screen and (min-width: 1200px) {
  #post-4051 .affiliate-helpful-links {
    padding: 80px 101px;
  }
}
#post-4051 .affiliate-downloads h2 {
  margin-bottom: 32px;
}

.section-downloads {
  max-width: 1100px;
  margin: auto;
}
.section-downloads.resources {
  max-width: initial;
}
.section-downloads .section-content-cards .download-card {
  background: rgba(8, 34, 103, 0.05);
  border: 1px solid #e5eaed;
  border-radius: 5px;
  display: block;
  padding: 24px;
  margin-bottom: 24px;
}
.section-downloads .section-content-cards .download-card .profile-card-title {
  margin-bottom: 24px;
  max-width: 80%;
}
.section-downloads .section-content-cards .download-card .profile-card-title h4 {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #082267;
}
.section-downloads .section-content-cards .download-card .profile-card-cta a {
  background: #ba1200;
  color: #fff;
  border: solid 2px #ba1200;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  min-width: 140px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.section-downloads .section-content-cards .download-card .profile-card-cta a span {
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .section-downloads .section-content-cards .download-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section-downloads .section-content-cards .download-card .profile-card-title {
    margin-bottom: 0;
  }
}

#post-4544 .section-tiles .section-content-cards {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
#post-4544 .section-tiles .section-content-cards .tile-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e5eaed;
  box-shadow: 0px 10px 20px rgba(131, 144, 179, 0.15);
  border-radius: 10px;
}
#post-4544 .section-tiles .section-content-cards .tile-card .profile-card-icon {
  display: block;
}
#post-4544 .section-tiles .section-content-cards .tile-card .profile-card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #121212;
}
#post-4544 .section-tiles .section-content-cards .tile-card .profile-card-description {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #808184;
}
@media screen and (min-width: 768px) {
  #post-4544 .section-tiles .section-content-cards .tile-card {
    max-width: 240px;
  }
  #post-4544 .section-tiles .section-content-cards .tile-card .profile-card-icon {
    display: none;
  }
}
#post-4544 .block-accordion .wp-block-button {
  margin-bottom: 26px;
}
#post-4544 .block-accordion .wp-block-button.is-style-nassp-button.btn-inverse a {
  background-color: #fff !important;
  color: #ba1200 !important;
}
#post-4544 .block-accordion .wp-block-button.is-style-nassp-button.btn-inverse a:hover {
  color: #c84133 !important;
}
#post-4544 .block-featured-reports {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1em;
  gap: 24px;
  max-width: 1300px;
  margin: 32px auto;
}
#post-4544 .block-featured-reports-item-inner {
  height: 100%;
}
#post-4544 .block-featured-reports-item {
  max-width: 350px;
  background: #ffffff;
  border: 1px solid #e5eaed;
  box-shadow: 0px 10px 20px rgba(131, 144, 179, 0.05);
  border-radius: 10px;
}
#post-4544 .block-featured-reports-item.hidden {
  display: none;
}
#post-4544 .block-featured-reports-item.hidden.active {
  display: block;
}
#post-4544 .block-featured-reports-image {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
#post-4544 .block-featured-reports-image-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 1s;
}
#post-4544 .block-featured-reports-image-inner:hover {
  transform: scale(1.1);
}
#post-4544 .block-featured-reports-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
#post-4544 .block-featured-reports-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #121212;
  margin-bottom: 0;
  align-items: baseline;
}
#post-4544 .block-featured-reports-description {
  flex-grow: 1;
  margin-top: 24px;
}
#post-4544 .block-featured-reports-description p {
  margin: 0;
}
#post-4544 .block-featured-reports-date-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#post-4544 .block-featured-reports-date-btn .date {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #121212;
}
#post-4544 .block-featured-reports-date-btn .block-featured-reports-link {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #db504a;
  background: transparent;
  border: 2px solid #db504a;
  border-radius: 4px;
  padding: 8px;
}
#post-4544 .load-more {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #0038ff;
  margin: auto;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
#post-4544 .av-cards .card.hidden {
  display: none;
}
#post-4544 .av-cards .card.hidden.active {
  display: block;
}
#post-4544 .av-cards .card__content {
  padding: 24px;
}
#post-4544 .av-cards .card__content-header-text a,
#post-4544 .av-cards .card__content-header-text span {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #121212;
}
#post-4544 .av-cards .card__content-copy {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #808184;
  margin-bottom: 16px;
}
#post-4544 .av-cards .card__content-date {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #121212;
}
#post-4544 .av-cards .card__content-cta span {
  color: #ba1200;
}

#post-652 .main-content-inner, #post-665 .main-content-inner {
  max-width: 960px;
}
@media screen and (min-width: 1440px) {
  #post-652 .main-content-inner, #post-665 .main-content-inner {
    max-width: 1440px;
  }
}
#post-652 .main-content-inner iframe, #post-665 .main-content-inner iframe {
  aspect-ratio: 16/9;
  width: 100% !important;
  height: 100% !important;
}

.section-success-tiles .section-content-cards {
  margin: 36px auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1em;
}
.section-success-tiles .section-content-cards .tile-card {
  position: relative;
  border: 1px solid #E5EAED;
  box-shadow: 0px 10px 20px rgba(131, 144, 179, 0.05);
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .section-success-tiles .section-content-cards .tile-card {
    text-align: left;
  }
}
.section-success-tiles .section-content-cards .tile-card .profile-card-new {
  display: flex;
  justify-content: end;
  margin-right: -24px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .section-success-tiles .section-content-cards .tile-card .profile-card-new {
    display: block;
    position: absolute;
    bottom: 24px;
    right: -24px;
    transform: translateX(-50%);
    margin-bottom: 0;
  }
}
.section-success-tiles .section-content-cards .tile-card .profile-card-title h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #082267;
}
.section-success-tiles .section-content-cards .tile-card .profile-card-description {
  flex-grow: 1;
}
.section-success-tiles .section-content-cards .tile-card .profile-card-description p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #121212;
}
.section-success-tiles .section-content-cards .tile-card .profile-card-cta a {
  color: #DB504A;
  border-color: #DB504A;
  width: 100%;
}
.section-success-tiles .section-content-cards .tile-card .profile-card-cta a:hover {
  background-color: #DB504A;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section-success-tiles .section-content-cards .tile-card .profile-card-cta a {
    width: auto;
  }
}

.module-nav {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  justify-content: space-between;
  color: #BA1200;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .page-id-308 .main-content-inner .wp-block-column {
    display: flex;
  }
}
.page-id-308 .sidebar {
  display: flex;
  position: relative;
  flex: 0 0 22rem;
}
@media screen and (min-width: 992px) {
  .page-id-308 .sidebar {
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .page-id-308 .sidebar {
    position: relative;
    top: auto;
    opacity: 1;
    z-index: auto;
    display: block;
    right: auto;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    color: #121212;
  }
}
.page-id-308 .sidebar .sidebar-inner {
  padding: 0 !important;
  max-width: none;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-id-308 .sidebar .sidebar-inner {
    padding: 0 2rem 2rem 2rem;
  }
}
.page-id-308 .sidebar .sidebar-inner .widget {
  width: auto;
}
@media screen and (min-width: 992px) {
  .page-id-308 .sidebar .sidebar-inner .widget {
    width: 100%;
  }
}
.page-id-308 .sidebar .sidebar-inner .widget #calendar {
  display: none;
}
@media screen and (min-width: 992px) {
  .page-id-308 .sidebar .sidebar-inner .widget #calendar {
    display: block;
    padding: 20px 20px;
    background: #ffffff;
    border-radius: 10px;
  }
}
.page-id-308 .sidebar .sidebar-inner .widget #calendar .btn-group button {
  background: #e5eaed;
  border: #e5eaed;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.page-id-308 .sidebar .sidebar-inner .widget #calendar .btn-group button svg path {
  fill: #082267;
}
.page-id-308 .sidebar .sidebar-inner .widget #calendar .btn-group button:focus {
  box-shadow: rgba(8, 34, 103, 0.5) 0px 0px 0px 2px;
}
.page-id-308 .sidebar .sidebar-inner .widget .mobile-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-id-308 .sidebar .sidebar-inner .widget .mobile-date .start,
.page-id-308 .sidebar .sidebar-inner .widget .mobile-date .end {
  flex-grow: 1;
  width: 45%;
}
.page-id-308 .sidebar .sidebar-inner .widget .mobile-date .start input,
.page-id-308 .sidebar .sidebar-inner .widget .mobile-date .end input {
  min-width: 85%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #959595;
  padding: 10px 8px;
}
.page-id-308 .sidebar .sidebar-inner .widget .mobile-date span {
  width: 10%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page-id-308 .sidebar .sidebar-inner .widget .mobile-date {
    display: none;
  }
}
.page-id-308 .sidebar .sidebar-inner label {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #121212;
}
.page-id-308 .sidebar .sidebar-inner .sidebar-search {
  margin-top: 34px;
  flex-direction: column;
  align-items: baseline;
  border-bottom: none;
}
.page-id-308 .sidebar .sidebar-inner .category-select {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.page-id-308 .sidebar .sidebar-inner .category-select select {
  padding: 10px 16px;
  gap: 10px;
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.block-event-list-inner .entry,
.block-upcoming-events-inner .entry {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 auto 24px;
  border: 1px solid #e5eaed;
  border-radius: 10px;
  filter: drop-shadow(0px 10px 20px rgba(131, 144, 179, 0.15));
}
@media screen and (min-width: 768px) {
  .block-event-list-inner .entry,
  .block-upcoming-events-inner .entry {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .block-event-list-inner .entry,
  .block-upcoming-events-inner .entry {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .block-event-list-inner .entry,
  .block-upcoming-events-inner .entry {
    flex-direction: row;
  }
}
.block-event-list-inner .entry.hidden,
.block-upcoming-events-inner .entry.hidden {
  display: none;
}
.block-event-list-inner .entry.active,
.block-upcoming-events-inner .entry.active {
  display: flex;
}
.block-event-list-inner .entry .entry-date-time,
.block-upcoming-events-inner .entry .entry-date-time {
  display: flex;
  align-items: center;
  padding: 24px;
  background: rgba(8, 34, 103, 0.05);
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  width: 100%;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .block-event-list-inner .entry .entry-date-time,
  .block-upcoming-events-inner .entry .entry-date-time {
    width: 23%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .block-event-list-inner .entry .entry-date-time,
  .block-upcoming-events-inner .entry .entry-date-time {
    display: flex;
    align-items: center;
    padding: 24px;
    background: rgba(8, 34, 103, 0.05);
    border-radius: 10px 0px 0px 10px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    width: 100%;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .block-event-list-inner .entry .entry-date-time,
  .block-upcoming-events-inner .entry .entry-date-time {
    width: 18%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.block-event-list-inner .entry .entry-date-time .d-m,
.block-upcoming-events-inner .entry .entry-date-time .d-m {
  flex-grow: 1;
}
.block-event-list-inner .entry .entry-date-time .d-m .day,
.block-upcoming-events-inner .entry .entry-date-time .d-m .day {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.12em;
  color: #808184;
  margin-bottom: 16px;
}
.block-event-list-inner .entry .entry-date-time .d-m .month,
.block-upcoming-events-inner .entry .entry-date-time .d-m .month {
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 33px;
  color: #000000;
}
.block-event-list-inner .entry .entry-date-time .time,
.block-upcoming-events-inner .entry .entry-date-time .time {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}
.block-event-list-inner .entry .entry-content,
.block-upcoming-events-inner .entry .entry-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  order: 1;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .block-event-list-inner .entry .entry-content,
  .block-upcoming-events-inner .entry .entry-content {
    border-radius: 0px 10px 10px 0px;
  }
}
.block-event-list-inner .entry .entry-content h3, .block-event-list-inner .entry .entry-content .archive-entry .entry-title, .archive-entry .block-event-list-inner .entry .entry-content .entry-title,
.block-event-list-inner .entry .entry-content p,
.block-upcoming-events-inner .entry .entry-content h3,
.block-upcoming-events-inner .entry .entry-content .archive-entry .entry-title,
.archive-entry .block-upcoming-events-inner .entry .entry-content .entry-title,
.block-upcoming-events-inner .entry .entry-content p {
  margin-bottom: 0;
}
.block-event-list-inner .entry .entry-content .categories,
.block-upcoming-events-inner .entry .entry-content .categories {
  display: flex;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  gap: 16px;
}
.block-event-list-inner .entry .entry-content .categories .category,
.block-upcoming-events-inner .entry .entry-content .categories .category {
  padding: 4px 16px;
  gap: 10px;
  border-radius: 100px;
}
.block-event-list-inner .entry .entry-content .register,
.block-upcoming-events-inner .entry .entry-content .register {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #ba1200;
}

.events-cta {
  text-align: center;
}
.events-cta a.btn {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #ba1200;
  border: none;
}

.block-upcoming-events-inner > a.btn {
  display: block;
  margin: 0 auto;
  width: max-content;
}
.block-upcoming-events-inner .entry .entry-date-time {
  min-width: 141px;
  padding: 24px 14px;
}
.block-upcoming-events-inner .entry .entry-date-time .time {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.block-upcoming-events-inner .entry .show-more {
  cursor: pointer;
}
.block-upcoming-events-inner .entry .show-more.active svg {
  transform: rotate(180deg);
}
.block-upcoming-events-inner .entry .details {
  display: none;
}

.featured-upcoming {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 992px) {
  .featured-upcoming {
    flex-direction: row;
  }
  .featured-upcoming > div {
    width: 50%;
  }
  .featured-upcoming > article {
    width: 50%;
  }
}
.featured-upcoming .featured-header {
  padding: 24px;
  gap: 16px;
  width: 100%;
  height: 78px;
  background: #082267;
  border: 1px solid #e5eaed;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.featured-upcoming .featured-header span {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.featured-upcoming .featured-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 24px;
  background: #ffffff;
  border: 1px solid #e5eaed;
  border-radius: 0px 0px 10px 10px;
}
@media screen and (min-width: 992px) {
  .featured-upcoming .featured-body {
    flex-direction: row;
  }
}
.featured-upcoming .featured-body-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.featured-upcoming .featured-body .d-m,
.featured-upcoming .featured-body h3,
.featured-upcoming .featured-body .archive-entry .entry-title,
.archive-entry .featured-upcoming .featured-body .entry-title {
  margin-bottom: 16px;
}
.featured-upcoming .featured-body .categories {
  display: flex;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  gap: 16px;
  margin-bottom: 16px;
}
.featured-upcoming .featured-body .categories .category {
  padding: 4px 16px;
  gap: 10px;
  border-radius: 100px;
}

.hs-form .hs-button {
  color: white;
  text-decoration: none;
  border: none;
  background-color: #ba1200;
}

.hbspt-form {
  margin-top: 1em;
}

#post-15643 ul {
  list-style: none;
  padding: 0;
}
#post-15643 ul label.hs-error-msg {
  color: red;
}
#post-15643 ul label span {
  margin-left: 1em;
}
#post-15643 input,
#post-15643 select {
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 5px;
  flex-shrink: 0;
}
#post-15643 .main-content-inner {
  margin: 0;
  width: 90vw;
  max-width: 90vw;
  margin: auto;
}
#post-15643 .main-content-inner form {
  margin: 1em auto;
}
#post-15643 .main-content-inner form .fieldContainer {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  max-width: 100%;
}
#post-15643 .main-content-inner form .fieldContainer > [class^=col] {
  display: flex;
  flex-flow: column wrap;
  width: 50%;
  max-width: 50%;
  margin: 0 1em;
  flex: 0.5;
}
#post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset {
  max-width: 100%;
}
@media screen and (max-width: 425px) {
  #post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset .hs-richtext h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset .hs-richtext p {
    display: none;
  }
}
#post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset label {
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset label span {
    display: block;
  }
  #post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset label .hs-form-required {
    margin: 0;
  }
}
#post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset.form-columns-2, #post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset.form-columns-3 {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 700px) {
  #post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset.form-columns-2, #post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset.form-columns-3 {
    flex-flow: row wrap;
  }
}
#post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset .hs-form-field {
  clear: left;
  width: auto;
}
#post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset.form-columns-3 {
  flex-grow: 0;
}
#post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset.form-columns-3 > div {
  flex: 1;
}
#post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset.form-columns-3 > div input {
  display: block;
  width: 100%;
}
@media screen and (max-width: 618px) {
  #post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset.form-columns-3 > div.hs_city {
    flex: 1 0 100%;
  }
}
#post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset.form-columns-3 > div.hs_state {
  flex: 0.5;
}
@media screen and (max-width: 618px) {
  #post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset.form-columns-3 > div.hs_state {
    flex: 0.3;
    padding-top: 2em;
  }
}
@media screen and (max-width: 618px) {
  #post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset.form-columns-3 > div.hs_zip_code {
    flex: 1;
    padding-top: 2em;
  }
}
#post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset .legal-consent-container .input ul {
  margin-bottom: 0;
}
#post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset .legal-consent-container .input ul label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset .legal-consent-container .input ul label input {
  height: max-content;
  width: auto;
}
#post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset .legal-consent-container .input ul label input span {
  margin-left: 0;
}
#post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset .legal-consent-container .input ul label span {
  height: max-content;
  display: flex;
}
#post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset .legal-consent-container .input ul label span p {
  font-size: 0.75em;
}
#post-15643 .main-content-inner form .fieldContainer > [class^=col] fieldset .legal-consent-container .input ul label span span {
  margin: 0;
  font-size: 1em;
}
#post-15643 .main-content-inner form .fieldContainer > [class^=col] .hs-recaptcha {
  margin: 1em 0;
}
#post-15643 .main-content-inner form .fieldContainer > [class^=col] .hs-submit input {
  padding: 8px 12px;
  background-color: #ba1200;
  color: #fff;
  border: 2px solid #ba1200;
  border-radius: 4px;
  font-weight: 700;
  flex-grow: 1;
  height: auto;
}
@media screen and (max-width: 768px) {
  #post-15643 .main-content-inner form .fieldContainer > [class^=col] .hs-submit input {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #post-15643 .main-content-inner form .fieldContainer > [class^=col] {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}
#post-15643 .main-content-inner form .fieldContainer > .col-1 {
  align-content: center;
  margin: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  #post-15643 .main-content-inner form .fieldContainer > .col-1 {
    margin: 0;
  }
}
#post-15643 .main-content-inner form .fieldContainer > .col-1 fieldset {
  margin: 1em 0;
}
#post-15643 .main-content-inner form .fieldContainer > .col-1 fieldset:has([id^=LEGAL_CONSENT]) {
  margin: 0;
}
#post-15643 .main-content-inner form .fieldContainer > .col-1 fieldset input,
#post-15643 .main-content-inner form .fieldContainer > .col-1 fieldset select {
  width: 100%;
}
#post-15643 .main-content-inner form .fieldContainer > .col-1 fieldset.form-columns-2 > div {
  width: 50%;
}
#post-15643 .main-content-inner form .fieldContainer > .col-1 fieldset.form-columns-2 > div input {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #post-15643 .main-content-inner form .fieldContainer {
    flex-flow: column wrap;
  }
}

.hidden {
  display: none;
}

[style*="height: 0px"] {
  display: none;
}

@media screen and (max-width: 400px) {
  .page-template-template-personify h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .page-template-template-personify h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 315px) {
  .page-template-template-personify h2 {
    font-size: 18px;
  }
}
.page-template-template-personify .btn.btn-primary, .page-template-template-personify button[name=jetpack_subscriptions_widget] {
  color: white;
}
.page-template-template-personify.sidebar-active {
  overflow: hidden;
}
.page-template-template-personify.page-id-21 .main-content-container {
  display: block;
}
@media screen and (min-width: 992px) {
  .page-template-template-personify.page-id-21 .main-content-container {
    display: flex;
  }
}
.page-template-template-personify.page-id-21 .pfy-main {
  width: 100%;
  background: #ffffff;
}
.page-template-template-personify.page-id-21 .mobile-nav {
  height: 80vh;
}
.page-template-template-personify.page-id-21 .main-container {
  background: #f7f9fa;
}
.page-template-template-personify.page-id-21 .main-container .main-content, .page-template-template-personify.page-id-21 .main-container .br-main-content {
  background: #f7f9fa;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .page-template-template-personify.page-id-21 .main-container .main-content, .page-template-template-personify.page-id-21 .main-container .br-main-content {
    background: #ffffff;
    padding: 50px 50px 0;
  }
}
.page-template-template-personify.page-id-21 .main-container .main-content [id^=pfy-account], .page-template-template-personify.page-id-21 .main-container .br-main-content [id^=pfy-account] {
  background: #ffffff;
  margin: 13px;
}
@media screen and (min-width: 992px) {
  .page-template-template-personify.page-id-21 .main-container .main-content [id^=pfy-account], .page-template-template-personify.page-id-21 .main-container .br-main-content [id^=pfy-account] {
    margin: auto;
  }
}
.page-template-template-personify.page-id-21 .main-container .main-content-inner {
  margin: 0;
  padding: 20px 0 0 0;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .page-template-template-personify.page-id-21 .main-container .main-content-inner {
    padding: 60px 0 0 0;
  }
}
.page-template-template-personify.page-id-21 .main-container .main-content-inner #pfy-account {
  height: 100%;
  position: relative;
}
.page-template-template-personify.page-id-21 .main-container .sidebar {
  background: #f7f9fa;
  position: fixed;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 60vh;
  background-color: #fff;
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-out;
  z-index: 9999;
  opacity: 1;
  display: block;
  top: auto;
  right: auto;
  transform: translateY(100%);
}
.page-template-template-personify.page-id-21 .main-container .sidebar.active {
  transform: translateY(-76px);
}
@media screen and (min-width: 992px) {
  .page-template-template-personify.page-id-21 .main-container .sidebar {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: auto;
    height: auto;
    box-shadow: none;
    transition: auto;
    z-index: auto;
    transform: none;
    background: #f7f9fa;
  }
}
.page-template-template-personify.page-id-21 .main-container .sidebar-inner {
  padding: 0 !important;
  max-width: none;
}
.page-template-template-personify.page-id-21 .main-container .membership-card {
  width: 325px;
  margin: 36px;
}
@media screen and (max-width: 767px) {
  .page-template-template-personify.page-id-21 .main-container .membership-card {
    margin: auto;
  }
}
.page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card {
  gap: 15px;
  background: #ffffff;
  border-radius: 8px;
}
.page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card .card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}
.page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card .card-body-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card .card-body-top figure {
  max-width: 100%;
  margin: auto;
  position: relative;
}
.page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card .card-body-top figure .edit-image {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 992px) {
  .page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card .card-body-top figure .edit-image {
    opacity: 0;
  }
  .page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card .card-body-top figure:hover .edit-image {
    opacity: 1;
  }
}
.page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card .card-body-top figure img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 50%;
}
.page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card .card-body-top .membership {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card .card-body-top .membership-name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card .card-body-top .membership-date {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card .card-body-top .membership .btn, .page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card .card-body-top .membership button[name=jetpack_subscriptions_widget] {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #ba1200;
  background: none;
  border: none;
  width: auto;
  padding: 0;
}
.page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card .card-body-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card .card-body-bottom > div {
  flex: 1;
}
.page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card .card-body-bottom-id .id-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 6px;
}
.page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card .card-body-bottom-id .id-number {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card .card-body-bottom-renewal .renewal-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 6px;
}
.page-template-template-personify.page-id-21 .main-container .membership-card .pfy-card .card-body-bottom-renewal .renewal-number {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.page-template-template-personify.page-id-21 .main-container .links {
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .page-template-template-personify.page-id-21 .main-container .links {
    padding: 0 0 36px 36px;
    overflow-x: hidden;
  }
}
.page-template-template-personify.page-id-21 .main-container .links ul.pfy-actions {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-template-template-personify.page-id-21 .main-container .links ul.pfy-actions {
    margin-left: 35px;
  }
}
.page-template-template-personify.page-id-21 .main-container .links ul.pfy-actions li {
  margin-top: 0;
}
.page-template-template-personify.page-id-21 .main-container .links ul.pfy-actions li a {
  position: relative;
  background: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-right: 0;
  padding: 15px;
  border-radius: 40px;
}
.page-template-template-personify.page-id-21 .main-container .links ul.pfy-actions li a .inner {
  width: 100%;
}
.page-template-template-personify.page-id-21 .main-container .links ul.pfy-actions li a .inner span {
  display: none;
}
.page-template-template-personify.page-id-21 .main-container .links ul.pfy-actions li a .link-name {
  max-width: 88%;
}
.page-template-template-personify.page-id-21 .main-container .links ul.pfy-actions li a .notif {
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #ba1200;
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 12px;
  font-weight: normal;
  font-family: "Inter";
}
@media screen and (min-width: 992px) {
  .page-template-template-personify.page-id-21 .main-container .links ul.pfy-actions li a .notif {
    top: 6px;
    left: 6px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-personify.page-id-21 .main-container .links ul.pfy-actions li a {
    padding: 21px;
  }
  .page-template-template-personify.page-id-21 .main-container .links ul.pfy-actions li a:hover {
    transform: scale(1.05);
  }
  .page-template-template-personify.page-id-21 .main-container .links ul.pfy-actions li a .inner {
    width: 81%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-template-template-personify.page-id-21 .main-container .links ul.pfy-actions li a.pfy-actions-current {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .page-template-template-personify.page-id-21 .main-container .links ul.pfy-actions li a.pfy-actions-current .inner span {
    display: block;
  }
}
.page-template-template-personify.page-id-21 .main-container .notifications {
  padding: 20px;
  padding: 0;
}
.page-template-template-personify.page-id-21 .main-container .notifications .pfy-notifications .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin: auto;
  max-width: 100%;
  padding: 0 15px;
}
.page-template-template-personify.page-id-21 .main-container .notifications .pfy-notifications .row .col {
  padding: 0;
}
.page-template-template-personify.page-id-21 .main-container .notifications .pfy-notifications .row .col .alert-primary {
  background: #f8e7e5;
  border: 1px solid #ba1200;
  border-radius: 2px;
  margin-bottom: 0;
}
.page-template-template-personify.page-id-21 .main-container .notifications .pfy-notifications .row .col .alert-primary p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
}
.page-template-template-personify.page-id-21 .main-container .notifications .pfy-notifications .row .col .alert-primary .btn, .page-template-template-personify.page-id-21 .main-container .notifications .pfy-notifications .row .col .alert-primary button[name=jetpack_subscriptions_widget] {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #ba1200;
  background: none;
  border: none;
  width: auto;
  padding: 0;
  margin: 0;
}
.page-template-template-personify.page-id-21 .main-container .notifications .pfy-notifications .row .col .alert-info {
  background: #f6e5c8;
  border: 1px solid #f6bf5d;
  border-radius: 2px;
  margin-bottom: 0;
}
.page-template-template-personify.page-id-21 .main-container .notifications .pfy-notifications .row .col .alert-info p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
}
.page-template-template-personify.page-id-21 .main-container .notifications .pfy-notifications .row .col .alert-info .btn, .page-template-template-personify.page-id-21 .main-container .notifications .pfy-notifications .row .col .alert-info button[name=jetpack_subscriptions_widget] {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #ba1200;
  background: none;
  border: none;
  width: auto;
  padding: 0;
  margin: 0;
}
.page-template-template-personify.page-id-21 .main-container .securian {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 15px auto;
  max-width: 325px;
  padding: 0 15px;
  align-items: center;
}
.page-template-template-personify.page-id-21 .main-container .securian span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.page-template-template-personify.page-id-21 .main-container .contact-wrapper {
  display: flex;
  bottom: 0;
  width: 100%;
  padding: 8px 0;
}
.page-template-template-personify.page-id-21 .main-container .contact {
  background: rgba(8, 34, 103, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 16px;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
  border-radius: 8px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 535px) {
  .page-template-template-personify.page-id-21 .main-container .contact {
    position: relative;
  }
}
.page-template-template-personify.page-id-21 .main-container .contact-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.page-template-template-personify.page-id-21 .main-container .contact-cta .btn-black {
  color: #000000;
  border-color: #000000;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .page-template-template-personify.page-id-21 .main-container .card {
    width: auto;
    padding: 0 1em;
    margin: auto;
  }
}
.page-template-template-personify.page-id-21 .modal-footer {
  justify-content: space-between;
}
.page-template-template-personify .links-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99999;
  background: #f7f9fa;
}
.page-template-template-personify .links-bar .pfy-mobile-actions {
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 15px;
}
.page-template-template-personify .links-bar .pfy-mobile-actions li a .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.page-template-template-personify .links-bar .pfy-mobile-actions li a .inner span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}
.page-template-template-personify .links-bar .pfy-mobile-actions li a .inner .alert-count {
  position: absolute;
  top: -10px;
  right: -10px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  background: #ba1200;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.page-template-template-personify .links-bar .pfy-mobile-actions li a.pfy-actions-current {
  line-height: normal;
  margin-right: 0;
}
.page-template-template-personify #pfy-account .pfy-main-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-template-personify #pfy-account > span {
  margin: 1em 0 3em 0;
}
@media screen and (min-width: 768px) {
  .page-template-template-personify #pfy-account > span > section {
    padding: 0 1em;
  }
}
.page-template-template-personify #pfy-account-profile .pfy-backContainer a {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 992px) {
  .page-template-template-personify #pfy-account-profile .pfy-backContainer a {
    margin-left: -20px;
  }
}
.page-template-template-personify #pagination-numbers {
  justify-content: center;
}
.page-template-template-personify #pagination-numbers > * {
  margin: 0 0.25em;
}

.page-template-template-personify.page-id-21 .pfy-events-parent h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 33px;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .sidebar {
  background: rgba(8, 34, 103, 0.05);
  border: 1px solid #e5eaed;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  height: auto;
  top: auto;
  right: auto;
  transform: none;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .sidebar-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 24px !important;
  gap: 16px;
  flex-wrap: wrap;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .sidebar-inner .calendar-wrapper,
.page-template-template-personify.page-id-21 .pfy-events-parent .sidebar-inner .category-select {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-template-template-personify.page-id-21 .pfy-events-parent .sidebar-inner .calendar-wrapper,
  .page-template-template-personify.page-id-21 .pfy-events-parent .sidebar-inner .category-select {
    flex: 1;
  }
}
.page-template-template-personify.page-id-21 .pfy-events-parent .sidebar-inner .calendar-wrapper label,
.page-template-template-personify.page-id-21 .pfy-events-parent .sidebar-inner .category-select label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #121212;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .sidebar-inner .calendar-wrapper input,
.page-template-template-personify.page-id-21 .pfy-events-parent .sidebar-inner .calendar-wrapper select,
.page-template-template-personify.page-id-21 .pfy-events-parent .sidebar-inner .category-select input,
.page-template-template-personify.page-id-21 .pfy-events-parent .sidebar-inner .category-select select {
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 5px;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  color: #959595;
  font-family: "Inter";
  font-style: normal;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .sidebar-inner .calendar-wrapper select option,
.page-template-template-personify.page-id-21 .pfy-events-parent .sidebar-inner .category-select select option {
  font-family: "Inter";
  font-style: normal;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .sidebar-inner .calendar-wrapper input {
  background-image: url("/wp-content/uploads/2023/04/date.png");
  background-position: 97% center;
  background-repeat: no-repeat;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .sidebar-inner .calendar-wrapper input.error {
  border: 1px solid #ba1200;
  border-radius: 5px;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .sidebar-inner .calendar-wrapper .error-message {
  display: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ba1200;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .sidebar-inner .calendar-wrapper .error-message.active {
  display: block;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .sidebar-inner .category-select select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #121212;
  text-align: left;
  text-transform: uppercase;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry-date-time .day {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.17em;
  color: #808184;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry-date-time .month {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry-date-time .time {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry,
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 auto 24px;
  border: 1px solid #e5eaed;
  border-radius: 10px;
  filter: drop-shadow(0px 10px 20px rgba(131, 144, 179, 0.15));
}
@media screen and (min-width: 768px) {
  .page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry,
  .page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry,
  .page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry,
  .page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry {
    flex-direction: row;
  }
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry.hidden,
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry.hidden {
  display: none;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry.active,
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry.active {
  display: flex;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry .entry-date-time,
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-date-time {
  display: flex;
  align-items: center;
  padding: 24px;
  background: rgba(8, 34, 103, 0.05);
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  width: 100%;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry .entry-date-time,
  .page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-date-time {
    width: 23%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry .entry-date-time,
  .page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-date-time {
    display: flex;
    align-items: center;
    padding: 24px;
    background: rgba(8, 34, 103, 0.05);
    border-radius: 10px 0px 0px 10px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    width: 100%;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry .entry-date-time,
  .page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-date-time {
    width: 18%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry .entry-date-time .d-m,
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-date-time .d-m {
  flex-grow: 1;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry .entry-date-time .d-m .day,
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-date-time .d-m .day {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.12em;
  color: #808184;
  margin-bottom: 16px;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry .entry-date-time .d-m .month,
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-date-time .d-m .month {
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 33px;
  color: #000000;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry .entry-date-time .time,
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-date-time .time {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry .entry-content,
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  order: 1;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry .entry-content,
  .page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-content {
    border-radius: 0px 10px 10px 0px;
  }
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry .entry-content h3, .page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry .entry-content .archive-entry .entry-title, .archive-entry .page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry .entry-content .entry-title,
.page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry .entry-content p,
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-content h3,
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-content .archive-entry .entry-title,
.archive-entry .page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-content .entry-title,
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-content p {
  margin-bottom: 0;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry .entry-content .categories,
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-content .categories {
  display: flex;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  gap: 16px;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry .entry-content .categories .category,
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-content .categories .category {
  padding: 4px 16px;
  gap: 10px;
  border-radius: 100px;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-event-list-inner .entry .entry-content .register,
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-content .register {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #ba1200;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .events-cta {
  text-align: center;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .events-cta a.btn {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #ba1200;
  border: none;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner > a.btn {
  display: block;
  margin: 0 auto;
  width: max-content;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-date-time {
  min-width: 141px;
  padding: 24px 14px;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .entry-date-time .time {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .show-more {
  cursor: pointer;
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .show-more.active svg {
  transform: rotate(180deg);
}
.page-template-template-personify.page-id-21 .pfy-events-parent .block-upcoming-events-inner .entry .details {
  display: none;
}
.page-template-template-personify.page-id-21 .daterangepicker {
  padding: 20px;
  margin-top: 0;
  z-index: 99999;
}
.page-template-template-personify.page-id-21 .daterangepicker::before, .page-template-template-personify.page-id-21 .daterangepicker::after {
  display: none;
}
.page-template-template-personify.page-id-21 .daterangepicker .drp-calendar.right {
  position: absolute !important;
  right: 0 !important;
  top: 28px !important;
}
@media screen and (min-width: 730px) {
  .page-template-template-personify.page-id-21 .daterangepicker .drp-calendar.right {
    top: 20px !important;
  }
}
.page-template-template-personify.page-id-21 .daterangepicker .drp-calendar.right tbody {
  display: none !important;
}
.page-template-template-personify.page-id-21 .daterangepicker .drp-calendar.right thead > tr:first-child th:first-child {
  display: none !important;
}
.page-template-template-personify.page-id-21 .daterangepicker .drp-calendar.right thead > tr:nth-child(2) {
  display: none !important;
}
.page-template-template-personify.page-id-21 .daterangepicker .drp-calendar.right th.month {
  display: none !important;
}
.page-template-template-personify.page-id-21 .daterangepicker .drp-calendar.right .calendar-table {
  background: transparent !important;
}
.page-template-template-personify.page-id-21 .daterangepicker .drp-calendar.right .daterangepicker_input {
  position: absolute !important;
}
.page-template-template-personify.page-id-21 .daterangepicker .drp-calendar.left thead tr:first-child {
  margin-bottom: 35px;
  display: block;
}
.page-template-template-personify.page-id-21 .daterangepicker .drp-calendar.left thead tr:nth-child(2) th {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #919191;
}
.page-template-template-personify.page-id-21 .daterangepicker .drp-calendar.left .month {
  position: absolute;
  left: 16px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #121212;
}
.page-template-template-personify.page-id-21 .daterangepicker .daterangepicker.ltr .ranges {
  float: none !important;
}
.page-template-template-personify.page-id-21 .daterangepicker.ltr .drp-calendar {
  float: none !important;
}
.page-template-template-personify.page-id-21 .daterangepicker td {
  height: 32px;
}
.page-template-template-personify.page-id-21 .daterangepicker td.active {
  background-color: #082267;
  border-radius: 100%;
}
.page-template-template-personify.page-id-21 .daterangepicker .prev {
  position: absolute;
  right: 45px;
}
.page-template-template-personify.page-id-21 .daterangepicker .prev,
.page-template-template-personify.page-id-21 .daterangepicker .next {
  background: #e5eaed;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-template-personify.page-id-21 .daterangepicker .prev span,
.page-template-template-personify.page-id-21 .daterangepicker .next span {
  border: solid #082267;
  border-width: 0 2px 2px 0;
}
.page-template-template-personify.page-id-21 .block-event-list-inner .entry .content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* for mobile */
  -webkit-box-orient: vertical;
  line-height: 1.5;
  max-height: 9em;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #808184;
}
@media screen and (min-width: 992px) {
  .page-template-template-personify.page-id-21 .block-event-list-inner .entry .content p {
    -webkit-line-clamp: 3; /* for desktop */
    max-height: 4.5em;
  }
}
.page-template-template-personify.page-id-21 .block-event-list-inner .entry .content-unclamped p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #808184;
}
.page-template-template-personify.page-id-21 .block-event-list-inner .entry .show {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #808184;
  background: none;
  padding: 0;
  text-decoration: none;
}
.page-template-template-personify.page-id-21 .block-event-list-inner .entry .show:hover {
  text-decoration: underline;
}
.page-template-template-personify.page-id-21 .block-event-list-inner .entry.active.cat-hidden.cat-active {
  display: flex;
}
.page-template-template-personify.page-id-21 .block-event-list-inner .entry.cat-hidden {
  display: none;
}

.pfy-account-exclusive-resources h3, .pfy-account-exclusive-resources .archive-entry .entry-title, .archive-entry .pfy-account-exclusive-resources .entry-title {
  margin: 0 0 1em 0;
}
.pfy-account-exclusive-resources-magazine-container {
  margin: 1em;
}
.pfy-account-exclusive-resources-magazine-container-inner {
  display: flex;
  flex-flow: row nowrap;
  gap: 1em;
}
@media screen and (max-width: 710px) {
  .pfy-account-exclusive-resources-magazine-container-inner {
    flex-flow: column nowrap;
    gap: 3em;
  }
}
.pfy-account-exclusive-resources-magazine-container-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.221);
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 1em;
  height: max-content;
}
.pfy-account-exclusive-resources-magazine-container-card > * {
  margin: 1em 0;
}
.pfy-account-exclusive-resources-magazine-container-card h4 {
  text-align: center;
  margin: auto;
}
.pfy-account-exclusive-resources-magazine-container-card img {
  height: 265px;
  border: 1px solid transparent;
  border-radius: 15px;
}
@media screen and (max-width: 710px) {
  .pfy-account-exclusive-resources-magazine-container-card img {
    height: auto;
    width: 300px;
    margin: auto;
  }
}
@media screen and (max-width: 420px) {
  .pfy-account-exclusive-resources-magazine-container-card img {
    height: auto;
    width: 175px;
    margin: auto;
  }
}
.pfy-account-exclusive-resources-magazine-links {
  display: flex;
  flex-flow: column nowrap;
  margin: 1em auto;
}
@media screen and (max-width: 710px) {
  .pfy-account-exclusive-resources-magazine-links {
    margin: 0;
  }
}
.pfy-account-exclusive-resources-magazine-links-container {
  display: flex;
  gap: 1em;
  flex-flow: column nowrap;
}
.pfy-account-exclusive-resources-magazine-link.underline {
  text-decoration: underline;
}
.pfy-account-exclusive-resources-news-container {
  padding: 0 1em;
  margin-bottom: 5em;
}
.pfy-account-exclusive-resources-news-card {
  margin: 1em 0;
  display: flex;
  flex-flow: row nowrap;
}
.pfy-account-exclusive-resources-news-card a {
  display: block;
  height: 100%;
  margin: auto 1em;
  text-decoration: underline;
}

#pfy-account-leadership-networks .pfy-leadership-networks__content {
  padding: 0 3em;
  margin-bottom: 5em;
}
#pfy-account-leadership-networks .pfy-leadership-networks__content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* for mobile */
  -webkit-box-orient: vertical;
  line-height: 1.5;
  max-height: 7em;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin: 1em;
}
@media screen and (max-width: 495px) {
  #pfy-account-leadership-networks .pfy-leadership-networks__content {
    padding: 0;
  }
}
#pfy-account-leadership-networks .pfy-leadership-networks__content #paginated-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1115px) {
  #pfy-account-leadership-networks .pfy-leadership-networks__content #paginated-list {
    grid-template-columns: 1fr;
  }
}
#pfy-account-leadership-networks .pfy-leadership-networks__content #paginated-list .card .card-container {
  max-width: 100%;
}
#pfy-account-leadership-networks .pfy-leadership-networks__content #pagination-numbers * {
  color: #082267;
}
#pfy-account-leadership-networks .pfy-leadership-networks__content #pagination-numbers a,
#pfy-account-leadership-networks .pfy-leadership-networks__content #pagination-numbers li {
  margin: 0 0.5em;
  background-color: white;
}
#pfy-account-leadership-networks .pfy-leadership-networks__content #pagination-numbers .pagination-number:not(.current) {
  color: grey;
}

@media screen and (min-width: 1200px) {
  .page-template-template-personify .pfy-all-orders {
    padding: 0 3em;
  }
}
.page-template-template-personify .pfy-all-orders h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  text-align: left;
  color: #000000;
  margin-bottom: 40px;
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders,
.page-template-template-personify .pfy-all-orders .pfy-order-history {
  padding-bottom: 41px;
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .card,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .card-header,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: rgba(229, 234, 237, 0.3);
  border: none;
  padding: 5px 28px;
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .card-header a,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-header a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .card-header .custom-control-label,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-header .custom-control-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .card-header .custom-control-label::before,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-header .custom-control-label::before {
  top: 0.1rem;
  cursor: pointer;
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .card-header .custom-control-label::after,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-header .custom-control-label::after {
  cursor: pointer;
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .card-header .custom-control-input:checked ~ .custom-control-label::before,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-header .custom-control-input:checked ~ .custom-control-label::before {
  top: 0.1rem;
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .card-header .custom-control-input:checked ~ .custom-control-label::after,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-header .custom-control-input:checked ~ .custom-control-label::after {
  top: -0.4rem;
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .card-header .btn, .page-template-template-personify .pfy-all-orders .pfy-open-orders .card-header button[name=jetpack_subscriptions_widget],
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-header .btn,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-header button[name=jetpack_subscriptions_widget] {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #ba1200;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  text-transform: capitalize;
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .card-header .btn:hover, .page-template-template-personify .pfy-all-orders .pfy-open-orders .card-header button[name=jetpack_subscriptions_widget]:hover,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-header .btn:hover,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-header button[name=jetpack_subscriptions_widget]:hover {
  background: none;
  border: none;
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .card-body,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-body {
  padding: 10px 37px;
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .card-body p,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-body p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .card-body p strong,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-body p strong {
  font-size: 14px;
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .card-body p.items,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-body p.items {
  display: block;
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .card-body p.items span,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-body p.items span {
  padding-left: 20px;
  position: relative;
  display: block;
  color: #6c757d;
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .card-footer,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 28px;
}
@media screen and (min-width: 992px) {
  .page-template-template-personify .pfy-all-orders .pfy-open-orders .card-footer,
  .page-template-template-personify .pfy-all-orders .pfy-order-history .card-footer {
    justify-content: end;
  }
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .card-footer button,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-footer button {
  display: flex;
  height: 36px;
  width: 91px;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .card-footer .badge-warning,
.page-template-template-personify .pfy-all-orders .pfy-order-history .card-footer .badge-warning {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ba1200;
  background: none;
}
@media screen and (min-width: 768px) {
  .page-template-template-personify .pfy-all-orders .pfy-open-orders .card-footer .badge-warning,
  .page-template-template-personify .pfy-all-orders .pfy-order-history .card-footer .badge-warning {
    margin-right: 27px;
  }
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .btn-selected-orders,
.page-template-template-personify .pfy-all-orders .pfy-order-history .btn-selected-orders {
  background: #ba1200;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 4px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-template-template-personify .pfy-all-orders .pfy-open-orders .btn-selected-orders,
  .page-template-template-personify .pfy-all-orders .pfy-order-history .btn-selected-orders {
    width: auto;
  }
}
.page-template-template-personify .pfy-all-orders .pfy-open-orders .btn-selected-orders:disabled,
.page-template-template-personify .pfy-all-orders .pfy-order-history .btn-selected-orders:disabled {
  opacity: 0.5;
  cursor: default;
}
.page-template-template-personify .pfy-all-orders .pfy-order-history-search-form {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 24px;
  gap: 16px;
  background: rgba(8, 34, 103, 0.05);
  border: 1px solid #e5eaed;
  border-radius: 10px;
  flex-wrap: wrap;
}
.page-template-template-personify .pfy-all-orders .pfy-order-history-search-form > div {
  flex: 1 0 100%;
}
@media screen and (min-width: 768px) {
  .page-template-template-personify .pfy-all-orders .pfy-order-history-search-form > div {
    flex: 1;
  }
}
@media (min-width: 992px) and (max-width: 1154px) {
  .page-template-template-personify .pfy-all-orders .pfy-order-history-search-form > div {
    flex: 1 0 100%;
  }
}
.page-template-template-personify .pfy-all-orders .pfy-order-history-search-form > div > div {
  display: block;
  position: relative;
}
.page-template-template-personify .pfy-all-orders .pfy-order-history-search-form > div > div svg {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}
.page-template-template-personify .pfy-all-orders .pfy-order-history-search-form > div label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #121212;
}
.page-template-template-personify .pfy-all-orders .pfy-order-history-search-form > div input,
.page-template-template-personify .pfy-all-orders .pfy-order-history-search-form > div select {
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.page-template-template-personify .pfy-all-orders .pfy-credit-cards .row {
  flex-direction: column;
  margin: 0;
  padding: 0;
  max-width: 300px;
}
.page-template-template-personify .pfy-all-orders .pfy-credit-cards .row .card {
  margin: 8px 0;
}
.page-template-template-personify .pfy-all-orders .pfy-credit-cards .row .card-body {
  display: flex;
  padding: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #6c757d;
}
.page-template-template-personify .pfy-all-orders .pfy-credit-cards .row .card-body .type {
  color: #000000;
}
.page-template-template-personify .pfy-all-orders .pfy-credit-cards .row .card-body .dot-leader__dots {
  border-bottom: 1px dotted #d1d5db;
  flex: 1;
  margin: 0 0.25rem;
  height: 17px;
}
.page-template-template-personify .pfy-all-orders .pfy-credit-cards .row .card-body .cc {
  display: flex;
  align-items: center;
  justify-content: end;
}
.page-template-template-personify .pfy-all-orders .pfy-credit-cards .row .card-body .btn, .page-template-template-personify .pfy-all-orders .pfy-credit-cards .row .card-body button[name=jetpack_subscriptions_widget] {
  padding: 0;
  border: none;
  box-shadow: none;
  background: none;
  margin-left: 15px;
}
.page-template-template-personify .pfy-all-orders .pfy-credit-cards .row .card-body .btn:hover, .page-template-template-personify .pfy-all-orders .pfy-credit-cards .row .card-body button[name=jetpack_subscriptions_widget]:hover {
  background: none;
}
.page-template-template-personify .pfy-all-orders .pfy-credit-cards .btn-inverse {
  color: #ba1200;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-template-template-personify .pfy-all-orders .pfy-credit-cards .btn-inverse {
    width: auto;
  }
}
.page-template-template-personify .pfy-all-orders .pfy-credit-cards .btn-inverse:hover {
  background-color: #fff;
  color: #c84133;
}
.page-template-template-personify [id$=_BV_modal_outer_] {
  z-index: 99999 !important;
}
.page-template-template-personify [id^=pfy-credit-cards-add] h2,
.page-template-template-personify [id^=pfy-credit-cards-add] h3,
.page-template-template-personify [id^=pfy-credit-cards-add] .archive-entry .entry-title,
.archive-entry .page-template-template-personify [id^=pfy-credit-cards-add] .entry-title,
.page-template-template-personify [id^=pfy-credit-cards-add] h4,
.page-template-template-personify [id^=pfy-credit-cards-add] h5,
.page-template-template-personify [id^=pfy-credit-cards-remove] h2,
.page-template-template-personify [id^=pfy-credit-cards-remove] h3,
.page-template-template-personify [id^=pfy-credit-cards-remove] .archive-entry .entry-title,
.archive-entry .page-template-template-personify [id^=pfy-credit-cards-remove] .entry-title,
.page-template-template-personify [id^=pfy-credit-cards-remove] h4,
.page-template-template-personify [id^=pfy-credit-cards-remove] h5,
.page-template-template-personify [id^=pfy-open-orders-payment] h2,
.page-template-template-personify [id^=pfy-open-orders-payment] h3,
.page-template-template-personify [id^=pfy-open-orders-payment] .archive-entry .entry-title,
.archive-entry .page-template-template-personify [id^=pfy-open-orders-payment] .entry-title,
.page-template-template-personify [id^=pfy-open-orders-payment] h4,
.page-template-template-personify [id^=pfy-open-orders-payment] h5,
.page-template-template-personify [id^=pfy-addresses-add] h2,
.page-template-template-personify [id^=pfy-addresses-add] h3,
.page-template-template-personify [id^=pfy-addresses-add] .archive-entry .entry-title,
.archive-entry .page-template-template-personify [id^=pfy-addresses-add] .entry-title,
.page-template-template-personify [id^=pfy-addresses-add] h4,
.page-template-template-personify [id^=pfy-addresses-add] h5,
.page-template-template-personify [id^=pfy-phone-numbers-add] h2,
.page-template-template-personify [id^=pfy-phone-numbers-add] h3,
.page-template-template-personify [id^=pfy-phone-numbers-add] .archive-entry .entry-title,
.archive-entry .page-template-template-personify [id^=pfy-phone-numbers-add] .entry-title,
.page-template-template-personify [id^=pfy-phone-numbers-add] h4,
.page-template-template-personify [id^=pfy-phone-numbers-add] h5,
.page-template-template-personify [id^=pfy-addresses-remove] h2,
.page-template-template-personify [id^=pfy-addresses-remove] h3,
.page-template-template-personify [id^=pfy-addresses-remove] .archive-entry .entry-title,
.archive-entry .page-template-template-personify [id^=pfy-addresses-remove] .entry-title,
.page-template-template-personify [id^=pfy-addresses-remove] h4,
.page-template-template-personify [id^=pfy-addresses-remove] h5,
.page-template-template-personify [id^=pfy-email-addresses-add] h2,
.page-template-template-personify [id^=pfy-email-addresses-add] h3,
.page-template-template-personify [id^=pfy-email-addresses-add] .archive-entry .entry-title,
.archive-entry .page-template-template-personify [id^=pfy-email-addresses-add] .entry-title,
.page-template-template-personify [id^=pfy-email-addresses-add] h4,
.page-template-template-personify [id^=pfy-email-addresses-add] h5 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  text-align: left;
  color: #000000;
}
.page-template-template-personify [id^=pfy-credit-cards-add] .modal-body,
.page-template-template-personify [id^=pfy-credit-cards-remove] .modal-body,
.page-template-template-personify [id^=pfy-open-orders-payment] .modal-body,
.page-template-template-personify [id^=pfy-addresses-add] .modal-body,
.page-template-template-personify [id^=pfy-phone-numbers-add] .modal-body,
.page-template-template-personify [id^=pfy-addresses-remove] .modal-body,
.page-template-template-personify [id^=pfy-email-addresses-add] .modal-body {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
}
.page-template-template-personify [id^=pfy-credit-cards-add] .form-select .form-group > div,
.page-template-template-personify [id^=pfy-credit-cards-remove] .form-select .form-group > div,
.page-template-template-personify [id^=pfy-open-orders-payment] .form-select .form-group > div,
.page-template-template-personify [id^=pfy-addresses-add] .form-select .form-group > div,
.page-template-template-personify [id^=pfy-phone-numbers-add] .form-select .form-group > div,
.page-template-template-personify [id^=pfy-addresses-remove] .form-select .form-group > div,
.page-template-template-personify [id^=pfy-email-addresses-add] .form-select .form-group > div {
  display: block;
  position: relative;
}
.page-template-template-personify [id^=pfy-credit-cards-add] .form-select .form-group > div select,
.page-template-template-personify [id^=pfy-credit-cards-remove] .form-select .form-group > div select,
.page-template-template-personify [id^=pfy-open-orders-payment] .form-select .form-group > div select,
.page-template-template-personify [id^=pfy-addresses-add] .form-select .form-group > div select,
.page-template-template-personify [id^=pfy-phone-numbers-add] .form-select .form-group > div select,
.page-template-template-personify [id^=pfy-addresses-remove] .form-select .form-group > div select,
.page-template-template-personify [id^=pfy-email-addresses-add] .form-select .form-group > div select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1em;
}
.page-template-template-personify [id^=pfy-credit-cards-add] .form-group,
.page-template-template-personify [id^=pfy-credit-cards-remove] .form-group,
.page-template-template-personify [id^=pfy-open-orders-payment] .form-group,
.page-template-template-personify [id^=pfy-addresses-add] .form-group,
.page-template-template-personify [id^=pfy-phone-numbers-add] .form-group,
.page-template-template-personify [id^=pfy-addresses-remove] .form-group,
.page-template-template-personify [id^=pfy-email-addresses-add] .form-group {
  margin-bottom: 8px;
}
.page-template-template-personify [id^=pfy-credit-cards-add] label,
.page-template-template-personify [id^=pfy-credit-cards-add] legend,
.page-template-template-personify [id^=pfy-credit-cards-remove] label,
.page-template-template-personify [id^=pfy-credit-cards-remove] legend,
.page-template-template-personify [id^=pfy-open-orders-payment] label,
.page-template-template-personify [id^=pfy-open-orders-payment] legend,
.page-template-template-personify [id^=pfy-addresses-add] label,
.page-template-template-personify [id^=pfy-addresses-add] legend,
.page-template-template-personify [id^=pfy-phone-numbers-add] label,
.page-template-template-personify [id^=pfy-phone-numbers-add] legend,
.page-template-template-personify [id^=pfy-addresses-remove] label,
.page-template-template-personify [id^=pfy-addresses-remove] legend,
.page-template-template-personify [id^=pfy-email-addresses-add] label,
.page-template-template-personify [id^=pfy-email-addresses-add] legend {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #121212;
}
.page-template-template-personify [id^=pfy-credit-cards-add] input,
.page-template-template-personify [id^=pfy-credit-cards-add] select,
.page-template-template-personify [id^=pfy-credit-cards-remove] input,
.page-template-template-personify [id^=pfy-credit-cards-remove] select,
.page-template-template-personify [id^=pfy-open-orders-payment] input,
.page-template-template-personify [id^=pfy-open-orders-payment] select,
.page-template-template-personify [id^=pfy-addresses-add] input,
.page-template-template-personify [id^=pfy-addresses-add] select,
.page-template-template-personify [id^=pfy-phone-numbers-add] input,
.page-template-template-personify [id^=pfy-phone-numbers-add] select,
.page-template-template-personify [id^=pfy-addresses-remove] input,
.page-template-template-personify [id^=pfy-addresses-remove] select,
.page-template-template-personify [id^=pfy-email-addresses-add] input,
.page-template-template-personify [id^=pfy-email-addresses-add] select {
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.page-template-template-personify [id^=pfy-credit-cards-add] input.is-invalid,
.page-template-template-personify [id^=pfy-credit-cards-add] select.is-invalid,
.page-template-template-personify [id^=pfy-credit-cards-remove] input.is-invalid,
.page-template-template-personify [id^=pfy-credit-cards-remove] select.is-invalid,
.page-template-template-personify [id^=pfy-open-orders-payment] input.is-invalid,
.page-template-template-personify [id^=pfy-open-orders-payment] select.is-invalid,
.page-template-template-personify [id^=pfy-addresses-add] input.is-invalid,
.page-template-template-personify [id^=pfy-addresses-add] select.is-invalid,
.page-template-template-personify [id^=pfy-phone-numbers-add] input.is-invalid,
.page-template-template-personify [id^=pfy-phone-numbers-add] select.is-invalid,
.page-template-template-personify [id^=pfy-addresses-remove] input.is-invalid,
.page-template-template-personify [id^=pfy-addresses-remove] select.is-invalid,
.page-template-template-personify [id^=pfy-email-addresses-add] input.is-invalid,
.page-template-template-personify [id^=pfy-email-addresses-add] select.is-invalid {
  color: #495057;
  background-color: #fff;
  border-color: #e88f90;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(206, 42, 43, 0.25);
}
.page-template-template-personify [id^=pfy-credit-cards-add] select,
.page-template-template-personify [id^=pfy-credit-cards-remove] select,
.page-template-template-personify [id^=pfy-open-orders-payment] select,
.page-template-template-personify [id^=pfy-addresses-add] select,
.page-template-template-personify [id^=pfy-phone-numbers-add] select,
.page-template-template-personify [id^=pfy-addresses-remove] select,
.page-template-template-personify [id^=pfy-email-addresses-add] select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1em;
}
.page-template-template-personify [id^=pfy-credit-cards-add] .btn-outline-secondary,
.page-template-template-personify [id^=pfy-credit-cards-remove] .btn-outline-secondary,
.page-template-template-personify [id^=pfy-open-orders-payment] .btn-outline-secondary,
.page-template-template-personify [id^=pfy-addresses-add] .btn-outline-secondary,
.page-template-template-personify [id^=pfy-phone-numbers-add] .btn-outline-secondary,
.page-template-template-personify [id^=pfy-addresses-remove] .btn-outline-secondary,
.page-template-template-personify [id^=pfy-email-addresses-add] .btn-outline-secondary {
  color: #ba1200;
}
.page-template-template-personify [id^=pfy-credit-cards-add] .btn-outline-secondary:hover,
.page-template-template-personify [id^=pfy-credit-cards-remove] .btn-outline-secondary:hover,
.page-template-template-personify [id^=pfy-open-orders-payment] .btn-outline-secondary:hover,
.page-template-template-personify [id^=pfy-addresses-add] .btn-outline-secondary:hover,
.page-template-template-personify [id^=pfy-phone-numbers-add] .btn-outline-secondary:hover,
.page-template-template-personify [id^=pfy-addresses-remove] .btn-outline-secondary:hover,
.page-template-template-personify [id^=pfy-email-addresses-add] .btn-outline-secondary:hover {
  background-color: #fff;
  color: #ba1200;
  border: 2px solid #ba1200;
  opacity: 0.85;
}
.page-template-template-personify [id^=pfy-credit-cards-add] .payment-method .custom-control-input:checked ~ .custom-control-label::before,
.page-template-template-personify [id^=pfy-credit-cards-remove] .payment-method .custom-control-input:checked ~ .custom-control-label::before,
.page-template-template-personify [id^=pfy-open-orders-payment] .payment-method .custom-control-input:checked ~ .custom-control-label::before,
.page-template-template-personify [id^=pfy-addresses-add] .payment-method .custom-control-input:checked ~ .custom-control-label::before,
.page-template-template-personify [id^=pfy-phone-numbers-add] .payment-method .custom-control-input:checked ~ .custom-control-label::before,
.page-template-template-personify [id^=pfy-addresses-remove] .payment-method .custom-control-input:checked ~ .custom-control-label::before,
.page-template-template-personify [id^=pfy-email-addresses-add] .payment-method .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #121212;
}
.page-template-template-personify .pfy-open-orders {
  padding-bottom: 41px;
}
.page-template-template-personify .pfy-open-orders .card {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.page-template-template-personify .pfy-open-orders .card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: rgba(229, 234, 237, 0.3);
  border: none;
  padding: 5px 28px;
}
.page-template-template-personify .pfy-open-orders .card-header a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}
.page-template-template-personify .pfy-open-orders .card-header .custom-control-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  padding-top: 2px;
}
@media screen and (min-width: 992px) {
  .page-template-template-personify .pfy-open-orders .card-header .custom-control-label {
    padding-top: 4px;
  }
}
.page-template-template-personify .pfy-open-orders .card-header .custom-control-label::before {
  top: 0.22rem !important;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .page-template-template-personify .pfy-open-orders .card-header .custom-control-label::before {
    top: 0.1rem;
  }
}
.page-template-template-personify .pfy-open-orders .card-header .custom-control-label::after {
  top: -0.24rem !important;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .page-template-template-personify .pfy-open-orders .card-header .custom-control-label::after {
    top: -0.26rem !important;
  }
}
.page-template-template-personify .pfy-open-orders .card-header .btn, .page-template-template-personify .pfy-open-orders .card-header button[name=jetpack_subscriptions_widget] {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #ba1200;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.page-template-template-personify .pfy-open-orders .card-header .btn:hover, .page-template-template-personify .pfy-open-orders .card-header button[name=jetpack_subscriptions_widget]:hover {
  background: none;
  border: none;
}
.page-template-template-personify .pfy-open-orders .card-body {
  padding: 10px 37px;
}
.page-template-template-personify .pfy-open-orders .card-body p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}
.page-template-template-personify .pfy-open-orders .card-body p strong {
  font-size: 14px;
}
.page-template-template-personify .pfy-open-orders .card-body p.items {
  display: block;
}
.page-template-template-personify .pfy-open-orders .card-body p.items span {
  padding-left: 20px;
  position: relative;
  display: block;
  color: #6c757d;
}
.page-template-template-personify .pfy-open-orders .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 28px;
}
@media screen and (min-width: 992px) {
  .page-template-template-personify .pfy-open-orders .card-footer {
    justify-content: end;
  }
}
.page-template-template-personify .pfy-open-orders .card-footer button {
  display: flex;
  height: 36px;
  width: 91px;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.page-template-template-personify .pfy-open-orders .card-footer .badge-warning {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ba1200;
  background: none;
}
@media screen and (min-width: 768px) {
  .page-template-template-personify .pfy-open-orders .card-footer .badge-warning {
    margin-right: 27px;
  }
}
.page-template-template-personify .pfy-open-orders .btn-selected-orders {
  background: #ba1200;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 4px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-template-template-personify .pfy-open-orders .btn-selected-orders {
    width: auto;
  }
}
.page-template-template-personify .pfy-open-orders .btn-selected-orders:disabled {
  opacity: 0.5;
  cursor: default;
}
.page-template-template-personify label[for^=pfy-open-orders-auto-renew]::before {
  top: 0.25rem !important;
  background-color: white !important;
  border-color: #000 !important;
}
.page-template-template-personify label[for^=pfy-open-orders-auto-renew]::after {
  top: -0.25rem !important;
}
.page-template-template-personify [id^=pfy-open-orders-renewal] .btn-outline-secondary {
  color: #ba1200;
  background-color: #ffffff;
  border: 2px solid #ba1200;
  border-radius: 4px;
}
.page-template-template-personify [id^=pfy-open-orders-renewal] .btn-outline-secondary.disabled {
  opacity: 0.65;
}
.page-template-template-personify [id^=pfy-open-orders-renewal] .btn-outline-secondary:hover {
  opacity: 0.85;
}

.pfy-group-profile .pfy-backContainer a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #ba1200;
  padding-bottom: 15px;
  display: flex;
}
.pfy-group-profile .group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.pfy-group-profile .group-info h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.pfy-group-profile .group-info-content {
  padding: 0px 0px 30px;
  max-width: 350px;
  border-bottom: 1px solid #e5eaed;
}
.pfy-group-profile .group-info-content .school-id {
  display: flex;
  padding: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  color: #6c757d;
  margin-bottom: 15px;
}
.pfy-group-profile .group-info-content .school-id span:first-child {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.pfy-group-profile .group-info-content .school-id .dot-leader__dots {
  border-bottom: 1px dotted #d1d5db;
  flex: 1;
  margin: 0 0.25rem;
  height: 17px;
}
.pfy-group-profile .group-links {
  display: flex;
  flex-direction: column;
}
.pfy-group-profile .group-links a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: left;
  text-decoration-line: underline;
  color: #ba1200;
  margin-bottom: 15px;
}

.pfy-account .pfy-group-manage-contact {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 992px) {
  .pfy-account .pfy-group-manage-contact {
    padding-left: 50px;
  }
}
.pfy-account .pfy-group-manage-contact > * {
  width: 100% !important;
  margin: 1em 0;
}
@media screen and (min-width: 992px) {
  .pfy-account .pfy-group-manage-contact > * {
    width: 50% !important;
  }
}
.pfy-account .pfy-group-manage-contact .address-list {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  gap: 0 !important;
}
.pfy-account .pfy-group-manage-contact .address-list .col {
  padding: 0 !important;
}
.pfy-account .pfy-group-manage-contact .address-list .col .card {
  padding: 11px 16px !important;
  margin: 0 !important;
}
.pfy-account .pfy-group-manage-contact .address-list .col .card-body {
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .pfy-account .pfy-group-manage-contact .address-list .col .card-body {
    margin-bottom: 0;
  }
}
.pfy-account .pfy-group-manage-contact .btn-link {
  padding: 15px 0 15px 15px !important;
}

.pfy-communications {
  max-width: 250px;
}
.pfy-communications .phone-header {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 18px;
}
.pfy-communications .phone-header h3, .pfy-communications .phone-header .archive-entry .entry-title, .archive-entry .pfy-communications .phone-header .entry-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #121212;
  margin: 0 15px 0 0;
}
.pfy-communications .phone-header svg {
  cursor: pointer;
}
.pfy-communications .phone-header .icon-container {
  position: relative;
}
.pfy-communications .phone-header .icon-container .card-flag {
  position: absolute;
  display: block;
  z-index: 999;
  background: #082267;
  color: white !important;
  padding: 11px 9px;
  border: 1px solid transparent;
  border-radius: 5px;
  width: 200px;
  top: -50px;
  right: 0;
  transform: translateX(45.5%);
}
.pfy-communications .phone-header .icon-container .card-flag div {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
}
.pfy-communications .phone-header .icon-container .card-flag div a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  text-decoration: underline;
}
.pfy-communications .phone-header .icon-container .card-flag::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 15px solid #082267;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  left: 91px;
  bottom: -20px;
  top: auto;
}
@media screen and (min-width: 992px) {
  .pfy-communications .phone-header .icon-container .card-flag {
    top: -11px;
    right: -15px;
    transform: translateX(100%);
  }
  .pfy-communications .phone-header .icon-container .card-flag::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #082267;
    border-left: none;
    left: -15px;
    top: 25%;
    bottom: auto;
  }
}
.pfy-communications .phone-header .icon-container .card-flag.hidden {
  display: none;
}
.pfy-communications .phone-numbers {
  padding: 0 0 0 15px;
}
.pfy-communications .phone-numbers:first-of-type {
  padding: 18px 0 0 15px;
}
.pfy-communications .phone-numbers .phone-number {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
  margin-left: -5px;
}
.pfy-communications .phone-numbers .phone-number span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #959595;
}
.pfy-communications .phone-numbers .phone-number:first-child span {
  color: #000000;
}
.pfy-communications .phone-numbers .phone-number:first-child span.badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  gap: 10px;
  background: rgba(171, 222, 226, 0.3);
  border-radius: 100px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #00a9b7;
  margin-left: 17px;
}
.pfy-communications .phone-numbers .phone-number.removable {
  background: #fff;
  cursor: pointer;
}
.pfy-communications .phone-numbers .phone-number.removable span {
  color: #959595;
}
@media screen and (min-width: 768px) {
  .pfy-communications .phone-numbers .phone-number.removable .btn-link {
    display: none;
  }
}
.pfy-communications .phone-numbers .phone-number.removable:hover {
  background: rgba(229, 234, 237, 0.2);
  border-radius: 5px;
}
.pfy-communications .phone-numbers .phone-number.removable:hover .btn-link {
  display: flex;
}
.pfy-communications .btn-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #ba1200;
  padding-left: 15px;
}

[id^=pfy-account-group] .pfy-notifications .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin: auto;
  max-width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  [id^=pfy-account-group] .pfy-notifications .row {
    flex-direction: row;
  }
}
[id^=pfy-account-group] .pfy-notifications .row .col {
  padding: 0;
}
[id^=pfy-account-group] .pfy-notifications .row .col .alert-primary {
  background: #f8e7e5;
  border: 1px solid #ba1200;
  border-radius: 2px;
  margin-bottom: 0;
}
[id^=pfy-account-group] .pfy-notifications .row .col .alert-primary p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
}
[id^=pfy-account-group] .pfy-notifications .row .col .alert-primary .btn, [id^=pfy-account-group] .pfy-notifications .row .col .alert-primary button[name=jetpack_subscriptions_widget] {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #ba1200;
  background: none;
  border: none;
  width: auto;
  padding: 0;
}
[id^=pfy-account-group] .pfy-notifications .row .col .alert-info {
  background: #f6e5c8;
  border: 1px solid #f6bf5d;
  border-radius: 2px;
  margin-bottom: 0;
}
[id^=pfy-account-group] .pfy-notifications .row .col .alert-info p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
}
[id^=pfy-account-group] .pfy-notifications .row .col .alert-info .btn, [id^=pfy-account-group] .pfy-notifications .row .col .alert-info button[name=jetpack_subscriptions_widget] {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #ba1200;
  background: none;
  border: none;
  width: auto;
  padding: 0;
}

.pfy-addresses .address-header {
  display: flex;
  align-items: center;
}
.pfy-addresses .address-header h3, .pfy-addresses .address-header .archive-entry .entry-title, .archive-entry .pfy-addresses .address-header .entry-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #121212;
  margin-right: 11px;
  margin: 0 15px 0 0;
}
.pfy-addresses .address-header svg {
  cursor: pointer;
}
.pfy-addresses .address-header .icon-container {
  position: relative;
}
.pfy-addresses .address-header .icon-container .card-flag {
  position: absolute;
  display: block;
  z-index: 999;
  background: #082267;
  color: white !important;
  padding: 11px 9px;
  border: 1px solid transparent;
  border-radius: 5px;
  width: 200px;
  top: -50px;
  right: 0;
  transform: translateX(45.5%);
}
.pfy-addresses .address-header .icon-container .card-flag div {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
}
.pfy-addresses .address-header .icon-container .card-flag div a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  text-decoration: underline;
}
.pfy-addresses .address-header .icon-container .card-flag::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 15px solid #082267;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  left: 91px;
  bottom: -20px;
  top: auto;
}
@media screen and (min-width: 768px) {
  .pfy-addresses .address-header .icon-container .card-flag {
    top: -7px;
    right: -15px;
    transform: translateX(100%);
  }
  .pfy-addresses .address-header .icon-container .card-flag::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #082267;
    border-left: 0px solid transparent;
    left: -13px;
    top: 25%;
    bottom: auto;
  }
}
.pfy-addresses .address-header .icon-container .card-flag.hidden {
  display: none;
}
.pfy-addresses .address-list .card {
  padding: 0;
}
.pfy-addresses .address-list .card.removable {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .pfy-addresses .address-list .card.removable .btn-link {
    display: none;
  }
}
.pfy-addresses .address-list .card.removable:hover {
  background: rgba(229, 234, 237, 0.2);
  border-radius: 5px;
}
.pfy-addresses .address-list .card.removable:hover .btn-link {
  display: block;
}
.pfy-addresses .address-list .card-body span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #000000;
}
.pfy-addresses .address-list .card-body .badges .badge-info {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #00a9b7;
  justify-content: center;
  padding: 2px 10px;
  gap: 10px;
  background: rgba(171, 222, 226, 0.3);
  border-radius: 100px;
  margin: 0 11px 0 0;
}
.pfy-addresses .address-list .card-body .badges .badge-shipping {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #f6bf5d;
  justify-content: center;
  padding: 2px 10px;
  gap: 10px;
  background: rgba(246, 191, 93, 0.1);
  border-radius: 100px;
}
.pfy-addresses .btn-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #ba1200;
  padding-left: 15px;
}

.pfy-account h2,
.pfy-account h3,
.pfy-account .archive-entry .entry-title,
.archive-entry .pfy-account .entry-title,
.pfy-account h4,
.pfy-account h5,
.pfy-account p,
.pfy-account a {
  font-family: "Inter";
  font-style: normal;
}
.pfy-account .pfy-backContainer a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #ba1200;
  display: flex;
}
.pfy-account-membership-insurance-benefits {
  margin: 0 1em;
}
.pfy-account-membership-insurance-benefits-link {
  margin: 1em;
  padding: 1em;
  background: white;
  border: 1px solid #e5eaed;
  width: 55%;
  border-radius: 20px;
  box-shadow: 0em 0.25em 1em rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  .pfy-account-membership-insurance-benefits-link {
    width: 100%;
    margin: 1em auto;
  }
}
@media screen and (max-width: 390px) {
  .pfy-account-membership-insurance-benefits-link {
    width: auto;
    margin: 1em auto;
  }
  .pfy-account-membership-insurance-benefits-link > a > img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 300px) {
  .pfy-account-membership-insurance-benefits-link {
    width: auto;
    margin: 1em auto;
  }
  .pfy-account-membership-insurance-benefits-link > a > img {
    width: 30px;
    height: 30px;
  }
}
.pfy-account-membership-insurance-benefits-link > a {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.pfy-account-membership-insurance-benefits-link > a img {
  width: 50px;
  height: 50px;
}
.pfy-account-membership-insurance-benefits-link > a h3, .pfy-account-membership-insurance-benefits-link > a .archive-entry .entry-title, .archive-entry .pfy-account-membership-insurance-benefits-link > a .entry-title {
  margin: auto 1em;
  font-size: 16px;
  line-height: 24px;
}
.pfy-account input,
.pfy-account select {
  border-radius: 7.5px;
}
.pfy-account label {
  color: black;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  color: #121212;
  margin-bottom: 8px;
}
.pfy-account .btn-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #ba1200;
  background: none;
  border: none;
  width: auto;
  padding: 0;
  padding-left: 15px;
}
.pfy-account h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #000000;
}
.pfy-account h3, .pfy-account .archive-entry .entry-title, .archive-entry .pfy-account .entry-title {
  font-size: 18px;
  color: black;
}
.pfy-account .card {
  max-width: 100%;
  padding: 0 0 0 1em;
}
@media (max-width: 767px) {
  .pfy-account .card {
    padding: 0 !important;
  }
}
.pfy-account .card.removable,
.pfy-account .card .removable {
  background: rgba(128, 128, 128, 0.0705882353);
}
.pfy-account .card .removable {
  padding: 0.25em 0.25em 0.25em 0.5em;
}
.pfy-account .card-body {
  padding: 11px 16px;
}
@media (max-width: 767px) {
  .pfy-account .card-body {
    padding: 0;
  }
}
.pfy-account .card .badge-info {
  background: rgba(171, 222, 226, 0.3);
  color: #00a9b7;
  border-radius: 100px;
  padding: 2px, 10px, 2px, 10px;
  margin-left: 10px;
  line-height: 1.5;
}
.pfy-account .card .badge-shipping {
  background: rgba(246, 191, 93, 0.1);
  color: #f6bf5d;
  border-radius: 100px;
  padding: 2px, 10px, 2px, 10px;
}
@media screen and (max-width: 767px) {
  .pfy-account-chapter-student-resources, .pfy-account-adviser-resources {
    max-width: 95vw;
    margin: 1em 1em 3em 1em;
  }
  .pfy-account-chapter-student-resources > *, .pfy-account-adviser-resources > * {
    width: max-content;
    margin: auto;
    max-width: 100%;
  }
}
.pfy-account-chapter-student-resources-header h1, .pfy-account-adviser-resources-header h1 {
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  white-space: wrap;
}
.pfy-account-chapter-student-resources-content, .pfy-account-adviser-resources-content {
  display: flex;
  gap: 1em;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
@media screen and (max-width: 1065px) {
  .pfy-account-chapter-student-resources-content, .pfy-account-adviser-resources-content {
    flex-flow: column nowrap;
    gap: 0;
    justify-content: center;
  }
}
.pfy-account-chapter-student-resources-content-item, .pfy-account-adviser-resources-content-item {
  display: flex;
  flex-flow: row nowrap;
  width: 45%;
  margin: 1em auto;
}
@media screen and (max-width: 1065px) {
  .pfy-account-chapter-student-resources-content-item, .pfy-account-adviser-resources-content-item {
    width: 90%;
  }
}
.pfy-account-chapter-student-resources-content-item-inner, .pfy-account-adviser-resources-content-item-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
  border: 1px solid #e5eaed;
  border-radius: 15px;
  padding: 0.5em 1em;
  width: 25em;
}
@media screen and (max-width: 485px) {
  .pfy-account-chapter-student-resources-content-item-inner, .pfy-account-adviser-resources-content-item-inner {
    width: 20em;
  }
}
@media screen and (max-width: 767px) {
  .pfy-account-chapter-student-resources-content-item, .pfy-account-adviser-resources-content-item {
    width: 100%;
  }
}
.pfy-account-chapter-student-resources-content-item-icon, .pfy-account-adviser-resources-content-item-icon {
  width: max-content;
  margin: auto 1em auto 0;
}
.pfy-account-chapter-student-resources-content-item-icon img, .pfy-account-adviser-resources-content-item-icon img {
  width: 45px;
  height: 45px;
  min-width: 45px;
}
@media screen and (max-width: 1265px) {
  .pfy-account-chapter-student-resources-content-item-icon img, .pfy-account-adviser-resources-content-item-icon img {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
@media screen and (max-width: 1205px) {
  .pfy-account-chapter-student-resources-content-item-icon img, .pfy-account-adviser-resources-content-item-icon img {
    width: 37.5px;
    height: 37.5px;
    min-width: 37.5px;
  }
}
.pfy-account-chapter-student-resources-content-item-text, .pfy-account-adviser-resources-content-item-text {
  width: max-content;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.pfy-account-chapter-student-resources-content-item-text-link, .pfy-account-adviser-resources-content-item-text-link {
  display: block;
  margin: auto;
}
.pfy-account-chapter-student-resources-content-item-text-link > *, .pfy-account-adviser-resources-content-item-text-link > * {
  margin: 0;
}
@media screen and (max-width: 1265px) {
  .pfy-account-chapter-student-resources-content-item-text-link h3, .pfy-account-chapter-student-resources-content-item-text-link .archive-entry .entry-title, .archive-entry .pfy-account-chapter-student-resources-content-item-text-link .entry-title, .pfy-account-adviser-resources-content-item-text-link h3, .pfy-account-adviser-resources-content-item-text-link .archive-entry .entry-title, .archive-entry .pfy-account-adviser-resources-content-item-text-link .entry-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1205px) {
  .pfy-account-chapter-student-resources-content-item-text-link h3, .pfy-account-chapter-student-resources-content-item-text-link .archive-entry .entry-title, .archive-entry .pfy-account-chapter-student-resources-content-item-text-link .entry-title, .pfy-account-adviser-resources-content-item-text-link h3, .pfy-account-adviser-resources-content-item-text-link .archive-entry .entry-title, .archive-entry .pfy-account-adviser-resources-content-item-text-link .entry-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.pfy-account-dashboard {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .pfy-account-dashboard {
    max-width: 1380px;
  }
}
.pfy-account-dashboard-col {
  width: 100%;
}
@media (min-width: 767px) and (max-width: 991px) {
  .pfy-account-dashboard-col {
    width: 50%;
  }
  .pfy-account-dashboard-col:first-child {
    padding-right: 25px;
  }
  .pfy-account-dashboard-col:last-child {
    padding-left: 25px;
    border-left: 1px solid #d9d9d9;
  }
}
@media (min-width: 1090px) {
  .pfy-account-dashboard-col {
    width: 50%;
  }
  .pfy-account-dashboard-col:first-child {
    padding-right: 25px;
  }
  .pfy-account-dashboard-col:last-child {
    padding-left: 25px;
    border-left: 1px solid #d9d9d9;
  }
}
.pfy-account .pfy-addresses {
  width: 100%;
}
.pfy-account .pfy-addresses .address-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .pfy-account .pfy-addresses .address-list {
    justify-content: flex-start;
  }
}
.pfy-account .pfy-addresses .address-list .col {
  flex: auto;
  max-width: 300px;
  cursor: pointer;
}
.pfy-account .pfy-addresses .btn-link {
  padding: 15px 0 15px 15px;
}
@media screen and (min-width: 768px) {
  .pfy-account .pfy-addresses .btn-link {
    padding: 0 0 0 30px;
  }
}
.pfy-demographics h2 {
  margin-bottom: 40px;
}
.pfy-demographics-form-input-group {
  display: flex;
  flex-flow: row nowrap;
  gap: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .pfy-demographics-form-input-group {
    flex-flow: row wrap;
  }
}
.pfy-demographics-form-input-group [role=group] {
  width: 49%;
}
.pfy-demographics-form-input-group label {
  margin-bottom: 8px !important;
}
.pfy-demographics-form-input-group input,
.pfy-demographics-form-input-group select {
  border-radius: 7.5px;
  display: block;
}
.pfy-demographics-form-input-group input[id*=-name],
.pfy-demographics-form-input-group select[id*=-name] {
  width: 100%;
}
.pfy-demographics-form-input-group input[id^=pfy-demographics-birthdate],
.pfy-demographics-form-input-group select[id^=pfy-demographics-birthdate] {
  line-height: 36px;
}
.pfy-demographics-form-input-group .form-group > div {
  display: block;
  position: relative;
}
.pfy-demographics-form-input-group .form-group > div select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1em;
}
@media screen and (max-width: 767px) {
  .pfy-demographics-form-input-group {
    flex-flow: column nowrap;
    gap: 0;
  }
  .pfy-demographics-form-input-group [role=group] {
    width: 100%;
  }
}
.pfy-demographics .btn-primary, .pfy-demographics button[name=jetpack_subscriptions_widget] {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .pfy-demographics .btn-primary, .pfy-demographics button[name=jetpack_subscriptions_widget] {
    width: auto;
  }
}
@media (min-width: 1090px) {
  .pfy-demographics .btn-primary, .pfy-demographics button[name=jetpack_subscriptions_widget] {
    width: auto;
  }
}
.pfy-password h2 {
  margin-bottom: 40px;
}
.pfy-password label {
  margin-bottom: 8px;
}
.pfy-password .username-header {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 11px;
}
.pfy-password .username-header svg {
  cursor: pointer;
  margin-bottom: 8px;
}
.pfy-password .username-header .icon-container {
  position: relative;
}
.pfy-password .username-header .icon-container .card-flag {
  position: absolute;
  display: block;
  z-index: 999;
  background: #082267;
  color: white !important;
  padding: 11px 9px;
  border: 1px solid transparent;
  border-radius: 5px;
  width: 200px;
  top: -50px;
  right: 0;
  transform: translateX(45.5%);
}
.pfy-password .username-header .icon-container .card-flag div {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
}
.pfy-password .username-header .icon-container .card-flag div a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  text-decoration: underline;
}
.pfy-password .username-header .icon-container .card-flag::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 15px solid #082267;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  left: 91px;
  bottom: -20px;
  top: auto;
}
@media screen and (min-width: 992px) {
  .pfy-password .username-header .icon-container .card-flag {
    top: -11px;
    right: -15px;
    transform: translateX(100%);
  }
  .pfy-password .username-header .icon-container .card-flag::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #082267;
    border-left: none;
    left: -15px;
    top: 25%;
    bottom: auto;
  }
}
.pfy-password .username-header .icon-container .card-flag.hidden {
  display: none;
}
.pfy-password .btn-primary, .pfy-password button[name=jetpack_subscriptions_widget] {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .pfy-password .btn-primary, .pfy-password button[name=jetpack_subscriptions_widget] {
    width: auto;
  }
}
@media (min-width: 1090px) {
  .pfy-password .btn-primary, .pfy-password button[name=jetpack_subscriptions_widget] {
    width: auto;
  }
}
.pfy-work-history h2 {
  margin-bottom: 40px;
}
.pfy-work-history label {
  margin-bottom: 8px;
}
.pfy-work-history .form-group > div {
  display: block;
  position: relative;
}
.pfy-work-history .form-group > div select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1em;
}
.pfy-work-history .work-years {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .pfy-work-history .work-years {
    gap: 16px;
    flex-wrap: nowrap;
  }
}
.pfy-work-history .work-years .form-group {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .pfy-work-history .work-years .form-group {
    width: 50%;
  }
}
.pfy-work-history .btn, .pfy-work-history button[name=jetpack_subscriptions_widget] {
  width: max-content;
}
.pfy-work-history .btn-primary, .pfy-work-history button[name=jetpack_subscriptions_widget] {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .pfy-work-history .btn-primary, .pfy-work-history button[name=jetpack_subscriptions_widget] {
    width: auto;
  }
}
@media (min-width: 1090px) {
  .pfy-work-history .btn-primary, .pfy-work-history button[name=jetpack_subscriptions_widget] {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .pfy-email-addresses b {
    font-size: 14px;
  }
}
.pfy-email-addresses-header {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
}
.pfy-email-addresses-header h3, .pfy-email-addresses-header .archive-entry .entry-title, .archive-entry .pfy-email-addresses-header .entry-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #121212;
  margin-right: 11px;
  margin: 0 15px 0 0;
}
.pfy-email-addresses-header svg {
  cursor: pointer;
}
.pfy-email-addresses-header .icon-container {
  position: relative;
}
.pfy-email-addresses-header .icon-container .card-flag {
  position: absolute;
  display: block;
  z-index: 999;
  background: #082267;
  color: white !important;
  padding: 11px 9px;
  border: 1px solid transparent;
  border-radius: 5px;
  width: 200px;
  top: -50px;
  right: 0;
  transform: translateX(45.5%);
}
.pfy-email-addresses-header .icon-container .card-flag div {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
}
.pfy-email-addresses-header .icon-container .card-flag div a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  text-decoration: underline;
}
.pfy-email-addresses-header .icon-container .card-flag::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 15px solid #082267;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  left: 91px;
  bottom: -20px;
  top: auto;
}
@media screen and (min-width: 768px) {
  .pfy-email-addresses-header .icon-container .card-flag {
    top: -7px;
    right: -15px;
    transform: translateX(100%);
  }
  .pfy-email-addresses-header .icon-container .card-flag::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #082267;
    border-left: 0px solid transparent;
    left: -13px;
    top: 25%;
    bottom: auto;
  }
}
.pfy-email-addresses-header .icon-container .card-flag.hidden {
  display: none;
}
.pfy-email-addresses .email-addresses {
  padding: 0 0 0 15px;
  max-width: 400px;
}
.pfy-email-addresses .email-addresses:first-of-type {
  padding: 18px 0 0 15px;
}
.pfy-email-addresses .email-addresses div {
  margin-bottom: 20px;
  display: flex;
  gap: 17px;
  padding: 0 5px;
  margin-left: -5px;
}
.pfy-email-addresses .email-addresses div span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #959595;
}
.pfy-email-addresses .email-addresses div:first-child span {
  color: #000000;
}
.pfy-email-addresses .email-addresses div:first-child span.badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  gap: 10px;
  background: rgba(171, 222, 226, 0.3);
  border-radius: 100px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #00a9b7;
}
.pfy-email-addresses .email-addresses div.removable {
  background: #fff;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
  justify-content: space-between;
}
.pfy-email-addresses .email-addresses div.removable span {
  color: #959595;
}
@media screen and (min-width: 768px) {
  .pfy-email-addresses .email-addresses div.removable .btn-link {
    display: none;
  }
}
.pfy-email-addresses .email-addresses div.removable:hover {
  background: rgba(229, 234, 237, 0.2);
  border-radius: 5px;
}
.pfy-email-addresses .email-addresses div.removable:hover .btn-link {
  display: flex;
}
.pfy-email-addresses .email-addresses div .email {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
  flex-shrink: 1;
}
.pfy-email-addresses .btn-primary, .pfy-email-addresses button[name=jetpack_subscriptions_widget] {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #ba1200 !important;
  background: none;
  border: none;
  width: auto;
  padding: 0;
  text-transform: capitalize;
  padding-left: 15px;
}

.pfy-profile-personal-information h2 {
  margin-bottom: 40px;
}
.pfy-profile-personal-information-item-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.pfy-profile-personal-information-item-value {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #6c757d;
  text-align: right;
}
.pfy-profile-personal-information .btn-primary, .pfy-profile-personal-information button[name=jetpack_subscriptions_widget] {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .pfy-profile-personal-information .btn-primary, .pfy-profile-personal-information button[name=jetpack_subscriptions_widget] {
    width: auto;
  }
}
@media (min-width: 1090px) {
  .pfy-profile-personal-information .btn-primary, .pfy-profile-personal-information button[name=jetpack_subscriptions_widget] {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .pfy-profile-inner {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .pfy-profile-inner > div:nth-child(1) {
    flex: 0 0 12rem;
  }
}
@media screen and (min-width: 768px) {
  .pfy-profile-inner > div:nth-child(2) {
    flex: 1;
    margin-left: 2rem;
  }
}
.pfy-profile-manage-contact {
  display: flex;
  flex-flow: column nowrap;
}
.pfy-profile-manage-contact > * {
  width: 100%;
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  .pfy-profile-manage-contact {
    flex-flow: row wrap;
  }
  .pfy-profile-manage-contact > * {
    width: 50%;
    margin: 1em 0;
  }
}
@media screen and (min-width: 992px) {
  .pfy-profile-manage-contact {
    flex-flow: column nowrap;
  }
  .pfy-profile-manage-contact > * {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .pfy-profile-manage-contact {
    flex-flow: row wrap;
  }
  .pfy-profile-manage-contact > * {
    width: 50%;
    margin: 1em 0;
  }
}
.pfy-profile-photo {
  margin-left: auto;
  margin-right: auto;
  max-width: 12rem;
}
.pfy-profile-photo img {
  display: block;
  max-width: 100%;
}
.pfy-profile-photo-anonymous {
  background: #e6e9f0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.pfy-profile-photo-anonymous-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #b5bdd1;
  font-size: 4em;
}
.pfy-profile-personal-information-item, .pfy-profile-membership-information-item, .pfy-profile-institutions-information-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 15px 0;
  background-image: url(https://nassp2023dev.wpengine.com/wp-content/uploads/2023/04/Line-5.png);
  background-repeat: no-repeat;
  background-position-y: 1em;
  background-repeat-x: repeat;
}
.pfy-profile-personal-information-item > *, .pfy-profile-membership-information-item > *, .pfy-profile-institutions-information-item > * {
  background-color: white;
  padding: 0 1em;
}
.pfy-profile-personal-information-item-label, .pfy-profile-membership-information-item-label, .pfy-profile-institutions-information-item-label {
  font-weight: bold;
  color: black;
  margin: 0;
}
.pfy-profile-personal-information-item-pending, .pfy-profile-membership-information-item-pending, .pfy-profile-institutions-information-item-pending {
  margin-top: -7px;
}
.pfy-profile-personal-information-item-pending .pending-notice, .pfy-profile-membership-information-item-pending .pending-notice, .pfy-profile-institutions-information-item-pending .pending-notice {
  font-size: 10px;
  line-height: 16px;
  text-align: right;
  color: #BA1200;
  padding: 0 1em;
}
.pfy-profile-personal-information-container, .pfy-profile-membership-information-container, .pfy-profile-institutions-information-container {
  padding-bottom: 15px;
}
.pfy-profile-personal-information-container-header, .pfy-profile-membership-information-container-header, .pfy-profile-institutions-information-container-header {
  background: rgba(229, 234, 237, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 6px;
}
.pfy-profile-personal-information-container-header h3, .pfy-profile-personal-information-container-header .archive-entry .entry-title, .archive-entry .pfy-profile-personal-information-container-header .entry-title, .pfy-profile-membership-information-container-header h3, .pfy-profile-membership-information-container-header .archive-entry .entry-title, .archive-entry .pfy-profile-membership-information-container-header .entry-title, .pfy-profile-institutions-information-container-header h3, .pfy-profile-institutions-information-container-header .archive-entry .entry-title, .archive-entry .pfy-profile-institutions-information-container-header .entry-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin: 0;
}
.pfy-profile-personal-information-container-header .btn-link, .pfy-profile-membership-information-container-header .btn-link, .pfy-profile-institutions-information-container-header .btn-link {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #ba1200;
  text-transform: capitalize;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 767px) and (max-width: 991px) {
  .pfy-institutions hr {
    display: none;
  }
}
@media (min-width: 1090px) {
  .pfy-institutions hr {
    display: none;
  }
}
.pfy-institutions h2 {
  margin-bottom: 40px;
}
.pfy-institutions .pfy-profile-institutions-information-item-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.pfy-institutions .pfy-profile-institutions-information-item-value {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #6c757d;
  text-align: right;
}
.pfy-memberships-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.pfy-memberships-header h2 {
  margin: 0;
}
.pfy-memberships-header .badge-active {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #00a9b7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  background: rgba(171, 222, 226, 0.3);
  border-radius: 100px;
}
.pfy-memberships-header .badge-expired {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #ba1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  background: #f6e5c8;
  border-radius: 100px;
}
.pfy-memberships .pfy-profile-membership-information .btn-link {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-transform: capitalize;
  text-decoration-line: underline;
  color: #ba1200;
}
.pfy-memberships .pfy-profile-membership-information-item-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.pfy-memberships .pfy-profile-membership-information-item-value {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #6c757d;
  text-align: right;
}
.pfy-memberships .pfy-profile-membership-information .btn-primary, .pfy-memberships .pfy-profile-membership-information button[name=jetpack_subscriptions_widget] {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .pfy-memberships .pfy-profile-membership-information .btn-primary, .pfy-memberships .pfy-profile-membership-information button[name=jetpack_subscriptions_widget] {
    width: auto;
  }
}
@media (min-width: 1090px) {
  .pfy-memberships .pfy-profile-membership-information .btn-primary, .pfy-memberships .pfy-profile-membership-information button[name=jetpack_subscriptions_widget] {
    width: auto;
  }
}

.pfy-account-directory-desc {
  font-size: smaller;
  margin-top: -1em;
}

/*# sourceMappingURL=main.css.map */
