@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0260B3;
  --secondary: #840023;
  --success: #73BC42;
  --info: #0240B3;
  --warning: #904B68;
  --danger: #C75046;
  --light: #F3F3F3;
  --dark: #222;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: "Roboto", sans-serif;
  --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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #0260B3;
  text-align: left;
  background-color: #fff; }

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

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

h1, h2, h3, h4, h5, h6, .posted-on {
  margin-top: 0;
  margin-bottom: 1.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; }

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #840023;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #840023;
    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: monospace, monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .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; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.posted-on,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.5rem;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

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

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

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

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

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

h6, .posted-on, .h6 {
  font-size: 0.857rem; }

.lead {
  font-size: 1.381rem;
  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: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #0260B3; }

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

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

.list-unstyled, #siteFooter ul, body .gform_wrapper ul {
  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, blockquote,
.wp-block-quote {
  margin-bottom: 1rem;
  font-size: 1.5rem; }

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 2px 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; }

.container, .alignfull:not(.container-full) .wp-block-group__inner-container,
.alignfull .wp-block-cover__inner-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container, .alignfull:not(.container-full) .wp-block-group__inner-container,
    .alignfull .wp-block-cover__inner-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container, .alignfull:not(.container-full) .wp-block-group__inner-container,
    .alignfull .wp-block-cover__inner-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container, .alignfull:not(.container-full) .wp-block-group__inner-container,
    .alignfull .wp-block-cover__inner-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container, .alignfull:not(.container-full) .wp-block-group__inner-container,
    .alignfull .wp-block-cover__inner-container {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .container, .alignfull:not(.container-full) .wp-block-group__inner-container,
    .alignfull .wp-block-cover__inner-container {
      max-width: 1300px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table, .wp-block-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .wp-block-table th,
  .table td, .wp-block-table td {
    padding: 1rem 0.15rem;
    vertical-align: top;
    border-top: 2px solid #dee2e6; }
  .table thead th, .wp-block-table thead th {
    vertical-align: bottom;
    border-bottom: 4px solid #dee2e6; }
  .table tbody + tbody, .wp-block-table tbody + tbody {
    border-top: 4px solid #dee2e6; }
  .table .table, .wp-block-table .table, .table .wp-block-table, .wp-block-table .wp-block-table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th, .wp-block-table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

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

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .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 {
    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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control, body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type="email"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="week"],
input[type="url"],
select,
textarea {
  display: block;
  width: 100%;
  padding: 0.3rem 0.6rem;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #222;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #222;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand, body .gform_wrapper input:not([type=file]):not([type=image]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio])::-ms-expand,
  input[type="email"]::-ms-expand,
  input[type="date"]::-ms-expand,
  input[type="datetime"]::-ms-expand,
  input[type="datetime-local"]::-ms-expand,
  input[type="month"]::-ms-expand,
  input[type="number"]::-ms-expand,
  input[type="password"]::-ms-expand,
  input[type="search"]::-ms-expand,
  input[type="tel"]::-ms-expand,
  input[type="text"]::-ms-expand,
  input[type="time"]::-ms-expand,
  input[type="week"]::-ms-expand,
  input[type="url"]::-ms-expand,
  select::-ms-expand,
  textarea::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, body .gform_wrapper input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  input[type="email"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    color: #222;
    background-color: #fff;
    border-color: #38a0fd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(2, 96, 179, 0.25); }
  .form-control::placeholder, body .gform_wrapper input:not([type=file]):not([type=image]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  input[type="email"]::placeholder,
  input[type="date"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="month"]::placeholder,
  input[type="number"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="text"]::placeholder,
  input[type="time"]::placeholder,
  input[type="week"]::placeholder,
  input[type="url"]::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #555;
    opacity: 1; }
  .form-control:disabled,
  body .gform_wrapper input:disabled:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  input[type="email"]:disabled,
  input[type="date"]:disabled,
  input[type="datetime"]:disabled,
  input[type="datetime-local"]:disabled,
  input[type="month"]:disabled,
  input[type="number"]:disabled,
  input[type="password"]:disabled,
  input[type="search"]:disabled,
  input[type="tel"]:disabled,
  input[type="text"]:disabled,
  input[type="time"]:disabled,
  input[type="week"]:disabled,
  input[type="url"]:disabled,
  select:disabled,
  textarea:disabled,
  .form-control[readonly], body .gform_wrapper input[readonly]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  input[readonly][type="email"],
  input[readonly][type="date"],
  input[readonly][type="datetime"],
  input[readonly][type="datetime-local"],
  input[readonly][type="month"],
  input[readonly][type="number"],
  input[readonly][type="password"],
  input[readonly][type="search"],
  input[readonly][type="tel"],
  input[readonly][type="text"],
  input[readonly][type="time"],
  input[readonly][type="week"],
  input[readonly][type="url"],
  select[readonly],
  textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]), select:not([size]):not([multiple]) {
  height: 2.3rem; }

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

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

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.381rem;
  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.3rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0;
  line-height: 1.6rem;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm,
  .input-group-sm > .form-control-plaintext.form-control,
  body .gform_wrapper .input-group-sm > input.form-control-plaintext:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .input-group-sm > input.form-control-plaintext[type="email"],
  .input-group-sm > input.form-control-plaintext[type="date"],
  .input-group-sm > input.form-control-plaintext[type="datetime"],
  .input-group-sm > input.form-control-plaintext[type="datetime-local"],
  .input-group-sm > input.form-control-plaintext[type="month"],
  .input-group-sm > input.form-control-plaintext[type="number"],
  .input-group-sm > input.form-control-plaintext[type="password"],
  .input-group-sm > input.form-control-plaintext[type="search"],
  .input-group-sm > input.form-control-plaintext[type="tel"],
  .input-group-sm > input.form-control-plaintext[type="text"],
  .input-group-sm > input.form-control-plaintext[type="time"],
  .input-group-sm > input.form-control-plaintext[type="week"],
  .input-group-sm > input.form-control-plaintext[type="url"],
  .input-group-sm > select.form-control-plaintext,
  .input-group-sm > textarea.form-control-plaintext,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .wp-block-file .input-group-sm > .input-group-prepend > a.form-control-plaintext.wp-block-file__button,
  .input-group-sm > .input-group-prepend > a.form-control-plaintext.wp-block-button__link,
  .input-group-sm > .input-group-prepend > input.form-control-plaintext[type=submit],
  body .gform_wrapper .input-group-sm > .input-group-prepend > .form-control-plaintext.button, .input-group-sm > .input-group-append > .form-control-plaintext.btn,
  .wp-block-file .input-group-sm > .input-group-append > a.form-control-plaintext.wp-block-file__button,
  .input-group-sm > .input-group-append > a.form-control-plaintext.wp-block-button__link,
  .input-group-sm > .input-group-append > input.form-control-plaintext[type=submit],
  body .gform_wrapper .input-group-sm > .input-group-append > .form-control-plaintext.button, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  body .gform_wrapper .input-group-lg > input.form-control-plaintext:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .input-group-lg > input.form-control-plaintext[type="email"],
  .input-group-lg > input.form-control-plaintext[type="date"],
  .input-group-lg > input.form-control-plaintext[type="datetime"],
  .input-group-lg > input.form-control-plaintext[type="datetime-local"],
  .input-group-lg > input.form-control-plaintext[type="month"],
  .input-group-lg > input.form-control-plaintext[type="number"],
  .input-group-lg > input.form-control-plaintext[type="password"],
  .input-group-lg > input.form-control-plaintext[type="search"],
  .input-group-lg > input.form-control-plaintext[type="tel"],
  .input-group-lg > input.form-control-plaintext[type="text"],
  .input-group-lg > input.form-control-plaintext[type="time"],
  .input-group-lg > input.form-control-plaintext[type="week"],
  .input-group-lg > input.form-control-plaintext[type="url"],
  .input-group-lg > select.form-control-plaintext,
  .input-group-lg > textarea.form-control-plaintext,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .wp-block-file .input-group-lg > .input-group-prepend > a.form-control-plaintext.wp-block-file__button,
  .input-group-lg > .input-group-prepend > a.form-control-plaintext.wp-block-button__link,
  .input-group-lg > .input-group-prepend > input.form-control-plaintext[type=submit],
  body .gform_wrapper .input-group-lg > .input-group-prepend > .form-control-plaintext.button, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .wp-block-file .input-group-lg > .input-group-append > a.form-control-plaintext.wp-block-file__button,
  .input-group-lg > .input-group-append > a.form-control-plaintext.wp-block-button__link, .input-group-lg > .input-group-append > input.form-control-plaintext[type=submit], body .gform_wrapper .input-group-lg > .input-group-append > .form-control-plaintext.button {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
body .gform_wrapper .input-group-sm > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.input-group-sm > input[type="email"],
.input-group-sm > input[type="date"],
.input-group-sm > input[type="datetime"],
.input-group-sm > input[type="datetime-local"],
.input-group-sm > input[type="month"],
.input-group-sm > input[type="number"],
.input-group-sm > input[type="password"],
.input-group-sm > input[type="search"],
.input-group-sm > input[type="tel"],
.input-group-sm > input[type="text"],
.input-group-sm > input[type="time"],
.input-group-sm > input[type="week"],
.input-group-sm > input[type="url"],
.input-group-sm > select,
.input-group-sm > textarea,
.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,
.wp-block-file .input-group-sm > .input-group-prepend > a.wp-block-file__button,
.input-group-sm > .input-group-prepend > a.wp-block-button__link,
.input-group-sm > .input-group-prepend > input[type=submit],
body .gform_wrapper .input-group-sm > .input-group-prepend > .button, .input-group-sm > .input-group-append > .btn, .wp-block-file .input-group-sm > .input-group-append > a.wp-block-file__button,
.input-group-sm > .input-group-append > a.wp-block-button__link, .input-group-sm > .input-group-append > input[type=submit], body .gform_wrapper .input-group-sm > .input-group-append > .button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
body .gform_wrapper .input-group-sm > .input-group-prepend > select.button:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), body .gform_wrapper .input-group-sm > .input-group-append > select.button:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
body .gform_wrapper .input-group-lg > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.input-group-lg > input[type="email"],
.input-group-lg > input[type="date"],
.input-group-lg > input[type="datetime"],
.input-group-lg > input[type="datetime-local"],
.input-group-lg > input[type="month"],
.input-group-lg > input[type="number"],
.input-group-lg > input[type="password"],
.input-group-lg > input[type="search"],
.input-group-lg > input[type="tel"],
.input-group-lg > input[type="text"],
.input-group-lg > input[type="time"],
.input-group-lg > input[type="week"],
.input-group-lg > input[type="url"],
.input-group-lg > select,
.input-group-lg > textarea,
.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,
.wp-block-file .input-group-lg > .input-group-prepend > a.wp-block-file__button,
.input-group-lg > .input-group-prepend > a.wp-block-button__link,
.input-group-lg > .input-group-prepend > input[type=submit],
body .gform_wrapper .input-group-lg > .input-group-prepend > .button, .input-group-lg > .input-group-append > .btn, .wp-block-file .input-group-lg > .input-group-append > a.wp-block-file__button,
.input-group-lg > .input-group-append > a.wp-block-button__link, .input-group-lg > .input-group-append > input[type=submit], body .gform_wrapper .input-group-lg > .input-group-append > .button {
  padding: 0.5rem 1rem;
  font-size: 1.381rem;
  line-height: 1.5; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
body .gform_wrapper .input-group-lg > .input-group-prepend > select.button:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), body .gform_wrapper .input-group-lg > .input-group-append > select.button:not([size]):not([multiple]) {
  height: calc(3.0715rem + 2px); }

.form-group, body .gform_wrapper ul li {
  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: #73BC42; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(115, 188, 66, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid,
.was-validated body .gform_wrapper input:valid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .was-validated input:valid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.was-validated input[type="email"]:valid,
.was-validated input[type="date"]:valid,
.was-validated input[type="datetime"]:valid,
.was-validated input[type="datetime-local"]:valid,
.was-validated input[type="month"]:valid,
.was-validated input[type="number"]:valid,
.was-validated input[type="password"]:valid,
.was-validated input[type="search"]:valid,
.was-validated input[type="tel"]:valid,
.was-validated input[type="text"]:valid,
.was-validated input[type="time"]:valid,
.was-validated input[type="week"]:valid,
.was-validated input[type="url"]:valid,
.was-validated select:valid,
.was-validated textarea:valid,
.form-control.is-valid,
body .gform_wrapper input.is-valid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input.is-valid[type="email"],
input.is-valid[type="date"],
input.is-valid[type="datetime"],
input.is-valid[type="datetime-local"],
input.is-valid[type="month"],
input.is-valid[type="number"],
input.is-valid[type="password"],
input.is-valid[type="search"],
input.is-valid[type="tel"],
input.is-valid[type="text"],
input.is-valid[type="time"],
input.is-valid[type="week"],
input.is-valid[type="url"],
select.is-valid,
textarea.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #73BC42; }
  .was-validated .form-control:valid:focus,
  .was-validated body .gform_wrapper input:valid:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  body .gform_wrapper .was-validated input:valid:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .was-validated input[type="email"]:valid:focus,
  .was-validated input[type="date"]:valid:focus,
  .was-validated input[type="datetime"]:valid:focus,
  .was-validated input[type="datetime-local"]:valid:focus,
  .was-validated input[type="month"]:valid:focus,
  .was-validated input[type="number"]:valid:focus,
  .was-validated input[type="password"]:valid:focus,
  .was-validated input[type="search"]:valid:focus,
  .was-validated input[type="tel"]:valid:focus,
  .was-validated input[type="text"]:valid:focus,
  .was-validated input[type="time"]:valid:focus,
  .was-validated input[type="week"]:valid:focus,
  .was-validated input[type="url"]:valid:focus,
  .was-validated select:valid:focus,
  .was-validated textarea:valid:focus,
  .form-control.is-valid:focus,
  body .gform_wrapper input.is-valid:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  input.is-valid[type="email"]:focus,
  input.is-valid[type="date"]:focus,
  input.is-valid[type="datetime"]:focus,
  input.is-valid[type="datetime-local"]:focus,
  input.is-valid[type="month"]:focus,
  input.is-valid[type="number"]:focus,
  input.is-valid[type="password"]:focus,
  input.is-valid[type="search"]:focus,
  input.is-valid[type="tel"]:focus,
  input.is-valid[type="text"]:focus,
  input.is-valid[type="time"]:focus,
  input.is-valid[type="week"]:focus,
  input.is-valid[type="url"]:focus,
  select.is-valid:focus,
  textarea.is-valid:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #73BC42;
    box-shadow: 0 0 0 0.2rem rgba(115, 188, 66, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated body .gform_wrapper input:valid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ~ .valid-feedback,
  body .gform_wrapper .was-validated input:valid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ~ .valid-feedback,
  .was-validated input[type="email"]:valid ~ .valid-feedback,
  .was-validated input[type="date"]:valid ~ .valid-feedback,
  .was-validated input[type="datetime"]:valid ~ .valid-feedback,
  .was-validated input[type="datetime-local"]:valid ~ .valid-feedback,
  .was-validated input[type="month"]:valid ~ .valid-feedback,
  .was-validated input[type="number"]:valid ~ .valid-feedback,
  .was-validated input[type="password"]:valid ~ .valid-feedback,
  .was-validated input[type="search"]:valid ~ .valid-feedback,
  .was-validated input[type="tel"]:valid ~ .valid-feedback,
  .was-validated input[type="text"]:valid ~ .valid-feedback,
  .was-validated input[type="time"]:valid ~ .valid-feedback,
  .was-validated input[type="week"]:valid ~ .valid-feedback,
  .was-validated input[type="url"]:valid ~ .valid-feedback,
  .was-validated select:valid ~ .valid-feedback,
  .was-validated textarea:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated body .gform_wrapper input:valid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ~ .valid-tooltip,
  body .gform_wrapper .was-validated input:valid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ~ .valid-tooltip,
  .was-validated input[type="email"]:valid ~ .valid-tooltip,
  .was-validated input[type="date"]:valid ~ .valid-tooltip,
  .was-validated input[type="datetime"]:valid ~ .valid-tooltip,
  .was-validated input[type="datetime-local"]:valid ~ .valid-tooltip,
  .was-validated input[type="month"]:valid ~ .valid-tooltip,
  .was-validated input[type="number"]:valid ~ .valid-tooltip,
  .was-validated input[type="password"]:valid ~ .valid-tooltip,
  .was-validated input[type="search"]:valid ~ .valid-tooltip,
  .was-validated input[type="tel"]:valid ~ .valid-tooltip,
  .was-validated input[type="text"]:valid ~ .valid-tooltip,
  .was-validated input[type="time"]:valid ~ .valid-tooltip,
  .was-validated input[type="week"]:valid ~ .valid-tooltip,
  .was-validated input[type="url"]:valid ~ .valid-tooltip,
  .was-validated select:valid ~ .valid-tooltip,
  .was-validated textarea:valid ~ .valid-tooltip,
  .form-control.is-valid ~ .valid-feedback,
  body .gform_wrapper input.is-valid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ~ .valid-feedback,
  input.is-valid[type="email"] ~ .valid-feedback,
  input.is-valid[type="date"] ~ .valid-feedback,
  input.is-valid[type="datetime"] ~ .valid-feedback,
  input.is-valid[type="datetime-local"] ~ .valid-feedback,
  input.is-valid[type="month"] ~ .valid-feedback,
  input.is-valid[type="number"] ~ .valid-feedback,
  input.is-valid[type="password"] ~ .valid-feedback,
  input.is-valid[type="search"] ~ .valid-feedback,
  input.is-valid[type="tel"] ~ .valid-feedback,
  input.is-valid[type="text"] ~ .valid-feedback,
  input.is-valid[type="time"] ~ .valid-feedback,
  input.is-valid[type="week"] ~ .valid-feedback,
  input.is-valid[type="url"] ~ .valid-feedback,
  select.is-valid ~ .valid-feedback,
  textarea.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  body .gform_wrapper input.is-valid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ~ .valid-tooltip,
  input.is-valid[type="email"] ~ .valid-tooltip,
  input.is-valid[type="date"] ~ .valid-tooltip,
  input.is-valid[type="datetime"] ~ .valid-tooltip,
  input.is-valid[type="datetime-local"] ~ .valid-tooltip,
  input.is-valid[type="month"] ~ .valid-tooltip,
  input.is-valid[type="number"] ~ .valid-tooltip,
  input.is-valid[type="password"] ~ .valid-tooltip,
  input.is-valid[type="search"] ~ .valid-tooltip,
  input.is-valid[type="tel"] ~ .valid-tooltip,
  input.is-valid[type="text"] ~ .valid-tooltip,
  input.is-valid[type="time"] ~ .valid-tooltip,
  input.is-valid[type="week"] ~ .valid-tooltip,
  input.is-valid[type="url"] ~ .valid-tooltip,
  select.is-valid ~ .valid-tooltip,
  textarea.is-valid ~ .valid-tooltip,
  .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-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #73BC42; }

.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: #73BC42; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before,
  .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #b9dea0; }

.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 {
  background-color: #8fca67; }

.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 1px #fff, 0 0 0 0.2rem rgba(115, 188, 66, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #73BC42; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before,
  .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.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 {
  box-shadow: 0 0 0 0.2rem rgba(115, 188, 66, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(199, 80, 70, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid,
.was-validated body .gform_wrapper input:invalid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .was-validated input:invalid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.was-validated input[type="email"]:invalid,
.was-validated input[type="date"]:invalid,
.was-validated input[type="datetime"]:invalid,
.was-validated input[type="datetime-local"]:invalid,
.was-validated input[type="month"]:invalid,
.was-validated input[type="number"]:invalid,
.was-validated input[type="password"]:invalid,
.was-validated input[type="search"]:invalid,
.was-validated input[type="tel"]:invalid,
.was-validated input[type="text"]:invalid,
.was-validated input[type="time"]:invalid,
.was-validated input[type="week"]:invalid,
.was-validated input[type="url"]:invalid,
.was-validated select:invalid,
.was-validated textarea:invalid,
.form-control.is-invalid,
body .gform_wrapper input.is-invalid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input.is-invalid[type="email"],
input.is-invalid[type="date"],
input.is-invalid[type="datetime"],
input.is-invalid[type="datetime-local"],
input.is-invalid[type="month"],
input.is-invalid[type="number"],
input.is-invalid[type="password"],
input.is-invalid[type="search"],
input.is-invalid[type="tel"],
input.is-invalid[type="text"],
input.is-invalid[type="time"],
input.is-invalid[type="week"],
input.is-invalid[type="url"],
select.is-invalid,
textarea.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #C75046; }
  .was-validated .form-control:invalid:focus,
  .was-validated body .gform_wrapper input:invalid:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  body .gform_wrapper .was-validated input:invalid:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .was-validated input[type="email"]:invalid:focus,
  .was-validated input[type="date"]:invalid:focus,
  .was-validated input[type="datetime"]:invalid:focus,
  .was-validated input[type="datetime-local"]:invalid:focus,
  .was-validated input[type="month"]:invalid:focus,
  .was-validated input[type="number"]:invalid:focus,
  .was-validated input[type="password"]:invalid:focus,
  .was-validated input[type="search"]:invalid:focus,
  .was-validated input[type="tel"]:invalid:focus,
  .was-validated input[type="text"]:invalid:focus,
  .was-validated input[type="time"]:invalid:focus,
  .was-validated input[type="week"]:invalid:focus,
  .was-validated input[type="url"]:invalid:focus,
  .was-validated select:invalid:focus,
  .was-validated textarea:invalid:focus,
  .form-control.is-invalid:focus,
  body .gform_wrapper input.is-invalid:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  input.is-invalid[type="email"]:focus,
  input.is-invalid[type="date"]:focus,
  input.is-invalid[type="datetime"]:focus,
  input.is-invalid[type="datetime-local"]:focus,
  input.is-invalid[type="month"]:focus,
  input.is-invalid[type="number"]:focus,
  input.is-invalid[type="password"]:focus,
  input.is-invalid[type="search"]:focus,
  input.is-invalid[type="tel"]:focus,
  input.is-invalid[type="text"]:focus,
  input.is-invalid[type="time"]:focus,
  input.is-invalid[type="week"]:focus,
  input.is-invalid[type="url"]:focus,
  select.is-invalid:focus,
  textarea.is-invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #C75046;
    box-shadow: 0 0 0 0.2rem rgba(199, 80, 70, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated body .gform_wrapper input:invalid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ~ .invalid-feedback,
  body .gform_wrapper .was-validated input:invalid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ~ .invalid-feedback,
  .was-validated input[type="email"]:invalid ~ .invalid-feedback,
  .was-validated input[type="date"]:invalid ~ .invalid-feedback,
  .was-validated input[type="datetime"]:invalid ~ .invalid-feedback,
  .was-validated input[type="datetime-local"]:invalid ~ .invalid-feedback,
  .was-validated input[type="month"]:invalid ~ .invalid-feedback,
  .was-validated input[type="number"]:invalid ~ .invalid-feedback,
  .was-validated input[type="password"]:invalid ~ .invalid-feedback,
  .was-validated input[type="search"]:invalid ~ .invalid-feedback,
  .was-validated input[type="tel"]:invalid ~ .invalid-feedback,
  .was-validated input[type="text"]:invalid ~ .invalid-feedback,
  .was-validated input[type="time"]:invalid ~ .invalid-feedback,
  .was-validated input[type="week"]:invalid ~ .invalid-feedback,
  .was-validated input[type="url"]:invalid ~ .invalid-feedback,
  .was-validated select:invalid ~ .invalid-feedback,
  .was-validated textarea:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated body .gform_wrapper input:invalid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ~ .invalid-tooltip,
  body .gform_wrapper .was-validated input:invalid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ~ .invalid-tooltip,
  .was-validated input[type="email"]:invalid ~ .invalid-tooltip,
  .was-validated input[type="date"]:invalid ~ .invalid-tooltip,
  .was-validated input[type="datetime"]:invalid ~ .invalid-tooltip,
  .was-validated input[type="datetime-local"]:invalid ~ .invalid-tooltip,
  .was-validated input[type="month"]:invalid ~ .invalid-tooltip,
  .was-validated input[type="number"]:invalid ~ .invalid-tooltip,
  .was-validated input[type="password"]:invalid ~ .invalid-tooltip,
  .was-validated input[type="search"]:invalid ~ .invalid-tooltip,
  .was-validated input[type="tel"]:invalid ~ .invalid-tooltip,
  .was-validated input[type="text"]:invalid ~ .invalid-tooltip,
  .was-validated input[type="time"]:invalid ~ .invalid-tooltip,
  .was-validated input[type="week"]:invalid ~ .invalid-tooltip,
  .was-validated input[type="url"]:invalid ~ .invalid-tooltip,
  .was-validated select:invalid ~ .invalid-tooltip,
  .was-validated textarea:invalid ~ .invalid-tooltip,
  .form-control.is-invalid ~ .invalid-feedback,
  body .gform_wrapper input.is-invalid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ~ .invalid-feedback,
  input.is-invalid[type="email"] ~ .invalid-feedback,
  input.is-invalid[type="date"] ~ .invalid-feedback,
  input.is-invalid[type="datetime"] ~ .invalid-feedback,
  input.is-invalid[type="datetime-local"] ~ .invalid-feedback,
  input.is-invalid[type="month"] ~ .invalid-feedback,
  input.is-invalid[type="number"] ~ .invalid-feedback,
  input.is-invalid[type="password"] ~ .invalid-feedback,
  input.is-invalid[type="search"] ~ .invalid-feedback,
  input.is-invalid[type="tel"] ~ .invalid-feedback,
  input.is-invalid[type="text"] ~ .invalid-feedback,
  input.is-invalid[type="time"] ~ .invalid-feedback,
  input.is-invalid[type="week"] ~ .invalid-feedback,
  input.is-invalid[type="url"] ~ .invalid-feedback,
  select.is-invalid ~ .invalid-feedback,
  textarea.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  body .gform_wrapper input.is-invalid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ~ .invalid-tooltip,
  input.is-invalid[type="email"] ~ .invalid-tooltip,
  input.is-invalid[type="date"] ~ .invalid-tooltip,
  input.is-invalid[type="datetime"] ~ .invalid-tooltip,
  input.is-invalid[type="datetime-local"] ~ .invalid-tooltip,
  input.is-invalid[type="month"] ~ .invalid-tooltip,
  input.is-invalid[type="number"] ~ .invalid-tooltip,
  input.is-invalid[type="password"] ~ .invalid-tooltip,
  input.is-invalid[type="search"] ~ .invalid-tooltip,
  input.is-invalid[type="tel"] ~ .invalid-tooltip,
  input.is-invalid[type="text"] ~ .invalid-tooltip,
  input.is-invalid[type="time"] ~ .invalid-tooltip,
  input.is-invalid[type="week"] ~ .invalid-tooltip,
  input.is-invalid[type="url"] ~ .invalid-tooltip,
  select.is-invalid ~ .invalid-tooltip,
  textarea.is-invalid ~ .invalid-tooltip,
  .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-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #C75046; }

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

.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 {
  background-color: #d3756d; }

.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 1px #fff, 0 0 0 0.2rem rgba(199, 80, 70, 0.25); }

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

.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 {
  box-shadow: 0 0 0 0.2rem rgba(199, 80, 70, 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, .form-inline body .gform_wrapper ul li, body .gform_wrapper ul .form-inline li {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .form-inline input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .form-inline input[type="email"], .form-inline input[type="date"], .form-inline input[type="datetime"], .form-inline input[type="datetime-local"], .form-inline input[type="month"], .form-inline input[type="number"], .form-inline input[type="password"], .form-inline input[type="search"], .form-inline input[type="tel"], .form-inline input[type="text"], .form-inline input[type="time"], .form-inline input[type="week"], .form-inline input[type="url"], .form-inline select, .form-inline textarea {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      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;
      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, .wp-block-file a.wp-block-file__button,
a.wp-block-button__link, input[type=submit],
body .gform_wrapper .button {
  display: inline-block;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.5rem 1.8rem;
  font-size: 1rem;
  line-height: 1.7;
  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; }
  .btn:hover,
  .wp-block-file a.wp-block-file__button:hover,
  a.wp-block-button__link:hover,
  input[type=submit]:hover,
  body .gform_wrapper .button:hover,
  .btn:focus, .wp-block-file a.wp-block-file__button:focus,
  a.wp-block-button__link:focus, input[type=submit]:focus,
  body .gform_wrapper .button:focus {
    text-decoration: none; }
  .btn:focus,
  .wp-block-file a.wp-block-file__button:focus,
  a.wp-block-button__link:focus,
  input[type=submit]:focus,
  body .gform_wrapper .button:focus,
  .btn.focus, .wp-block-file a.focus.wp-block-file__button,
  a.focus.wp-block-button__link, input.focus[type=submit],
  body .gform_wrapper .focus.button {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(2, 96, 179, 0.25); }
  .btn.disabled,
  .wp-block-file a.disabled.wp-block-file__button,
  a.disabled.wp-block-button__link,
  input.disabled[type=submit],
  body .gform_wrapper .disabled.button,
  .btn:disabled, .wp-block-file a.wp-block-file__button:disabled,
  a.wp-block-button__link:disabled, input[type=submit]:disabled,
  body .gform_wrapper .button:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled),
  a.wp-block-button__link:not(:disabled):not(.disabled), input[type=submit]:not(:disabled):not(.disabled),
  body .gform_wrapper .button:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active,
  .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled):active,
  a.wp-block-button__link:not(:disabled):not(.disabled):active,
  input[type=submit]:not(:disabled):not(.disabled):active,
  body .gform_wrapper .button:not(:disabled):not(.disabled):active,
  .btn:not(:disabled):not(.disabled).active, .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled).active,
  a.wp-block-button__link:not(:disabled):not(.disabled).active, input[type=submit]:not(:disabled):not(.disabled).active,
  body .gform_wrapper .button:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
.wp-block-file a.disabled.wp-block-file__button,
a.disabled.wp-block-button__link,
body .gform_wrapper a.disabled.button,
fieldset:disabled a.btn, fieldset:disabled .wp-block-file a.wp-block-file__button, .wp-block-file fieldset:disabled a.wp-block-file__button,
fieldset:disabled a.wp-block-button__link, fieldset:disabled body .gform_wrapper a.button, body .gform_wrapper fieldset:disabled a.button {
  pointer-events: none; }

.btn-primary, .wp-block-file a.wp-block-file__button,
a.wp-block-button__link:not(.has-background), input[type=submit],
#main .gform_wrapper .button {
  color: #fff;
  background-color: #0260B3;
  border-color: #0260B3; }
  .btn-primary:hover, .wp-block-file a.wp-block-file__button:hover,
  a.wp-block-button__link:hover:not(.has-background), input[type=submit]:hover,
  #main .gform_wrapper .button:hover {
    color: #fff;
    background-color: #024c8d;
    border-color: #014581; }
  .btn-primary:focus,
  .wp-block-file a.wp-block-file__button:focus,
  a.wp-block-button__link:focus:not(.has-background),
  input[type=submit]:focus,
  #main .gform_wrapper .button:focus,
  .btn-primary.focus, .wp-block-file a.focus.wp-block-file__button,
  a.focus.wp-block-button__link:not(.has-background), input.focus[type=submit],
  #main .gform_wrapper .focus.button {
    box-shadow: 0 0 0 0.2rem rgba(2, 96, 179, 0.5); }
  .btn-primary.disabled,
  .wp-block-file a.disabled.wp-block-file__button,
  a.disabled.wp-block-button__link:not(.has-background),
  input.disabled[type=submit],
  #main .gform_wrapper .disabled.button,
  .btn-primary:disabled, .wp-block-file a.wp-block-file__button:disabled,
  a.wp-block-button__link:disabled:not(.has-background), input[type=submit]:disabled,
  #main .gform_wrapper .button:disabled {
    color: #fff;
    background-color: #0260B3;
    border-color: #0260B3; }
  .btn-primary:not(:disabled):not(.disabled):active,
  .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled):active,
  a.wp-block-button__link:not(:disabled):not(.disabled):active:not(.has-background),
  input[type=submit]:not(:disabled):not(.disabled):active,
  #main .gform_wrapper .button:not(:disabled):not(.disabled):active,
  .btn-primary:not(:disabled):not(.disabled).active,
  .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled).active,
  a.wp-block-button__link:not(:disabled):not(.disabled).active:not(.has-background),
  input[type=submit]:not(:disabled):not(.disabled).active,
  #main .gform_wrapper .button:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle, .wp-block-file .show > a.dropdown-toggle.wp-block-file__button,
  .show > a.dropdown-toggle.wp-block-button__link:not(.has-background), .show > input.dropdown-toggle[type=submit], #main .gform_wrapper .show > .dropdown-toggle.button {
    color: #fff;
    background-color: #014581;
    border-color: #013e74; }
    .btn-primary:not(:disabled):not(.disabled):active:focus,
    .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled):active:focus,
    a.wp-block-button__link:not(:disabled):not(.disabled):active:focus:not(.has-background),
    input[type=submit]:not(:disabled):not(.disabled):active:focus,
    #main .gform_wrapper .button:not(:disabled):not(.disabled):active:focus,
    .btn-primary:not(:disabled):not(.disabled).active:focus,
    .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled).active:focus,
    a.wp-block-button__link:not(:disabled):not(.disabled).active:focus:not(.has-background),
    input[type=submit]:not(:disabled):not(.disabled).active:focus,
    #main .gform_wrapper .button:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus, .wp-block-file .show > a.dropdown-toggle.wp-block-file__button:focus,
    .show > a.dropdown-toggle.wp-block-button__link:focus:not(.has-background), .show > input.dropdown-toggle[type=submit]:focus, #main .gform_wrapper .show > .dropdown-toggle.button:focus {
      box-shadow: 0 0 0 0.2rem rgba(2, 96, 179, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #840023;
  border-color: #840023; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5e0019;
    border-color: #510015; }
  .btn-secondary:focus,
  .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(132, 0, 35, 0.5); }
  .btn-secondary.disabled,
  .btn-secondary:disabled {
    color: #fff;
    background-color: #840023;
    border-color: #840023; }
  .btn-secondary:not(:disabled):not(.disabled):active,
  .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #510015;
    border-color: #440012; }
    .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(132, 0, 35, 0.5); }

.btn-success {
  color: #212529;
  background-color: #73BC42;
  border-color: #73BC42; }
  .btn-success:hover {
    color: #fff;
    background-color: #62a038;
    border-color: #5c9635; }
  .btn-success:focus,
  .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(115, 188, 66, 0.5); }
  .btn-success.disabled,
  .btn-success:disabled {
    color: #212529;
    background-color: #73BC42;
    border-color: #73BC42; }
  .btn-success:not(:disabled):not(.disabled):active,
  .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #5c9635;
    border-color: #568d31; }
    .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(115, 188, 66, 0.5); }

.btn-info {
  color: #fff;
  background-color: #0240B3;
  border-color: #0240B3; }
  .btn-info:hover {
    color: #fff;
    background-color: #02328d;
    border-color: #012e81; }
  .btn-info:focus,
  .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 64, 179, 0.5); }
  .btn-info.disabled,
  .btn-info:disabled {
    color: #fff;
    background-color: #0240B3;
    border-color: #0240B3; }
  .btn-info:not(:disabled):not(.disabled):active,
  .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #012e81;
    border-color: #012974; }
    .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(2, 64, 179, 0.5); }

.btn-warning {
  color: #fff;
  background-color: #904B68;
  border-color: #904B68; }
  .btn-warning:hover {
    color: #fff;
    background-color: #773e56;
    border-color: #6e3a50; }
  .btn-warning:focus,
  .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(144, 75, 104, 0.5); }
  .btn-warning.disabled,
  .btn-warning:disabled {
    color: #fff;
    background-color: #904B68;
    border-color: #904B68; }
  .btn-warning:not(:disabled):not(.disabled):active,
  .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #6e3a50;
    border-color: #66354a; }
    .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(144, 75, 104, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #C75046;
  border-color: #C75046; }
  .btn-danger:hover {
    color: #fff;
    background-color: #b13f36;
    border-color: #a73c33; }
  .btn-danger:focus,
  .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(199, 80, 70, 0.5); }
  .btn-danger.disabled,
  .btn-danger:disabled {
    color: #fff;
    background-color: #C75046;
    border-color: #C75046; }
  .btn-danger:not(:disabled):not(.disabled):active,
  .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a73c33;
    border-color: #9e3830; }
    .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(199, 80, 70, 0.5); }

.btn-light {
  color: #212529;
  background-color: #F3F3F3;
  border-color: #F3F3F3; }
  .btn-light:hover {
    color: #212529;
    background-color: #e0e0e0;
    border-color: #d9d9d9; }
  .btn-light:focus,
  .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5); }
  .btn-light.disabled,
  .btn-light:disabled {
    color: #212529;
    background-color: #F3F3F3;
    border-color: #F3F3F3; }
  .btn-light:not(:disabled):not(.disabled):active,
  .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #d9d9d9;
    border-color: lightgray; }
    .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(243, 243, 243, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #222;
  border-color: #222; }
  .btn-dark:hover {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #090909; }
  .btn-dark:focus,
  .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5); }
  .btn-dark.disabled,
  .btn-dark:disabled {
    color: #fff;
    background-color: #222;
    border-color: #222; }
  .btn-dark:not(:disabled):not(.disabled):active,
  .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #090909;
    border-color: #020202; }
    .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(34, 34, 34, 0.5); }

.btn-outline-primary {
  color: #0260B3;
  background-color: transparent;
  background-image: none;
  border-color: #0260B3; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0260B3;
    border-color: #0260B3; }
  .btn-outline-primary:focus,
  .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 96, 179, 0.5); }
  .btn-outline-primary.disabled,
  .btn-outline-primary:disabled {
    color: #0260B3;
    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: #0260B3;
    border-color: #0260B3; }
    .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(2, 96, 179, 0.5); }

.btn-outline-secondary {
  color: #840023;
  background-color: transparent;
  background-image: none;
  border-color: #840023; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #840023;
    border-color: #840023; }
  .btn-outline-secondary:focus,
  .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(132, 0, 35, 0.5); }
  .btn-outline-secondary.disabled,
  .btn-outline-secondary:disabled {
    color: #840023;
    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: #840023;
    border-color: #840023; }
    .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(132, 0, 35, 0.5); }

.btn-outline-success {
  color: #73BC42;
  background-color: transparent;
  background-image: none;
  border-color: #73BC42; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #73BC42;
    border-color: #73BC42; }
  .btn-outline-success:focus,
  .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(115, 188, 66, 0.5); }
  .btn-outline-success.disabled,
  .btn-outline-success:disabled {
    color: #73BC42;
    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: #212529;
    background-color: #73BC42;
    border-color: #73BC42; }
    .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(115, 188, 66, 0.5); }

.btn-outline-info {
  color: #0240B3;
  background-color: transparent;
  background-image: none;
  border-color: #0240B3; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #0240B3;
    border-color: #0240B3; }
  .btn-outline-info:focus,
  .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 64, 179, 0.5); }
  .btn-outline-info.disabled,
  .btn-outline-info:disabled {
    color: #0240B3;
    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: #0240B3;
    border-color: #0240B3; }
    .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(2, 64, 179, 0.5); }

.btn-outline-warning {
  color: #904B68;
  background-color: transparent;
  background-image: none;
  border-color: #904B68; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #904B68;
    border-color: #904B68; }
  .btn-outline-warning:focus,
  .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(144, 75, 104, 0.5); }
  .btn-outline-warning.disabled,
  .btn-outline-warning:disabled {
    color: #904B68;
    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: #fff;
    background-color: #904B68;
    border-color: #904B68; }
    .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(144, 75, 104, 0.5); }

.btn-outline-danger {
  color: #C75046;
  background-color: transparent;
  background-image: none;
  border-color: #C75046; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #C75046;
    border-color: #C75046; }
  .btn-outline-danger:focus,
  .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(199, 80, 70, 0.5); }
  .btn-outline-danger.disabled,
  .btn-outline-danger:disabled {
    color: #C75046;
    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: #C75046;
    border-color: #C75046; }
    .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(199, 80, 70, 0.5); }

.btn-outline-light, .cta .gform_wrapper .button {
  color: #F3F3F3;
  background-color: transparent;
  background-image: none;
  border-color: #F3F3F3; }
  .btn-outline-light:hover, .cta .gform_wrapper .button:hover {
    color: #212529;
    background-color: #F3F3F3;
    border-color: #F3F3F3; }
  .btn-outline-light:focus,
  .cta .gform_wrapper .button:focus,
  .btn-outline-light.focus, .cta .gform_wrapper .focus.button {
    box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5); }
  .btn-outline-light.disabled,
  .cta .gform_wrapper .disabled.button,
  .btn-outline-light:disabled, .cta .gform_wrapper .button:disabled {
    color: #F3F3F3;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active,
  .cta .gform_wrapper .button:not(:disabled):not(.disabled):active,
  .btn-outline-light:not(:disabled):not(.disabled).active,
  .cta .gform_wrapper .button:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle, .cta .gform_wrapper .show > .dropdown-toggle.button {
    color: #212529;
    background-color: #F3F3F3;
    border-color: #F3F3F3; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus,
    .cta .gform_wrapper .button:not(:disabled):not(.disabled):active:focus,
    .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .cta .gform_wrapper .button:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus, .cta .gform_wrapper .show > .dropdown-toggle.button:focus {
      box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5); }

.btn-outline-dark {
  color: #222;
  background-color: transparent;
  background-image: none;
  border-color: #222; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #222;
    border-color: #222; }
  .btn-outline-dark:focus,
  .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5); }
  .btn-outline-dark.disabled,
  .btn-outline-dark:disabled {
    color: #222;
    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: #222;
    border-color: #222; }
    .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(34, 34, 34, 0.5); }

.btn-link {
  font-weight: 400;
  color: #840023;
  background-color: transparent; }
  .btn-link:hover {
    color: #840023;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus,
  .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled,
  .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn, .wp-block-file .btn-group-lg > a.wp-block-file__button,
.btn-group-lg > a.wp-block-button__link, .btn-group-lg > input[type=submit], body .gform_wrapper .btn-group-lg > .button {
  padding: 0.5rem 1rem;
  font-size: 1.381rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn, .wp-block-file .btn-group-sm > a.wp-block-file__button,
.btn-group-sm > a.wp-block-button__link, .btn-group-sm > input[type=submit], body .gform_wrapper .btn-group-sm > .button {
  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 {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

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

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: #0260B3;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.15); }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  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 {
  margin-top: 0;
  margin-right: 0.125rem; }

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

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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-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: #0260B3; }
  .dropdown-item.disabled,
  .dropdown-item:disabled {
    color: #6c757d;
    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; }

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

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  /* background-color: #fff;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125); */
  }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 0 solid rgba(0, 0, 0, 0.125); }

.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; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .wp-block-file .btn-group > a.wp-block-file__button,
  .btn-group > a.wp-block-button__link,
  .btn-group > input[type=submit],
  body .gform_wrapper .btn-group > .button, .btn-group-vertical > .btn, .wp-block-file .btn-group-vertical > a.wp-block-file__button,
  .btn-group-vertical > a.wp-block-button__link, .btn-group-vertical > input[type=submit], body .gform_wrapper .btn-group-vertical > .button {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .wp-block-file .btn-group > a.wp-block-file__button:hover,
    .btn-group > a.wp-block-button__link:hover,
    .btn-group > input[type=submit]:hover,
    body .gform_wrapper .btn-group > .button:hover, .btn-group-vertical > .btn:hover, .wp-block-file .btn-group-vertical > a.wp-block-file__button:hover,
    .btn-group-vertical > a.wp-block-button__link:hover, .btn-group-vertical > input[type=submit]:hover, body .gform_wrapper .btn-group-vertical > .button:hover {
      z-index: 1; }
    .btn-group > .btn:focus,
    .wp-block-file .btn-group > a.wp-block-file__button:focus,
    .btn-group > a.wp-block-button__link:focus,
    .btn-group > input[type=submit]:focus,
    body .gform_wrapper .btn-group > .button:focus, .btn-group > .btn:active,
    .wp-block-file .btn-group > a.wp-block-file__button:active,
    .btn-group > a.wp-block-button__link:active,
    .btn-group > input[type=submit]:active,
    body .gform_wrapper .btn-group > .button:active, .btn-group > .btn.active,
    .wp-block-file .btn-group > a.active.wp-block-file__button,
    .btn-group > a.active.wp-block-button__link,
    .btn-group > input.active[type=submit],
    body .gform_wrapper .btn-group > .active.button, .btn-group-vertical > .btn:focus,
    .wp-block-file .btn-group-vertical > a.wp-block-file__button:focus,
    .btn-group-vertical > a.wp-block-button__link:focus,
    .btn-group-vertical > input[type=submit]:focus,
    body .gform_wrapper .btn-group-vertical > .button:focus, .btn-group-vertical > .btn:active,
    .wp-block-file .btn-group-vertical > a.wp-block-file__button:active,
    .btn-group-vertical > a.wp-block-button__link:active,
    .btn-group-vertical > input[type=submit]:active,
    body .gform_wrapper .btn-group-vertical > .button:active, .btn-group-vertical > .btn.active, .wp-block-file .btn-group-vertical > a.active.wp-block-file__button,
    .btn-group-vertical > a.active.wp-block-button__link, .btn-group-vertical > input.active[type=submit], body .gform_wrapper .btn-group-vertical > .active.button {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .wp-block-file a.wp-block-file__button + .btn,
  .wp-block-file .btn-group a.wp-block-file__button + .btn,
  .btn-group a.wp-block-button__link + .btn,
  .btn-group input[type=submit] + .btn,
  .btn-group body .gform_wrapper .button + .btn,
  body .gform_wrapper .btn-group .button + .btn, .btn-group .wp-block-file .btn + a.wp-block-file__button,
  .wp-block-file .btn-group .btn + a.wp-block-file__button,
  .btn-group .wp-block-file a.wp-block-file__button + a.wp-block-file__button,
  .wp-block-file .btn-group a.wp-block-file__button + a.wp-block-file__button,
  .btn-group .wp-block-file a.wp-block-button__link + a.wp-block-file__button,
  .wp-block-file .btn-group a.wp-block-button__link + a.wp-block-file__button,
  .btn-group .wp-block-file input[type=submit] + a.wp-block-file__button,
  .wp-block-file .btn-group input[type=submit] + a.wp-block-file__button,
  .btn-group body .gform_wrapper .wp-block-file .button + a.wp-block-file__button,
  .wp-block-file .btn-group body .gform_wrapper .button + a.wp-block-file__button,
  body .gform_wrapper .btn-group .wp-block-file .button + a.wp-block-file__button, .wp-block-file body .gform_wrapper .btn-group .button + a.wp-block-file__button,
  .btn-group .btn + a.wp-block-button__link,
  .btn-group .wp-block-file a.wp-block-file__button + a.wp-block-button__link,
  .wp-block-file .btn-group a.wp-block-file__button + a.wp-block-button__link,
  .btn-group a.wp-block-button__link + a.wp-block-button__link,
  .btn-group input[type=submit] + a.wp-block-button__link,
  .btn-group body .gform_wrapper .button + a.wp-block-button__link,
  body .gform_wrapper .btn-group .button + a.wp-block-button__link, .btn-group .btn + input[type=submit],
  .btn-group .wp-block-file a.wp-block-file__button + input[type=submit],
  .wp-block-file .btn-group a.wp-block-file__button + input[type=submit],
  .btn-group a.wp-block-button__link + input[type=submit],
  .btn-group input[type=submit] + input[type=submit],
  .btn-group body .gform_wrapper .button + input[type=submit],
  body .gform_wrapper .btn-group .button + input[type=submit], .btn-group body .gform_wrapper .btn + .button,
  body .gform_wrapper .btn-group .btn + .button, .btn-group .wp-block-file body .gform_wrapper a.wp-block-file__button + .button,
  body .gform_wrapper .btn-group .wp-block-file a.wp-block-file__button + .button, .wp-block-file .btn-group body .gform_wrapper a.wp-block-file__button + .button,
  body .gform_wrapper .wp-block-file .btn-group a.wp-block-file__button + .button, .btn-group body .gform_wrapper a.wp-block-button__link + .button,
  body .gform_wrapper .btn-group a.wp-block-button__link + .button, .btn-group body .gform_wrapper input[type=submit] + .button,
  body .gform_wrapper .btn-group input[type=submit] + .button, .btn-group body .gform_wrapper .button + .button,
  body .gform_wrapper .btn-group .button + .button, .btn-group .btn + .btn-group,
  .btn-group .wp-block-file a.wp-block-file__button + .btn-group,
  .wp-block-file .btn-group a.wp-block-file__button + .btn-group,
  .btn-group a.wp-block-button__link + .btn-group,
  .btn-group input[type=submit] + .btn-group,
  .btn-group body .gform_wrapper .button + .btn-group,
  body .gform_wrapper .btn-group .button + .btn-group, .btn-group .btn-group + .btn,
  .btn-group .wp-block-file .btn-group + a.wp-block-file__button,
  .wp-block-file .btn-group .btn-group + a.wp-block-file__button,
  .btn-group .btn-group + a.wp-block-button__link,
  .btn-group .btn-group + input[type=submit],
  .btn-group body .gform_wrapper .btn-group + .button,
  body .gform_wrapper .btn-group .btn-group + .button, .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .wp-block-file a.wp-block-file__button + .btn,
  .wp-block-file .btn-group-vertical a.wp-block-file__button + .btn,
  .btn-group-vertical a.wp-block-button__link + .btn,
  .btn-group-vertical input[type=submit] + .btn,
  .btn-group-vertical body .gform_wrapper .button + .btn,
  body .gform_wrapper .btn-group-vertical .button + .btn, .btn-group-vertical .wp-block-file .btn + a.wp-block-file__button,
  .wp-block-file .btn-group-vertical .btn + a.wp-block-file__button,
  .btn-group-vertical .wp-block-file a.wp-block-file__button + a.wp-block-file__button,
  .wp-block-file .btn-group-vertical a.wp-block-file__button + a.wp-block-file__button,
  .btn-group-vertical .wp-block-file a.wp-block-button__link + a.wp-block-file__button,
  .wp-block-file .btn-group-vertical a.wp-block-button__link + a.wp-block-file__button,
  .btn-group-vertical .wp-block-file input[type=submit] + a.wp-block-file__button,
  .wp-block-file .btn-group-vertical input[type=submit] + a.wp-block-file__button,
  .btn-group-vertical body .gform_wrapper .wp-block-file .button + a.wp-block-file__button,
  .wp-block-file .btn-group-vertical body .gform_wrapper .button + a.wp-block-file__button,
  body .gform_wrapper .btn-group-vertical .wp-block-file .button + a.wp-block-file__button, .wp-block-file body .gform_wrapper .btn-group-vertical .button + a.wp-block-file__button,
  .btn-group-vertical .btn + a.wp-block-button__link,
  .btn-group-vertical .wp-block-file a.wp-block-file__button + a.wp-block-button__link,
  .wp-block-file .btn-group-vertical a.wp-block-file__button + a.wp-block-button__link,
  .btn-group-vertical a.wp-block-button__link + a.wp-block-button__link,
  .btn-group-vertical input[type=submit] + a.wp-block-button__link,
  .btn-group-vertical body .gform_wrapper .button + a.wp-block-button__link,
  body .gform_wrapper .btn-group-vertical .button + a.wp-block-button__link, .btn-group-vertical .btn + input[type=submit],
  .btn-group-vertical .wp-block-file a.wp-block-file__button + input[type=submit],
  .wp-block-file .btn-group-vertical a.wp-block-file__button + input[type=submit],
  .btn-group-vertical a.wp-block-button__link + input[type=submit],
  .btn-group-vertical input[type=submit] + input[type=submit],
  .btn-group-vertical body .gform_wrapper .button + input[type=submit],
  body .gform_wrapper .btn-group-vertical .button + input[type=submit], .btn-group-vertical body .gform_wrapper .btn + .button,
  body .gform_wrapper .btn-group-vertical .btn + .button, .btn-group-vertical .wp-block-file body .gform_wrapper a.wp-block-file__button + .button,
  body .gform_wrapper .btn-group-vertical .wp-block-file a.wp-block-file__button + .button, .wp-block-file .btn-group-vertical body .gform_wrapper a.wp-block-file__button + .button,
  body .gform_wrapper .wp-block-file .btn-group-vertical a.wp-block-file__button + .button, .btn-group-vertical body .gform_wrapper a.wp-block-button__link + .button,
  body .gform_wrapper .btn-group-vertical a.wp-block-button__link + .button, .btn-group-vertical body .gform_wrapper input[type=submit] + .button,
  body .gform_wrapper .btn-group-vertical input[type=submit] + .button, .btn-group-vertical body .gform_wrapper .button + .button,
  body .gform_wrapper .btn-group-vertical .button + .button, .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .wp-block-file a.wp-block-file__button + .btn-group,
  .wp-block-file .btn-group-vertical a.wp-block-file__button + .btn-group,
  .btn-group-vertical a.wp-block-button__link + .btn-group,
  .btn-group-vertical input[type=submit] + .btn-group,
  .btn-group-vertical body .gform_wrapper .button + .btn-group,
  body .gform_wrapper .btn-group-vertical .button + .btn-group, .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .wp-block-file .btn-group + a.wp-block-file__button,
  .wp-block-file .btn-group-vertical .btn-group + a.wp-block-file__button,
  .btn-group-vertical .btn-group + a.wp-block-button__link,
  .btn-group-vertical .btn-group + input[type=submit],
  .btn-group-vertical body .gform_wrapper .btn-group + .button,
  body .gform_wrapper .btn-group-vertical .btn-group + .button, .btn-group-vertical .btn-group + .btn-group {
    margin-left: -2px; }

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

.btn-group > .btn:first-child, .wp-block-file .btn-group > a.wp-block-file__button:first-child,
.btn-group > a.wp-block-button__link:first-child, .btn-group > input[type=submit]:first-child, body .gform_wrapper .btn-group > .button:first-child {
  margin-left: 0; }

.dropdown-toggle-split {
  padding-right: 1.35rem;
  padding-left: 1.35rem; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .wp-block-file .btn-group-sm > a.wp-block-file__button + .dropdown-toggle-split,
.btn-group-sm > a.wp-block-button__link + .dropdown-toggle-split, .btn-group-sm > input[type=submit] + .dropdown-toggle-split, body .gform_wrapper .btn-group-sm > .button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .wp-block-file .btn-group-lg > a.wp-block-file__button + .dropdown-toggle-split,
.btn-group-lg > a.wp-block-button__link + .dropdown-toggle-split, .btn-group-lg > input[type=submit] + .dropdown-toggle-split, body .gform_wrapper .btn-group-lg > .button + .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 .wp-block-file a.wp-block-file__button,
  .wp-block-file .btn-group-vertical a.wp-block-file__button,
  .btn-group-vertical a.wp-block-button__link,
  .btn-group-vertical input[type=submit],
  .btn-group-vertical body .gform_wrapper .button,
  body .gform_wrapper .btn-group-vertical .button, .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .wp-block-file .btn-group-vertical > a.wp-block-file__button + .btn,
  .btn-group-vertical > a.wp-block-button__link + .btn,
  .btn-group-vertical > input[type=submit] + .btn,
  body .gform_wrapper .btn-group-vertical > .button + .btn, .wp-block-file .btn-group-vertical > .btn + a.wp-block-file__button,
  .wp-block-file .btn-group-vertical > a.wp-block-file__button + a.wp-block-file__button,
  .wp-block-file .btn-group-vertical > a.wp-block-button__link + a.wp-block-file__button,
  .wp-block-file .btn-group-vertical > input[type=submit] + a.wp-block-file__button,
  body .gform_wrapper .wp-block-file .btn-group-vertical > .button + a.wp-block-file__button, .wp-block-file body .gform_wrapper .btn-group-vertical > .button + a.wp-block-file__button,
  .btn-group-vertical > .btn + a.wp-block-button__link,
  .wp-block-file .btn-group-vertical > a.wp-block-file__button + a.wp-block-button__link,
  .btn-group-vertical > a.wp-block-button__link + a.wp-block-button__link,
  .btn-group-vertical > input[type=submit] + a.wp-block-button__link,
  body .gform_wrapper .btn-group-vertical > .button + a.wp-block-button__link, .btn-group-vertical > .btn + input[type=submit],
  .wp-block-file .btn-group-vertical > a.wp-block-file__button + input[type=submit],
  .btn-group-vertical > a.wp-block-button__link + input[type=submit],
  .btn-group-vertical > input[type=submit] + input[type=submit],
  body .gform_wrapper .btn-group-vertical > .button + input[type=submit], body .gform_wrapper .btn-group-vertical > .btn + .button, .wp-block-file body .gform_wrapper .btn-group-vertical > a.wp-block-file__button + .button,
  body .gform_wrapper .wp-block-file .btn-group-vertical > a.wp-block-file__button + .button, body .gform_wrapper .btn-group-vertical > a.wp-block-button__link + .button, body .gform_wrapper .btn-group-vertical > input[type=submit] + .button, body .gform_wrapper .btn-group-vertical > .button + .button, .btn-group-vertical > .btn + .btn-group,
  .wp-block-file .btn-group-vertical > a.wp-block-file__button + .btn-group,
  .btn-group-vertical > a.wp-block-button__link + .btn-group,
  .btn-group-vertical > input[type=submit] + .btn-group,
  body .gform_wrapper .btn-group-vertical > .button + .btn-group, .btn-group-vertical > .btn-group + .btn,
  .wp-block-file .btn-group-vertical > .btn-group + a.wp-block-file__button,
  .btn-group-vertical > .btn-group + a.wp-block-button__link,
  .btn-group-vertical > .btn-group + input[type=submit],
  body .gform_wrapper .btn-group-vertical > .btn-group + .button, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -2px;
    margin-left: 0; }

.btn-group-toggle > .btn,
.wp-block-file .btn-group-toggle > a.wp-block-file__button,
.btn-group-toggle > a.wp-block-button__link,
.btn-group-toggle > input[type=submit],
body .gform_wrapper .btn-group-toggle > .button, .btn-group-toggle > .btn-group > .btn, .wp-block-file .btn-group-toggle > .btn-group > a.wp-block-file__button,
.btn-group-toggle > .btn-group > a.wp-block-button__link, .btn-group-toggle > .btn-group > input[type=submit], body .gform_wrapper .btn-group-toggle > .btn-group > .button {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .wp-block-file .btn-group-toggle > a.wp-block-file__button input[type="radio"],
  .btn-group-toggle > a.wp-block-button__link input[type="radio"],
  .btn-group-toggle > input[type=submit] input[type="radio"],
  body .gform_wrapper .btn-group-toggle > .button input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"],
  .wp-block-file .btn-group-toggle > a.wp-block-file__button input[type="checkbox"],
  .btn-group-toggle > a.wp-block-button__link input[type="checkbox"],
  .btn-group-toggle > input[type=submit] input[type="checkbox"],
  body .gform_wrapper .btn-group-toggle > .button input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .wp-block-file .btn-group-toggle > .btn-group > a.wp-block-file__button input[type="radio"],
  .btn-group-toggle > .btn-group > a.wp-block-button__link input[type="radio"],
  .btn-group-toggle > .btn-group > input[type=submit] input[type="radio"],
  body .gform_wrapper .btn-group-toggle > .btn-group > .button input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .wp-block-file .btn-group-toggle > .btn-group > a.wp-block-file__button input[type="checkbox"],
  .btn-group-toggle > .btn-group > a.wp-block-button__link input[type="checkbox"], .btn-group-toggle > .btn-group > input[type=submit] input[type="checkbox"], body .gform_wrapper .btn-group-toggle > .btn-group > .button input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .input-group > input[type="email"],
  .input-group > input[type="date"],
  .input-group > input[type="datetime"],
  .input-group > input[type="datetime-local"],
  .input-group > input[type="month"],
  .input-group > input[type="number"],
  .input-group > input[type="password"],
  .input-group > input[type="search"],
  .input-group > input[type="tel"],
  .input-group > input[type="text"],
  .input-group > input[type="time"],
  .input-group > input[type="week"],
  .input-group > input[type="url"],
  .input-group > select,
  .input-group > textarea,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    body .gform_wrapper .input-group > input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .input-group > input[type="email"]:focus,
    .input-group > input[type="date"]:focus,
    .input-group > input[type="datetime"]:focus,
    .input-group > input[type="datetime-local"]:focus,
    .input-group > input[type="month"]:focus,
    .input-group > input[type="number"]:focus,
    .input-group > input[type="password"]:focus,
    .input-group > input[type="search"]:focus,
    .input-group > input[type="tel"]:focus,
    .input-group > input[type="text"]:focus,
    .input-group > input[type="time"]:focus,
    .input-group > input[type="week"]:focus,
    .input-group > input[type="url"]:focus,
    .input-group > select:focus,
    .input-group > textarea:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + .form-control,
    .input-group > input[type="email"] + .form-control,
    .input-group > input[type="date"] + .form-control,
    .input-group > input[type="datetime"] + .form-control,
    .input-group > input[type="datetime-local"] + .form-control,
    .input-group > input[type="month"] + .form-control,
    .input-group > input[type="number"] + .form-control,
    .input-group > input[type="password"] + .form-control,
    .input-group > input[type="search"] + .form-control,
    .input-group > input[type="tel"] + .form-control,
    .input-group > input[type="text"] + .form-control,
    .input-group > input[type="time"] + .form-control,
    .input-group > input[type="week"] + .form-control,
    .input-group > input[type="url"] + .form-control,
    .input-group > select + .form-control,
    .input-group > textarea + .form-control,
    body .gform_wrapper .input-group > .form-control + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .input-group > input[type="email"] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .input-group > input[type="date"] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .input-group > input[type="datetime"] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .input-group > input[type="datetime-local"] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .input-group > input[type="month"] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .input-group > input[type="number"] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .input-group > input[type="password"] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .input-group > input[type="search"] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .input-group > input[type="tel"] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .input-group > input[type="text"] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .input-group > input[type="time"] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .input-group > input[type="week"] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .input-group > input[type="url"] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .input-group > select + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper .input-group > textarea + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .input-group > .form-control + input[type="email"],
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type="email"],
    .input-group > input[type="email"] + input[type="email"],
    .input-group > input[type="date"] + input[type="email"],
    .input-group > input[type="datetime"] + input[type="email"],
    .input-group > input[type="datetime-local"] + input[type="email"],
    .input-group > input[type="month"] + input[type="email"],
    .input-group > input[type="number"] + input[type="email"],
    .input-group > input[type="password"] + input[type="email"],
    .input-group > input[type="search"] + input[type="email"],
    .input-group > input[type="tel"] + input[type="email"],
    .input-group > input[type="text"] + input[type="email"],
    .input-group > input[type="time"] + input[type="email"],
    .input-group > input[type="week"] + input[type="email"],
    .input-group > input[type="url"] + input[type="email"],
    .input-group > select + input[type="email"],
    .input-group > textarea + input[type="email"],
    .input-group > .form-control + input[type="date"],
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type="date"],
    .input-group > input[type="email"] + input[type="date"],
    .input-group > input[type="date"] + input[type="date"],
    .input-group > input[type="datetime"] + input[type="date"],
    .input-group > input[type="datetime-local"] + input[type="date"],
    .input-group > input[type="month"] + input[type="date"],
    .input-group > input[type="number"] + input[type="date"],
    .input-group > input[type="password"] + input[type="date"],
    .input-group > input[type="search"] + input[type="date"],
    .input-group > input[type="tel"] + input[type="date"],
    .input-group > input[type="text"] + input[type="date"],
    .input-group > input[type="time"] + input[type="date"],
    .input-group > input[type="week"] + input[type="date"],
    .input-group > input[type="url"] + input[type="date"],
    .input-group > select + input[type="date"],
    .input-group > textarea + input[type="date"],
    .input-group > .form-control + input[type="datetime"],
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type="datetime"],
    .input-group > input[type="email"] + input[type="datetime"],
    .input-group > input[type="date"] + input[type="datetime"],
    .input-group > input[type="datetime"] + input[type="datetime"],
    .input-group > input[type="datetime-local"] + input[type="datetime"],
    .input-group > input[type="month"] + input[type="datetime"],
    .input-group > input[type="number"] + input[type="datetime"],
    .input-group > input[type="password"] + input[type="datetime"],
    .input-group > input[type="search"] + input[type="datetime"],
    .input-group > input[type="tel"] + input[type="datetime"],
    .input-group > input[type="text"] + input[type="datetime"],
    .input-group > input[type="time"] + input[type="datetime"],
    .input-group > input[type="week"] + input[type="datetime"],
    .input-group > input[type="url"] + input[type="datetime"],
    .input-group > select + input[type="datetime"],
    .input-group > textarea + input[type="datetime"],
    .input-group > .form-control + input[type="datetime-local"],
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type="datetime-local"],
    .input-group > input[type="email"] + input[type="datetime-local"],
    .input-group > input[type="date"] + input[type="datetime-local"],
    .input-group > input[type="datetime"] + input[type="datetime-local"],
    .input-group > input[type="datetime-local"] + input[type="datetime-local"],
    .input-group > input[type="month"] + input[type="datetime-local"],
    .input-group > input[type="number"] + input[type="datetime-local"],
    .input-group > input[type="password"] + input[type="datetime-local"],
    .input-group > input[type="search"] + input[type="datetime-local"],
    .input-group > input[type="tel"] + input[type="datetime-local"],
    .input-group > input[type="text"] + input[type="datetime-local"],
    .input-group > input[type="time"] + input[type="datetime-local"],
    .input-group > input[type="week"] + input[type="datetime-local"],
    .input-group > input[type="url"] + input[type="datetime-local"],
    .input-group > select + input[type="datetime-local"],
    .input-group > textarea + input[type="datetime-local"],
    .input-group > .form-control + input[type="month"],
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type="month"],
    .input-group > input[type="email"] + input[type="month"],
    .input-group > input[type="date"] + input[type="month"],
    .input-group > input[type="datetime"] + input[type="month"],
    .input-group > input[type="datetime-local"] + input[type="month"],
    .input-group > input[type="month"] + input[type="month"],
    .input-group > input[type="number"] + input[type="month"],
    .input-group > input[type="password"] + input[type="month"],
    .input-group > input[type="search"] + input[type="month"],
    .input-group > input[type="tel"] + input[type="month"],
    .input-group > input[type="text"] + input[type="month"],
    .input-group > input[type="time"] + input[type="month"],
    .input-group > input[type="week"] + input[type="month"],
    .input-group > input[type="url"] + input[type="month"],
    .input-group > select + input[type="month"],
    .input-group > textarea + input[type="month"],
    .input-group > .form-control + input[type="number"],
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type="number"],
    .input-group > input[type="email"] + input[type="number"],
    .input-group > input[type="date"] + input[type="number"],
    .input-group > input[type="datetime"] + input[type="number"],
    .input-group > input[type="datetime-local"] + input[type="number"],
    .input-group > input[type="month"] + input[type="number"],
    .input-group > input[type="number"] + input[type="number"],
    .input-group > input[type="password"] + input[type="number"],
    .input-group > input[type="search"] + input[type="number"],
    .input-group > input[type="tel"] + input[type="number"],
    .input-group > input[type="text"] + input[type="number"],
    .input-group > input[type="time"] + input[type="number"],
    .input-group > input[type="week"] + input[type="number"],
    .input-group > input[type="url"] + input[type="number"],
    .input-group > select + input[type="number"],
    .input-group > textarea + input[type="number"],
    .input-group > .form-control + input[type="password"],
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type="password"],
    .input-group > input[type="email"] + input[type="password"],
    .input-group > input[type="date"] + input[type="password"],
    .input-group > input[type="datetime"] + input[type="password"],
    .input-group > input[type="datetime-local"] + input[type="password"],
    .input-group > input[type="month"] + input[type="password"],
    .input-group > input[type="number"] + input[type="password"],
    .input-group > input[type="password"] + input[type="password"],
    .input-group > input[type="search"] + input[type="password"],
    .input-group > input[type="tel"] + input[type="password"],
    .input-group > input[type="text"] + input[type="password"],
    .input-group > input[type="time"] + input[type="password"],
    .input-group > input[type="week"] + input[type="password"],
    .input-group > input[type="url"] + input[type="password"],
    .input-group > select + input[type="password"],
    .input-group > textarea + input[type="password"],
    .input-group > .form-control + input[type="search"],
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type="search"],
    .input-group > input[type="email"] + input[type="search"],
    .input-group > input[type="date"] + input[type="search"],
    .input-group > input[type="datetime"] + input[type="search"],
    .input-group > input[type="datetime-local"] + input[type="search"],
    .input-group > input[type="month"] + input[type="search"],
    .input-group > input[type="number"] + input[type="search"],
    .input-group > input[type="password"] + input[type="search"],
    .input-group > input[type="search"] + input[type="search"],
    .input-group > input[type="tel"] + input[type="search"],
    .input-group > input[type="text"] + input[type="search"],
    .input-group > input[type="time"] + input[type="search"],
    .input-group > input[type="week"] + input[type="search"],
    .input-group > input[type="url"] + input[type="search"],
    .input-group > select + input[type="search"],
    .input-group > textarea + input[type="search"],
    .input-group > .form-control + input[type="tel"],
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type="tel"],
    .input-group > input[type="email"] + input[type="tel"],
    .input-group > input[type="date"] + input[type="tel"],
    .input-group > input[type="datetime"] + input[type="tel"],
    .input-group > input[type="datetime-local"] + input[type="tel"],
    .input-group > input[type="month"] + input[type="tel"],
    .input-group > input[type="number"] + input[type="tel"],
    .input-group > input[type="password"] + input[type="tel"],
    .input-group > input[type="search"] + input[type="tel"],
    .input-group > input[type="tel"] + input[type="tel"],
    .input-group > input[type="text"] + input[type="tel"],
    .input-group > input[type="time"] + input[type="tel"],
    .input-group > input[type="week"] + input[type="tel"],
    .input-group > input[type="url"] + input[type="tel"],
    .input-group > select + input[type="tel"],
    .input-group > textarea + input[type="tel"],
    .input-group > .form-control + input[type="text"],
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type="text"],
    .input-group > input[type="email"] + input[type="text"],
    .input-group > input[type="date"] + input[type="text"],
    .input-group > input[type="datetime"] + input[type="text"],
    .input-group > input[type="datetime-local"] + input[type="text"],
    .input-group > input[type="month"] + input[type="text"],
    .input-group > input[type="number"] + input[type="text"],
    .input-group > input[type="password"] + input[type="text"],
    .input-group > input[type="search"] + input[type="text"],
    .input-group > input[type="tel"] + input[type="text"],
    .input-group > input[type="text"] + input[type="text"],
    .input-group > input[type="time"] + input[type="text"],
    .input-group > input[type="week"] + input[type="text"],
    .input-group > input[type="url"] + input[type="text"],
    .input-group > select + input[type="text"],
    .input-group > textarea + input[type="text"],
    .input-group > .form-control + input[type="time"],
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type="time"],
    .input-group > input[type="email"] + input[type="time"],
    .input-group > input[type="date"] + input[type="time"],
    .input-group > input[type="datetime"] + input[type="time"],
    .input-group > input[type="datetime-local"] + input[type="time"],
    .input-group > input[type="month"] + input[type="time"],
    .input-group > input[type="number"] + input[type="time"],
    .input-group > input[type="password"] + input[type="time"],
    .input-group > input[type="search"] + input[type="time"],
    .input-group > input[type="tel"] + input[type="time"],
    .input-group > input[type="text"] + input[type="time"],
    .input-group > input[type="time"] + input[type="time"],
    .input-group > input[type="week"] + input[type="time"],
    .input-group > input[type="url"] + input[type="time"],
    .input-group > select + input[type="time"],
    .input-group > textarea + input[type="time"],
    .input-group > .form-control + input[type="week"],
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type="week"],
    .input-group > input[type="email"] + input[type="week"],
    .input-group > input[type="date"] + input[type="week"],
    .input-group > input[type="datetime"] + input[type="week"],
    .input-group > input[type="datetime-local"] + input[type="week"],
    .input-group > input[type="month"] + input[type="week"],
    .input-group > input[type="number"] + input[type="week"],
    .input-group > input[type="password"] + input[type="week"],
    .input-group > input[type="search"] + input[type="week"],
    .input-group > input[type="tel"] + input[type="week"],
    .input-group > input[type="text"] + input[type="week"],
    .input-group > input[type="time"] + input[type="week"],
    .input-group > input[type="week"] + input[type="week"],
    .input-group > input[type="url"] + input[type="week"],
    .input-group > select + input[type="week"],
    .input-group > textarea + input[type="week"],
    .input-group > .form-control + input[type="url"],
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type="url"],
    .input-group > input[type="email"] + input[type="url"],
    .input-group > input[type="date"] + input[type="url"],
    .input-group > input[type="datetime"] + input[type="url"],
    .input-group > input[type="datetime-local"] + input[type="url"],
    .input-group > input[type="month"] + input[type="url"],
    .input-group > input[type="number"] + input[type="url"],
    .input-group > input[type="password"] + input[type="url"],
    .input-group > input[type="search"] + input[type="url"],
    .input-group > input[type="tel"] + input[type="url"],
    .input-group > input[type="text"] + input[type="url"],
    .input-group > input[type="time"] + input[type="url"],
    .input-group > input[type="week"] + input[type="url"],
    .input-group > input[type="url"] + input[type="url"],
    .input-group > select + input[type="url"],
    .input-group > textarea + input[type="url"],
    .input-group > .form-control + select,
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + select,
    .input-group > input[type="email"] + select,
    .input-group > input[type="date"] + select,
    .input-group > input[type="datetime"] + select,
    .input-group > input[type="datetime-local"] + select,
    .input-group > input[type="month"] + select,
    .input-group > input[type="number"] + select,
    .input-group > input[type="password"] + select,
    .input-group > input[type="search"] + select,
    .input-group > input[type="tel"] + select,
    .input-group > input[type="text"] + select,
    .input-group > input[type="time"] + select,
    .input-group > input[type="week"] + select,
    .input-group > input[type="url"] + select,
    .input-group > select + select,
    .input-group > textarea + select,
    .input-group > .form-control + textarea,
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + textarea,
    .input-group > input[type="email"] + textarea,
    .input-group > input[type="date"] + textarea,
    .input-group > input[type="datetime"] + textarea,
    .input-group > input[type="datetime-local"] + textarea,
    .input-group > input[type="month"] + textarea,
    .input-group > input[type="number"] + textarea,
    .input-group > input[type="password"] + textarea,
    .input-group > input[type="search"] + textarea,
    .input-group > input[type="tel"] + textarea,
    .input-group > input[type="text"] + textarea,
    .input-group > input[type="time"] + textarea,
    .input-group > input[type="week"] + textarea,
    .input-group > input[type="url"] + textarea,
    .input-group > select + textarea,
    .input-group > textarea + textarea,
    .input-group > .form-control + .custom-select,
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + .custom-select,
    .input-group > input[type="email"] + .custom-select,
    .input-group > input[type="date"] + .custom-select,
    .input-group > input[type="datetime"] + .custom-select,
    .input-group > input[type="datetime-local"] + .custom-select,
    .input-group > input[type="month"] + .custom-select,
    .input-group > input[type="number"] + .custom-select,
    .input-group > input[type="password"] + .custom-select,
    .input-group > input[type="search"] + .custom-select,
    .input-group > input[type="tel"] + .custom-select,
    .input-group > input[type="text"] + .custom-select,
    .input-group > input[type="time"] + .custom-select,
    .input-group > input[type="week"] + .custom-select,
    .input-group > input[type="url"] + .custom-select,
    .input-group > select + .custom-select,
    .input-group > textarea + .custom-select,
    .input-group > .form-control + .custom-file,
    body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + .custom-file,
    .input-group > input[type="email"] + .custom-file,
    .input-group > input[type="date"] + .custom-file,
    .input-group > input[type="datetime"] + .custom-file,
    .input-group > input[type="datetime-local"] + .custom-file,
    .input-group > input[type="month"] + .custom-file,
    .input-group > input[type="number"] + .custom-file,
    .input-group > input[type="password"] + .custom-file,
    .input-group > input[type="search"] + .custom-file,
    .input-group > input[type="tel"] + .custom-file,
    .input-group > input[type="text"] + .custom-file,
    .input-group > input[type="time"] + .custom-file,
    .input-group > input[type="week"] + .custom-file,
    .input-group > input[type="url"] + .custom-file,
    .input-group > select + .custom-file,
    .input-group > textarea + .custom-file,
    .input-group > .custom-select + .form-control,
    body .gform_wrapper .input-group > .custom-select + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .input-group > .custom-select + input[type="email"],
    .input-group > .custom-select + input[type="date"],
    .input-group > .custom-select + input[type="datetime"],
    .input-group > .custom-select + input[type="datetime-local"],
    .input-group > .custom-select + input[type="month"],
    .input-group > .custom-select + input[type="number"],
    .input-group > .custom-select + input[type="password"],
    .input-group > .custom-select + input[type="search"],
    .input-group > .custom-select + input[type="tel"],
    .input-group > .custom-select + input[type="text"],
    .input-group > .custom-select + input[type="time"],
    .input-group > .custom-select + input[type="week"],
    .input-group > .custom-select + input[type="url"],
    .input-group > .custom-select + select,
    .input-group > .custom-select + textarea,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    body .gform_wrapper .input-group > .custom-file + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .input-group > .custom-file + input[type="email"],
    .input-group > .custom-file + input[type="date"],
    .input-group > .custom-file + input[type="datetime"],
    .input-group > .custom-file + input[type="datetime-local"],
    .input-group > .custom-file + input[type="month"],
    .input-group > .custom-file + input[type="number"],
    .input-group > .custom-file + input[type="password"],
    .input-group > .custom-file + input[type="search"],
    .input-group > .custom-file + input[type="tel"],
    .input-group > .custom-file + input[type="text"],
    .input-group > .custom-file + input[type="time"],
    .input-group > .custom-file + input[type="week"],
    .input-group > .custom-file + input[type="url"],
    .input-group > .custom-file + select,
    .input-group > .custom-file + textarea,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-prepend .wp-block-file a.wp-block-file__button,
  .wp-block-file .input-group-prepend a.wp-block-file__button,
  .input-group-prepend a.wp-block-button__link,
  .input-group-prepend input[type=submit],
  .input-group-prepend body .gform_wrapper .button,
  body .gform_wrapper .input-group-prepend .button, .input-group-append .btn, .input-group-append .wp-block-file a.wp-block-file__button, .wp-block-file .input-group-append a.wp-block-file__button,
  .input-group-append a.wp-block-button__link, .input-group-append input[type=submit], .input-group-append body .gform_wrapper .button, body .gform_wrapper .input-group-append .button {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .wp-block-file a.wp-block-file__button + .btn,
  .wp-block-file .input-group-prepend a.wp-block-file__button + .btn,
  .input-group-prepend a.wp-block-button__link + .btn,
  .input-group-prepend input[type=submit] + .btn,
  .input-group-prepend body .gform_wrapper .button + .btn,
  body .gform_wrapper .input-group-prepend .button + .btn, .input-group-prepend .wp-block-file .btn + a.wp-block-file__button,
  .wp-block-file .input-group-prepend .btn + a.wp-block-file__button,
  .input-group-prepend .wp-block-file a.wp-block-file__button + a.wp-block-file__button,
  .wp-block-file .input-group-prepend a.wp-block-file__button + a.wp-block-file__button,
  .input-group-prepend .wp-block-file a.wp-block-button__link + a.wp-block-file__button,
  .wp-block-file .input-group-prepend a.wp-block-button__link + a.wp-block-file__button,
  .input-group-prepend .wp-block-file input[type=submit] + a.wp-block-file__button,
  .wp-block-file .input-group-prepend input[type=submit] + a.wp-block-file__button,
  .input-group-prepend body .gform_wrapper .wp-block-file .button + a.wp-block-file__button,
  .wp-block-file .input-group-prepend body .gform_wrapper .button + a.wp-block-file__button,
  body .gform_wrapper .input-group-prepend .wp-block-file .button + a.wp-block-file__button, .wp-block-file body .gform_wrapper .input-group-prepend .button + a.wp-block-file__button,
  .input-group-prepend .btn + a.wp-block-button__link,
  .input-group-prepend .wp-block-file a.wp-block-file__button + a.wp-block-button__link,
  .wp-block-file .input-group-prepend a.wp-block-file__button + a.wp-block-button__link,
  .input-group-prepend a.wp-block-button__link + a.wp-block-button__link,
  .input-group-prepend input[type=submit] + a.wp-block-button__link,
  .input-group-prepend body .gform_wrapper .button + a.wp-block-button__link,
  body .gform_wrapper .input-group-prepend .button + a.wp-block-button__link, .input-group-prepend .btn + input[type=submit],
  .input-group-prepend .wp-block-file a.wp-block-file__button + input[type=submit],
  .wp-block-file .input-group-prepend a.wp-block-file__button + input[type=submit],
  .input-group-prepend a.wp-block-button__link + input[type=submit],
  .input-group-prepend input[type=submit] + input[type=submit],
  .input-group-prepend body .gform_wrapper .button + input[type=submit],
  body .gform_wrapper .input-group-prepend .button + input[type=submit], .input-group-prepend body .gform_wrapper .btn + .button,
  body .gform_wrapper .input-group-prepend .btn + .button, .input-group-prepend .wp-block-file body .gform_wrapper a.wp-block-file__button + .button,
  body .gform_wrapper .input-group-prepend .wp-block-file a.wp-block-file__button + .button, .wp-block-file .input-group-prepend body .gform_wrapper a.wp-block-file__button + .button,
  body .gform_wrapper .wp-block-file .input-group-prepend a.wp-block-file__button + .button, .input-group-prepend body .gform_wrapper a.wp-block-button__link + .button,
  body .gform_wrapper .input-group-prepend a.wp-block-button__link + .button, .input-group-prepend body .gform_wrapper input[type=submit] + .button,
  body .gform_wrapper .input-group-prepend input[type=submit] + .button, .input-group-prepend body .gform_wrapper .button + .button,
  body .gform_wrapper .input-group-prepend .button + .button, .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .wp-block-file a.wp-block-file__button + .input-group-text,
  .wp-block-file .input-group-prepend a.wp-block-file__button + .input-group-text,
  .input-group-prepend a.wp-block-button__link + .input-group-text,
  .input-group-prepend input[type=submit] + .input-group-text,
  .input-group-prepend body .gform_wrapper .button + .input-group-text,
  body .gform_wrapper .input-group-prepend .button + .input-group-text, .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .wp-block-file .input-group-text + a.wp-block-file__button,
  .wp-block-file .input-group-prepend .input-group-text + a.wp-block-file__button,
  .input-group-prepend .input-group-text + a.wp-block-button__link,
  .input-group-prepend .input-group-text + input[type=submit],
  .input-group-prepend body .gform_wrapper .input-group-text + .button,
  body .gform_wrapper .input-group-prepend .input-group-text + .button, .input-group-append .btn + .btn,
  .input-group-append .wp-block-file a.wp-block-file__button + .btn,
  .wp-block-file .input-group-append a.wp-block-file__button + .btn,
  .input-group-append a.wp-block-button__link + .btn,
  .input-group-append input[type=submit] + .btn,
  .input-group-append body .gform_wrapper .button + .btn,
  body .gform_wrapper .input-group-append .button + .btn, .input-group-append .wp-block-file .btn + a.wp-block-file__button,
  .wp-block-file .input-group-append .btn + a.wp-block-file__button,
  .input-group-append .wp-block-file a.wp-block-file__button + a.wp-block-file__button,
  .wp-block-file .input-group-append a.wp-block-file__button + a.wp-block-file__button,
  .input-group-append .wp-block-file a.wp-block-button__link + a.wp-block-file__button,
  .wp-block-file .input-group-append a.wp-block-button__link + a.wp-block-file__button,
  .input-group-append .wp-block-file input[type=submit] + a.wp-block-file__button,
  .wp-block-file .input-group-append input[type=submit] + a.wp-block-file__button,
  .input-group-append body .gform_wrapper .wp-block-file .button + a.wp-block-file__button,
  .wp-block-file .input-group-append body .gform_wrapper .button + a.wp-block-file__button,
  body .gform_wrapper .input-group-append .wp-block-file .button + a.wp-block-file__button, .wp-block-file body .gform_wrapper .input-group-append .button + a.wp-block-file__button,
  .input-group-append .btn + a.wp-block-button__link,
  .input-group-append .wp-block-file a.wp-block-file__button + a.wp-block-button__link,
  .wp-block-file .input-group-append a.wp-block-file__button + a.wp-block-button__link,
  .input-group-append a.wp-block-button__link + a.wp-block-button__link,
  .input-group-append input[type=submit] + a.wp-block-button__link,
  .input-group-append body .gform_wrapper .button + a.wp-block-button__link,
  body .gform_wrapper .input-group-append .button + a.wp-block-button__link, .input-group-append .btn + input[type=submit],
  .input-group-append .wp-block-file a.wp-block-file__button + input[type=submit],
  .wp-block-file .input-group-append a.wp-block-file__button + input[type=submit],
  .input-group-append a.wp-block-button__link + input[type=submit],
  .input-group-append input[type=submit] + input[type=submit],
  .input-group-append body .gform_wrapper .button + input[type=submit],
  body .gform_wrapper .input-group-append .button + input[type=submit], .input-group-append body .gform_wrapper .btn + .button,
  body .gform_wrapper .input-group-append .btn + .button, .input-group-append .wp-block-file body .gform_wrapper a.wp-block-file__button + .button,
  body .gform_wrapper .input-group-append .wp-block-file a.wp-block-file__button + .button, .wp-block-file .input-group-append body .gform_wrapper a.wp-block-file__button + .button,
  body .gform_wrapper .wp-block-file .input-group-append a.wp-block-file__button + .button, .input-group-append body .gform_wrapper a.wp-block-button__link + .button,
  body .gform_wrapper .input-group-append a.wp-block-button__link + .button, .input-group-append body .gform_wrapper input[type=submit] + .button,
  body .gform_wrapper .input-group-append input[type=submit] + .button, .input-group-append body .gform_wrapper .button + .button,
  body .gform_wrapper .input-group-append .button + .button, .input-group-append .btn + .input-group-text,
  .input-group-append .wp-block-file a.wp-block-file__button + .input-group-text,
  .wp-block-file .input-group-append a.wp-block-file__button + .input-group-text,
  .input-group-append a.wp-block-button__link + .input-group-text,
  .input-group-append input[type=submit] + .input-group-text,
  .input-group-append body .gform_wrapper .button + .input-group-text,
  body .gform_wrapper .input-group-append .button + .input-group-text, .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn, .input-group-append .wp-block-file .input-group-text + a.wp-block-file__button, .wp-block-file .input-group-append .input-group-text + a.wp-block-file__button,
  .input-group-append .input-group-text + a.wp-block-button__link, .input-group-append .input-group-text + input[type=submit], .input-group-append body .gform_wrapper .input-group-text + .button, body .gform_wrapper .input-group-append .input-group-text + .button {
    margin-left: -1px; }

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

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

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

.pagination, ul.page-numbers {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link, ul.page-numbers .page-numbers {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -2px;
  line-height: 1.25;
  color: #840023;
  background-color: #fff;
  border: 2px solid #dee2e6; }
  .page-link:hover, ul.page-numbers .page-numbers:hover {
    color: #840023;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus, ul.page-numbers .page-numbers:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(2, 96, 179, 0.25); }
  .page-link:not(:disabled):not(.disabled), ul.page-numbers .page-numbers:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link, ul.page-numbers li:first-child .page-link, .page-item:first-child ul.page-numbers .page-numbers, ul.page-numbers .page-item:first-child .page-numbers, ul.page-numbers li:first-child .page-numbers {
  margin-left: 0; }

.page-item.active .page-link, ul.page-numbers li.active .page-link, .page-item.active ul.page-numbers .page-numbers, ul.page-numbers .page-item.active .page-numbers, ul.page-numbers li.active .page-numbers {
  z-index: 1;
  color: #fff;
  background-color: #0260B3;
  border-color: #0260B3; }

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

.pagination-lg .page-link, .pagination-lg ul.page-numbers .page-numbers, ul.page-numbers .pagination-lg .page-numbers {
  padding: 0.75rem 1.5rem;
  font-size: 1.381rem;
  line-height: 1.5; }

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

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

.nav-tabs {
  border-bottom: 2px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -2px; }
  .nav-tabs .nav-link {
    border: 2px 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: -2px; }

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

.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: 1rem 1rem; }
  .navbar > .container,
  .alignfull:not(.container-full) .navbar > .wp-block-group__inner-container,
  .alignfull .navbar > .wp-block-cover__inner-container, .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.17615rem;
  padding-bottom: 0.17615rem;
  margin-right: 1rem;
  font-size: 1.381rem;
  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.381rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid transparent; }
  .navbar-toggler:hover,
  .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.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,
  .alignfull:not(.container-full) .navbar-expand-sm > .wp-block-group__inner-container,
  .alignfull .navbar-expand-sm > .wp-block-cover__inner-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 .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .alignfull:not(.container-full) .navbar-expand-sm > .wp-block-group__inner-container,
    .alignfull .navbar-expand-sm > .wp-block-cover__inner-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; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .alignfull:not(.container-full) .navbar-expand-md > .wp-block-group__inner-container,
  .alignfull .navbar-expand-md > .wp-block-cover__inner-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 .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .alignfull:not(.container-full) .navbar-expand-md > .wp-block-group__inner-container,
    .alignfull .navbar-expand-md > .wp-block-cover__inner-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; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .alignfull:not(.container-full) .navbar-expand-lg > .wp-block-group__inner-container,
  .alignfull .navbar-expand-lg > .wp-block-cover__inner-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 .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .alignfull:not(.container-full) .navbar-expand-lg > .wp-block-group__inner-container,
    .alignfull .navbar-expand-lg > .wp-block-cover__inner-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; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .alignfull:not(.container-full) .navbar-expand-xl > .wp-block-group__inner-container,
  .alignfull .navbar-expand-xl > .wp-block-cover__inner-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 .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .alignfull:not(.container-full) .navbar-expand-xl > .wp-block-group__inner-container,
    .alignfull .navbar-expand-xl > .wp-block-cover__inner-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-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .alignfull:not(.container-full) .navbar-expand-xxl > .wp-block-group__inner-container,
  .alignfull .navbar-expand-xxl > .wp-block-cover__inner-container, .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .alignfull:not(.container-full) .navbar-expand-xxl > .wp-block-group__inner-container,
    .alignfull .navbar-expand-xxl > .wp-block-cover__inner-container, .navbar-expand-xxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .alignfull:not(.container-full) .navbar-expand > .wp-block-group__inner-container,
  .alignfull .navbar-expand > .wp-block-cover__inner-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 .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .alignfull:not(.container-full) .navbar-expand > .wp-block-group__inner-container,
  .alignfull .navbar-expand > .wp-block-cover__inner-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-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: #840023; }
  .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-brand:focus {
    color: #840023; }

.navbar-light .navbar-nav .nav-link {
  color: #0260B3; }
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link:focus {
    color: #840023; }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #840023; }

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%230260B3' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: #0260B3; }
  .navbar-light .navbar-text a {
    color: #840023; }
    .navbar-light .navbar-text a:hover,
    .navbar-light .navbar-text a:focus {
      color: #840023; }

.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;charset=utf8,%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; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 2px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container, .alignfull:not(.container-full) .wp-block-group__inner-container,
  .alignfull .wp-block-cover__inner-container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 2px solid #000; }
  .table, .wp-block-table {
    border-collapse: collapse !important; }
    .table td,
    .wp-block-table td,
    .table th, .wp-block-table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

.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: #0260B3 !important; }

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

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

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

.bg-success {
  background-color: #73BC42 !important; }

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

.bg-info {
  background-color: #0240B3 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 2px 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: #0260B3 !important; }

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

.border-success {
  border-color: #73BC42 !important; }

.border-info {
  border-color: #0240B3 !important; }

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

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

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

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !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 (min-width: 1400px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-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; } }

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !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;
  clip-path: inset(50%);
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !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; } }

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-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-normal {
  font-weight: 400 !important; }

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

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

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

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

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

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

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

.text-success {
  color: #73BC42 !important; }

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

.text-info {
  color: #0240B3 !important; }

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

:root {
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  @media (min-width: 768px) {
    :root {
      font-size: 18px; } }
  @media (min-width: 992px) {
    :root {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    :root {
      font-size: 21px; } }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .posted-on a {
  text-decoration: none !important;
  color: #222; }

h1, .h1,
h2, .h2 {
  font-weight: 600; }
  @media (max-width: 1199.98px) {
    h1, .h1,
    h2, .h2 {
      font-size: 2.57rem; } }
  @media (max-width: 991.98px) {
    h1, .h1,
    h2, .h2 {
      font-size: 2.1rem; } }
  @media (max-width: 767.98px) {
    h1, .h1,
    h2, .h2 {
      font-size: 1.7rem; } }

h3, .h3 {
  font-weight: 700;
  font-family: "Roboto", sans-serif; }

h4, .h4 {
  font-weight: 900;
  font-family: "Roboto", sans-serif; }

h5, .h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-family: "Roboto", sans-serif; }

h6, .posted-on, .h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block; }

a {
  text-decoration: underline; }

.overline {
  margin-bottom: 0.5rem;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }
  .overline:before {
    content: '';
    width: 7px;
    background: #0260B3;
    height: 13px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 5px;
    vertical-align: bottom; }

.lead,
.has-medium-font-size {
  font-size: 1.381rem; }
  @media (max-width: 767.98px) {
    .lead,
    .has-medium-font-size {
      font-size: 1.13rem; } }

.text-white a,
.has-white-color a,
.text-white h1,
.has-white-color h1,
.text-white h2,
.has-white-color h2,
.text-white h3,
.has-white-color h3,
.text-white h4,
.has-white-color h4,
.text-white h5,
.has-white-color h5,
.text-white h6,
.has-white-color h6,
.text-white .posted-on,
.has-white-color .posted-on,
.text-white .lead, .has-white-color .lead {
  color: #fff; }

.supsystic-table {
  color: #222; }

.supsystic-table thead th {
  background-color: #f6f6f6; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  background-color: #0260B3 !important; }

.navbar-nav a {
  text-decoration: none; }

.read-more-link {
  text-decoration: none !important;
  display: inline-block;
  font-size: 0.889rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #0260B3; }

#main p,
#main ol,
#main ul {
  margin-bottom: 28px; }

/* ---------------------------------------------------------------------------------------
//    GLOBAL STRUCTURE
// --------------------------------------------------------------------------------------- */
#main {
  position: relative;
  overflow: hidden; }

#main-content {
  position: relative;
  z-index: 300;
  overflow: hidden;
  padding-bottom: 3rem; }

#hero + #main-content,
.wp-block-cover,
.wp-block-group,
.page-section {
  padding: 3rem 0;
  position: relative; }
  #hero + #main-content.no-bg + #hero + #main-content.no-bg,
  .wp-block-cover.no-bg + .wp-block-cover.no-bg,
  .wp-block-group.no-bg + .wp-block-group.no-bg,
  .page-section.no-bg + .page-section.no-bg {
    padding-top: 0; }

.page-id-386745 #main-content,
.page-id-16359 #main-content {
  padding-top: 0 !important; }

.wp-block-cover,
.wp-block.slider,
.wp-block-group,
.wp-block {
  margin-bottom: 3rem; }

.wp-block-group.has-background + .has-background {
  margin-top: -3rem; }

.wpgmp_map_container:last-child,
.gmp_map_opts:last-child,
.wp-group-block:last-child,
.alignfull:last-child {
  margin-bottom: -3rem; }

.has-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.row {
  position: relative; }

.container, .alignfull:not(.container-full) .wp-block-group__inner-container,
.alignfull .wp-block-cover__inner-container {
  position: relative; }

.container-small {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    .container-small {
      max-width: 760px; } }
  @media (min-width: 1200px) {
    .container-small {
      max-width: 960px; } }

.container-medium, .alignfull:not(.container-full) .wp-block-group__inner-container,
.alignfull .wp-block-cover__inner-container {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .container-medium, .alignfull:not(.container-full) .wp-block-group__inner-container,
    .alignfull .wp-block-cover__inner-container {
      max-width: 990px; } }

/* ---------------------------------------------------------------------------------------
//    MAIN NAV / SITE HEADER
// --------------------------------------------------------------------------------------- */
#siteHeader {
  z-index: 9000;
  font-size: 1rem; }
  #siteHeader .navbar {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    padding: 0; }
    #siteHeader .navbar > .container, #siteHeader .alignfull:not(.container-full) .navbar > .wp-block-group__inner-container, .alignfull:not(.container-full) #siteHeader .navbar > .wp-block-group__inner-container,
    #siteHeader .alignfull .navbar > .wp-block-cover__inner-container, .alignfull #siteHeader .navbar > .wp-block-cover__inner-container {
      align-items: flex-end; }

.navbar-brand {
  white-space: normal; }

#siteHeader .navbar-brand {
  z-index: 200;
  border: 0;
  outline: none;
  max-width: 250px;
  margin: 0 auto;
  padding: 0.5rem 0 0.8rem; }
  @media (min-width: 768px) {
    #siteHeader .navbar-brand {
      width: 358px;
      max-width: 40%;
      margin: 0; } }

@media (min-width: 768px) {
  #primaryNav,
  #footerNav {
    margin-top: 10px; } }

#primaryNav .navbar-nav,
#footerNav .navbar-nav {
  flex-direction: row;
  justify-content: center; }
  #primaryNav .navbar-nav > .nav-item,
  #footerNav .navbar-nav > .nav-item {
    text-align: center;
    position: relative;
    margin: 0 10px; }
    @media (min-width: 768px) {
      #primaryNav .navbar-nav > .nav-item,
      #footerNav .navbar-nav > .nav-item {
        margin: 0 20px; }
        #primaryNav .navbar-nav > .nav-item.current-menu-item:after,
        #primaryNav .navbar-nav > .nav-item.current-menu-ancestor:after,
        #footerNav .navbar-nav > .nav-item.current-menu-item:after,
        #footerNav .navbar-nav > .nav-item.current-menu-ancestor:after {
          content: '';
          font-size: 26px;
          line-height: 1;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 6px;
          margin: auto;
          display: block;
          background: #840023;
          z-index: 1; }
        #primaryNav .navbar-nav > .nav-item.menu-item-has-children:hover:after,
        #footerNav .navbar-nav > .nav-item.menu-item-has-children:hover:after {
          color: #0260B3; } }
  #primaryNav .navbar-nav .nav-link,
  #footerNav .navbar-nav .nav-link {
    position: relative;
    font-weight: 900;
    font-family: "Roboto Slab", sans-serif;
    padding: 0.8rem 0;
    line-height: 1.1; }
    @media (min-width: 768px) {
      #primaryNav .navbar-nav .nav-link,
      #footerNav .navbar-nav .nav-link {
        font-size: 1.143rem; } }
  #primaryNav .navbar-nav > li:hover .dropdown-menu,
  #footerNav .navbar-nav > li:hover .dropdown-menu {
    display: block;
    z-index: 100; }
  #primaryNav .navbar-nav .dropdown-menu,
  #footerNav .navbar-nav .dropdown-menu {
    margin-top: -6px;
    border: 0;
    font-size: 1rem;
    background: #fff;
    border-top: 6px solid #840023;
    box-shadow: -2px 2px 6px rgba(142, 141, 139, 0.15); }
    #primaryNav .navbar-nav .dropdown-menu .dropdown-item,
    #footerNav .navbar-nav .dropdown-menu .dropdown-item {
      text-align: left;
      display: block;
      width: 100%;
      padding: 6px 15px;
      clear: both;
      font-weight: 400;
      letter-spacing: 0.2px;
      background: none;
      border: 0;
      font-family: "Roboto Slab", sans-serif; }
      #primaryNav .navbar-nav .dropdown-menu .dropdown-item:hover,
      #primaryNav .navbar-nav .dropdown-menu .dropdown-item:focus,
      #primaryNav .navbar-nav .dropdown-menu .dropdown-item:active,
      #footerNav .navbar-nav .dropdown-menu .dropdown-item:hover,
      #footerNav .navbar-nav .dropdown-menu .dropdown-item:focus,
      #footerNav .navbar-nav .dropdown-menu .dropdown-item:active {
        color: #0260B3;
        text-decoration: none;
        background-color: transparent; }
      @media (min-width: 1200px) {
        #primaryNav .navbar-nav .dropdown-menu .dropdown-item,
        #footerNav .navbar-nav .dropdown-menu .dropdown-item {
          padding-right: 20px;
          padding-left: 20px; } }
    #primaryNav .navbar-nav .dropdown-menu .active > .dropdown-item,
    #footerNav .navbar-nav .dropdown-menu .active > .dropdown-item {
      color: #0260B3; }

/*

// secondary nav

#secondaryNav {
	padding:0;
	align-items:center;
	
	a {
		color:$primary
	}
	
	.navbar-nav a {
	  padding:0.3rem;
	  display:block;
	  font-weight:600;
	}
	
	.social-list a {
		background-color:#fff;
		border-radius:50%;
		color:$primary;
		width:24px;
		height:24px;
		line-height:26px;
		padding:0;
		display:inline-block;
		text-align:center;
		margin-right:0.6rem;
	}
	
	.phone {
		display:inline-block;
		font-size:1.563rem;
		font-family:$font-family-serif;
		
		a {
			text-decoration:none;
		}
		
		.fa {
			font-size:1.2rem;
		}
	}
		
	@include media-breakpoint-up(md) {
		display:flex;
		flex-direction:row;
		align-items:center;
		line-height:1;
	
		> div:not(:last-child) {
			margin-right:22px;
			
			&:after {
				content:'|';
				font-size:20px;
				color:#ccc;
				padding-left:18px;
				display:inline-block;
				vertical-align:top;
			}
		}
		
		.container {
			display:flex;
			flex-direction:row; 
			align-items:center;
			justify-content:flex-end;   
		}
		
		
		#top-menu {
			flex-direction:row;
			align-items:center
		}
		
			
		.navbar-nav {
			margin-right:15px;
		}
	
		
		.navbar-nav a {
			padding: 0 15px;
		}
		
			
		.social-list {
			margin:0 20px 0 0;
		}
	
	}


}


// search

#secondaryNav #searchform {
  margin-top: 30px;

  @include media-breakpoint-up(md) {
    margin-top: 0;
    
    form {
	    display:inline-block;
	    vertical-align:middle;
    }

    .search-input {
      transition: all 0.5s;
      width: 0;
      background-color: transparent;
      border: 0;
      overflow: hidden;
      line-height: 1;
      height: auto;
      box-shadow: none;
      font-size: 0.889rem;
      margin-right: -28px;
	  border-radius: 20px;
	  padding:3px 35px 3px 10px;
	  color:#fff;
    }

    :hover,
    :active,
    :focus {
      .search-input {
        background-color: $info;
        width: 210px;
      }
    }

    .search-input:valid {
      background-color: $info;
      width: 210px;
    }
    
    .input-group-append {
	    z-index:6;
    }

    .input-group-append button {
      background: $primary;
      border: 0;
      border-radius:100%;
      width:28px;
      height:28px;
      box-shadow: none;
      padding: 0;
      color:#fff;
      font-size:0.8rem;

      :hover,
      :focus,
      :active {
        background: transparent;
        border: 0;
        outline: none;
      }

    }

  }
  

  
  ::-webkit-input-placeholder { 
	  color: #fff;
	}
	::-moz-placeholder { 
	  color: #fff;
	}
	:-ms-input-placeholder { 
	  color: #fff;
	}
	:-moz-placeholder { 
	  color: #fff;
	}

}

*/
@media (max-width: 767.98px) {
  #siteHeader .navbar .container, #siteHeader .navbar .alignfull:not(.container-full) .wp-block-group__inner-container, .alignfull:not(.container-full) #siteHeader .navbar .wp-block-group__inner-container,
  #siteHeader .navbar .alignfull .wp-block-cover__inner-container, .alignfull #siteHeader .navbar .wp-block-cover__inner-container {
    padding: 0.3rem 0;
    align-items: center; }
  .navbar-toggler {
    border: 0;
    outline: none !important; }
  #navbarCollapse {
    padding: 15px;
    box-shadow: none;
    text-align: left; }
  #primaryNav {
    margin: 0 auto;
    font-size: 1.3rem; }
    #primaryNav .dropdown-menu {
      background: #fff;
      margin: auto; }
  /*#secondaryNav {
		
		max-width:240px;
		margin:auto;
		
		a {
			color:#fff
		}
		
		.phone {
			color:#fff;
			text-align:left;
		}
		
		.resize-font {
			display:none;
		}
		
		#searchform {
			margin-bottom:15px;
			
			.input-group {
				border:2px solid #fff;
			}
			.form-control {
				background:transparent;
				border:0;
				color:#fff;
			}
			.input-group-append button {
				background:transparent;
				border:0;
				color:#fff;
			}
		}
		
		
	}*/ }

/* ---------------------------------------------------------------------------------------
//    HERO
// --------------------------------------------------------------------------------------- */
#hero {
  padding: 2rem 0;
  background-size: cover;
  background-color: #fff;
  position: relative;
  background-size: cover;
  background-position: 25% 25%;
  display: flex;
  align-items: center; }
  #hero.no-img {
    padding: 2rem 0 1rem;
    border-top: 90px solid #0260B3;
    text-align: center; }
    #hero.no-img .intro {
      font-size: 1.381rem; }
    #hero.no-img + #main-content {
      padding-top: 0; }
  @media (min-width: 1200px) {
    #hero.has-img {
      padding: 3rem 0; } }
  @media (min-width: 1400px) {
    #hero.has-img {
      padding: 4rem 0; } }
  #hero .page-headline:last-child {
    margin: 0; }
  #hero .container, #hero .alignfull:not(.container-full) .wp-block-group__inner-container, .alignfull:not(.container-full) #hero .wp-block-group__inner-container,
  #hero .alignfull .wp-block-cover__inner-container, .alignfull #hero .wp-block-cover__inner-container {
    z-index: 100; }
  #hero .col-6 .hero-inner {
    max-width: 560px; }
  @media (max-width: 1199.98px) {
    #hero .intro,
    #hero .alert {
      font-size: 16px; } }
  @media (max-width: 991.98px) {
    #hero .intro,
    #hero .alert {
      font-size: 14px;
      line-height: 1.3; } }
  @media (max-width: 767.98px) {
    #hero .intro,
    #hero .alert {
      font-size: 10px; } }

.page-template-page-home #hero,
.home #hero {
  padding-bottom: 0; }
  .page-template-page-home #hero .alert,
  .home #hero .alert {
    position: relative; }
    @media (min-width: 576px) {
      .page-template-page-home #hero .alert:after,
      .home #hero .alert:after {
        content: '';
        background: #0260B3;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        left: 100%; } }
    @media (min-width: 1200px) {
      .page-template-page-home #hero .alert,
      .home #hero .alert {
        margin-top: 2rem; } }

.section-headline {
  text-align: center; }

/* ---------------------------------------------------------------------------------------
//    CARDS
// --------------------------------------------------------------------------------------- */
.card {
  position: relative;
  background-color: #fff;
  color: #0260B3; }
  .card .card-footer {
    background: transparent;
    box-shadow: none; }
  .card .card-body {
    line-height: 1.5;
    padding: 2rem 1.5rem; }
  .card .card-body p:last-child {
    margin-bottom: 0 !important; }

.card-deck .card {
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

@media (min-width: 576px) {
  .card-deck.grid {
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px; }
  .card-deck.grid-2 .card,
  .card-deck.grid-4 .card,
  .card-deck.grid-5 .card,
  .card-deck.grid-3 .card {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px; } }

@media (min-width: 768px) {
  .card-deck.grid-5 .card,
  .card-deck.grid-3 .card {
    min-width: calc(33.3% - 20px);
    max-width: calc(33.3% - 20px); } }

@media (min-width: 992px) {
  .card-deck.grid-4 .card {
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px); } }

@media (min-width: 1200px) {
  .card-deck.grid-5 .card {
    min-width: calc(20% - 20px);
    max-width: calc(20% - 20px); } }

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

@media (min-width: 576px) {
  .card-columns {
    column-count: 2; } }

@media (min-width: 992px) {
  .card-columns {
    column-count: 4; } }

.alert {
  padding: 0.5rem 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1.3;
  font-size: 11px; }
  @media (min-width: 768px) {
    .alert {
      font-size: 1rem;
      padding: 1rem 1.5rem; } }

#steps .steps {
  font-family: "Roboto", sans-serif; }
  #steps .steps .card {
    margin-top: 3rem;
    text-align: center; }
    #steps .steps .card:before {
      content: '';
      font-size: 1.762rem;
      font-weight: 700;
      background: #0260B3;
      color: #fff;
      position: absolute;
      top: -29px;
      left: 0;
      right: 0;
      margin: auto;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%; }
    #steps .steps .card:first-child:before {
      content: '1'; }
    #steps .steps .card:nth-child(2n):before {
      content: '2'; }
    #steps .steps .card:nth-child(3n):before {
      content: '3'; }
    #steps .steps .card:nth-child(4n):before {
      content: '4'; }
    #steps .steps .card:nth-child(5n):before {
      content: '5'; }
    #steps .steps .card:nth-child(6n):before {
      content: '6'; }
  @media (min-width: 992px) {
    #steps .steps {
      align-items: flex-start; } }
  #steps .steps .card-body {
    padding: 2.5rem 1rem 2rem;
    line-height: 1.4; }

#stats .stats {
  margin: 0;
  flex-flow: row wrap;
  /*.has-img:after {
			content:'';
			background:#000;
			opacity:0.7;
			position:absolute;
			left:0;
			right:0;
			top:0;
			bottom:0;
			z-index:1;
		}*/ }
  #stats .stats .card {
    margin: 0;
    min-width: 50%;
    max-width: 50%;
    background: transparent;
    text-align: center;
    background-color: #0260B3;
    color: #fff;
    font-family: "Roboto", sans-serif; }
  #stats .stats .card-body {
    background-size: cover;
    background-position: center center; }
  #stats .stats .content {
    position: relative;
    z-index: 10;
    margin: auto;
    line-height: 1.2; }
  @media (min-width: 768px) {
    #stats .stats h3 {
      font-size: 1.5rem; }
    #stats .stats .content {
      font-size: 1.4rem; }
    #stats .stats .card-body {
      padding: 3rem 2rem; } }
  @media (min-width: 1200px) {
    #stats .stats .card-body {
      padding: 4rem 4rem; }
    #stats .stats h3 {
      font-size: 1.65rem; }
    #stats .stats .content {
      font-size: 1.6rem; } }

.testimonials h2 {
  text-align: center;
  margin-bottom: 3rem; }

.testimonials .card-deck {
  margin: 0; }
  .testimonials .card-deck .card {
    margin: 0;
    background-color: #0260B3;
    color: #fff;
    min-width: 100%;
    max-width: 100%;
    font-family: "Roboto", sans-serif; }
    .testimonials .card-deck .card h4 {
      font-weight: 400; }

.testimonials.students .card-deck .card .content {
  text-align: center;
  margin-bottom: 2rem;
  max-width: 100%; }

.testimonials.students .card-deck .card .photo {
  max-width: 150px;
  height: auto;
  margin: 0 auto 1rem; }

@media (min-width: 768px) {
  .testimonials.students .card-deck .card {
    min-width: 50%;
    max-width: 50%; }
    .testimonials.students .card-deck .card .card-body {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      max-width: 640px;
      margin: 0 auto;
      font-size: 18px;
      padding: 3rem; }
    .testimonials.students .card-deck .card .card-body:before {
      content: '\f10d';
      font-family: 'Font Awesome 5 Free';
      font-weight: 700;
      color: #840023;
      font-size: 60px;
      line-height: 1;
      margin-bottom: 10px;
      display: block;
      position: absolute;
      left: 2rem; }
  .testimonials.students .card-deck:nth-child(2n-1) .card:first-child,
  .testimonials.students .card-deck:nth-child(2n) .card:last-child {
    background-color: #F3F3F3;
    color: #840023; }
    .testimonials.students .card-deck:nth-child(2n-1) .card:first-child .card-body,
    .testimonials.students .card-deck:nth-child(2n) .card:last-child .card-body {
      flex-direction: column-reverse; }
    .testimonials.students .card-deck:nth-child(2n-1) .card:first-child .card-body:before,
    .testimonials.students .card-deck:nth-child(2n) .card:last-child .card-body:before {
      right: 2rem;
      left: auto;
      color: #0260B3;
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      bottom: 2.4rem; }
    .testimonials.students .card-deck:nth-child(2n-1) .card:first-child .photo,
    .testimonials.students .card-deck:nth-child(2n) .card:last-child .photo {
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .testimonials.students .card-deck .card .card-body:before {
    font-size: 80px; } }

@media (max-width: 767.98px) {
  .testimonials.students .card-deck .card:last-child {
    background-color: #F3F3F3;
    color: #840023; } }

.testimonials.navigators .card-deck .card {
  text-align: center; }
  .testimonials.navigators .card-deck .card .card-body {
    max-width: 620px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
  .testimonials.navigators .card-deck .card .content {
    max-width: 100%; }
  .testimonials.navigators .card-deck .card .photo {
    max-width: 150px;
    width: auto; }

.testimonials.navigators .card-deck:nth-child(2n+1) .card {
  background: #F3F3F3;
  color: #840023; }

@media (min-width: 768px) {
  .testimonials.navigators .card-deck .card {
    min-width: 50%;
    max-width: 50%;
    font-size: 18px;
    text-align: left; }
    .testimonials.navigators .card-deck .card .photo {
      max-width: 100%; }
      .testimonials.navigators .card-deck .card .photo img {
        max-width: 240px; }
    .testimonials.navigators .card-deck .card .content:before {
      content: '\f10d';
      font-family: 'Font Awesome 5 Free';
      font-weight: 700;
      color: #840023;
      font-size: 60px;
      line-height: 1;
      margin-bottom: 10px;
      display: block; }
  .testimonials.navigators .card-deck:nth-child(2n) {
    flex-direction: row-reverse; }
  .testimonials.navigators .card-deck:nth-child(2n) .card .content:before {
    color: #0240B3; } }

@media (min-width: 992px) {
  .testimonials.navigators .card-deck .card .card-body {
    padding: 3rem; } }

@media (max-width: 767.98px) {
  .testimonials.navigators .card-deck .card-content .card-body {
    padding-top: 0; } }

.testimonials .slides h3 {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 900; }

.testimonials .slides .content {
  font-size: 0.875rem; }
  @media (min-width: 992px) {
    .testimonials .slides .content {
      font-size: 17px; } }

@media (min-width: 768px) {
  .testimonials .slides .content:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #0240B3;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
    display: block; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .testimonials .slides .content:before {
      font-size: 60px; } }

@media (min-width: 1400px) {
  .testimonials .slides .container, .testimonials .slides .alignfull:not(.container-full) .wp-block-group__inner-container, .alignfull:not(.container-full) .testimonials .slides .wp-block-group__inner-container,
  .testimonials .slides .alignfull .wp-block-cover__inner-container, .alignfull .testimonials .slides .wp-block-cover__inner-container {
    max-width: 1200px; } }

/* ---------------------------------------------------------------------------------------
//    SEARCH COURSES
// --------------------------------------------------------------------------------------- */
.searchandfilter ul {
  padding: 0; }

.searchandfilter h4 {
  font-size: inherit; }

.searchandfilter label {
  width: 100%; }

.searchandfilter .sf-field-submit {
  margin-top: 1rem;
  display: block;
  text-align: center; }

@media (min-width: 576px) {
  .searchandfilter ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .searchandfilter h4 {
    min-width: 20%;
    margin-right: 10px; } }

@media (min-width: 768px) {
  .catalog #pagination {
    flex-direction: row;
    justify-content: space-between; } }

.result {
  padding: 2rem 0;
  font-family: "Roboto", sans-serif;
  line-height: 1.4; }
  .result:nth-child(odd) {
    background: #F3F3F3; }
  .result h3 + .h3 {
    margin-top: -1.4rem;
    margin-bottom: 0.1rem;
    display: block; }
  .result .course-stats,
  .result .course-details,
  .result .course-description {
    color: #222;
    display: block;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .result .course-stats,
      .result .course-details,
      .result .course-description {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .result .course-stats,
      .result .course-details,
      .result .course-description {
        font-size: 17px; } }
  .result .course-stats span {
    display: block; }
  .result .course-details span {
    display: block; }
  @media (min-width: 768px) {
    .result .course-details .course-dates {
      display: flex;
      flex-direction: row; }
      .result .course-details .course-dates .course-end {
        padding-left: 30px; } }

/* ---------------------------------------------------------------------------------------
//    BLOG NEWS
// -------------------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .wp-post-image {
    margin-bottom: 1rem; } }

article {
  position: relative; }

.byline {
  color: #909090;
  font-size: 1rem;
  margin-bottom: 1rem;
  display: block;
  font-size: 0.95rem; }

.posted-on + .byline {
  margin-top: -0.8rem; }

#microblogs .category-microblog p,
.archive .category-microblog p {
  margin-bottom: 10px !important; }

@media (min-width: 576px) {
  #microblogs .category-microblog .col-3,
  .archive .category-microblog .col-3 {
    flex: 0 0 20%;
    max-width: 20%; }
  #microblogs .category-microblog .col-9,
  .archive .category-microblog .col-9 {
    flex: 0 0 80%;
    max-width: 80%; } }

#post-meta {
  padding-top: 1rem; }

.breadcrumbs {
  padding-top: 10px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 13px;
  color: #222; }
  .breadcrumbs a {
    color: #222; }

.news-single-main .feat-img {
  margin: 0 auto 30px;
  text-align: center; }

#pagination {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-family: "Roboto", sans-serif; }
  #pagination .pagination, #pagination ul.page-numbers {
    margin: 0; }
  #pagination .page-link, #pagination ul.page-numbers .page-numbers, ul.page-numbers #pagination .page-numbers {
    text-decoration: none;
    border: 0;
    color: #0260B3;
    background-color: transparent;
    padding: 0rem 0.5rem;
    line-height: 1; }
  #pagination .page-numbers.current,
  #pagination .page-item.active .page-link, #pagination ul.page-numbers li.active .page-link, ul.page-numbers #pagination li.active .page-link, #pagination .page-item.active ul.page-numbers .page-numbers, ul.page-numbers #pagination .page-item.active .page-numbers, #pagination ul.page-numbers li.active .page-numbers, ul.page-numbers #pagination li.active .page-numbers {
    background: transparent;
    color: #840023; }
  #pagination .page-item, #pagination ul.page-numbers li, ul.page-numbers #pagination li {
    padding: 0; }
    #pagination .page-item:not(:last-child), #pagination ul.page-numbers li:not(:last-child), ul.page-numbers #pagination li:not(:last-child) {
      border-right: 1px solid #0260B3; }
  #pagination .page-item:before, #pagination ul.page-numbers li:before, ul.page-numbers #pagination li:before {
    content: '';
    padding: 0; }

/* ---------------------------------------------------------------------------------------
//    BLOCK EDITOR ELEMENTS
//    applying bootstrap styles where possible
// --------------------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .alignwide {
    margin-left: -65px;
    margin-right: -65px; } }

.wpgmp_map_container,
.gmp_map_opts,
.alignfull {
  margin-left: calc( -98vw / 2 + 100% / 2 );
  margin-right: calc( -98vw / 2 + 100% / 2 );
  max-width: 100vw; }
  @media (min-width: 768px) {
    .wpgmp_map_container,
    .gmp_map_opts,
    .alignfull {
      margin-left: calc( -100vw / 2 + 100% / 2 );
      margin-right: calc( -100vw / 2 + 100% / 2 );
      max-width: 100vw; } }

.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull {
  width: auto; }

.alignfull:not(.container-full) .wp-block-group__inner-container,
.alignfull .wp-block-cover__inner-container {
  margin: auto; }

.alignfull .wp-block-cover__inner-container {
  margin: 0; }

.wpgmp_map_container,
.gmp_map_opts {
  width: 100vw !important; }

.has-blue-color {
  color: #0260B3 !important; }

.has-gray-color {
  color: #F3F3F3 !important; }

.has-red-color {
  color: #840023 !important; }

.has-dark-color {
  color: #222 !important; }

.has-blue-background-color {
  background-color: #0260B3; }

.has-gray-background-color {
  background-color: #F3F3F3; }

.has-red-background-color {
  background-color: #840023; }

.has-dark-background-color {
  background-color: #222; }

.bg-primary,
.has-blue-background-color,
.bg-secondary,
.has-red-background-color,
.bg-dark,
.has-dark-background-color {
  color: #fff; }
  .bg-primary a,
  .has-blue-background-color a,
  .bg-secondary a,
  .has-red-background-color a,
  .bg-dark a,
  .has-dark-background-color a {
    color: #fff; }

.wp-block-media-text {
  box-shadow: 0px 0px 10px rgba(143, 141, 139, 0.25);
  border: 0;
  position: relative;
  margin-bottom: 3.6rem;
  background: #fff;
  border-top: 10px solid #0260B3; }

.wp-block-media-text .wp-block-media-text__media {
  overflow: hidden; }
  @media (min-width: 768px) {
    .wp-block-media-text .wp-block-media-text__media {
      height: 100%; }
      .wp-block-media-text .wp-block-media-text__media img {
        height: 100%;
        max-height: 100%;
        width: auto; } }

.wp-block-media-text .wp-block-media-text__content {
  padding: 2rem; }
  @media (min-width: 1200px) {
    .wp-block-media-text .wp-block-media-text__content {
      padding: 2rem 4rem; } }

@media (max-width: 767.98px) {
  .wp-block-media-text {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content"; } }

.wp-block-columns {
  margin-bottom: 40px; }
  .wp-block-columns + .wp-block-columns {
    margin-top: -20px; }
  .wp-block-columns:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .wp-block-columns {
      flex-wrap: nowrap; } }
  @media (min-width: 600px) and (max-width: 767px) {
    .wp-block-columns .wp-block-column {
      flex-basis: 100% !important;
      margin-left: 0 !important; } }

.accordion {
  margin-top: 3rem !important;
  margin-bottom: 1rem !important; }
  .accordion h3 {
    font-family: "Roboto Slab", sans-serif; }
  .accordion .card-header {
    background: #840023;
    padding: 1rem 1.5rem;
    border: 0;
    color: #fff;
    display: block;
    width: 100%;
    text-align: left; }
    .accordion .card-header:after {
      content: '';
      background-image: url(../images/icon-angle-down.svg);
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: right center;
      position: absolute;
      right: 1rem;
      width: 40px;
      height: 20px;
      line-height: 30px;
      filter: invert(1) brightness(1); }
    @media (min-width: 992px) {
      .accordion .card-header .card-header {
        padding: 1.5rem; }
      .accordion .card-header:after {
        background-size: 30px;
        width: 50px;
        height: 30px; } }
  .accordion .card-body {
    padding-top: 0.5rem; }
    .accordion .card-body h3 {
      color: #840023;
      font-weight: 400; }

.c-accordion__item {
  border-bottom: 2px solid #D3D3D3; }

.c-accordion__title {
  padding-left: 2em;
  padding-right: 0;
  margin-top: 1.5em; }

.c-accordion__title:active,
.c-accordion__title:focus {
  outline: none !important; }

.c-accordion__title:after {
  left: 0;
  right: auto;
  background: #222;
  color: #fff;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 19px;
  border-radius: 50%;
  font-size: 1.4rem; }

.is-open .c-accordion__title:after {
  background: #0260B3; }

.wp-block-table {
  font-size: 0.889rem;
  margin-bottom: 80px; }

.wp-block-table tr:first-child {
  font-size: 1rem;
  font-weight: 500; }
  .wp-block-table tr:first-child td {
    border-top: 0;
    border-bottom: 2px solid #0260B3; }

.btn,
.wp-block-file a.wp-block-file__button,
a.wp-block-button__link,
input[type=submit],
body .gform_wrapper .button,
a.wp-block-button__link {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  letter-spacing: 2px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .btn,
    .wp-block-file a.wp-block-file__button,
    a.wp-block-button__link,
    input[type=submit],
    body .gform_wrapper .button,
    a.wp-block-button__link {
      min-width: 300px; } }

.btn-outline-primary:hover,
.wp-block-file a.wp-block-file__button:hover,
a.wp-block-button__link:not(.has-background):hover {
  color: #fff; }

.wp-block-button__link:not(.has-background):hover,
.wp-block-button__link:not(.has-background):active,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:active {
  background: #0260B3;
  color: #fff; }

.btn-large > a {
  font-size: 1.381rem;
  padding: 0.5rem 3rem; }

.wp-block-gallery {
  margin: 50px 0 70px;
  position: relative; }
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item {
    flex-grow: 0; }
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
      flex-direction: column; }

.wp-block-image {
  margin-bottom: 30px; }
  .wp-block-image figure {
    margin-bottom: 0; }
  .wp-block-image .alignleft {
    margin-right: 2rem;
    margin-top: 1rem; }
  .wp-block-image .alignright {
    margin-left: 1.4rem; }

.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  background: transparent;
  position: relative;
  color: #212121;
  font-size: 0.778rem;
  padding: 0.4rem 0.2rem;
  line-height: 1.4;
  font-weight: 400; }

blockquote,
.wp-block-quote {
  font-weight: 400;
  line-height: 1.2;
  padding-left: 2rem;
  padding-right: 1.5rem;
  margin-bottom: 30px;
  position: relative; }

blockquote:before {
  content: '\f10d';
  position: absolute;
  left: -5px;
  top: -3px;
  color: #0260B3;
  font-size: 1.5rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

blockquote p {
  margin-bottom: 15px; }

blockquote cite,
blockquote cite,
.blockquote-footer,
.wp-block-quote cite,
.wp-block-quote cite {
  font-weight: 400;
  color: #222;
  letter-spacing: 0.25px;
  font-style: italic; }

.single-toolkits .wp-block-quote {
  color: inherit; }

#siteFooter {
  padding: 2rem 0;
  background: #F3F3F3;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px; }
  #siteFooter .navbar-brand img {
    max-height: 100px;
    width: auto;
    margin: 1rem 0; }
  #siteFooter a {
    color: #0260B3; }
  #siteFooter a:active,
  #siteFooter a:focus,
  #siteFooter a:hover {
    color: #840023; }
  #siteFooter .navbar-brand {
    margin: auto;
    padding: 0; }
  #siteFooter #footerNav {
    margin: 0 0 3rem; }
  #siteFooter .navbar-nav {
    justify-content: center; }
  @media (min-width: 768px) {
    #siteFooter {
      padding: 2rem 0 1rem; } }
  #siteFooter .footer-contact em,
  #siteFooter .footer-contact span,
  #siteFooter .footer-contact a {
    display: block;
    font-size: 14px;
    font-style: normal; }
  @media (min-width: 768px) {
    #siteFooter .footer-contact span,
    #siteFooter .footer-contact a,
    #siteFooter .footer-contact span em {
      display: inline-block;
      font-size: 16px; }
    #siteFooter .footer-contact span:not(:last-child):after,
    #siteFooter .footer-contact span em:first-child:after,
    #siteFooter .footer-contact a:not(:last-child):after {
      content: '  •  ';
      display: inline-block;
      margin: 0 6px; } }

.footer-legal {
  background: #0260B3;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-family: "Roboto", sans-serif; }
  .footer-legal a {
    color: #fff; }
  .footer-legal p {
    margin: 0; }
  .footer-legal .copyright {
    line-height: 1rem; }
  .footer-legal .social-list {
    margin-bottom: 10px; }
    .footer-legal .social-list a {
      text-decoration: none;
      font-size: 14px;
      display: inline-block;
      text-align: center;
      background-color: #fff;
      border-radius: 50%;
      color: #0260B3;
      width: 24px;
      height: 24px;
      text-align: center; }
    .footer-legal .social-list a:hover,
    .footer-legal .social-list a:focus {
      box-shadow: 0 0 0 0.2rem rgba(5, 5, 6, 0.5); }
    .footer-legal .social-list .fab {
      line-height: 24px; }
    .footer-legal .social-list .list-inline-item:not(:last-child) {
      margin-right: 1rem; }
  @media (min-width: 768px) {
    .footer-legal {
      text-align: left; }
      .footer-legal .social-list {
        margin-bottom: 0; }
      .footer-legal .container, .footer-legal .alignfull:not(.container-full) .wp-block-group__inner-container, .alignfull:not(.container-full) .footer-legal .wp-block-group__inner-container,
      .footer-legal .alignfull .wp-block-cover__inner-container, .alignfull .footer-legal .wp-block-cover__inner-container {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center; } }

body .gform_wrapper form {
  margin-bottom: 3rem; }

body .gform_wrapper ul li {
  padding-left: 0; }

body .gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #0260B3; }

@media (min-width: 768px) {
  body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  input[type="email"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="week"],
  input[type="url"],
  select,
  textarea {
    font-size: 0.875rem; } }

body .gform_wrapper .gform_footer {
  padding: 0;
  text-align: center; }

.gfield_description {
  font-size: 14px; }

body .gform_validation_container {
  display: none !important; }

body .gform_wrapper .validation_error,
body .gform_wrapper .gfield_error {
  color: #C75046;
  line-height: 1.4;
  margin-bottom: 1rem; }
  body .gform_wrapper .validation_error input,
  body .gform_wrapper .gfield_error input {
    border-color: #C75046; }

body .hidden_label label {
  display: none; }

body .gform_footer br {
  display: none; }

body .gfield_label {
  font-weight: 400; }

.gf_hidden {
  display: none; }

.mc-field-group.input-group strong {
  width: 100%; }

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #222;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #545454; }

select:not([multiple]) {
  padding-right: 2rem;
  background-image: url(../images/icon-angle-down.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 0.7rem center;
  position: relative;
  margin: 0;
  left: inherit;
  right: inherit; }

select:focus, input:focus, textarea:focus {
  box-shadow: 0 0 5px #0260B3; }

#main .select2-container {
  min-width: 100% !important;
  max-width: 100% !important; }

#main .chosen-container-single .chosen-single div,
#main .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  width: auto; }

#main .chosen-container-single .chosen-single div b,
#main .select2-container--default .select2-selection--single .select2-selection__arrow b {
  padding-right: 2rem;
  background-image: url(../images/icon-angle-down.svg) !important;
  background-size: 15px !important;
  background-repeat: no-repeat;
  background-position: right 0.7rem center !important;
  border: 0;
  position: relative;
  margin: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  display: inline; }

.select2-results {
  background: #dae2ef; }

.chosen-container {
  width: 100% !important; }

#main .select2-container--default .select2-selection--single,
.chosen-container .chosen-single {
  border: 1px solid #222;
  border-radius: 0;
  box-shadow: none;
  background: white;
  height: 2.3rem;
  line-height: 2.3rem;
  padding-left: 0.6rem; }

#main .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222;
  line-height: 2.3rem;
  padding: 0; }
  @media (min-width: 768px) {
    #main .select2-container--default .select2-selection--single .select2-selection__rendered {
      font-size: 0.875rem; } }

.select2-container--default .select2-results > .select2-results__options {
  color: #222 !important;
  font-size: 0.875rem; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0260B3 !important; }

.chosen-container-single .chosen-single span {
  color: #545454; }
  @media (min-width: 768px) {
    .chosen-container-single .chosen-single span {
      font-size: 0.875rem; } }

@media (min-width: 768px) {
  .gf_right_half,
  .gf_left_half {
    width: 50%;
    display: inline-block; }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px; } }

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto; }

embed,
iframe,
object {
  max-width: 100%;
  border: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.wp-caption {
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    text-align: center;
    font-size: inherit; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.carousel {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s; }

.carousel.slick-initialized {
  visibility: visible;
  opacity: 1; }

.carousel .card {
  display: none; }

.carousel .card:first-child {
  display: block;
  visibility: hidden; }

.carousel.slick-initialized .card {
  display: block;
  visibility: visible !important; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 600;
  position: absolute;
  top: 50%;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: none;
  text-align: center;
  background: transparent;
  border: 0; }

/*.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}*/
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.8; }

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

.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  opacity: .8;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 10px; }

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

.slick-prev:before {
  content: '\f053'; }

[dir='rtl'] .slick-prev:before {
  content: '\f053'; }

.slick-next {
  right: 10px; }

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

.slick-next:before {
  content: '\f054'; }

[dir='rtl'] .slick-next:before {
  content: '\f054'; }

.slides .container, .slides .alignfull:not(.container-full) .wp-block-group__inner-container, .alignfull:not(.container-full) .slides .wp-block-group__inner-container,
.slides .alignfull .wp-block-cover__inner-container, .alignfull .slides .wp-block-cover__inner-container {
  width: 90%; }

@media (max-width: 1199.98px) {
  .slides .container, .slides .alignfull:not(.container-full) .wp-block-group__inner-container, .alignfull:not(.container-full) .slides .wp-block-group__inner-container,
  .slides .alignfull .wp-block-cover__inner-container, .alignfull .slides .wp-block-cover__inner-container {
    max-width: 80%; }
  .slides .slick-prev,
  .slides .slick-next {
    width: 30px; }
  .slides .slick-prev:before,
  .slides .slick-next:before {
    font-size: 24px; } }

@media (max-width: 1399.98px) {
  .carousel {
    padding: 0 40px; } }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  line-height: 20px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\f111';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.searchForm label {
    display: none;
}

#maincontent {
  margin: 50px;
}

.notScheduled, .notScheduled a {
	text-decoration: none !important;
}

.searchForm {
	width: 100%;
	padding:10px;
}

.searchForm  #mainsearch, .searchForm  #programsearch {
	width: 50%;
}

#nav .searchForm  #mainsearch, #collegeLeft .searchForm  #mainsearch, #nav .searchForm  #programsearch, #collegeLeft .searchForm  #programsearch   {
	width: 100%;
}

#AllFiltersDiv {
	width: 80%;
	border: 1px dashed gray;
	margin: 0;
	margin-top: 10px;
}

#AllFiltersDiv label{
	display:inline;
}

#schedule .card-body {
padding:0;
}
#schedule .card-body table {
font-size:0.7rem;
}

#schedule .nosched {
	padding: 10px;
}

#schedule th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

.csoutline .credits {
	margin-bottom: 1rem;
}

h3 {
	margin-bottom: 0.5rem;
}

#detailurl, .noscreen {
	display:none;
}

@media print {
        #nav, .noprint, .breadcrumb {
                display:none;
        }
	#detailurl {
		display:block;
	}
        .csoutline ~ .footer {
                border-top: 2px solid #e9ecef;
        }
	.csoutline ~ .footer:before {
		content: 'Additional Information';
	}
	.noscreen {
		display: inline;
	}
}

