@charset "UTF-8";
/*---------------------------------------------
CORE SKIN STYLES
---------------------------------------------*/
/* COLORS
---------------------------------------------*/
/* White*/
/* White - Darkest*/
/* Grey  - Blue-Dark*/
/* Grey  - Blue-Light*/
/* Grey*/
/* Grey  - Darker*/
/* Brown*/
/* Borwn - Lighter*/
/* Blue  - Lightest*/
/* Blue  - Primary*/
/* Blue  - lighter*/
/* Blue  - Darkest*/
/* Blue  - Darker*/
/* Text Colors
---------------------------------------------*/
@import "fonts/glyphter/css/Glyphter.css";
@import "../libraries/owl-carousel/assets/owl.carousel.min.css";
@import "../libraries/owl-carousel/assets/owl.theme.default.min.css";
.text-color-primary {
  color: #005488 !important;
}

.text-color-primary--light {
  color: #345A7A !important;
}

.text-color-primary--lightest {
  color: #A3CBF3 !important;
}

.text-color-primary--dark {
  color: #122A3A !important;
}

.text-color-secondary {
  color: #7E715A !important;
}

.text-color-secondary--light {
  color: #BAAB91 !important;
}

.text-color-secondary--lightest {
  color: #E0D8BF !important;
}

.text-color-gray--100 {
  color: #F6F6F6;
}

.text-color-gray--200 {
  color: #EBEBEB;
}

.text-color-gray--300 {
  color: #DADADA;
}

.text-color-gray--400 {
  color: #8F9DA9;
}

.text-color-gray--500 {
  color: #869BB0;
}

.text-color-gray--600 {
  color: #939598;
}

.text-color-gray--700 {
  color: #656D77;
}

/* Background Colors
---------------------------------------------*/
.bg-color-primary {
  background-color: #005488;
}

.bg-color-primary--light {
  background-color: #345A7A;
}

.bg-color-primary--lightest {
  background-color: #A3CBF3;
}

.bg-color-secondary {
  background-color: #7E715A;
}

.bg-color-secondary--light {
  background-color: #BAAB91;
}

.bg-color-gray--100 {
  background-color: #F6F6F6;
}

.bg-color-gray--200 {
  background-color: #EBEBEB;
}

.bg-color-gray--300 {
  background-color: #DADADA;
}

.bg-color-gray--400 {
  background-color: #8F9DA9;
}

.bg-color-gray--500 {
  background-color: #869BB0;
}

.bg-color-gray--600 {
  background-color: #939598;
}

.bg-color-gray--700 {
  background-color: #656D77;
}

/* Border Colors
---------------------------------------------*/
.border-color-primary {
  border-color: #005488 !important;
}

.border-color-primary--light {
  border-color: #345A7A !important;
}

.border-color-primary--lightest {
  border-color: #A3CBF3 !important;
}

.border-color-secondary {
  border-color: #7E715A !important;
}

.border-color-secondary--light {
  border-color: #BAAB91 !important;
}

.border-color-gray--100 {
  border-color: #F6F6F6 !important;
}

.border-color-gray--200 {
  border-color: #EBEBEB !important;
}

.border-color-gray--300 {
  border-color: #DADADA !important;
}

.border-color-gray--400 {
  border-color: #8F9DA9 !important;
}

.border-color-gray--500 {
  border-color: #869BB0 !important;
}

.border-color-gray--600 {
  border-color: #939598 !important;
}

.border-color-gray--700 {
  border-color: #656D77 !important;
}

/* Font Family
---------------------------------------------*/
/* Bootstrap Updates
---------------------------------------------*/
/* Font family*/
/* Colors     */
/* Add icons*/
/* Add Owl Carousel*/
/* Add Boostrap*/
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #939598;
  --gray-dark: #343a40;
  --primary: #005488;
  --secondary: #7E715A;
  --success: #28a745;
  --info: #A3CBF3;
  --warning: #ffc107;
  --danger: #B2425D;
  --light: #DADADA;
  --dark: #656D77;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #939598;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #005488;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #00253c;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #939598;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.25rem;
}

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;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #939598;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #DADADA;
  border-radius: 0px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #939598;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #939598;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #DADADA;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #DADADA;
}
.table tbody + tbody {
  border-top: 2px solid #DADADA;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #DADADA;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #DADADA;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #939598;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8cfde;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7aa6c1;
}

.table-hover .table-primary:hover {
  background-color: #a7c3d6;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a7c3d6;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dbd7d1;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #bcb5a9;
}

.table-hover .table-secondary:hover {
  background-color: #d0cbc3;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #d0cbc3;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #e5f0fc;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #cfe4f9;
}

.table-hover .table-info:hover {
  background-color: #cee3f9;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #cee3f9;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #e9cad2;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #d79dab;
}

.table-hover .table-danger:hover {
  background-color: #e2b8c3;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e2b8c3;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: whitesmoke;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #ececec;
}

.table-hover .table-light:hover {
  background-color: #e8e8e8;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e8e8e8;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d4d6d9;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #afb3b8;
}

.table-hover .table-dark:hover {
  background-color: #c6c9cd;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c6c9cd;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #656D77;
  background-color: #EBEBEB;
  border-color: #DADADA;
}

.table-dark {
  color: #ffffff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

/* stylelint-disable selector-no-qualifying-type*/
/**/
/* Textual form controls*/
/**/
.form-control, .c-form .form-group .checkbox-list .input-group-btn button {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 0.8rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #005488;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #DADADA;
  /* Note: This has no effect on <select>s in some browsers, due to the limited stylability of `<select>`s in CSS.*/
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /* Unstyle the caret on `<select>`s in IE10+.*/
  /* Remove select outline from select box in FF*/
  /* Customize the `:focus` state to imitate native WebKit styles.*/
  /* Placeholder*/
  /* Disabled and read-only inputs*/
  /**/
  /* HTML5 says that controls under a fieldset > legend:first-child won't be*/
  /* disabled if the fieldset is disabled. Due to implementation difficulty, we*/
  /* don't honor that edge case; we style them as disabled anyway.*/
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .c-form .form-group .checkbox-list .input-group-btn button {
    transition: none;
  }
}
.form-control::-ms-expand, .c-form .form-group .checkbox-list .input-group-btn button::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring, .c-form .form-group .checkbox-list .input-group-btn button:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #005488;
}
.form-control:focus, .c-form .form-group .checkbox-list .input-group-btn button:focus {
  color: #005488;
  background-color: #ffffff;
  border-color: #09a1ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 84, 136, 0.25);
}
.form-control::-webkit-input-placeholder, .c-form .form-group .checkbox-list .input-group-btn button::-webkit-input-placeholder {
  color: #005488;
  /* Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526.*/
  opacity: 1;
}
.form-control::-moz-placeholder, .c-form .form-group .checkbox-list .input-group-btn button::-moz-placeholder {
  color: #005488;
  /* Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526.*/
  opacity: 1;
}
.form-control:-ms-input-placeholder, .c-form .form-group .checkbox-list .input-group-btn button:-ms-input-placeholder {
  color: #005488;
  /* Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526.*/
  opacity: 1;
}
.form-control::-ms-input-placeholder, .c-form .form-group .checkbox-list .input-group-btn button::-ms-input-placeholder {
  color: #005488;
  /* Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526.*/
  opacity: 1;
}
.form-control::placeholder, .c-form .form-group .checkbox-list .input-group-btn button::placeholder {
  color: #005488;
  /* Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526.*/
  opacity: 1;
}
.form-control:disabled, .c-form .form-group .checkbox-list .input-group-btn button:disabled, .form-control[readonly], .c-form .form-group .checkbox-list .input-group-btn button[readonly] {
  background-color: #EBEBEB;
  /* iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655.*/
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Fix appearance for date inputs in Safari*/
}

select.form-control:focus::-ms-value {
  /* Suppress the nested default white text on blue background highlight given to*/
  /* the selected option text when the (still closed) <select> receives focus*/
  /* in IE and (under certain conditions) Edge, as it looks bad and cannot be made to*/
  /* match the appearance of the native widget.*/
  /* See https://github.com/twbs/bootstrap/issues/19398.*/
  color: #005488;
  background-color: #ffffff;
}

/* Make file inputs better match text inputs by forcing them to new lines.*/
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/**/
/* Labels*/
/**/
/* For use with horizontal and inline forms, when you need the label (or legend)*/
/* text to align with the form controls.*/
.col-form-label {
  padding-top: calc(0.6rem + 1px);
  padding-bottom: calc(0.6rem + 1px);
  margin-bottom: 0; /* Override the `<label>/<legend>` default*/
  font-size: inherit;
  /* Override the `<legend>` default*/
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.3rem + 1px);
  padding-bottom: calc(0.3rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.3rem + 1px);
  padding-bottom: calc(0.3rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* Readonly controls as plain text*/
/**/
/* Apply class to a readonly input to make it appear like regular plain*/
/* text (without any border, background color, focus indicator)*/
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.6rem 0;
  margin-bottom: 0; /* match inputs if this class comes on inputs with default margins*/
  font-size: 1rem;
  line-height: 1.5;
  color: #939598;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* Form control sizing*/
/**/
/* Build on `.form-control` with modifier classes to decrease or increase the*/
/* height and font-size of form controls.*/
/**/
/* Repeated in `_input_group.scss` to avoid Sass extend issues.*/
.form-control-sm {
  height: calc(1.5em + 0.6rem + 2px);
  padding: 0.3rem 0.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 0.6rem + 2px);
  padding: 0.3rem 0.8rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* stylelint-disable-next-line no-duplicate-selectors*/
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

/* Form groups*/
/**/
/* Designed to help with the organization and spacing of vertical forms. For*/
/* horizontal forms, use the predefined grid classes.*/
.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* Form grid*/
/**/
/* Special replacement for our grid system's `.row` for tighter form layouts.*/
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

/* Checkboxes and radios*/
/**/
/* Indent the labels to position radios/checkboxes as hanging controls.*/
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
  /* Use [disabled] and :disabled for workaround https://github.com/twbs/bootstrap/issues/28247*/
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #939598;
}

.form-check-label {
  margin-bottom: 0; /* Override default `<label>` bottom margin*/
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0; /* Override base .form-check*/
  margin-right: 0.75rem;
  /* Undo .form-check-input defaults and add some `margin-right`.*/
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* Form validation*/
/**/
/* Provide feedback to users when form field values are valid or invalid. Works*/
/* primarily for client-side validation via scoped `:invalid` and `:valid`*/
/* pseudo-classes but also includes `.is-invalid` and `.is-valid` classes for*/
/* server side validation.*/
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .c-form .form-group .checkbox-list .input-group-btn button:valid, .c-form .form-group .checkbox-list .input-group-btn .was-validated button:valid, .form-control.is-valid, .c-form .form-group .checkbox-list .input-group-btn button.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 1.2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3rem) center;
  background-size: calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .form-control:valid:focus, .was-validated .c-form .form-group .checkbox-list .input-group-btn button:valid:focus, .c-form .form-group .checkbox-list .input-group-btn .was-validated button:valid:focus, .form-control.is-valid:focus, .c-form .form-group .checkbox-list .input-group-btn button.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.2rem);
  background-position: top calc(0.375em + 0.3rem) right calc(0.375em + 0.3rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.7rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.8rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.8rem/calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #B2425D;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(178, 66, 93, 0.9);
  border-radius: 0px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .c-form .form-group .checkbox-list .input-group-btn button:invalid, .c-form .form-group .checkbox-list .input-group-btn .was-validated button:invalid, .form-control.is-invalid, .c-form .form-group .checkbox-list .input-group-btn button.is-invalid {
  border-color: #B2425D;
  padding-right: calc(1.5em + 1.2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23B2425D' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23B2425D' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3rem) center;
  background-size: calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .form-control:invalid:focus, .was-validated .c-form .form-group .checkbox-list .input-group-btn button:invalid:focus, .c-form .form-group .checkbox-list .input-group-btn .was-validated button:invalid:focus, .form-control.is-invalid:focus, .c-form .form-group .checkbox-list .input-group-btn button.is-invalid:focus {
  border-color: #B2425D;
  box-shadow: 0 0 0 0.2rem rgba(178, 66, 93, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.2rem);
  background-position: top calc(0.375em + 0.3rem) right calc(0.375em + 0.3rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #B2425D;
  padding-right: calc(0.75em + 2.7rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.8rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23B2425D' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23B2425D' stroke='none'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.8rem/calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #B2425D;
  box-shadow: 0 0 0 0.2rem rgba(178, 66, 93, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #B2425D;
}
.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: #B2425D;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #B2425D;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #c5627a;
  background-color: #c5627a;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(178, 66, 93, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #B2425D;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #B2425D;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #B2425D;
  box-shadow: 0 0 0 0.2rem rgba(178, 66, 93, 0.25);
}

/* Inline forms*/
/**/
/* Make forms appear inline(-block) by adding the `.form-inline` class. Inline*/
/* forms begin stacked on extra small (mobile) devices and then go inline when*/
/* viewports reach <768px.*/
/**/
/* Requires wrapping inputs and labels with `.form-group` for proper display of*/
/* default HTML form controls and our custom form controls (e.g., input groups).*/
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* Prevent shorter elements from growing to same height as others (e.g., small buttons growing to normal sized button height)*/
  /* Because we use flex, the initial sizing of checkboxes is collapsed and*/
  /* doesn't occupy the full-width (which is what we want for xs grid tier),*/
  /* so we force that here.*/
  /* Kick in the inline*/
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline {
    /* Inline-block all the things for "inline"*/
    /* Allow folks to *not* use `.form-group`*/
    /* Make static controls behave like regular ones*/
    /* Remove default margin on radios/checkboxes that were used for stacking, and*/
    /* then undo the floating of radios and checkboxes to match.*/
  }
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .c-form .form-group .checkbox-list .input-group-btn button, .c-form .form-group .checkbox-list .input-group-btn .form-inline button {
    display: inline-block;
    width: auto; /* Prevent labels from stacking above inputs in `.form-group`*/
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a {
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  color: #939598;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.3rem 0.8rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a {
    transition: none;
  }
}
.btn:hover, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a:hover, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a:hover, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit:hover, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a:hover {
  color: #939598;
  text-decoration: none;
}
.btn:focus, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a:focus, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a:focus, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit:focus, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a:focus, .btn.focus, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.focus, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.focus, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .focus.submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 84, 136, 0.25);
}
.btn.disabled, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.disabled, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.disabled, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .disabled.submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.disabled, .btn:disabled, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a:disabled, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a:disabled, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit:disabled, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a:not(:disabled):not(.disabled), .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a:not(:disabled):not(.disabled), .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit:not(:disabled):not(.disabled), .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.disabled, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.disabled, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.disabled.submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.disabled,
fieldset:disabled a.btn,
fieldset:disabled .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions fieldset:disabled a,
fieldset:disabled .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions fieldset:disabled a,
fieldset:disabled .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.submit,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td fieldset:disabled a.submit,
fieldset:disabled .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem fieldset:disabled a {
  pointer-events: none;
}

.btn-primary, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnPrimaryAction {
  color: #ffffff;
  background-color: #005488;
  border-color: #005488;
}
.btn-primary:hover, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnPrimaryAction:hover {
  color: #ffffff;
  background-color: #003c62;
  border-color: #003555;
}
.btn-primary:focus, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnPrimaryAction:focus, .btn-primary.focus, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.focus.dnnPrimaryAction {
  color: #ffffff;
  background-color: #003c62;
  border-color: #003555;
  box-shadow: 0 0 0 0.2rem rgba(38, 110, 154, 0.5);
}
.btn-primary.disabled, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.disabled.dnnPrimaryAction, .btn-primary:disabled, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnPrimaryAction:disabled {
  color: #ffffff;
  background-color: #005488;
  border-color: #005488;
}
.btn-primary:not(:disabled):not(.disabled):active, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnPrimaryAction:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnPrimaryAction:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .show > a.dropdown-toggle.dnnPrimaryAction {
  color: #ffffff;
  background-color: #003555;
  border-color: #002d48;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnPrimaryAction:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnPrimaryAction:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .show > a.dropdown-toggle.dnnPrimaryAction:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 110, 154, 0.5);
}

.btn-secondary, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnSecondaryAction {
  color: #ffffff;
  background-color: #7E715A;
  border-color: #7E715A;
}
.btn-secondary:hover, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnSecondaryAction:hover {
  color: #ffffff;
  background-color: #685d4a;
  border-color: #605645;
}
.btn-secondary:focus, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnSecondaryAction:focus, .btn-secondary.focus, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.focus.dnnSecondaryAction {
  color: #ffffff;
  background-color: #685d4a;
  border-color: #605645;
  box-shadow: 0 0 0 0.2rem rgba(145, 134, 115, 0.5);
}
.btn-secondary.disabled, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.disabled.dnnSecondaryAction, .btn-secondary:disabled, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnSecondaryAction:disabled {
  color: #ffffff;
  background-color: #7E715A;
  border-color: #7E715A;
}
.btn-secondary:not(:disabled):not(.disabled):active, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnSecondaryAction:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnSecondaryAction:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .show > a.dropdown-toggle.dnnSecondaryAction {
  color: #ffffff;
  background-color: #605645;
  border-color: #59503f;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnSecondaryAction:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnSecondaryAction:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .show > a.dropdown-toggle.dnnSecondaryAction:focus {
  box-shadow: 0 0 0 0.2rem rgba(145, 134, 115, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #A3CBF3;
  border-color: #A3CBF3;
}
.btn-info:hover {
  color: #212529;
  background-color: #81b8ef;
  border-color: #76b2ed;
}
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #81b8ef;
  border-color: #76b2ed;
  box-shadow: 0 0 0 0.2rem rgba(144, 178, 213, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #A3CBF3;
  border-color: #A3CBF3;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #76b2ed;
  border-color: #6babec;
}
.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(144, 178, 213, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #B2425D;
  border-color: #B2425D;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #96384e;
  border-color: #8d344a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #96384e;
  border-color: #8d344a;
  box-shadow: 0 0 0 0.2rem rgba(190, 94, 117, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #B2425D;
  border-color: #B2425D;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #8d344a;
  border-color: #833145;
}
.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(190, 94, 117, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #DADADA;
  border-color: #DADADA;
}
.btn-light:hover {
  color: #212529;
  background-color: #c7c7c7;
  border-color: #c1c1c1;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #c7c7c7;
  border-color: #c1c1c1;
  box-shadow: 0 0 0 0.2rem rgba(190, 191, 191, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #DADADA;
  border-color: #DADADA;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #c1c1c1;
  border-color: #bababa;
}
.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(190, 191, 191, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #656D77;
  border-color: #656D77;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #535a62;
  border-color: #4e545b;
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #535a62;
  border-color: #4e545b;
  box-shadow: 0 0 0 0.2rem rgba(124, 131, 139, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #656D77;
  border-color: #656D77;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #4e545b;
  border-color: #484d55;
}
.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(124, 131, 139, 0.5);
}

.btn-outline-primary, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit {
  color: #005488;
  border-color: #005488;
}
.btn-outline-primary:hover, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a:hover, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a:hover, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit:hover {
  color: #ffffff;
  background-color: #005488;
  border-color: #005488;
}
.btn-outline-primary:focus, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a:focus, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a:focus, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit:focus, .btn-outline-primary.focus, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.focus, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.focus, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .focus.submit {
  box-shadow: 0 0 0 0.2rem rgba(0, 84, 136, 0.5);
}
.btn-outline-primary.disabled, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.disabled, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.disabled, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .disabled.submit, .btn-outline-primary:disabled, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a:disabled, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a:disabled, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit:disabled {
  color: #005488;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a:not(:disabled):not(.disabled):active, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a:not(:disabled):not(.disabled):active, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a:not(:disabled):not(.disabled).active, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a:not(:disabled):not(.disabled).active, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .show > a.dropdown-toggle, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .show > a.dropdown-toggle, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .show > .dropdown-toggle.submit {
  color: #ffffff;
  background-color: #005488;
  border-color: #005488;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a:not(:disabled):not(.disabled):active:focus, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a:not(:disabled):not(.disabled):active:focus, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a:not(:disabled):not(.disabled).active:focus, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a:not(:disabled):not(.disabled).active:focus, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .show > a.dropdown-toggle:focus, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .show > a.dropdown-toggle:focus, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .show > .dropdown-toggle.submit:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 84, 136, 0.5);
}

.btn-outline-secondary {
  color: #7E715A;
  border-color: #7E715A;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #7E715A;
  border-color: #7E715A;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 113, 90, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #7E715A;
  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: #ffffff;
  background-color: #7E715A;
  border-color: #7E715A;
}
.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(126, 113, 90, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #A3CBF3;
  border-color: #A3CBF3;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #A3CBF3;
  border-color: #A3CBF3;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 203, 243, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #A3CBF3;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #A3CBF3;
  border-color: #A3CBF3;
}
.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(163, 203, 243, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #B2425D;
  border-color: #B2425D;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #B2425D;
  border-color: #B2425D;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 66, 93, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #B2425D;
  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: #ffffff;
  background-color: #B2425D;
  border-color: #B2425D;
}
.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(178, 66, 93, 0.5);
}

.btn-outline-light {
  color: #DADADA;
  border-color: #DADADA;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #DADADA;
  border-color: #DADADA;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #DADADA;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #DADADA;
  border-color: #DADADA;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5);
}

.btn-outline-dark {
  color: #656D77;
  border-color: #656D77;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #656D77;
  border-color: #656D77;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 109, 119, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #656D77;
  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: #ffffff;
  background-color: #656D77;
  border-color: #656D77;
}
.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(101, 109, 119, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #005488;
  text-decoration: none;
}
.btn-link:hover {
  color: #00253c;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #939598;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-lg > a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-lg > a, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-lg > .submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-lg > a {
  padding: 0.3rem 0.8rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-sm > a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-sm > a, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-sm > .submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-sm > a {
  padding: 0.3rem 0.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #939598;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #EBEBEB;
}

.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:visited, .dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #F6F6F6;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #005488;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #939598;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #939598;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group > a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group > a, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group > .submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group > a,
.btn-group-vertical > .btn,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-vertical > a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-vertical > a,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-vertical > .submit,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-vertical > a {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group > a:hover, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group > a:hover, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group > .submit:hover, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group > a:hover,
.btn-group-vertical > .btn:hover,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-vertical > a:hover,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-vertical > a:hover,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-vertical > .submit:hover,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-vertical > a:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group > a:focus, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group > a:focus, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group > .submit:focus, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group > a:focus, .btn-group > .btn:active, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group > a:active, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group > a:active, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group > .submit:active, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group > a:active, .btn-group > .btn.active, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group > a.active, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group > a.active, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group > .active.submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group > a.active,
.btn-group-vertical > .btn:focus,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-vertical > a:focus,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-vertical > a:focus,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-vertical > .submit:focus,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-vertical > a:active,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-vertical > a:active,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-vertical > .submit:active,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-vertical > a:active,
.btn-group-vertical > .btn.active,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-vertical > a.active,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-vertical > a.active,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-vertical > .active.submit,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-vertical > a.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group > a:not(:first-child), .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group > a:not(:first-child), .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group > .submit:not(:first-child), .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group > a:not(:last-child):not(.dropdown-toggle), .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group > a:not(:last-child):not(.dropdown-toggle), .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group > .submit:not(:last-child):not(.dropdown-toggle), .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group > a:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group > .btn-group:not(:last-child) > a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group > .btn-group:not(:last-child) > a,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group > .btn-group:not(:last-child) > .submit,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group > .btn-group:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group > a:not(:first-child), .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group > a:not(:first-child), .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group > .submit:not(:first-child), .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group > .btn-group:not(:first-child) > a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group > .btn-group:not(:first-child) > a,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group > .btn-group:not(:first-child) > .submit,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-sm > a + .dropdown-toggle-split, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-sm > a + .dropdown-toggle-split, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-sm > .submit + .dropdown-toggle-split, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-sm > a + .dropdown-toggle-split {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-lg > a + .dropdown-toggle-split, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-lg > a + .dropdown-toggle-split, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-lg > .submit + .dropdown-toggle-split, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-lg > a + .dropdown-toggle-split {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-vertical > a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-vertical > a, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-vertical > .submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-vertical > a,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-vertical > a:not(:first-child), .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-vertical > a:not(:first-child), .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-vertical > .submit:not(:first-child), .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-vertical > a:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-vertical > .submit:not(:last-child):not(.dropdown-toggle), .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-vertical > .btn-group:not(:last-child) > a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-vertical > .btn-group:not(:last-child) > a,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-vertical > .btn-group:not(:last-child) > .submit,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-vertical > .btn-group:not(:last-child) > a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-vertical > a:not(:first-child), .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-vertical > a:not(:first-child), .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-vertical > .submit:not(:first-child), .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-vertical > a:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-vertical > .btn-group:not(:first-child) > a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-vertical > .btn-group:not(:first-child) > a,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-vertical > .btn-group:not(:first-child) > .submit,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-vertical > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-toggle > a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-toggle > a, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-toggle > .submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-toggle > a,
.btn-group-toggle > .btn-group > .btn,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-toggle > .btn-group > a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-toggle > .btn-group > a,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-toggle > .btn-group > .submit,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-toggle > .btn-group > a {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-toggle > a input[type=radio], .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-toggle > a input[type=radio], .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-toggle > .submit input[type=radio], .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-toggle > a input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-toggle > a input[type=checkbox],
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-toggle > a input[type=checkbox],
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-toggle > .submit input[type=checkbox],
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-toggle > a input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .c-form .form-group .checkbox-list .input-group-btn .input-group > button,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .c-form .form-group .checkbox-list .input-group-btn .input-group > button + .form-control, .c-form .form-group .checkbox-list .input-group-btn .input-group > .form-control + button, .c-form .form-group .checkbox-list .input-group-btn .input-group > button + button,
.input-group > .form-control + .custom-select,
.c-form .form-group .checkbox-list .input-group-btn .input-group > button + .custom-select,
.input-group > .form-control + .custom-file,
.c-form .form-group .checkbox-list .input-group-btn .input-group > button + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.c-form .form-group .checkbox-list .input-group-btn .input-group > .form-control-plaintext + button,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.c-form .form-group .checkbox-list .input-group-btn .input-group > .custom-select + button,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.c-form .form-group .checkbox-list .input-group-btn .input-group > .custom-file + button,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .c-form .form-group .checkbox-list .input-group-btn .input-group > button:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child), .c-form .form-group .checkbox-list .input-group-btn .input-group > button:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .c-form .form-group .checkbox-list .input-group-btn .input-group > button:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-prepend a, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-prepend a, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-prepend .submit, .input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend a,
.input-group-append .btn,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-append a,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-append a,
.input-group-append .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-append .submit,
.input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append a {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a:focus, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-prepend a:focus, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a:focus, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-prepend a:focus, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit:focus, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-prepend .submit:focus, .input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a:focus, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend a:focus,
.input-group-append .btn:focus,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a:focus,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-append a:focus,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a:focus,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-append a:focus,
.input-group-append .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit:focus,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-append .submit:focus,
.input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a:focus,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append a:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a + .btn, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-prepend a + .btn, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn + a, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-prepend .btn + a, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a + a, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-prepend a + a, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a + .btn, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .right_side .edit_comment .actions a + a, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .right_side .actions a + a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-prepend a + .btn, .resource-wrapper div[id$=upPanelComments] .comment .right_side .edit_comment .actions .input-group-prepend a + a, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .right_side .actions .input-group-prepend a + a, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn + a, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .right_side .edit_comment .actions a + a, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .right_side .actions a + a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-prepend .btn + a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .edit_comment .actions .input-group-prepend a + a, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .right_side .actions .input-group-prepend a + a, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a + a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-prepend a + a, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit + .btn, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .comment .edit_comment .actions .submit + a, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .add_comment .add_article_box table tbody tr td .submit + a, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .comment .right_side .actions .submit + a, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .add_comment .add_article_box table tbody tr td .submit + a, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-prepend .submit + .btn, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-prepend .comment .edit_comment .actions .submit + a, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .add_comment .add_article_box table tbody tr td .input-group-prepend .submit + a, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-prepend .comment .right_side .actions .submit + a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .add_comment .add_article_box table tbody tr td .input-group-prepend .submit + a, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn + .submit, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .comment .edit_comment .actions a + .submit, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .add_comment .add_article_box table tbody tr td a + .submit, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .comment .right_side .actions a + .submit, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .add_comment .add_article_box table tbody tr td a + .submit, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-prepend .btn + .submit, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-prepend .comment .edit_comment .actions a + .submit, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .add_comment .add_article_box table tbody tr td .input-group-prepend a + .submit, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-prepend .comment .right_side .actions a + .submit, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .add_comment .add_article_box table tbody tr td .input-group-prepend a + .submit, .input-group-prepend .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit + .submit, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-prepend .submit + .submit, .input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a + .btn, .input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a + a, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a + a, .input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a + a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a + a, .input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a + .submit, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a + .submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend a + .btn, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a + a, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend a + a, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a + a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend a + a, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a + .submit, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend a + .submit, .input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn + a, .input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a + a, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a + a, .input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a + a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a + a, .input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit + a, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .submit + a, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend .btn + a, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a + a, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend a + a, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a + a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend a + a, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit + a, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend .submit + a, .input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a + a, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend a + a,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a + .input-group-text,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-prepend a + .input-group-text,
.input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a + .input-group-text,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-prepend a + .input-group-text,
.input-group-prepend .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit + .input-group-text,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-prepend .submit + .input-group-text,
.input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a + .input-group-text,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend a + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-text + a,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-prepend .input-group-text + a,
.input-group-prepend .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-text + a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-prepend .input-group-text + a,
.input-group-prepend .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-text + .submit,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-prepend .input-group-text + .submit,
.input-group-prepend .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-text + a,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-prepend .input-group-text + a,
.input-group-append .btn + .btn,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a + .btn,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-append a + .btn,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn + a,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-append .btn + a,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a + a,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-append a + a,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a + .btn,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .right_side .edit_comment .actions a + a,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .right_side .actions a + a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-append a + .btn,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .edit_comment .actions .input-group-append a + a,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .right_side .actions .input-group-append a + a,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn + a,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .right_side .edit_comment .actions a + a,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .right_side .actions a + a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-append .btn + a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .edit_comment .actions .input-group-append a + a,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .right_side .actions .input-group-append a + a,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a + a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-append a + a,
.input-group-append .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit + .btn,
.input-group-append .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .comment .edit_comment .actions .submit + a,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .add_comment .add_article_box table tbody tr td .submit + a,
.input-group-append .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .comment .right_side .actions .submit + a,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .add_comment .add_article_box table tbody tr td .submit + a,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-append .submit + .btn,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-append .comment .edit_comment .actions .submit + a,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .add_comment .add_article_box table tbody tr td .input-group-append .submit + a,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-append .comment .right_side .actions .submit + a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .add_comment .add_article_box table tbody tr td .input-group-append .submit + a,
.input-group-append .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn + .submit,
.input-group-append .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .comment .edit_comment .actions a + .submit,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .add_comment .add_article_box table tbody tr td a + .submit,
.input-group-append .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .comment .right_side .actions a + .submit,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .add_comment .add_article_box table tbody tr td a + .submit,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-append .btn + .submit,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-append .comment .edit_comment .actions a + .submit,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .add_comment .add_article_box table tbody tr td .input-group-append a + .submit,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-append .comment .right_side .actions a + .submit,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .add_comment .add_article_box table tbody tr td .input-group-append a + .submit,
.input-group-append .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit + .submit,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-append .submit + .submit,
.input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a + .btn,
.input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a + a,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a + a,
.input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a + a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a + a,
.input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a + .submit,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a + .submit,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append a + .btn,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a + a,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append a + a,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a + a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append a + a,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a + .submit,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append a + .submit,
.input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn + a,
.input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a + a,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a + a,
.input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a + a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a + a,
.input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit + a,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .submit + a,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append .btn + a,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a + a,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append a + a,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a + a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append a + a,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit + a,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append .submit + a,
.input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a + a,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append a + a,
.input-group-append .btn + .input-group-text,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a + .input-group-text,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-append a + .input-group-text,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a + .input-group-text,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-append a + .input-group-text,
.input-group-append .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit + .input-group-text,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-append .submit + .input-group-text,
.input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a + .input-group-text,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append a + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-text + a,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-append .input-group-text + a,
.input-group-append .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-text + a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-append .input-group-text + a,
.input-group-append .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-text + .submit,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-append .input-group-text + .submit,
.input-group-append .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-text + a,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-append .input-group-text + a {
  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.6rem 0.8rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #005488;
  text-align: center;
  white-space: nowrap;
  background-color: #EBEBEB;
  border: 1px solid #DADADA;
  border-radius: 0px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .c-form .form-group .checkbox-list .input-group-btn .input-group-lg > button:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 0.6rem + 2px);
}

.input-group-lg > .form-control, .c-form .form-group .checkbox-list .input-group-btn .input-group-lg > button,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-lg > .input-group-prepend > a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-lg > .input-group-prepend > a,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-lg > .input-group-prepend > .submit,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-lg > .input-group-prepend > a,
.input-group-lg > .input-group-append > .btn,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-lg > .input-group-append > a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-lg > .input-group-append > a,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-lg > .input-group-append > .submit,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-lg > .input-group-append > a {
  padding: 0.3rem 0.8rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .c-form .form-group .checkbox-list .input-group-btn .input-group-sm > button:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.6rem + 2px);
}

.input-group-sm > .form-control, .c-form .form-group .checkbox-list .input-group-btn .input-group-sm > button,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-sm > .input-group-prepend > a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-sm > .input-group-prepend > a,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-sm > .input-group-prepend > .submit,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-sm > .input-group-prepend > a,
.input-group-sm > .input-group-append > .btn,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group-sm > .input-group-append > a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group-sm > .input-group-append > a,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group-sm > .input-group-append > .submit,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group-sm > .input-group-append > a {
  padding: 0.3rem 0.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.8rem;
}

.input-group > .input-group-prepend > .btn, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group > .input-group-prepend > a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group > .input-group-prepend > a, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group > .input-group-prepend > .submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group > .input-group-prepend > a,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group > .input-group-append:not(:last-child) > a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group > .input-group-append:not(:last-child) > a,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group > .input-group-append:not(:last-child) > .submit,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group > .input-group-append:not(:last-child) > a,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group > .input-group-append:last-child > .submit:not(:last-child):not(.dropdown-toggle),
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group > .input-group-append > a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group > .input-group-append > a, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group > .input-group-append > .submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group > .input-group-append > a,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group > .input-group-prepend:not(:first-child) > a,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group > .input-group-prepend:not(:first-child) > a,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group > .input-group-prepend:not(:first-child) > .submit,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group > .input-group-prepend:not(:first-child) > a,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .input-group > .input-group-prepend:first-child > a:not(:first-child),
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .input-group > .input-group-prepend:first-child > a:not(:first-child),
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .input-group > .input-group-prepend:first-child > .submit:not(:first-child),
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .input-group > .input-group-prepend:first-child > a:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #005488;
  background-color: #005488;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 84, 136, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #09a1ff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #3cb4ff;
  border-color: #3cb4ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #939598;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #EBEBEB;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #869BB0 solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #005488;
  background-color: #005488;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 84, 136, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 84, 136, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 84, 136, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #869BB0;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 84, 136, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 1.8rem 0.6rem 0.8rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #005488;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.8rem center/8px 10px;
  border: 1px solid #DADADA;
  border-radius: 0px;
  appearance: none;
}
.custom-select:focus {
  border-color: #09a1ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 84, 136, 0.25);
}
.custom-select:focus::-ms-value {
  color: #005488;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.8rem;
  background-image: none;
}
.custom-select:disabled {
  color: #939598;
  background-color: #EBEBEB;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #005488;
}

.custom-select-sm {
  height: calc(1.5em + 0.6rem + 2px);
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.8rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 0.6rem + 2px);
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.8rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #09a1ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 84, 136, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #EBEBEB;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 0.8rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #005488;
  background-color: #ffffff;
  border: 1px solid #DADADA;
  border-radius: 0px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.2rem);
  padding: 0.6rem 0.8rem;
  line-height: 1.5;
  color: #005488;
  content: "Browse";
  background-color: #EBEBEB;
  border-left: inherit;
  border-radius: 0 0px 0px 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 84, 136, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 84, 136, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 84, 136, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #005488;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #3cb4ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DADADA;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #005488;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #3cb4ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DADADA;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #005488;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #3cb4ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #DADADA;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #DADADA;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #869BB0;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #869BB0;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #869BB0;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:visited, .nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #939598;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #DADADA;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.nav-tabs .nav-link:visited, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #EBEBEB #EBEBEB #DADADA;
}
.nav-tabs .nav-link.disabled {
  color: #939598;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #656D77;
  background-color: #ffffff;
  border-color: #DADADA #DADADA #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #005488;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:visited, .navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggler:visited, .navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:visited, .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:visited, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:visited, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:visited, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:visited, .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: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:visited, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #EBEBEB;
  border-radius: 0px;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #939598;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #939598;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #005488;
  background-color: #ffffff;
  border: 1px solid #DADADA;
}
.page-link:hover {
  z-index: 2;
  color: #00253c;
  text-decoration: none;
  background-color: #EBEBEB;
  border-color: #DADADA;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 84, 136, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #005488;
  border-color: #005488;
}
.page-item.disabled .page-link {
  color: #939598;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #DADADA;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:visited, a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a .badge, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a .badge, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit .badge, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #ffffff;
  background-color: #005488;
}
a.badge-primary:visited, a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #003555;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 84, 136, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #7E715A;
}
a.badge-secondary:visited, a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #605645;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(126, 113, 90, 0.5);
}

.badge-success {
  color: #ffffff;
  background-color: #28a745;
}
a.badge-success:visited, a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #A3CBF3;
}
a.badge-info:visited, a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #76b2ed;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(163, 203, 243, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:visited, a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #B2425D;
}
a.badge-danger:visited, a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #8d344a;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(178, 66, 93, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #DADADA;
}
a.badge-light:visited, a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #c1c1c1;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #656D77;
}
a.badge-dark:visited, a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: #4e545b;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 109, 119, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #EBEBEB;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #002c47;
  background-color: #ccdde7;
  border-color: #b8cfde;
}
.alert-primary hr {
  border-top-color: #a7c3d6;
}
.alert-primary .alert-link {
  color: #000c14;
}

.alert-secondary {
  color: #423b2f;
  background-color: #e5e3de;
  border-color: #dbd7d1;
}
.alert-secondary hr {
  border-top-color: #d0cbc3;
}
.alert-secondary .alert-link {
  color: #24201a;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #556a7e;
  background-color: #edf5fd;
  border-color: #e5f0fc;
}
.alert-info hr {
  border-top-color: #cee3f9;
}
.alert-info .alert-link {
  color: #405060;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #5d2230;
  background-color: #f0d9df;
  border-color: #e9cad2;
}
.alert-danger hr {
  border-top-color: #e2b8c3;
}
.alert-danger .alert-link {
  color: #38141d;
}

.alert-light {
  color: #717171;
  background-color: #f8f8f8;
  border-color: whitesmoke;
}
.alert-light hr {
  border-top-color: #e8e8e8;
}
.alert-light .alert-link {
  color: #585858;
}

.alert-dark {
  color: #35393e;
  background-color: #e0e2e4;
  border-color: #d4d6d9;
}
.alert-dark hr {
  border-top-color: #c6c9cd;
}
.alert-dark .alert-link {
  color: #1d2023;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #EBEBEB;
  border-radius: 0px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #005488;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0px;
}

.list-group-item-action {
  width: 100%;
  color: #656D77;
  text-align: inherit;
}
.list-group-item-action:visited, .list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #656D77;
  text-decoration: none;
  background-color: #F6F6F6;
}
.list-group-item-action:active {
  color: #939598;
  background-color: #EBEBEB;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #939598;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #005488;
  border-color: #005488;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #002c47;
  background-color: #b8cfde;
}
.list-group-item-primary.list-group-item-action:visited, .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #002c47;
  background-color: #a7c3d6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #002c47;
  border-color: #002c47;
}

.list-group-item-secondary {
  color: #423b2f;
  background-color: #dbd7d1;
}
.list-group-item-secondary.list-group-item-action:visited, .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #423b2f;
  background-color: #d0cbc3;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #423b2f;
  border-color: #423b2f;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:visited, .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #556a7e;
  background-color: #e5f0fc;
}
.list-group-item-info.list-group-item-action:visited, .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #556a7e;
  background-color: #cee3f9;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #556a7e;
  border-color: #556a7e;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:visited, .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #5d2230;
  background-color: #e9cad2;
}
.list-group-item-danger.list-group-item-action:visited, .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #5d2230;
  background-color: #e2b8c3;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #5d2230;
  border-color: #5d2230;
}

.list-group-item-light {
  color: #717171;
  background-color: whitesmoke;
}
.list-group-item-light.list-group-item-action:visited, .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #717171;
  background-color: #e8e8e8;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #717171;
  border-color: #717171;
}

.list-group-item-dark {
  color: #35393e;
  background-color: #d4d6d9;
}
.list-group-item-dark.list-group-item-action:visited, .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #35393e;
  background-color: #c6c9cd;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #35393e;
  border-color: #35393e;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):visited, .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #939598;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #DADADA;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #DADADA;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #939598;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:visited, .carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:visited,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #005488 !important;
}

a.bg-primary:visited, a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:visited,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #003555 !important;
}

.bg-secondary {
  background-color: #7E715A !important;
}

a.bg-secondary:visited, a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:visited,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #605645 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:visited, a.bg-success:hover, a.bg-success:focus,
button.bg-success:visited,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #A3CBF3 !important;
}

a.bg-info:visited, a.bg-info:hover, a.bg-info:focus,
button.bg-info:visited,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #76b2ed !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:visited, a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:visited,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #B2425D !important;
}

a.bg-danger:visited, a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:visited,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #8d344a !important;
}

.bg-light {
  background-color: #DADADA !important;
}

a.bg-light:visited, a.bg-light:hover, a.bg-light:focus,
button.bg-light:visited,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c1c1c1 !important;
}

.bg-dark {
  background-color: #656D77 !important;
}

a.bg-dark:visited, a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:visited,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #4e545b !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #DADADA !important;
}

.border-top {
  border-top: 1px solid #DADADA !important;
}

.border-right {
  border-right: 1px solid #DADADA !important;
}

.border-bottom {
  border-bottom: 1px solid #DADADA !important;
}

.border-left {
  border-left: 1px solid #DADADA !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: #005488 !important;
}

.border-secondary {
  border-color: #7E715A !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #A3CBF3 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #B2425D !important;
}

.border-light {
  border-color: #DADADA !important;
}

.border-dark {
  border-color: #656D77 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0px !important;
}

.rounded-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-right {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-left {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #005488 !important;
}

a.text-primary:visited, a.text-primary:hover, a.text-primary:focus {
  color: #00253c !important;
}

.text-secondary {
  color: #7E715A !important;
}

a.text-secondary:visited, a.text-secondary:hover, a.text-secondary:focus {
  color: #51493a !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:visited, a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #A3CBF3 !important;
}

a.text-info:visited, a.text-info:hover, a.text-info:focus {
  color: #5fa5ea !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:visited, a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #B2425D !important;
}

a.text-danger:visited, a.text-danger:hover, a.text-danger:focus {
  color: #7a2d40 !important;
}

.text-light {
  color: #DADADA !important;
}

a.text-light:visited, a.text-light:hover, a.text-light:focus {
  color: #b4b4b4 !important;
}

.text-dark {
  color: #656D77 !important;
}

a.text-dark:visited, a.text-dark:hover, a.text-dark:focus {
  color: #42474e !important;
}

.text-body {
  color: #939598 !important;
}

.text-muted {
  color: #939598 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #869BB0;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #DADADA !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #DADADA;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #DADADA;
  }
}
/* Add Custom Styles */
/*---------------------------------------------
Helpers
---------------------------------------------*/
/* Background Color Opacity Helper
---------------------------------------------*/
/* Text Styles
---------------------------------------------*/
body {
  font-size: 16px !important;
}

h1, .h1, .fs-45 {
  font-size: 45px !important;
}

h2, .h2, .fs-42 {
  font-size: 42px !important;
}

h3, .h3, .fs-38 {
  font-size: 38px !important;
}

h4, .h4, .fs-32 {
  font-size: 32px !important;
}

h5, .h5, .fs-26 {
  font-size: 26px !important;
}

h6, .h6, .fs-26 {
  font-size: 26px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-p, .fs-16 {
  font-size: 16px !important;
}

p {
  font-size: 16px;
}

.fs-77 {
  font-size: 77px !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #656D77;
}
h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child),
.h1:not(:last-child), .h2:not(:last-child), .h3:not(:last-child), .h4:not(:last-child), .h5:not(:last-child), .h6:not(:last-child) {
  margin-bottom: 30px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0px;
}

/* Heading Styles
---------------------------------------------*/
h1, .h1, .fs-1 {
  font-family: "Fjalla One", sans-serif;
}

h2, .h2, .fs-2 {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

h3, .h3, .fs-3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}

h4, .h4, .fs-4 {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

h5, .h5, .fs-5 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

h6, .h6, .fs-6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

/* Font Weight
---------------------------------------------*/
strong,
b {
  font-weight: 600;
}

/* Paragraph Spacing
---------------------------------------------*/
body,
p,
.p {
  color: #656D77;
}
body:not(:last-child),
p:not(:last-child),
.p:not(:last-child) {
  margin-bottom: 20px;
}
body:last-child,
p:last-child,
.p:last-child {
  margin-bottom: 0px;
}

/* Font Weights
---------------------------------------------*/
.font-weight--bold {
  font-weight: bold;
}

/* Line Height
---------------------------------------------*/
.line-height-1 {
  line-height: 1;
}

.line-height-2 {
  line-height: 1.2;
}

.line-height-3 {
  line-height: 1.3;
}

.line-height-4 {
  line-height: 1.4;
}

.line-height-5 {
  line-height: 1.5;
}

.line-height-7 {
  line-height: 1.7;
}

/* Link Styles
---------------------------------------------*/
a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
a:visited, a:hover, a:focus {
  outline: none;
  color: #005488;
}
a.btn.btn-link:visited, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn-link:visited, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn-link:visited, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.btn-link.submit:visited, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-link:visited {
  color: #005488;
}
a.btn.btn-primary, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn-primary, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn-primary, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.btn-primary.submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-primary, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnPrimaryAction {
  background-color: #005488;
}
a.btn.btn-primary:visited, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn-primary:visited, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn-primary:visited, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.btn-primary.submit:visited, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-primary:visited, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnPrimaryAction:visited {
  color: white;
  background-color: #005488;
}
a.btn.btn-primary:hover, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn-primary:hover, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn-primary:hover, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.btn-primary.submit:hover, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-primary:hover, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnPrimaryAction:hover {
  color: white;
  background-color: #00253c;
}
a.btn.btn-secondary, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn-secondary, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn-secondary, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.btn-secondary.submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-secondary, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnSecondaryAction {
  background-color: #7E715A;
}
a.btn.btn-secondary:visited, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn-secondary:visited, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn-secondary:visited, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.btn-secondary.submit:visited, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-secondary:visited, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnSecondaryAction:visited {
  color: white;
  background-color: #7E715A;
}
a.btn.btn-secondary:hover, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn-secondary:hover, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn-secondary:hover, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.btn-secondary.submit:hover, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-secondary:hover, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnSecondaryAction:hover {
  color: white;
  background-color: #51493a;
}
a.btn.btn-white, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn-white, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn-white, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.btn-white.submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-white {
  background-color: white;
  color: #005488;
}
a.btn.btn-white:visited, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn-white:visited, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn-white:visited, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.btn-white.submit:visited, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-white:visited {
  color: #005488;
  background-color: white;
}
a.btn.btn-white:hover, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn-white:hover, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn-white:hover, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.btn-white.submit:hover, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-white:hover {
  color: white;
  background-color: #005488;
}
a.btn.btn-outline-primary, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn-outline-primary, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn, .resource-wrapper div[id$=upPanelComments] .comment .right_side .edit_comment .actions a, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .right_side .actions a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn-outline-primary, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-outline-primary, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a {
  background-color: white;
}
a.btn.btn-outline-primary:visited, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a:visited, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a:visited, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.submit:visited, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-outline-primary:visited {
  color: #005488;
  background-color: #ffffff;
}
a.btn.btn-outline-primary:hover, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a:hover, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a:hover, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.submit:hover, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-outline-primary:hover {
  color: white;
  background-color: #005488;
}
a.btn.btn-outline-secondary, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn-outline-secondary, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn-outline-secondary, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.btn-outline-secondary.submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-outline-secondary {
  background-color: white;
}
a.btn.btn-outline-secondary:visited, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn-outline-secondary:visited, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn-outline-secondary:visited, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.btn-outline-secondary.submit:visited, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-outline-secondary:visited {
  color: #7E715A;
  background-color: #ffffff;
}
a.btn.btn-outline-secondary:hover, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn-outline-secondary:hover, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn-outline-secondary:hover, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.btn-outline-secondary.submit:hover, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-outline-secondary:hover {
  color: white;
  background-color: #7E715A;
}
a.btn.btn-outline-white, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn-outline-white, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn-outline-white, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.btn-outline-white.submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-outline-white {
  background-color: transparent;
  border-color: white;
  color: white;
}
a.btn.btn-outline-white:visited, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn-outline-white:visited, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn-outline-white:visited, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.btn-outline-white.submit:visited, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-outline-white:visited {
  color: white;
  background-color: transparent;
}
a.btn.btn-outline-white:hover, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn-outline-white:hover, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn-outline-white:hover, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td a.btn-outline-white.submit:hover, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-outline-white:hover {
  color: white;
  background-color: #005488;
}

.link.link--arrow:hover, .related-articles-container .related-articles-carousel__item__link a.link--arrow:hover, .resource-wrapper .resource-detail__categories a.link--arrow:hover, .link--arrow.resource-videos__item__link:hover, .link--arrow.resource-list__item__content__cta__link:hover {
  text-decoration: none;
}
.link.link--arrow:after, .related-articles-container .related-articles-carousel__item__link a.link--arrow:after, .resource-wrapper .resource-detail__categories a.link--arrow:after, .link--arrow.resource-videos__item__link:after, .link--arrow.resource-list__item__content__cta__link:after {
  display: inline-block;
  font-family: "Glyphter";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "e";
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
}
.link.link--download:hover, .related-articles-container .related-articles-carousel__item__link a.link--download:hover, .resource-wrapper .resource-detail__categories a.link--download:hover, .link--download.resource-videos__item__link:hover, .link--download.resource-list__item__content__cta__link:hover {
  text-decoration: none;
}
.link.link--download:before, .related-articles-container .related-articles-carousel__item__link a.link--download:before, .resource-wrapper .resource-detail__categories a.link--download:before, .link--download.resource-videos__item__link:before, .link--download.resource-list__item__content__cta__link:before {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  display: inline-block;
  margin-right: 4px;
}
.link.link--back:hover, .related-articles-container .related-articles-carousel__item__link a.link--back:hover, .resource-wrapper .resource-detail__categories a.link--back:hover, .link--back.resource-videos__item__link:hover, .link--back.resource-list__item__content__cta__link:hover {
  text-decoration: none;
}
.link.link--back:before, .related-articles-container .related-articles-carousel__item__link a.link--back:before, .resource-wrapper .resource-detail__categories a.link--back:before, .link--back.resource-videos__item__link:before, .link--back.resource-list__item__content__cta__link:before {
  display: inline-block;
  font-family: "Glyphter";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "e";
  vertical-align: middle;
  display: inline-block;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.link.link--ico, .related-articles-container .related-articles-carousel__item__link a.link--ico, .resource-wrapper .resource-detail__categories a.link--ico, .link--ico.resource-videos__item__link, .link--ico.resource-list__item__content__cta__link {
  display: inline-block;
}
.link.link--ico:after, .related-articles-container .related-articles-carousel__item__link a.link--ico:after, .resource-wrapper .resource-detail__categories a.link--ico:after, .link--ico.resource-videos__item__link:after, .link--ico.resource-list__item__content__cta__link:after {
  font-size: 1.5rem;
  font-family: "Font Awesome 5 Brands";
  vertical-align: middle;
  display: inline-block;
}
.link.link--ico.link--facebook:after, .related-articles-container .related-articles-carousel__item__link a.link--ico.link--facebook:after, .resource-wrapper .resource-detail__categories a.link--ico.link--facebook:after, .link--ico.link--facebook.resource-videos__item__link:after, .link--ico.link--facebook.resource-list__item__content__cta__link:after {
  content: "\f09a";
}
.link.link--ico.link--linkedin:after, .related-articles-container .related-articles-carousel__item__link a.link--ico.link--linkedin:after, .resource-wrapper .resource-detail__categories a.link--ico.link--linkedin:after, .link--ico.link--linkedin.resource-videos__item__link:after, .link--ico.link--linkedin.resource-list__item__content__cta__link:after {
  content: "\f08c";
}
.link.link--ico.link--twitter:after, .related-articles-container .related-articles-carousel__item__link a.link--ico.link--twitter:after, .resource-wrapper .resource-detail__categories a.link--ico.link--twitter:after, .link--ico.link--twitter.resource-videos__item__link:after, .link--ico.link--twitter.resource-list__item__content__cta__link:after {
  content: "\f081";
}
.link.link--ico.link--instagram:after, .related-articles-container .related-articles-carousel__item__link a.link--ico.link--instagram:after, .resource-wrapper .resource-detail__categories a.link--ico.link--instagram:after, .link--ico.link--instagram.resource-videos__item__link:after, .link--ico.link--instagram.resource-list__item__content__cta__link:after {
  content: "\f16d";
}

/* Buttons
---------------------------------------------*/
.btn, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a {
  font-family: "Quicksand", sans-serif;
}
.btn.btn-lg, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a.btn-lg, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a.btn-lg, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-lg.submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-lg, .btn-group-lg > .btn, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .btn-group-lg > a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .btn-group-lg > a, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .btn-group-lg > .submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .btn-group-lg > a {
  font-size: 18px;
}
@media (max-width: 991px) {
  .btn, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a {
    width: 100%;
  }
}

/* Block Quotes
---------------------------------------------*/
blockquote {
  margin: 40px 0px;
}

blockquote,
blockquote p {
  font-size: 21px !important;
  color: #656D77;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5;
  border: none;
  padding: 0;
}
blockquote cite,
blockquote p cite {
  color: #656D77;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  display: block;
  text-align: right;
}
blockquote cite:before,
blockquote p cite:before {
  color: #656D77;
}

/* Unordered Lists
---------------------------------------------*/
.wysiwyg-editor ul,
ul.list-styles {
  list-style: none;
}
.wysiwyg-editor ul li::marker,
ul.list-styles li::marker {
  display: none;
}
.wysiwyg-editor ul li::before,
ul.list-styles li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  font-size: 25%;
  margin-left: -10px;
  margin-right: 5px;
}

/* Image Sizing
---------------------------------------------*/
img {
  max-width: 100%;
}

/* WYSIWYG
---------------------------------------------*/
.DnnModule-DNN_HTML h1, .DnnModule-DNN_HTML h2, .DnnModule-DNN_HTML h3, .DnnModule-DNN_HTML h4, .DnnModule-DNN_HTML h5, .DnnModule-DNN_HTML h6,
.wysiwyg-editor h1,
.wysiwyg-editor h2,
.wysiwyg-editor h3,
.wysiwyg-editor h4,
.wysiwyg-editor h5,
.wysiwyg-editor h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}
.DnnModule-DNN_HTML p,
.wysiwyg-editor p {
  line-height: 1.7;
}
.DnnModule-DNN_HTML ol,
.wysiwyg-editor ol {
  font-size: 1rem;
}
.DnnModule-DNN_HTML ol li,
.wysiwyg-editor ol li {
  line-height: 1.7;
  color: #656D77;
  font-size: 1rem;
}
.DnnModule-DNN_HTML ul,
.wysiwyg-editor ul {
  list-style: none;
  font-size: 1rem;
}
.DnnModule-DNN_HTML ul li,
.wysiwyg-editor ul li {
  line-height: 1.7;
  color: #656D77;
  font-size: 1rem;
}
.DnnModule-DNN_HTML ul li::marker,
.wysiwyg-editor ul li::marker {
  display: none;
}
.DnnModule-DNN_HTML ul li::before,
.wysiwyg-editor ul li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  font-size: 25%;
  margin-left: -10px;
  margin-right: 5px;
}

/* Skin
---------------------------------------------*/
.skin {
  position: relative;
  /* Allow $secondary color to flood right in pre-nav */
  /* Allow navigation border bars to flood full width */
  overflow-x: hidden;
}

/* Flex Helpers
---------------------------------------------*/
.display--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Center items vertically*/
.align-items--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* Center items horizontally*/
.justify-content--center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
}

/* Right align items*/
.justify-content--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
}

/* Left align items*/
.justify-content--start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* Equal height columns*/
/* Non-even flex columns*/
/* Allow Text Wrap
---------------------------------------------*/
.break-lines {
  white-space: pre-line;
}

/* Hide Content based on DNN Status
---------------------------------------------*/
.logged-in .hide-logged-in {
  display: none !important;
}

.logged-out .hide-logged-out {
  display: none !important;
}

/* Hide Content/Pane if hidden or empty
---------------------------------------------*/
.hidden,
body:not(.dnnEditState) .EasyDnnNews_Search {
  display: none !important;
}

/* Crop Overflow
---------------------------------------------*/
.crop {
  overflow: hidden;
}

/* Margin Spacings
---------------------------------------------*/
.m-t-0 {
  margin-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-t-55 {
  margin-top: 55px !important;
}

.m-b-55 {
  margin-bottom: 55px !important;
}

.m-l-55 {
  margin-left: 55px !important;
}

.m-r-55 {
  margin-right: 55px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.m-t-120 {
  margin-top: 120px !important;
}

.m-b-120 {
  margin-bottom: 120px !important;
}

.m-l-120 {
  margin-left: 120px !important;
}

.m-r-120 {
  margin-right: 120px !important;
}

.m-x-n15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

/* Padding Spacings
---------------------------------------------*/
.p-t-0 {
  padding-top: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.p-t-120 {
  padding-top: 120px !important;
}

.p-b-120 {
  padding-bottom: 120px !important;
}

.p-l-120 {
  padding-left: 120px !important;
}

.p-r-120 {
  padding-right: 120px !important;
}

/*---------------------------------------------
DNN Fixes
---------------------------------------------*/
/*
	Insure module popup dialogs display 
	in the center without overflow.
*/
body {
  height: 100% !important;
}

/*
	Keep popup dialog from flowing
	under the persona bar.
*/
@media (max-width: 1100px) {
  .ui-dialog.dnnFormPopup {
    width: calc(100% - 190px) !important;
    left: 110px !important;
    margin-left: 0px !important;
  }
}
/* DNN Module Handler
---------------------------------------------*/
.DnnModule.floating {
  left: calc(50vw - 65px) !important;
  top: calc(50vh - 65px) !important;
}

/* DNN Login
---------------------------------------------*/
.DnnModule-Authentication .ModAuthenticationC {
  padding: 60px 0px;
}
.DnnModule-Authentication .ModAuthenticationC .LoginPanel {
  padding: 0px;
  margin: 0 auto;
  float: none;
  width: auto;
  max-width: 500px;
}
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .dnnLabel {
  padding: 0px;
  margin: 0px;
  float: none;
  width: 100%;
  text-align: left;
}
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem input {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnSecondaryAction {
  color: #005488;
}
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnSecondaryAction:hover, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.dnnSecondaryAction:visited {
  color: #005488;
}
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .mark {
  background-color: transparent;
}

/* Inline Content Panes
---------------------------------------------*/
.contentPane.display--flex .DnnModule {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.contentPane.display--flex .DnnModule.DnnModule-EasyDNNnewsCategoriesMenu {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  -webkit-flex-grow: 3;
  flex-grow: 3;
}
.contentPane.display--flex .DnnModule.DnnModule-EasyDNNnewsSearch {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (max-width: 500px) {
  .contentPane.display--flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contentPane.display--flex .DnnModule.DnnModule-EasyDNNnewsCategoriesMenu {
    margin-bottom: 10px;
  }
}

/* Content Pane Spacing
---------------------------------------------*/
.skin.logged-out .DnnEmptyPane {
  display: none !important;
}

/*---------------------------------------------
DNN Container Styles
---------------------------------------------*/
.gray-background {
  position: relative;
}
.gray-background:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0px;
  left: -15px;
  width: calc(100% + 30px);
  height: 100%;
  background-color: #F6F6F6;
}

/*---------------------------------------------
Site Navigation
---------------------------------------------*/
/* Dropdown Arrow Styles
---------------------------------------------*/
.navbar-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navbar-nav .nav-item.dropdown {
  padding-right: 20px;
}
.navbar-nav .nav-item.dropdown .nav-link {
  padding-right: 11px;
}
.navbar-nav .nav-item.dropdown .dropdown-toggle {
  cursor: pointer;
  width: 28.25px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.navbar-nav .nav-item.dropdown .dropdown-toggle--open:after {
  behavior: url(-ms-transform.htc);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.navbar-nav .nav-item.dropdown .dropdown-menu {
  margin-top: 0px;
}

/* Dropdown Arrow Styles -- FontAwesome
---------------------------------------------*/
.navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  font-size: 16px !important;
  border: 0px;
  /* clear default caret style*/
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  display: inline-block;
  color: #ffffff;
}
.navbar-nav .nav-item.dropdown .dropdown-toggle--open:after {
  behavior: url(-ms-transform.htc);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.navbar-nav .nav-item.dropdown .dropdown-menu {
  margin-top: 0px;
}
.navbar-nav .nav-item.dropdown:not(.depth-0) .dropdown-toggle:after {
  color: #656D77;
}

.navigation__mobile .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  color: #656D77;
}

/* Position Last Dropdown Right
---------------------------------------------*/
@media (min-width: 768px) {
  .navbar .navbar-nav .nav-item:nth-last-child(1) .dropdown-menu,
  .navbar .navbar-nav .nav-item:nth-last-child(2) .dropdown-menu {
    left: initial;
    right: -1px;
  }
}
/* DNN Boostrap Menu Conflict Fixes
---------------------------------------------*/
.navbar-nav {
  position: relative;
  margin-left: 0px;
  /* Fix default.css ul conflict*/
}

.navbar-nav--child {
  position: relative;
  display: none;
  opacity: 0;
  left: 100px;
}

/* Mobile Adjustments - Optional
---------------------------------------------*/
@media (max-width: 991.98px) {
  #navbarNav {
    margin-top: 15px;
    border-top: solid 1px;
    border-color: #869BB0;
  }
  #navbarNav .navbar-nav .nav-item {
    border-bottom: solid 1px;
    border-color: #869BB0;
  }
  #navbarNav .navbar-nav .nav-item.dropdown {
    padding-right: 0px;
    /* Clear from above*/
  }
  #navbarNav .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 0px;
    border: 0px;
  }
  #navbarNav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item {
    border-bottom: 0px;
    border-top: solid 1px;
    border-color: #869BB0;
  }
  #navbarNav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item a {
    margin-left: 15px;
  }
  #navbarNav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-menu .nav-item a {
    margin-left: 30px;
  }
}
/* Mobile Adjustments - Optional
---------------------------------------------*/
/* Close Icon - Simple option
	---------------------------------------------*/
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-size: 75% 75%;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMjIgMjMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYyICg5MTM5MCkgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+Q29tYmluZWQgU2hhcGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsLW9wYWNpdHk9IjAuNSI+CiAgICAgICAgPHBhdGggZD0iTTEuMTAwNTA1MDYsMC42NzU2MjQ4NDUgTDExLjE3NzM3OTQsMTAuNzUyMTc4MiBMMjAuNjYyOTIyNywxLjI2NjIwMTAyIEMyMC44NTgxODQ4LDEuMDcwOTM4ODcgMjEuMTc0NzY3MywxLjA3MDkzODg3IDIxLjM3MDAyOTUsMS4yNjYyMDEwMiBDMjEuNTY1MjkxNiwxLjQ2MTQ2MzE2IDIxLjU2NTI5MTYsMS43NzgwNDU2NSAyMS4zNzAwMjk1LDEuOTczMzA3OCBMMTEuODg0Mzc5NCwxMS40NTkxNzgyIEwyMS42MDY2MDE3LDIxLjE4MTcyMTUgQzIxLjgwMTg2MzksMjEuMzc2OTgzNiAyMS44MDE4NjM5LDIxLjY5MzU2NjEgMjEuNjA2NjAxNywyMS44ODg4MjgzIEMyMS40MTEzMzk2LDIyLjA4NDA5MDQgMjEuMDk0NzU3MSwyMi4wODQwOTA0IDIwLjg5OTQ5NDksMjEuODg4ODI4MyBMMTEuMTc3Mzc5NCwxMi4xNjYxNzgyIEwwLjg2MzkzMjc5OCwyMi40Nzk0MDQ1IEMwLjY2ODY3MDY1MiwyMi42NzQ2NjY2IDAuMzUyMDg4MTYyLDIyLjY3NDY2NjYgMC4xNTY4MjYwMTcsMjIuNDc5NDA0NSBDLTAuMDM4NDM2MTI5MywyMi4yODQxNDIzIC0wLjAzODQzNjEyOTMsMjEuOTY3NTU5OCAwLjE1NjgyNjAxNywyMS43NzIyOTc3IEwxMC40NzAzNzk0LDExLjQ1OTE3ODIgTDAuMzkzMzk4MjgyLDEuMzgyNzMxNjMgQzAuMTk4MTM2MTM2LDEuMTg3NDY5NDggMC4xOTgxMzYxMzYsMC44NzA4ODY5OTEgMC4zOTMzOTgyODIsMC42NzU2MjQ4NDUgQzAuNTg4NjYwNDI4LDAuNDgwMzYyNjk5IDAuOTA1MjQyOTE4LDAuNDgwMzYyNjk5IDEuMTAwNTA1MDYsMC42NzU2MjQ4NDUgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjMDAwMDAwIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==");
}

/* Hamburger Icon - Fancy option
	---------------------------------------------*/
.navbar-toggler {
  z-index: 1;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: initial !important;
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar-toggler .navbar-toggler-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: white;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar-toggler .navbar-toggler-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.navbar-toggler .navbar-toggler-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.navbar-toggler .navbar-toggler-icon span:nth-child(1), .navbar-toggler .navbar-toggler-icon span:nth-child(2) {
  top: 3px;
}
.navbar-toggler .navbar-toggler-icon span:nth-child(3), .navbar-toggler .navbar-toggler-icon span:nth-child(4) {
  top: 13px;
}
.navbar-toggler .navbar-toggler-icon span:nth-child(5), .navbar-toggler .navbar-toggler-icon span:nth-child(6) {
  top: 24px;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(1), .navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(2), .navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(1) {
  left: 3px;
  top: 10px;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(2) {
  left: calc(50% - 3px);
  top: 10px;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(5) {
  left: 3px;
  top: 22px;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(6) {
  left: calc(50% - 3px);
  top: 22px;
}

/* Navbar Logo
---------------------------------------------*/
.navigation-container #navbar-containers {
  z-index: 1;
}
.navigation-container #navbar-containers .navbar-brand {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding: 13px 0px 16px 0px;
  margin: 0px;
  position: relative;
  z-index: 1;
}
.navigation-container #navbar-containers .navbar-brand a {
  display: inline-block;
}
.navigation-container #navbar-containers .navbar-brand a img {
  max-width: 213px;
  margin: 0px;
  opacity: 1;
  transition: opacity 0.15s linear;
}
.navigation-container #navbar-containers:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: rgba(79, 92, 101, 0.86);
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 0px;
}
.navigation-container .navigation__mobile #navbar-containers .navbar-brand a img {
  max-width: 80px;
}
.navigation-container .navigation__mobile .navbar-brand a {
  margin: 0 auto;
}

/* Navbar Search
---------------------------------------------*/
.navigation-container .navbar-search {
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.navigation-container .navbar-search #dnn_Search_ClassicSearch {
  display: none;
  /* Hide toggle for Google / DNN Search — Always do DNN Search*/
  /* Search button*/
  /* Hide search results*/
}
.navigation-container .navbar-search #dnn_Search_ClassicSearch .SkinObject {
  display: none;
}
.navigation-container .navbar-search #dnn_Search_ClassicSearch .searchInputContainer {
  /* Input control*/
}
.navigation-container .navbar-search #dnn_Search_ClassicSearch .searchInputContainer #dnn_Search_txtSearch {
  background-color: rgba(147, 149, 152, 0.19);
  border: solid 1px rgba(147, 149, 152, 0);
  color: white;
  padding: 4px 8px;
  width: 100%;
  max-width: 200px;
}
.navigation-container .navbar-search #dnn_Search_ClassicSearch .searchInputContainer .dnnSearchBoxClearText {
  position: absolute;
  top: 2px;
  right: 4px;
}
.navigation-container .navbar-search #dnn_Search_ClassicSearch #dnn_Search_cmdSearch {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 0px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #5A6873;
  margin-left: 3px;
  margin-right: 10px;
  /* Transition*/
  -webkit-transition: background-color 200ms ease-out 200ms, color 200ms ease-out 200ms;
  transition: background-color 200ms ease-out 200ms, color 200ms ease-out 200ms;
}
.navigation-container .navbar-search #dnn_Search_ClassicSearch #dnn_Search_cmdSearch:after {
  font-size: 16px !important;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  display: inline-block;
}
.navigation-container .navbar-search #dnn_Search_ClassicSearch #dnn_Search_cmdSearch:hover {
  background-color: #7f8e9b;
  color: #000;
}
.navigation-container .navbar-search #dnn_Search_ClassicSearch .searchSkinObjectPreview {
  display: none;
  cursor: pointer;
}
.navigation-container .navbar-search .navbar-search--toggle {
  color: #ffffff;
  cursor: pointer;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.navigation-container .navbar-search .navbar-search--toggle:after {
  font-size: 16px !important;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  display: inline-block;
}
.navigation-container.navigation-container--open-search .navbar-search #dnn_Search_ClassicSearch {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.navigation-container.navigation-container--open-search .navbar-search .navbar-search--toggle:after {
  content: "\f00d";
}

/* Navbar General Styles
---------------------------------------------*/
.navigation-container .navbar {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#467087+0,213d4f+100&0.04+0,0.69+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(70, 112, 135, 0.04)), to(rgba(33, 61, 79, 0.69)));
  background: linear-gradient(to right, rgba(70, 112, 135, 0.04) 0%, rgba(33, 61, 79, 0.69) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a467087", endColorstr="#b0213d4f", GradientType=1);
  /* IE6-9 */
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  /* navbar underlay */
}
.navigation-container .navbar:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 103px;
  background-color: #122A3A;
}
.navigation-container .navbar .preNavbar {
  position: relative;
  /* Bottom gradient */
}
.navigation-container .navbar .preNavbar .navbar-nav .nav-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.navigation-container .navbar .preNavbar .navbar-nav .nav-item .nav-link {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: white;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 24px;
}
.navigation-container .navbar .preNavbar .navbar-nav .nav-item:after {
  content: "|";
  display: inline-block;
  color: white;
}
.navigation-container .navbar .preNavbar .navbar-nav .nav-item:nth-last-child(2):after {
  display: none;
}
.navigation-container .navbar .preNavbar .navbar-nav .nav-item:last-child .nav-link {
  z-index: 2;
}
.navigation-container .navbar .preNavbar .navbar-nav .nav-item:last-child:after {
  background-color: #BAAB91;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  height: 46.5px;
  width: 1000px;
}
.navigation-container .navbar .preNavbar:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 12%;
  display: block;
  width: 3000px;
  height: 2px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4f5c65+0,213d4f+100&0.04+0,0.69+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(79, 92, 101, 0.5)), to(rgba(33, 61, 79, 0.69)));
  background: linear-gradient(to right, rgba(79, 92, 101, 0.5) 0%, rgba(33, 61, 79, 0.69) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a4f5c65", endColorstr="#b0213d4f", GradientType=1);
  /* IE6-9 */
}
.navigation-container .navbar .primaryNavbar {
  position: relative;
  /* Bottom gradient */
}
.navigation-container .navbar .primaryNavbar .navbar-nav .nav-item {
  position: relative;
  /* 1st lvl children menu items */
}
.navigation-container .navbar .primaryNavbar .navbar-nav .nav-item .nav-link {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  z-index: 1;
  color: white;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 17px 22px;
  text-transform: uppercase;
}
.navigation-container .navbar .primaryNavbar .navbar-nav .nav-item.active > .nav-link, .navigation-container .navbar .primaryNavbar .navbar-nav .nav-item.hover > .nav-link, .navigation-container .navbar .primaryNavbar .navbar-nav .nav-item:hover > .nav-link {
  color: #87A3B4;
}
.navigation-container .navbar .primaryNavbar .navbar-nav .nav-item.dropdown.depth-1 {
  padding-right: 10px;
}
.navigation-container .navbar .primaryNavbar .navbar-nav .nav-item.dropdown .nav-link {
  padding-right: 11px;
  max-width: calc(100% - 28.25px);
}
.navigation-container .navbar .primaryNavbar .navbar-nav .nav-item .dropdown-menu {
  left: 0px;
  min-width: 285px;
  padding: 0px;
  border-top: solid 5px #7E715A;
}
.navigation-container .navbar .primaryNavbar .navbar-nav .nav-item .dropdown-menu .nav-item {
  /* 2nd lvl children menu items */
}
.navigation-container .navbar .primaryNavbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  font-size: 14px !important;
  display: block;
  position: relative;
  z-index: 1;
  color: #656D77;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  padding: 12px 22px;
  text-transform: initial;
}
.navigation-container .navbar .primaryNavbar .navbar-nav .nav-item .dropdown-menu .nav-item.active, .navigation-container .navbar .primaryNavbar .navbar-nav .nav-item .dropdown-menu .nav-item.hover, .navigation-container .navbar .primaryNavbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover {
  background-color: #F1F1F1;
}
.navigation-container .navbar .primaryNavbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
  border-top: 0px;
  border-left: solid 2px #7E715A;
  left: 100%;
  top: 0px;
}
.navigation-container .navbar .primaryNavbar:after {
  content: "";
  position: absolute;
  left: 12%;
  display: block;
  width: 3000px;
  height: 5px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4f5c65+0,213d4f+100&0.04+0,0.69+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(79, 92, 101, 0.04)), to(rgba(33, 61, 79, 0.69)));
  background: linear-gradient(to right, rgba(79, 92, 101, 0.04) 0%, rgba(33, 61, 79, 0.69) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a4f5c65", endColorstr="#b0213d4f", GradientType=1);
  /* IE6-9 */
}
.navigation-container .navigation__mobile .navbar:after {
  height: 54.95px;
}

/* Custom Navbar Megamenu
---------------------------------------------*/
.navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 {
  position: initial;
}
.navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .dropdown-menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  left: initial;
  right: 0px;
  font-size: 0px;
}
@media (min-width: 1200px) {
  .navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .dropdown-menu {
    width: 900px;
  }
}
.navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .dropdown-menu:before {
  width: 1px;
  height: 100%;
  background-color: #D5D5D5;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: calc(50% - 0.5px);
  z-index: 1;
}
.navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .dropdown-menu > .nav-item {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  width: 50%;
  padding-right: 0px;
  vertical-align: top;
}
.navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .dropdown-menu > .nav-item .nav-link {
  font-weight: 700;
  max-width: 100%;
  border-bottom: solid 0.5px #D5D5D5;
}
.navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .dropdown-menu > .nav-item .nav-link span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}
.navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .dropdown-menu > .nav-item .dropdown-toggle {
  display: none;
}
.navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .dropdown-menu > .nav-item .dropdown-menu {
  min-width: 100%;
  width: 100%;
  display: block !important;
  position: initial;
  border: 0px;
}
.navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .dropdown-menu > .nav-item .dropdown-menu:before, .navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .dropdown-menu > .nav-item .dropdown-menu:after {
  display: none;
}
.navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .dropdown-menu > .nav-item .dropdown-menu .nav-item {
  max-width: 100%;
  width: 100%;
  padding-top: 0px;
  border-right: 0px;
  display: block;
}
.navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .dropdown-menu > .nav-item .dropdown-menu .nav-item .nav-link {
  font-weight: 400;
  padding: 6px 22px;
}
.navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .dropdown-menu > .nav-item .dropdown-menu .nav-item .nav-link span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  padding-left: 20px;
}
.navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .dropdown-menu > .nav-item .dropdown-menu .nav-item .nav-link span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #7E715A;
}
.navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .dropdown-menu > .nav-item .dropdown-menu .nav-item:hover {
  background-color: #F1F1F1;
}
.navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .dropdown-menu > .nav-item:hover {
  background-color: transparent;
}
.navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .navigation-cta {
  display: block !important;
  min-width: 100%;
  width: 100%;
  background-color: #FAF9F9;
  padding: 20px;
  margin-top: -1px;
  border-top: solid 0.5px #D5D5D5;
  position: relative;
  z-index: 2;
}
.navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .navigation-cta span,
.navigation-container .navigation__desktop .navbar .container .row .col .primaryNavbar #navbarNav .navbar-nav .nav-item.depth-0.PageID-33 .navigation-cta a {
  font-size: 16px !important;
  display: inline-block;
  margin: 0px 5px;
  vertical-align: middle;
}

/* Navbar Mobile View on Desktop
   -- Display mobile if menu and brand col are not inline
---------------------------------------------*/
.navbar:not(.navbar-expand-lg) .row > div {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

/* Hide preNavbar on mobile view
---------------------------------------------*/
.navbar:not(.navbar-expand-lg) .preNavbar {
  display: none !important;
}

/* Navigation Open Search
---------------------------------------------*/
.navigation-container.navigation-container--open-search #navbar-containers {
  min-height: 54.95px;
}

/* Mobile Menu Adjustments
---------------------------------------------*/
.navigation-container .navigation__mobile {
  z-index: 2;
  position: relative;
  padding-bottom: 55px;
}
.navigation-container .navigation__mobile .navbar {
  background: #ffffff;
  padding: 0px;
}
.navigation-container .navigation__mobile .navbar:after {
  z-index: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5c6a72+0,213b4e+27 */
  background: #5c6a72;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #5c6a72 0%, #213b4e 27%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c6a72", endColorstr="#213b4e", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.navigation-container .navigation__mobile .navbar #navbar-containers .primaryNavbar #navbarNav {
  margin-top: 0px;
  border-top: 0px;
}
.navigation-container .navigation__mobile .navbar #navbar-containers .primaryNavbar #navbarNav .navbar-nav .nav-item:last-child {
  border-bottom: 0px;
}
.navigation-container .navigation__mobile .navbar #navbar-containers .primaryNavbar #navbarNav .navbar-nav .nav-item .nav-link {
  color: #656D77;
}
.navigation-container .navigation__mobile .navbar #navbar-containers .primaryNavbar #navbarNav .navbar-nav .nav-item .dropdown-toggle--open:after {
  behavior: url(-ms-transform.htc);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.navigation-container .navigation__mobile .navbar #navbar-containers .primaryNavbar #navbarNav .navbar-nav .nav-item .dropdown-toggle--back:after {
  behavior: url(-ms-transform.htc);
  -moz-transform: rotate(18deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.navigation-container .navigation__mobile .navbar #navbar-containers .primaryNavbar #navbarNav .navbar-nav .nav-item .dropdown-menu {
  display: none !important;
}
.navigation-container .navigation__mobile .navbar #navbar-containers .primaryNavbar #navbarNav .navbar-nav .nav-item.nav-item--dynamic a {
  color: #9c8762;
}
.navigation-container .navigation__mobile .navbar #navbar-containers .primaryNavbar:after {
  display: none;
}
.navigation-container .navigation__mobile .navbar #navbar-containers .primaryNavbar--preNavbar #navbarNav .navbar-nav .nav-item:first-child {
  margin-top: 5px;
}
.navigation-container .navigation__mobile .navbar #navbar-containers .primaryNavbar--preNavbar #navbarNav .navbar-nav .nav-item .nav-link {
  padding: 10px 22px;
}
.navigation-container .navigation__mobile .navbar #navbar-containers .primaryNavbar--preNavbar #navbarNav .navbar-nav--child {
  display: none !important;
}
.navigation-container .navigation__mobile .navbar #navbar-containers .primaryNavbar--preNavbar:after {
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4f5c65+0,213d4f+100&0.04+0,0.3+100 */
  background: -moz-linear-gradient(left, rgba(79, 92, 101, 0.04) 0%, rgba(33, 61, 79, 0.3) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(79, 92, 101, 0.04) 0%, rgba(33, 61, 79, 0.3) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(79, 92, 101, 0.04) 0%, rgba(33, 61, 79, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a4f5c65", endColorstr="#4d213d4f", GradientType=1);
  /* IE6-9 */
  bottom: initial;
  top: 0px;
  left: -50%;
  height: 100%;
}

/* Layout File Menu Adjustments
---------------------------------------------*/
.skin.skin--main .navigation-container .navigation__desktop .navbar {
  position: relative;
  z-index: 2;
}

/* Site Breadcrumb
---------------------------------------------*/
.site-breadcrumb {
  background-color: #F6F6F6;
  margin-top: 5px;
  padding: 17px 30px;
}
.site-breadcrumb span[itemprop=breadcrumb] {
  max-width: 1140px;
  display: block;
  margin: 0 auto;
}
.site-breadcrumb span[itemprop=breadcrumb] > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
}
.site-breadcrumb span[itemprop=breadcrumb] > span > span[itemprop=itemListElement] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
}
.site-breadcrumb span[itemprop=breadcrumb] > span > span[itemprop=itemListElement] > a,
.site-breadcrumb span[itemprop=breadcrumb] > span > span[itemprop=itemListElement] > span {
  font-size: 14px !important;
  display: block;
  max-width: 100%;
}
.site-breadcrumb span[itemprop=breadcrumb] > span > span[itemprop=itemListElement] > a > span,
.site-breadcrumb span[itemprop=breadcrumb] > span > span[itemprop=itemListElement] > span > span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}
.site-breadcrumb span[itemprop=breadcrumb] > span > span[itemprop=itemListElement]:after {
  font-size: 14px !important;
  color: #005488;
  display: inline-block;
  border: 0px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  display: inline-block;
  margin: 0px 10px;
}
.site-breadcrumb span[itemprop=breadcrumb] > span > span[itemprop=itemListElement]:last-child:after {
  display: none;
}
.site-breadcrumb span[itemprop=breadcrumb] > span img {
  display: none;
}

.skin.bc-1084 .site-breadcrumb span[itemprop=breadcrumb] {
  max-width: 1140px;
  display: block;
  margin: 0 auto;
}
.skin.bc-1084 .site-breadcrumb span[itemprop=breadcrumb] > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
}
.skin.bc-1084 .site-breadcrumb span[itemprop=breadcrumb] > span span[itemprop=itemListElement]:first-child {
  display: none;
}

/*---------------------------------------------
Site Footer
---------------------------------------------*/
.footer {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#162632+0,02314d+100 */
  background: rgb(22, 38, 50); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, rgb(22, 38, 50) 0%, rgb(2, 49, 77) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 38, 50)), to(rgb(2, 49, 77)));
  background: linear-gradient(to bottom, rgb(22, 38, 50) 0%, rgb(2, 49, 77) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#162632", endColorstr="#02314d",GradientType=0 ); /* IE6-9 */
  padding: 120px 0px;
}
.footer .container .row .col--form {
  max-width: 393px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer .container .row .col--form .footer__form {
  width: 100%;
}
.footer .container .row .col .footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-right: 30px;
}
.footer .container .row .col .footer__navigation__column {
  margin: 0px 15px;
}
.footer .container .row .col .footer__navigation__column__heading {
  font-size: 20px !important;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer .container .row .col .footer__navigation__column__links {
  margin: 0px 0px 55px 0px;
  padding: 0px;
}
.footer .container .row .col .footer__navigation__column__links__link-item {
  display: block;
}
.footer .container .row .col .footer__navigation__column__links__link-item__link {
  font-size: 18px !important;
  display: inline-block;
  color: #ffffff;
}
.footer .container .row .col .footer__navigation__column__links__link-item__link:not(.no-link):hover, .footer .container .row .col .footer__navigation__column__links__link-item__link:not(.no-link):visited, .footer .container .row .col .footer__navigation__column__links__link-item__link:not(.no-link):active {
  color: white;
  text-decoration: underline;
}
.footer .container .row .col .footer__navigation__column__links--extra-margin li {
  margin-bottom: 6px;
}
.footer .container .row .col .footer__navigation__column__links--extra-margin li:last-child {
  margin-bottom: 0px;
}
.footer .container .row .col .footer__navigation__column__logo {
  margin-bottom: 30px;
}
.footer .container .row .col .footer__navigation__column__logo a {
  display: inline-block;
}
.footer .container .row .col .footer__navigation__column__logo a img {
  max-width: 144px;
}
.footer .container .row .col .footer__navigation__column__social {
  width: calc(100% + 5px);
  margin: 0px 0px 55px -5px;
  padding: 0px;
}
.footer .container .row .col .footer__navigation__column__social__link-item {
  display: inline-block;
  margin: 0 5px;
}
.footer .container .row .col .footer__navigation__column__social__link-item__link {
  color: white;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.footer .container .row .col .footer__navigation__column__social__link-item__link:not(.no-link):hover, .footer .container .row .col .footer__navigation__column__social__link-item__link:not(.no-link):visited, .footer .container .row .col .footer__navigation__column__social__link-item__link:not(.no-link):active {
  color: white;
  text-decoration: none;
}
.footer .container .row .col .footer__navigation__column__social__link-item__link:hover:after {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.footer .container .row .col .footer__navigation__column:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 991px) {
  .footer .container .row .col .footer__navigation__column:last-child {
    margin-right: 30px;
  }
}
.footer .container .row .col .footer__policy__copyright {
  font-size: 12px !important;
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
}
.footer .container .row .col .footer__policy__links {
  width: calc(100% + 8px);
  margin-left: -8px;
}
.footer .container .row .col .footer__policy__links a {
  display: inline-block;
  margin: 0px 8px;
  font-size: 12px !important;
  color: #ffffff;
  font-weight: 400;
}
.footer .container .row .col .footer__policy__links a:hover, .footer .container .row .col .footer__policy__links a:visited, .footer .container .row .col .footer__policy__links a:active {
  color: white;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .footer .container .row .col .footer__navigation {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .footer .container .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .container .row .col {
    min-width: 100%;
  }
  .footer .container .row .col--form {
    min-width: auto;
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .footer .container .col--form {
    margin: 0 auto 60px;
  }
  .footer .container .col .footer__navigation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .container .col .footer__navigation__column {
    width: 100%;
    text-align: center;
  }
  .footer .container .col .footer__policy {
    text-align: center;
  }
}

/*---------------------------------------------
2sxc Module
---------------------------------------------*/
.container-2sxc {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .container-2sxc {
    max-width: 930px;
  }
}
@media (max-width: 768px) {
  .container-2sxc {
    max-width: 690px;
  }
}
@media (max-width: 576px) {
  .container-2sxc {
    max-width: 510px;
  }
}

.bg-image {
  position: absolute;
  height: 80%;
  width: 100%;
  background-image: url("/Portals/0/2sxc/Content/assets/background.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  top: 10%;
  right: -90px;
  z-index: -1;
}
.bg-image.bg-image--offset {
  right: -25%;
}

/*---------------------------------------------
Core 2sxc Templates
---------------------------------------------*/
.template-2sxc--heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.template-2sxc--heading__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 30%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.template-2sxc--heading__col__heading {
  font-size: 38px !important;
  font-family: "Noto Sans", sans-serif;
  color: #656D77;
  font-weight: 700;
  min-width: 100%;
}
.template-2sxc--heading__col__subheading, .template-2sxc--heading__col__subheading p {
  font-size: 26px !important;
  font-family: "Quicksand", sans-serif;
  color: #656D77;
}
.template-2sxc--heading__col__cta {
  width: calc(100% + 16px);
  margin: -4px 0px -8px -4px;
  text-align: right;
}
.template-2sxc--heading__col__cta a,
.template-2sxc--heading__col__cta span {
  margin: 4px 8px;
}
.template-2sxc--heading.alignment--center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.template-2sxc--heading.alignment--center .template-2sxc--heading__col {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.template-2sxc--heading.alignment--center .template-2sxc--heading__col__heading {
  width: 100%;
}
.template-2sxc--heading.alignment--center .template-2sxc--heading__col__cta {
  margin-top: 8px;
  text-align: center;
}
.template-2sxc--heading--standalone .template-2sxc--heading__col__subheading,
.template-2sxc--heading--standalone .template-2sxc--heading__col__subheading p {
  font-size: 18px !important;
}
@media (max-width: 991px) {
  .template-2sxc--heading {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-2sxc--heading__col {
    min-width: 100%;
    max-width: 100%;
  }
  .template-2sxc--heading__col.justify-content--end {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .template-2sxc--heading__col__cta {
    margin: 12px 0px 0px 0px;
  }
  .template-2sxc--heading__col__cta a,
  .template-2sxc--heading__col__cta span {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.template-2sxc--section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.template-2sxc--section-heading__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 30%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.template-2sxc--section-heading__col__heading {
  font-size: 26px !important;
  font-family: "Noto Sans", sans-serif;
  color: #656D77;
  font-weight: 700;
  min-width: 100%;
}
.template-2sxc--section-heading__col__subheading, .template-2sxc--section-heading__col__subheading p {
  font-size: 18px !important;
  font-family: "Quicksand", sans-serif;
  color: #656D77;
}
.template-2sxc--section-heading__col__cta {
  width: calc(100% + 16px);
  margin: -4px 0px -8px -4px;
  text-align: right;
}
.template-2sxc--section-heading__col__cta a,
.template-2sxc--section-heading__col__cta span {
  margin: 4px 8px;
}
.template-2sxc--section-heading__col--left-border {
  width: 5px;
  max-width: 5px;
  min-width: 5px;
  margin-right: 15px;
  background-color: #BAAB91;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .template-2sxc--section-heading {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-2sxc--section-heading__col {
    min-width: 100%;
    max-width: 100%;
  }
  .template-2sxc--section-heading__col.justify-content--end {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .template-2sxc--section-heading__col__cta {
    margin: 12px 0px 0px 0px;
  }
  .template-2sxc--section-heading__col__cta a,
  .template-2sxc--section-heading__col__cta span {
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
  }
}
.template-2sxc--section-heading.bottom-border--true {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 2.5px #EBEBEB;
}

.template-2sxc--cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.template-2sxc--cards__item {
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 2px 11px 0 rgba(171, 171, 171, 0.5);
  box-shadow: 0 2px 11px 0 rgba(171, 171, 171, 0.5);
  padding: 50px 30px;
  margin: 15px 0px;
  position: relative;
}
.template-2sxc--cards__item__flag {
  font-size: 14px !important;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  display: block;
  max-width: 200px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 2;
  padding: 6px 14px 6px 14px;
  text-transform: uppercase;
}
.template-2sxc--cards__item__flag:before {
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: 2;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
}
.template-2sxc--cards__item__flag:after {
  position: absolute;
  bottom: 0px;
  left: -10px;
  z-index: 2;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
}
.template-2sxc--cards__item__flag.flag--new {
  background-color: #005488;
}
.template-2sxc--cards__item__flag.flag--new:before {
  border-top: 16.5px solid #005488;
}
.template-2sxc--cards__item__flag.flag--new:after {
  border-bottom: 16.5px solid #005488;
}
.template-2sxc--cards__item__flag.flag--featured {
  background-color: #BAAB91;
}
.template-2sxc--cards__item__flag.flag--featured:before {
  border-top: 16.5px solid #BAAB91;
}
.template-2sxc--cards__item__flag.flag--featured:after {
  border-bottom: 16.5px solid #BAAB91;
}
.template-2sxc--cards__item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 26px !important;
  font-weight: 700;
  margin-bottom: 10px;
}
.template-2sxc--cards__item__heading.link, .related-articles-container .related-articles-carousel__item__link a.template-2sxc--cards__item__heading, .resource-wrapper .resource-detail__categories a.template-2sxc--cards__item__heading, .template-2sxc--cards__item__heading.resource-videos__item__link, .template-2sxc--cards__item__heading.resource-list__item__content__cta__link {
  text-decoration: underline;
}
.template-2sxc--cards__item__heading__image {
  min-width: 50px;
  max-width: 50px;
  margin-right: 16px;
}
.template-2sxc--cards__item__subheading, .template-2sxc--cards__item__subheading p {
  font-size: 22px !important;
  color: #656D77;
}
.template-2sxc--cards__item__content, .template-2sxc--cards__item__content p {
  font-size: 18px !important;
}
.template-2sxc--cards__item__content ul, .template-2sxc--cards__item__content p ul {
  list-style: disc;
}
.template-2sxc--cards__item__content ul {
  list-style: none;
}
.template-2sxc--cards__item__content ul li::marker {
  display: none;
}
.template-2sxc--cards__item__content ul li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  font-size: 25%;
  margin-left: -10px;
  margin-right: 5px;
}
.template-2sxc--cards__item.card-color-blue.has-link .btn.btn-white:hover, .template-2sxc--cards__item.card-color-blue.has-link .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-white:hover, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .template-2sxc--cards__item.card-color-blue.has-link a.btn-white:hover,
.template-2sxc--cards__item.card-color-blue.has-link .btn.btn-outline-primary:hover,
.template-2sxc--cards__item.card-color-blue.has-link .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a:hover,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .template-2sxc--cards__item.card-color-blue.has-link a:hover,
.template-2sxc--cards__item.card-color-blue.has-link .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a:hover,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .template-2sxc--cards__item.card-color-blue.has-link a:hover,
.template-2sxc--cards__item.card-color-blue.has-link .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit:hover,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .template-2sxc--cards__item.card-color-blue.has-link .submit:hover,
.template-2sxc--cards__item.card-color-blue.has-link .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-outline-primary:hover,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .template-2sxc--cards__item.card-color-blue.has-link a.btn-outline-primary:hover, .template-2sxc--cards__item.card-color-gray.has-link .btn.btn-white:hover, .template-2sxc--cards__item.card-color-gray.has-link .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-white:hover, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .template-2sxc--cards__item.card-color-gray.has-link a.btn-white:hover,
.template-2sxc--cards__item.card-color-gray.has-link .btn.btn-outline-primary:hover,
.template-2sxc--cards__item.card-color-gray.has-link .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a:hover,
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .template-2sxc--cards__item.card-color-gray.has-link a:hover,
.template-2sxc--cards__item.card-color-gray.has-link .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a:hover,
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .template-2sxc--cards__item.card-color-gray.has-link a:hover,
.template-2sxc--cards__item.card-color-gray.has-link .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit:hover,
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .template-2sxc--cards__item.card-color-gray.has-link .submit:hover,
.template-2sxc--cards__item.card-color-gray.has-link .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a.btn-outline-primary:hover,
.DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .template-2sxc--cards__item.card-color-gray.has-link a.btn-outline-primary:hover {
  background-color: #162632 !important;
}
.template-2sxc--cards__item.card-color-blue {
  background: #86a5c4;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
}
.template-2sxc--cards__item.card-color-blue.has-link:hover {
  background: #005488;
}
.template-2sxc--cards__item.card-color-blue > *,
.template-2sxc--cards__item.card-color-blue > * p {
  color: white;
}
.template-2sxc--cards__item.card-color-gray {
  background: #656D77;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
}
.template-2sxc--cards__item.card-color-gray.has-link:hover {
  background: #005488;
}
.template-2sxc--cards__item.card-color-gray > *,
.template-2sxc--cards__item.card-color-gray > * p {
  color: white;
}
.template-2sxc--cards__item.has-link {
  cursor: pointer;
}
.template-2sxc--cards.columns--5 .template-2sxc--cards__item {
  max-width: calc(20% - 15px);
  min-width: calc(20% - 15px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-2sxc--cards.columns--5 .template-2sxc--cards__item {
    max-width: calc(50% - 15px);
    min-width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .template-2sxc--cards.columns--5 .template-2sxc--cards__item {
    max-width: 100%;
    min-width: 100%;
  }
}
.template-2sxc--cards.columns--4 .template-2sxc--cards__item {
  max-width: calc(25% - 15px);
  min-width: calc(25% - 15px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-2sxc--cards.columns--4 .template-2sxc--cards__item {
    max-width: calc(50% - 15px);
    min-width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .template-2sxc--cards.columns--4 .template-2sxc--cards__item {
    max-width: 100%;
    min-width: 100%;
  }
}
.template-2sxc--cards.columns--3 .template-2sxc--cards__item {
  max-width: calc(33.3333333333% - 15px);
  min-width: calc(33.3333333333% - 15px);
}
@media (max-width: 991px) {
  .template-2sxc--cards.columns--3 .template-2sxc--cards__item {
    max-width: 100%;
    min-width: 100%;
  }
}
.template-2sxc--cards.columns--2 .template-2sxc--cards__item {
  max-width: calc(50% - 15px);
  min-width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .template-2sxc--cards.columns--2 .template-2sxc--cards__item {
    max-width: 100%;
    min-width: 100%;
  }
}
.template-2sxc--cards.columns--1 .template-2sxc--cards__item {
  max-width: 100%;
  min-width: 100%;
}

.template-2sxc--sidebar {
  position: relative;
  padding: 50px 40px;
}
.template-2sxc--sidebar:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #EBEBEB;
  opacity: 0.4;
}
.template-2sxc--sidebar__heading {
  font-size: 26px !important;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 30px;
}
.template-2sxc--sidebar__content, .template-2sxc--sidebar__content p {
  font-size: 18px !important;
}
.template-2sxc--sidebar__content ul {
  list-style: none;
}
.template-2sxc--sidebar__content ul li {
  margin-bottom: 4px;
}
.template-2sxc--sidebar__content ul li:last-child {
  margin-bottom: 0px;
}
.template-2sxc--sidebar__content ul li::marker {
  display: none;
}
.template-2sxc--sidebar__content ul li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  font-size: 25%;
  margin-left: -10px;
  margin-right: 5px;
}

.template-2sxc--cta-row {
  width: calc(100% + 16px);
  margin: -4px 0px -8px -4px;
}
.template-2sxc--cta-row a,
.template-2sxc--cta-row span {
  margin: 4px 8px;
}
@media (max-width: 991px) {
  .template-2sxc--cta-row a,
  .template-2sxc--cta-row span {
    width: calc(100% - 16px);
  }
}

.template-2sxc--lists__heading {
  font-size: 26px !important;
  font-weight: 700;
  color: #656D77;
  margin-bottom: 15px;
}
.template-2sxc--lists__list {
  list-style: none;
  margin-left: 12px;
}
.template-2sxc--lists__list li {
  margin-bottom: 4px;
}
.template-2sxc--lists__list li:last-child {
  margin-bottom: 0px;
}
.template-2sxc--lists__list li::marker {
  display: none;
}
.template-2sxc--lists__list li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  display: inline-block;
  font-size: 25%;
  margin-left: -10px;
  margin-right: 5px;
}
.template-2sxc--lists__list li.toggle-extras {
  color: #A3CBF3;
  cursor: pointer;
  font-weight: 700;
  display: none;
}
.template-2sxc--lists__list li.toggle-extras::before {
  content: "\f067";
  font-size: 45%;
  margin-top: -3px;
  margin-right: 3px;
}
.template-2sxc--lists__list li.toggle-extras .more {
  display: inline-block;
}
.template-2sxc--lists__list li.toggle-extras .less {
  display: none;
}
.template-2sxc--lists__list li:nth-child(8), .template-2sxc--lists__list li:nth-child(9), .template-2sxc--lists__list li:nth-child(10), .template-2sxc--lists__list li:nth-child(11), .template-2sxc--lists__list li:nth-child(12), .template-2sxc--lists__list li:nth-child(13), .template-2sxc--lists__list li:nth-child(14), .template-2sxc--lists__list li:nth-child(15) {
  display: none;
}
.template-2sxc--lists__list li:nth-child(8).toggle-extras, .template-2sxc--lists__list li:nth-child(9).toggle-extras, .template-2sxc--lists__list li:nth-child(10).toggle-extras, .template-2sxc--lists__list li:nth-child(11).toggle-extras, .template-2sxc--lists__list li:nth-child(12).toggle-extras, .template-2sxc--lists__list li:nth-child(13).toggle-extras, .template-2sxc--lists__list li:nth-child(14).toggle-extras, .template-2sxc--lists__list li:nth-child(15).toggle-extras {
  display: block;
}
.template-2sxc--lists__list li:nth-child(1).toggle-extras, .template-2sxc--lists__list li:nth-child(2).toggle-extras, .template-2sxc--lists__list li:nth-child(3).toggle-extras, .template-2sxc--lists__list li:nth-child(4).toggle-extras, .template-2sxc--lists__list li:nth-child(5).toggle-extras, .template-2sxc--lists__list li:nth-child(6).toggle-extras, .template-2sxc--lists__list li:nth-child(7).toggle-extras, .template-2sxc--lists__list li:nth-child(8).toggle-extras {
  display: none;
}
.template-2sxc--lists__list.expanded li:nth-child(7), .template-2sxc--lists__list.expanded li:nth-child(8), .template-2sxc--lists__list.expanded li:nth-child(9), .template-2sxc--lists__list.expanded li:nth-child(10), .template-2sxc--lists__list.expanded li:nth-child(11), .template-2sxc--lists__list.expanded li:nth-child(12), .template-2sxc--lists__list.expanded li:nth-child(13), .template-2sxc--lists__list.expanded li:nth-child(14), .template-2sxc--lists__list.expanded li:nth-child(15) {
  display: block;
}
.template-2sxc--lists__list.expanded li.toggle-extras::before {
  content: "\f068";
}
.template-2sxc--lists__list.expanded li.toggle-extras .more {
  display: none;
}
.template-2sxc--lists__list.expanded li.toggle-extras .less {
  display: inline-block;
}

.template-2sxc--feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 60px 0px 120px 0px;
}
.template-2sxc--feature-card__content-card {
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 2px 11px 0 rgba(171, 171, 171, 0.5);
  box-shadow: 0 2px 11px 0 rgba(171, 171, 171, 0.5);
  padding: 60px 40px;
  min-width: 48%;
  max-width: 48%;
}
.template-2sxc--feature-card__content-card__heading {
  font-size: 26px !important;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #EBEBEB;
}
.template-2sxc--feature-card__content-card__content {
  font-size: 26px !important;
  font-family: "Quicksand", sans-serif;
}
.template-2sxc--feature-card__content-card__content ul {
  list-style: none;
}
.template-2sxc--feature-card__content-card__content ul li::marker {
  display: none;
}
.template-2sxc--feature-card__content-card__content ul li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  font-size: 25%;
  margin-left: -10px;
  margin-right: 5px;
}
.template-2sxc--feature-card__cta-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.template-2sxc--feature-card__cta-card__container {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  background-color: rgba(245, 245, 245, 0.95);
  -webkit-box-shadow: 0 2px 11px 0 rgba(171, 171, 171, 0.5);
  box-shadow: 0 2px 11px 0 rgba(171, 171, 171, 0.5);
  padding: 60px 40px;
  max-width: 475px;
}
.template-2sxc--feature-card__cta-card__container > div {
  margin-bottom: 25px;
}
.template-2sxc--feature-card__cta-card__container > div:last-of-type {
  margin-bottom: 0px;
}
.template-2sxc--feature-card__cta-card__container__heading {
  font-size: 26px !important;
  font-family: "Quicksand", sans-serif;
}
@media (max-width: 768px) {
  .template-2sxc--feature-card {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-2sxc--feature-card__content-card {
    max-width: 100%;
    min-width: 100%;
  }
  .template-2sxc--feature-card__cta-card {
    max-width: 100%;
    min-width: 100%;
  }
  .template-2sxc--feature-card__cta-card__container {
    min-width: 100%;
    max-width: 100%;
  }
}

.template-2sxc--section-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 50px;
}
.template-2sxc--section-lists__col--image {
  max-width: calc(50% - 15px);
  min-width: calc(50% - 15px);
}
.template-2sxc--section-lists__col--content {
  max-width: calc(50% - 15px);
  min-width: calc(50% - 15px);
}
.template-2sxc--section-lists__col--content__heading {
  font-size: 45px !important;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  color: #BAAB91;
}
.template-2sxc--section-lists__col--content__heading .display-heading {
  position: relative;
  display: inline-block;
  padding: 0px 20px;
}
.template-2sxc--section-lists__col--content__heading .display-heading .decoration {
  position: absolute;
  top: 10%;
  width: 3px;
  height: 80%;
  background-color: #BAAB91;
  border-radius: 3px;
}
.template-2sxc--section-lists__col--content__heading .display-heading .decoration.decoration--left {
  left: 0px;
}
.template-2sxc--section-lists__col--content__heading .display-heading .decoration.decoration--right {
  right: 0px;
}
.template-2sxc--section-lists__col--content__subheading, .template-2sxc--section-lists__col--content__subheading p {
  font-size: 22px !important;
  margin-top: 15px;
}
.template-2sxc--section-lists__col--content__content {
  margin-top: 15px;
}
.template-2sxc--section-lists__col--content__content p {
  font-size: 18px !important;
}
.template-2sxc--section-lists__col--content__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px !important;
  list-style: none;
  margin-left: 10px;
}
.template-2sxc--section-lists__col--content__content ul li {
  display: inline-block;
  width: calc(50% - 15px);
}
@media (max-width: 450px) {
  .template-2sxc--section-lists__col--content__content ul li {
    width: 100%;
  }
}
.template-2sxc--section-lists__col--content__content ul li::marker {
  display: none;
}
.template-2sxc--section-lists__col--content__content ul li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  font-size: 25%;
  margin-left: -10px;
  margin-right: 5px;
}
.template-2sxc--section-lists__col--content__cta {
  margin-top: 15px;
}
.template-2sxc--section-lists:nth-child(odd) .template-2sxc--section-lists__col--image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
}
.template-2sxc--section-lists:nth-child(1) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .template-2sxc--section-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .template-2sxc--section-lists__col--image {
    max-width: 100%;
    min-width: 100%;
  }
  .template-2sxc--section-lists__col--image img {
    margin-bottom: 20px;
  }
  .template-2sxc--section-lists__col--content {
    max-width: 100%;
    min-width: 100%;
  }
  .template-2sxc--section-lists:nth-child(odd) .template-2sxc--section-lists__col--image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.template-2sxc--section-lists.w-carousel {
  align-items: flex-start;
}
.template-2sxc--section-lists.w-carousel:nth-child(1) {
  margin-top: 0 !important;
}
@media (min-width: 1025px) {
  .template-2sxc--section-lists.w-carousel {
    margin-top: 80px;
  }
}
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel {
  max-width: calc(50% - 38px);
  min-width: calc(50% - 38px);
}
@media (max-width: 767px) {
  .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel {
    margin-bottom: 24px;
  }
}
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel img {
    max-height: 415px;
  }
}
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav {
  position: absolute;
  width: 100% !important;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-next,
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #E0D8BF !important;
  left: 0;
  display: block;
  z-index: 10;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  outline: none !important;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-next,
  .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
    transform: translate(0, -50%);
  }
}
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-next .link.link--arrow, .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-next .related-articles-container .related-articles-carousel__item__link a.link--arrow, .related-articles-container .related-articles-carousel__item__link .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-next a.link--arrow, .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-next .resource-wrapper .resource-detail__categories a.link--arrow, .resource-wrapper .resource-detail__categories .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-next a.link--arrow, .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-next .link--arrow.resource-videos__item__link, .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-next .link--arrow.resource-list__item__content__cta__link,
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev .link.link--arrow,
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev .related-articles-container .related-articles-carousel__item__link a.link--arrow,
.related-articles-container .related-articles-carousel__item__link .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev a.link--arrow,
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev .resource-wrapper .resource-detail__categories a.link--arrow,
.resource-wrapper .resource-detail__categories .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev a.link--arrow,
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev .link--arrow.resource-videos__item__link,
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev .link--arrow.resource-list__item__content__cta__link {
  display: inline-block;
  color: #005488;
  font-size: 18px;
}
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-next .link.link--arrow:after, .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-next .related-articles-container .related-articles-carousel__item__link a.link--arrow:after, .related-articles-container .related-articles-carousel__item__link .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-next a.link--arrow:after, .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-next .resource-wrapper .resource-detail__categories a.link--arrow:after, .resource-wrapper .resource-detail__categories .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-next a.link--arrow:after, .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-next .link--arrow.resource-videos__item__link:after, .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-next .link--arrow.resource-list__item__content__cta__link:after,
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev .link.link--arrow:after,
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev .related-articles-container .related-articles-carousel__item__link a.link--arrow:after,
.related-articles-container .related-articles-carousel__item__link .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev a.link--arrow:after,
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev .resource-wrapper .resource-detail__categories a.link--arrow:after,
.resource-wrapper .resource-detail__categories .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev a.link--arrow:after,
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev .link--arrow.resource-videos__item__link:after,
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev .link--arrow.resource-list__item__content__cta__link:after {
  margin: 0;
}
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev .link.link--arrow, .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev .related-articles-container .related-articles-carousel__item__link a.link--arrow, .related-articles-container .related-articles-carousel__item__link .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev a.link--arrow, .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev .resource-wrapper .resource-detail__categories a.link--arrow, .resource-wrapper .resource-detail__categories .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev a.link--arrow, .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev .link--arrow.resource-videos__item__link, .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-prev .link--arrow.resource-list__item__content__cta__link {
  transform: rotate(180deg);
}
.template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-next {
  left: auto !important;
  right: 0 !important;
  transform: translate(50%, -50%) !important;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image.owl-carousel .owl-nav button.owl-next {
    right: 15px !important;
    transform: translate(0, -50%) !important;
  }
}
@media (max-width: 767px) {
  .template-2sxc--section-lists.w-carousel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .template-2sxc--section-lists.w-carousel .owl-carousel {
    max-height: 415px !important;
  }
  .template-2sxc--section-lists.w-carousel .owl-carousel .owl-dots {
    text-align: center;
    margin: 1rem 0 0 0;
  }
  .template-2sxc--section-lists.w-carousel .owl-carousel button.owl-dot {
    display: inline-block;
    background: #8F9DA9;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    border-radius: 50%;
    opacity: 0.3;
    outline: none !important;
    transition: all 0.25s ease-in-out;
  }
  .template-2sxc--section-lists.w-carousel .owl-carousel button.owl-dot.active, .template-2sxc--section-lists.w-carousel .owl-carousel button.owl-dot:hover {
    opacity: 0.7;
  }
  .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists__col--image img {
    margin-bottom: 0;
  }
  .template-2sxc--section-lists.w-carousel .template-2sxc--section-lists____col--content {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .template-2sxc--section-lists.w-carousel:nth-child(odd) .template-2sxc--section-lists__col--image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 768px) {
  .template-2sxc--section-lists-container.img-start-left .template-2sxc--section-lists:nth-of-type(even) .template-2sxc--section-lists__col--image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: right;
  }
  .template-2sxc--section-lists-container.img-start-left .template-2sxc--section-lists:nth-of-type(odd) .template-2sxc--section-lists__col--image {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    text-align: unset;
  }
}
@media (min-width: 768px) {
  .template-2sxc--section-lists-container.img-start-right .template-2sxc--section-lists:nth-of-type(odd) .template-2sxc--section-lists__col--image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: right;
  }
  .template-2sxc--section-lists-container.img-start-right .template-2sxc--section-lists:nth-of-type(even) .template-2sxc--section-lists__col--image {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    text-align: unset;
  }
}

.template-2sxc--simple-list__heading {
  font-size: 18px !important;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 2px #EBEBEB;
}
.template-2sxc--simple-list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.template-2sxc--simple-list ul li a {
  font-size: 18px !important;
  font-family: "Noto Sans", sans-serif;
  display: block;
  color: #005488;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #EBEBEB;
}
.template-2sxc--simple-list ul li:last-child a {
  margin-bottom: 0px;
}

.template-2sxc--lists-numbered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.template-2sxc--lists-numbered__col--image {
  max-width: calc(50% - 15px);
  min-width: calc(50% - 15px);
}
.template-2sxc--lists-numbered__col--content {
  max-width: calc(50% - 15px);
  min-width: calc(50% - 15px);
  padding: 30px;
}
.template-2sxc--lists-numbered__col--content__heading {
  font-size: 26px !important;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}
.template-2sxc--lists-numbered__col--content__heading .display-heading {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.template-2sxc--lists-numbered__col--content__heading .display-heading__number {
  font-size: 32px !important;
  font-family: "Quicksand", sans-serif;
  position: relative;
  display: inline-block;
  font-weight: 400;
}
.template-2sxc--lists-numbered__col--content__heading .display-heading__number:after {
  position: absolute;
  bottom: 0px;
  left: -12.5px;
  display: block;
  content: "";
  width: 49px;
  height: 49px;
  border-radius: 100px;
  background: #E0D8BF;
  z-index: -1;
}
.template-2sxc--lists-numbered__col--content__subheading {
  font-size: 22px !important;
  margin-top: 15px;
}
.template-2sxc--lists-numbered__col--content__subheading p {
  font-size: 22px !important;
}
.template-2sxc--lists-numbered__col--content__content {
  margin-top: 15px;
}
.template-2sxc--lists-numbered__col--content__content p {
  font-size: 18px !important;
}
.template-2sxc--lists-numbered__col--content__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px !important;
  list-style: none;
  margin-left: 10px;
}
.template-2sxc--lists-numbered__col--content__content ul li {
  display: inline-block;
  width: 100%;
}
.template-2sxc--lists-numbered__col--content__content ul li::marker {
  display: none;
}
.template-2sxc--lists-numbered__col--content__content ul li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  font-size: 25%;
  margin-left: -10px;
  margin-right: 5px;
}
.template-2sxc--lists-numbered__col--content__cta {
  margin-top: 15px;
}
.template-2sxc--lists-numbered:nth-of-type(even):after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -100vw;
  height: 100%;
  width: 200vw;
  background-color: #FDFDFD;
}
.template-2sxc--lists-numbered:nth-of-type(odd):after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -100vw;
  height: 100%;
  width: 200vw;
  background-color: #F6F6F6;
}
.template-2sxc--lists-numbered:nth-of-type(odd) .template-2sxc--lists-numbered__col--image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
}
.template-2sxc--lists-numbered--cta {
  display: block;
  padding: 85px 30px;
}
.template-2sxc--lists-numbered--cta__heading-line-1, .template-2sxc--lists-numbered--cta__heading-line-1 p {
  font-size: 26px !important;
  font-family: "Quicksand", sans-serif;
  text-align: center;
}
.template-2sxc--lists-numbered--cta__heading-line-2, .template-2sxc--lists-numbered--cta__heading-line-2 p {
  font-size: 42px !important;
  font-family: "Quicksand", sans-serif;
  text-align: center;
}
.template-2sxc--lists-numbered--cta__links {
  margin-top: 30px;
  text-align: center;
}
.template-2sxc--lists-numbered--cta__links a,
.template-2sxc--lists-numbered--cta__links span {
  margin: 5px;
  max-width: calc(100% - 10px);
}
@media (max-width: 767px) {
  .template-2sxc--lists-numbered {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .template-2sxc--lists-numbered__col--image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%;
    min-width: 100%;
  }
  .template-2sxc--lists-numbered__col--image img {
    margin-bottom: 20px;
  }
  .template-2sxc--lists-numbered__col--content {
    max-width: 100%;
    min-width: 100%;
  }
  .template-2sxc--lists-numbered:nth-child(odd) .template-2sxc--section-lists__col--image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.template-2sxc--lists-numbered--heading {
  width: 100%;
  text-align: center;
}
.template-2sxc--lists-numbered--heading__small {
  font-size: 26px !important;
  font-family: "Quicksand", sans-serif;
}
.template-2sxc--lists-numbered--heading__large {
  font-size: 42px !important;
  font-family: "Quicksand", sans-serif;
}
.template-2sxc--lists-numbered__line-in__circle {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #939598;
  display: block;
  margin: 0 auto;
}
.template-2sxc--lists-numbered__line-in__line--1, .template-2sxc--lists-numbered__line-in__line--2, .template-2sxc--lists-numbered__line-in__line--3 {
  width: 2px;
  height: 10px;
  display: block;
  background: #939598;
  margin: 0 auto;
}
.template-2sxc--lists-numbered__line-in__line--2 {
  background: transparent;
}
.template-2sxc--lists-numbered.w-carousel {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .template-2sxc--lists-numbered.w-carousel {
    flex-direction: column-reverse !important;
  }
}
.template-2sxc--lists-numbered.w-carousel:nth-child(1) {
  margin-top: 0 !important;
}
@media (min-width: 1025px) {
  .template-2sxc--lists-numbered.w-carousel {
    margin-top: 0;
  }
}
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel {
  max-width: calc(50% - 38px);
  min-width: calc(50% - 38px);
}
@media (max-width: 767px) {
  .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel {
    margin-bottom: 24px;
  }
}
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel img {
    max-height: 415px;
  }
}
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav {
  position: absolute;
  width: 100% !important;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-next,
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #E0D8BF !important;
  left: 0;
  display: block;
  z-index: 10;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  outline: none !important;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-next,
  .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
    transform: translate(0, -50%);
  }
}
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-next .link.link--arrow, .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-next .related-articles-container .related-articles-carousel__item__link a.link--arrow, .related-articles-container .related-articles-carousel__item__link .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-next a.link--arrow, .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-next .resource-wrapper .resource-detail__categories a.link--arrow, .resource-wrapper .resource-detail__categories .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-next a.link--arrow, .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-next .link--arrow.resource-videos__item__link, .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-next .link--arrow.resource-list__item__content__cta__link,
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev .link.link--arrow,
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev .related-articles-container .related-articles-carousel__item__link a.link--arrow,
.related-articles-container .related-articles-carousel__item__link .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev a.link--arrow,
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev .resource-wrapper .resource-detail__categories a.link--arrow,
.resource-wrapper .resource-detail__categories .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev a.link--arrow,
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev .link--arrow.resource-videos__item__link,
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev .link--arrow.resource-list__item__content__cta__link {
  display: inline-block;
  color: #005488;
  font-size: 18px;
}
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-next .link.link--arrow:after, .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-next .related-articles-container .related-articles-carousel__item__link a.link--arrow:after, .related-articles-container .related-articles-carousel__item__link .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-next a.link--arrow:after, .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-next .resource-wrapper .resource-detail__categories a.link--arrow:after, .resource-wrapper .resource-detail__categories .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-next a.link--arrow:after, .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-next .link--arrow.resource-videos__item__link:after, .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-next .link--arrow.resource-list__item__content__cta__link:after,
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev .link.link--arrow:after,
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev .related-articles-container .related-articles-carousel__item__link a.link--arrow:after,
.related-articles-container .related-articles-carousel__item__link .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev a.link--arrow:after,
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev .resource-wrapper .resource-detail__categories a.link--arrow:after,
.resource-wrapper .resource-detail__categories .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev a.link--arrow:after,
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev .link--arrow.resource-videos__item__link:after,
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev .link--arrow.resource-list__item__content__cta__link:after {
  margin: 0;
}
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev .link.link--arrow, .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev .related-articles-container .related-articles-carousel__item__link a.link--arrow, .related-articles-container .related-articles-carousel__item__link .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev a.link--arrow, .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev .resource-wrapper .resource-detail__categories a.link--arrow, .resource-wrapper .resource-detail__categories .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev a.link--arrow, .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev .link--arrow.resource-videos__item__link, .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-prev .link--arrow.resource-list__item__content__cta__link {
  transform: rotate(180deg);
}
.template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-next {
  left: auto !important;
  right: 0 !important;
  transform: translate(50%, -50%) !important;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image.owl-carousel .owl-nav button.owl-next {
    right: 15px !important;
    transform: translate(0, -50%) !important;
  }
}
@media (max-width: 767px) {
  .template-2sxc--lists-numbered.w-carousel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .template-2sxc--lists-numbered.w-carousel .owl-carousel {
    max-height: 415px !important;
  }
  .template-2sxc--lists-numbered.w-carousel .owl-carousel .owl-dots {
    text-align: center;
    margin: 1rem 0 0 0;
  }
  .template-2sxc--lists-numbered.w-carousel .owl-carousel button.owl-dot {
    display: inline-block;
    background: #8F9DA9;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    border-radius: 50%;
    opacity: 0.3;
    outline: none !important;
    transition: all 0.25s ease-in-out;
  }
  .template-2sxc--lists-numbered.w-carousel .owl-carousel button.owl-dot.active, .template-2sxc--lists-numbered.w-carousel .owl-carousel button.owl-dot:hover {
    opacity: 0.7;
  }
  .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--image img {
    margin-bottom: 0;
  }
  .template-2sxc--lists-numbered.w-carousel .template-2sxc--lists-numbered__col--content {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .template-2sxc--lists-numbered.w-carousel:nth-child(odd) .template-2sxc--lists-numbered__col--image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 768px) {
  .template-2sxc--lists-numbered-container.img-start-left .template-2sxc--lists-numbered:nth-of-type(even) .template-2sxc--lists-numbered__col--image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: right;
  }
  .template-2sxc--lists-numbered-container.img-start-left .template-2sxc--lists-numbered:nth-of-type(odd) .template-2sxc--lists-numbered__col--image {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    text-align: unset;
  }
}
@media (min-width: 768px) {
  .template-2sxc--lists-numbered-container.img-start-right .template-2sxc--lists-numbered:nth-of-type(odd) .template-2sxc--lists-numbered__col--image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: right;
  }
  .template-2sxc--lists-numbered-container.img-start-right .template-2sxc--lists-numbered:nth-of-type(even) .template-2sxc--lists-numbered__col--image {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    text-align: unset;
  }
}

.template-2sxc--large-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 60px 40px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 2px 11px 0 rgba(171, 171, 171, 0.5);
  box-shadow: 0 2px 11px 0 rgba(171, 171, 171, 0.5);
}
.template-2sxc--large-card__col {
  min-width: calc(50% - 15px);
  max-width: calc(50% - 15px);
}
.template-2sxc--large-card__col__heading {
  font-size: 26px !important;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #EBEBEB;
}
.template-2sxc--large-card__col__large-content, .template-2sxc--large-card__col__content {
  font-size: 26px !important;
  font-family: "Quicksand", sans-serif;
}
.template-2sxc--large-card__col__large-content ul, .template-2sxc--large-card__col__content ul {
  list-style: none;
}
.template-2sxc--large-card__col__large-content ul li::marker, .template-2sxc--large-card__col__content ul li::marker {
  display: none;
}
.template-2sxc--large-card__col__large-content ul li::before, .template-2sxc--large-card__col__content ul li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  font-size: 25%;
  margin-left: -10px;
  margin-right: 5px;
}
.template-2sxc--large-card__col__large-content, .template-2sxc--large-card__col__large-content p {
  font-size: 26px !important;
}
@media (max-width: 768px) {
  .template-2sxc--large-card {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-2sxc--large-card__col {
    max-width: 100%;
    min-width: 100%;
  }
}
.template-2sxc--large-card.column-single {
  flex-direction: column;
}
.template-2sxc--large-card.column-single .template-2sxc--large-card__col {
  min-width: 100%;
  max-width: 100%;
}
.template-2sxc--large-card.boxshadow-none {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.template-2sxc--button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.template-2sxc--button-row--primary, .template-2sxc--button-row--secondary, .template-2sxc--button-row--white {
  font-size: 32px !important;
  font-family: "Fjalla One", sans-serif;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  text-transform: capitalize;
  padding: 35px;
  margin: 10px;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .template-2sxc--button-row--primary, .template-2sxc--button-row--secondary, .template-2sxc--button-row--white {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
.template-2sxc--button-row--primary {
  background-color: #345A7A;
  color: white;
}
.template-2sxc--button-row--primary:visited {
  color: white;
}
.template-2sxc--button-row--primary:hover {
  background-color: #005488;
  color: white;
  text-decoration: none;
}
.template-2sxc--button-row--secondary {
  background-color: #BAAB91;
  color: white;
}
.template-2sxc--button-row--secondary:visited {
  color: white;
}
.template-2sxc--button-row--secondary:hover {
  background-color: #7E715A;
  color: white;
  text-decoration: none;
}
.template-2sxc--button-row--white {
  background-color: #F6F6F6;
  color: #BAAB91;
}
.template-2sxc--button-row--white:visited {
  color: #BAAB91;
}
.template-2sxc--button-row--white:hover {
  background-color: #8F9DA9;
  color: white;
  text-decoration: none;
}

.template-2sxc--heading--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 768px) {
  .template-2sxc--heading--large {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.template-2sxc--heading--large__col {
  margin: 0 15px;
}
@media (max-width: 768px) {
  .template-2sxc--heading--large__col {
    min-width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px 15px;
  }
}
.template-2sxc--heading--large__col.column--heading {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.template-2sxc--heading--large__col.column--summary {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.template-2sxc--heading--large__col.column--link {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  min-width: 120px;
}
.template-2sxc--heading--large__col__heading {
  font-size: 60px !important;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  color: #BAAB91;
}
@media (min-width: 991px) {
  .template-2sxc--heading--large__col__heading {
    white-space: nowrap;
  }
}
.template-2sxc--heading--large__col__heading .display-heading {
  position: relative;
  display: inline-block;
  padding: 0px 20px;
}
.template-2sxc--heading--large__col__heading .display-heading .decoration {
  position: absolute;
  top: 10%;
  width: 3px;
  height: 80%;
  background-color: #BAAB91;
  border-radius: 3px;
}
.template-2sxc--heading--large__col__heading .display-heading .decoration.decoration--left {
  left: 0px;
}
.template-2sxc--heading--large__col__heading .display-heading .decoration.decoration--right {
  right: 0px;
}
.template-2sxc--heading--large__col__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.template-2sxc--heading--large__col__summary p {
  font-size: 28px !important;
  font-family: "Quicksand", sans-serif;
}
.template-2sxc--heading--large.color--gray-600 .template-2sxc--heading--large__col__heading {
  color: #939598;
}
.template-2sxc--heading--large.color--gray-600 .template-2sxc--heading--large__col__heading .display-heading .decoration {
  background-color: #939598;
}

.template-2sxc--content-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.template-2sxc--content-rows.columns--1 .template-2sxc--content-rows__item {
  min-width: calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.template-2sxc--content-rows.columns--2 .template-2sxc--content-rows__item {
  min-width: calc(50% - 30px);
  max-width: calc(50% - 30px);
}
.template-2sxc--content-rows.columns--3 .template-2sxc--content-rows__item {
  min-width: calc(33.3333333333% - 30px);
  max-width: calc(33.3333333333% - 30px);
}
.template-2sxc--content-rows.columns--4 .template-2sxc--content-rows__item {
  min-width: calc(25% - 30px);
  max-width: calc(25% - 30px);
}
@media (max-width: 991px) {
  .template-2sxc--content-rows.columns--4 .template-2sxc--content-rows__item {
    min-width: calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .template-2sxc--content-rows.columns--2 .template-2sxc--content-rows__item, .template-2sxc--content-rows.columns--3 .template-2sxc--content-rows__item, .template-2sxc--content-rows.columns--4 .template-2sxc--content-rows__item {
    min-width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
.template-2sxc--content-rows__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 45px 15px 0px;
}
.template-2sxc--content-rows__item__heading {
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.3;
  color: #656D77;
}
.template-2sxc--content-rows__item__summary, .template-2sxc--content-rows__item__summart p {
  font-size: 16px !important;
}
.template-2sxc--content-rows__item__summary {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.template-2sxc--content-rows__item__cta {
  margin-top: 20px;
}
.template-2sxc--content-rows__item__cta a {
  color: #005488;
  font-weight: 700 !important;
}
.template-2sxc--image-cards--simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.template-2sxc--image-cards--simple__item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 100px 30px;
  margin: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
@media (max-width: 991px) {
  .template-2sxc--image-cards--simple__item {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .template-2sxc--image-cards--simple__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.template-2sxc--image-cards--simple__item__icon {
  text-align: center;
}
.template-2sxc--image-cards--simple__item__icon img {
  margin: 0 auto;
  width: 82px;
  margin-bottom: 15px;
}
.template-2sxc--image-cards--simple__item__heading {
  font-size: 26px !important;
  font-weight: 700;
  color: white;
}
.template-2sxc--image-cards--simple__item.size--0 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.template-2sxc--image-cards--simple__item.size--1 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  -webkit-flex-grow: 2;
  flex-grow: 2;
}
.template-2sxc--image-cards--simple__item.size--2 {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  -webkit-flex-grow: 3;
  flex-grow: 3;
}
.template-2sxc--image-cards--simple__item:hover__icon, .template-2sxc--image-cards--simple__item:hover__heading {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.template-2sxc--image-cards--detailed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  margin-left: -5px;
  margin-right: -5px;
}
.template-2sxc--image-cards--detailed__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 0px;
  margin: 5px;
  max-width: calc(33.3333333333% - 10px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .template-2sxc--image-cards--detailed__item {
    max-width: 100%;
    min-width: 100%;
  }
}
.template-2sxc--image-cards--detailed__item__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  padding: 100px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .template-2sxc--image-cards--detailed__item__col {
    padding: 60px 30px;
    max-width: 100%;
    min-width: 100%;
  }
}
.template-2sxc--image-cards--detailed__item__col__heading-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.template-2sxc--image-cards--detailed__item__col__heading-row__icon img {
  margin: 0;
  min-width: 75px;
  max-width: 75px;
}
.template-2sxc--image-cards--detailed__item__col__heading-row__heading {
  font-size: 24px !important;
  font-weight: 700;
  color: white;
  max-width: calc(100% - 75px);
  word-wrap: break-word;
}
.template-2sxc--image-cards--detailed__item__col__heading-row > div:nth-child(2) {
  margin-left: 20px;
  max-width: calc(100% - 95px);
}
.template-2sxc--image-cards--detailed__item__col__summary {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.template-2sxc--image-cards--detailed__item__col__summary, .template-2sxc--image-cards--detailed__item__col__summary p {
  font-size: 18px !important;
  color: white;
}
.template-2sxc--image-cards--detailed__item__col__cta a {
  color: #A3CBF3;
}
.template-2sxc--image-cards--detailed__item__col.size--0 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.template-2sxc--image-cards--detailed__item__col.size--1 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  -webkit-flex-grow: 2;
  flex-grow: 2;
}
.template-2sxc--image-cards--detailed__item__col.size--2 {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  -webkit-flex-grow: 3;
  flex-grow: 3;
}
.template-2sxc--image-cards--detailed__item__col:hover__icon, .template-2sxc--image-cards--detailed__item__col:hover__heading {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.template-2sxc--image-cards--detailed__item__col.ExpandedCTA {
  background-color: #939598;
  max-width: 325px;
  min-width: 325px;
}
@media (max-width: 991px) {
  .template-2sxc--image-cards--detailed__item__col.ExpandedCTA {
    max-width: 100%;
    min-width: 100%;
  }
}
.template-2sxc--image-cards--detailed__item__col__ExpandedCTA__summary, .template-2sxc--image-cards--detailed__item__col__ExpandedCTA__summary p {
  font-size: 28px !important;
  font-family: "Quicksand", sans-serif;
  color: white;
}
.template-2sxc--image-cards--detailed__item__col__ExpandedCTA__cta a {
  font-weight: 700 !important;
  color: white;
}
.template-2sxc--image-cards--detailed__item.hasExpandedCTA {
  max-width: calc(66.6666666667% - 10px);
}
@media (max-width: 991px) {
  .template-2sxc--image-cards--detailed__item.hasExpandedCTA {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    min-width: 100%;
  }
}

.template-2sxc--resource-content {
  background-color: #F6F6F6;
  margin-left: -15px;
  margin-right: -15px;
}
.template-2sxc--resource-content__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.template-2sxc--resource-content__content__col--heading {
  max-width: calc(25% - 15px);
}
.template-2sxc--resource-content__content__col--heading__heading {
  font-size: 26px !important;
  font-weight: 700;
}
.template-2sxc--resource-content__content__col--heading__heading.heading--large {
  font-size: 38px !important;
}
.template-2sxc--resource-content__content__col--heading__subheading {
  font-size: 26px !important;
  font-weight: 700;
}
.template-2sxc--resource-content__content__col--heading__subheading.heading--large {
  font-size: 38px !important;
}
.template-2sxc--resource-content__content__col--heading__cta a {
  font-weight: 700 !important;
}
.template-2sxc--resource-content__content__col--content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: calc(75% - 15px);
  width: 100%;
}
.template-2sxc--resource-content__content__col--content .resource-card .resource-card__item {
  background-color: transparent;
}
@media (max-width: 768px) {
  .template-2sxc--resource-content__content__col--content .resource-card .resource-card__item {
    min-width: 100%;
  }
}
@media (max-width: 991px) {
  .template-2sxc--resource-content__content {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-2sxc--resource-content__content__col--heading, .template-2sxc--resource-content__content__col--content {
    max-width: calc(100% - 15px);
    min-width: calc(100% - 15px);
  }
  .template-2sxc--resource-content__content > div:nth-child(2) {
    margin-top: 30px;
  }
}

/*---------------------------------------------
Banner 2sxc Templates
---------------------------------------------*/
.banner-2sxc--text-columns {
  margin-left: -15px;
  margin-right: -15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0px;
}
.banner-2sxc--text-columns .row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-left: solid 1.5px rgba(255, 255, 255, 0.5);
  border-right: solid 1.5px rgba(255, 255, 255, 0.5);
}
.banner-2sxc--text-columns .row .col:first-child {
  border-left: solid 0px white;
}
.banner-2sxc--text-columns .row .col:last-child {
  border-right: solid 0px white;
}
@media (max-width: 991px) {
  .banner-2sxc--text-columns .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .banner-2sxc--text-columns .row .col {
    border-top: solid 1.5px rgba(255, 255, 255, 0.5);
    border-bottom: solid 1.5px rgba(255, 255, 255, 0.5);
    border-left: 0px;
    border-right: 0px;
  }
  .banner-2sxc--text-columns .row .col:first-child {
    border-top: solid 0px white;
    border-left: 0px;
    border-right: 0px;
  }
  .banner-2sxc--text-columns .row .col:last-child {
    border-bottom: solid 0px white;
    border-left: 0px;
    border-right: 0px;
  }
}
.banner-2sxc--text-columns--content {
  padding: 30px 15px;
  min-width: 100%;
  max-width: 100%;
}
.banner-2sxc--text-columns--content, .banner-2sxc--text-columns--content p {
  font-size: 28px !important;
  font-family: "Quicksand", sans-serif;
  color: white;
  line-height: 1.2;
  text-align: center;
}
.banner-2sxc--text-columns--content strong, .banner-2sxc--text-columns--content p strong {
  font-size: 62px !important;
  font-weight: 600;
}

.banner-2sxc--headings-with-ctas {
  margin-left: -15px;
  margin-right: -15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0px;
}
.banner-2sxc--headings-with-ctas__content__heading {
  font-size: 26px !important;
  font-family: "Noto Sans", sans-serif;
  color: white;
  text-align: center;
}
.banner-2sxc--headings-with-ctas__content__heading.heading--large {
  font-size: 38px !important;
  font-weight: 600;
}
.banner-2sxc--headings-with-ctas__content__subheading {
  font-size: 26px !important;
  font-family: "Noto Sans", sans-serif;
  color: white;
  text-align: center;
}
.banner-2sxc--headings-with-ctas__content__subheading.heading--large {
  font-size: 38px !important;
  font-weight: 600;
}
.banner-2sxc--headings-with-ctas__content__ctas {
  text-align: center;
}
.banner-2sxc--headings-with-ctas__content__ctas a,
.banner-2sxc--headings-with-ctas__content__ctas span {
  margin: 5px;
  max-width: calc(100% - 10px);
}

/*---------------------------------------------
Footer 2xc Templates
---------------------------------------------*/
.footer-2sxc--highlight-list {
  margin-left: -15px;
  margin-right: -15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0px;
}
.footer-2sxc--highlight-list__heading {
  font-size: 26px !important;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  color: white;
}
.footer-2sxc--highlight-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  /* Column Sizing */
  /* Left/Right Column Borders*/
  /* Remove all left and right borders*/
  /* Show all bust last border bottom*/
}
.footer-2sxc--highlight-list__row__col {
  border-top: solid 0px rgba(255, 255, 255, 0.5);
  border-right: solid 0px rgba(255, 255, 255, 0.5);
  border-bottom: solid 2px rgba(255, 255, 255, 0.5);
  border-left: solid 0px rgba(255, 255, 255, 0.5);
}
.footer-2sxc--highlight-list__row__col__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 30px 0px;
  padding: 0px 15px;
  border-top: solid 0px rgba(255, 255, 255, 0.5);
  border-right: solid 1.5px rgba(255, 255, 255, 0.5);
  border-bottom: solid 0px rgba(255, 255, 255, 0.5);
  border-left: solid 1.5px rgba(255, 255, 255, 0.5);
}
.footer-2sxc--highlight-list__row__col__content__alignment {
  max-width: 100%;
}
.footer-2sxc--highlight-list__row__col__content__alignment__heading {
  font-size: 26px !important;
  font-family: "Noto Sans", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #7E715A;
  max-width: 100%;
}
.footer-2sxc--highlight-list__row__col__content__alignment__subheading {
  font-size: 38px !important;
  font-family: "Noto Sans", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #7E715A;
  max-width: 100%;
  margin-top: -15px;
}
.footer-2sxc--highlight-list__row__col.border-bottom--hidden {
  border-bottom: solid 0px rgba(255, 255, 255, 0.5);
}
.footer-2sxc--highlight-list__row.column-structure--2 .footer-2sxc--highlight-list__row__col {
  min-width: 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .footer-2sxc--highlight-list__row.column-structure--2 .footer-2sxc--highlight-list__row__col {
    min-width: 100%;
    max-width: 100%;
  }
}
.footer-2sxc--highlight-list__row.column-structure--3 .footer-2sxc--highlight-list__row__col {
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 768px) {
  .footer-2sxc--highlight-list__row.column-structure--3 .footer-2sxc--highlight-list__row__col {
    min-width: 100%;
    max-width: 100%;
  }
}
.footer-2sxc--highlight-list__row.column-structure--4 .footer-2sxc--highlight-list__row__col {
  min-width: 25%;
  max-width: 25%;
}
@media (max-width: 991px) {
  .footer-2sxc--highlight-list__row.column-structure--4 .footer-2sxc--highlight-list__row__col {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .footer-2sxc--highlight-list__row.column-structure--4 .footer-2sxc--highlight-list__row__col {
    min-width: 100%;
    max-width: 100%;
  }
}
.footer-2sxc--highlight-list__row.column-structure--2 .footer-2sxc--highlight-list__row__col:nth-child(1) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2 .footer-2sxc--highlight-list__row__col:nth-child(3) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2 .footer-2sxc--highlight-list__row__col:nth-child(5) .footer-2sxc--highlight-list__row__col__content {
  border-left: 0px;
}
.footer-2sxc--highlight-list__row.column-structure--2 .footer-2sxc--highlight-list__row__col:nth-child(2) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2 .footer-2sxc--highlight-list__row__col:nth-child(4) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2 .footer-2sxc--highlight-list__row__col:nth-child(6) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2 .footer-2sxc--highlight-list__row__col:last-child .footer-2sxc--highlight-list__row__col__content {
  border-right: 0px;
}
.footer-2sxc--highlight-list__row.column-structure--3 .footer-2sxc--highlight-list__row__col:nth-child(1) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3 .footer-2sxc--highlight-list__row__col:nth-child(4) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3 .footer-2sxc--highlight-list__row__col:nth-child(7) .footer-2sxc--highlight-list__row__col__content {
  border-left: 0px;
}
.footer-2sxc--highlight-list__row.column-structure--3 .footer-2sxc--highlight-list__row__col:nth-child(3) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3 .footer-2sxc--highlight-list__row__col:nth-child(6) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3 .footer-2sxc--highlight-list__row__col:nth-child(9) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3 .footer-2sxc--highlight-list__row__col:last-child .footer-2sxc--highlight-list__row__col__content {
  border-right: 0px;
}
.footer-2sxc--highlight-list__row.column-structure--4 .footer-2sxc--highlight-list__row__col:nth-child(1) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4 .footer-2sxc--highlight-list__row__col:nth-child(5) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4 .footer-2sxc--highlight-list__row__col:nth-child(9) .footer-2sxc--highlight-list__row__col__content {
  border-left: 0px;
}
.footer-2sxc--highlight-list__row.column-structure--4 .footer-2sxc--highlight-list__row__col:nth-child(4) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4 .footer-2sxc--highlight-list__row__col:nth-child(8) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4 .footer-2sxc--highlight-list__row__col:nth-child(12) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4 .footer-2sxc--highlight-list__row__col:last-child .footer-2sxc--highlight-list__row__col__content {
  border-right: 0px;
}
@media (max-width: 991px) {
  .footer-2sxc--highlight-list__row.column-structure--4 .footer-2sxc--highlight-list__row__col:nth-child(1) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4 .footer-2sxc--highlight-list__row__col:nth-child(3) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4 .footer-2sxc--highlight-list__row__col:nth-child(5) .footer-2sxc--highlight-list__row__col__content {
    border-left: 0px;
  }
  .footer-2sxc--highlight-list__row.column-structure--4 .footer-2sxc--highlight-list__row__col:nth-child(2) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4 .footer-2sxc--highlight-list__row__col:nth-child(4) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4 .footer-2sxc--highlight-list__row__col:nth-child(6) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4 .footer-2sxc--highlight-list__row__col:last-child .footer-2sxc--highlight-list__row__col__content {
    border-right: 0px;
  }
}
@media (max-width: 768px) {
  .footer-2sxc--highlight-list__row.column-structure--2:nth-child(1) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(2) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(3) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(4) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(5) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(6) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(7) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(8) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(9) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(10) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(11) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(12) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(13) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(14) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(15) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(1) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(2) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(3) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(4) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(5) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(6) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(7) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(8) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(9) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(10) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(11) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(12) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(13) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(14) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(15) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(1) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(2) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(3) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(4) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(5) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(6) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(7) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(8) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(9) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(10) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(11) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(12) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(13) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(14) .footer-2sxc--highlight-list__row__col__content, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(15) .footer-2sxc--highlight-list__row__col__content {
    border-left: 0px;
    border-right: 0px;
  }
  .footer-2sxc--highlight-list__row.column-structure--2:nth-child(1) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(2) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(3) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(4) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(5) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(6) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(7) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(8) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(9) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(10) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(11) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(12) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(13) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(14) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--2:nth-child(15) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(1) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(2) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(3) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(4) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(5) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(6) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(7) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(8) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(9) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(10) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(11) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(12) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(13) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(14) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--3:nth-child(15) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(1) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(2) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(3) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(4) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(5) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(6) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(7) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(8) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(9) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(10) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(11) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(12) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(13) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(14) .footer-2sxc--highlight-list__row__col__content__alignment, .footer-2sxc--highlight-list__row.column-structure--4:nth-child(15) .footer-2sxc--highlight-list__row__col__content__alignment {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .footer-2sxc--highlight-list__row__col.border-bottom--hidden {
    border-bottom: solid 2px rgba(255, 255, 255, 0.5);
  }
  .footer-2sxc--highlight-list__row__col.border-bottom--hidden:last-child {
    border-bottom: 0px;
  }
}

/*---------------------------------------------
Header 2xc Templates
---------------------------------------------*/
.header-2sxc--header-banner {
  margin-left: -15px;
  margin-right: -15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header-2sxc--header-banner__main {
  padding: 110px 0px;
}
.header-2sxc--header-banner__main--small {
  padding: 65px 0px;
}
.header-2sxc--header-banner__main__heading {
  font-size: 77px !important;
  font-family: "Fjalla One", sans-serif;
  color: white;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}
.header-2sxc--header-banner__main__subheading {
  font-size: 32px !important;
  font-family: "Quicksand", sans-serif;
  color: white;
  text-align: center;
}
.header-2sxc--header-banner__main__cta {
  text-align: center;
}
.header-2sxc--header-banner__navigation {
  padding: 15px 0px;
  /* Column Structure*/
  /* Left Column Styles*/
  /* Right Column Styles*/
  /* CSS Modifiers*/
}
.header-2sxc--header-banner__navigation .row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .header-2sxc--header-banner__navigation .row .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .header-2sxc--header-banner__navigation .row .col .dropdown-links {
    margin: 0 auto;
  }
}
.header-2sxc--header-banner__navigation__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.header-2sxc--header-banner__navigation__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: right;
}
@media (max-width: 768px) {
  .header-2sxc--header-banner__navigation__right {
    text-align: left;
  }
}
.header-2sxc--header-banner__navigation__right .row-links {
  margin-left: auto;
}
.header-2sxc--header-banner__navigation__right .row-links a {
  margin: 5px;
  max-width: calc(100% - 10px);
}
.header-2sxc--header-banner__navigation__right .dropdown-links {
  margin: 0px;
  list-style: none;
  display: inline-block;
  max-width: 300px;
  min-width: 200px;
  margin-left: auto;
}
.header-2sxc--header-banner__navigation__right .dropdown-links li {
  position: relative;
}
.header-2sxc--header-banner__navigation__right .dropdown-links li a {
  margin: -1px 0px 0px;
  display: block;
  width: 100%;
  text-align: left;
}
.header-2sxc--header-banner__navigation__right .dropdown-links li:first-child a {
  margin-top: 0px;
}
.header-2sxc--header-banner__navigation__right .dropdown-links li ul {
  margin: 0px;
  list-style: none;
  position: absolute;
  z-index: 1;
  background-color: #EBEBEB;
  width: 100%;
  display: none;
}
.header-2sxc--header-banner__navigation__right .dropdown-links li ul li a,
.header-2sxc--header-banner__navigation__right .dropdown-links li ul li a:visited,
.header-2sxc--header-banner__navigation__right .dropdown-links li ul li a:active {
  border-top: 0px;
  color: #656D77;
}
.header-2sxc--header-banner__navigation__right .dropdown-links li.active > a span {
  display: inline-block;
  width: calc(100% - 15px);
}
.header-2sxc--header-banner__navigation__right .dropdown-links li.active > a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  display: inline-block;
  color: #ffffff;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.header-2sxc--header-banner__navigation__right .dropdown-links.open li.active > a:after {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.header-2sxc--header-banner__navigation__right .dropdown-links.open li ul {
  display: block;
}
.header-2sxc--header-banner__navigation.center-content .row .col {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.header-2sxc--header-banner__navigation.center-content .header-2sxc--header-banner__navigation__left {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.header-2sxc--header-banner__navigation.center-content .header-2sxc--header-banner__navigation__right {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.header-2sxc--header-banner__navigation.center-content .header-2sxc--header-banner__navigation__right .dropdown-links {
  margin-left: 0px;
}
.header-2sxc--header-banner__navigation.bg-color-secondary--light .dropdown-links li a:hover {
  background-color: #7E715A;
}

.skin.skin--fluid #dnn_contentPane .DnnModule:first-child .header-2sxc--header-banner {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .skin.skin--fluid #dnn_contentPane .DnnModule:first-child .header-2sxc--header-banner {
    padding-top: 0px;
  }
}

.header-2sxc--header-with-content {
  margin-left: -15px;
  margin-right: -15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.header-2sxc--header-with-content:after {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  display: none;
}
@media (max-width: 991px) {
  .header-2sxc--header-with-content:after {
    display: block;
  }
}
.header-2sxc--header-with-content__main {
  position: relative;
  z-index: 1;
  padding: 110px 0px;
}
.header-2sxc--header-with-content__main__heading {
  font-size: 32px !important;
  font-family: "Quicksand", sans-serif;
  color: #656D77;
}
.header-2sxc--header-with-content__main__heading.heading--large {
  font-size: 77px !important;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.header-2sxc--header-with-content__main__subheading {
  font-size: 32px !important;
  font-family: "Quicksand", sans-serif;
  color: #656D77;
}
.header-2sxc--header-with-content__main__subheading.heading--large {
  font-size: 77px !important;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.header-2sxc--header-with-content__main__content {
  font-size: 16px !important;
  font-family: "Noto Sans", sans-serif;
}
.header-2sxc--header-with-content__main__large-content {
  padding-left: 15px;
  position: relative;
  margin-top: 15px;
}
.header-2sxc--header-with-content__main__large-content:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5%;
  height: 90%;
  width: 6px;
  background-color: #DADADA;
  border-radius: 6px;
}
.header-2sxc--header-with-content__main__large-content, .header-2sxc--header-with-content__main__large-content p {
  font-size: 26px !important;
  font-family: "Quicksand", sans-serif;
}
.header-2sxc--header-with-content__main__large-content ul, .header-2sxc--header-with-content__main__large-content p ul {
  list-style: none;
}
.header-2sxc--header-with-content__main__large-content ul li::marker, .header-2sxc--header-with-content__main__large-content p ul li::marker {
  display: none;
}
.header-2sxc--header-with-content__main__large-content ul li::before, .header-2sxc--header-with-content__main__large-content p ul li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  font-size: 25%;
  margin-left: -10px;
  margin-right: 10px;
}
.header-2sxc--header-with-content__main__cta a {
  font-weight: 600;
}

.header-2sxc--home-page {
  margin-left: -15px;
  margin-right: -15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.header-2sxc--home-page__main {
  padding: 100px 0px 115px 0px;
}
.header-2sxc--home-page__main__heading, .header-2sxc--home-page__main__heading p {
  font-size: 77px !important;
  font-family: "Fjalla One", sans-serif;
  color: #BAAB91;
}
.header-2sxc--home-page__main__heading strong, .header-2sxc--home-page__main__heading p strong {
  color: white;
}
@media (max-width: 768px) {
  .header-2sxc--home-page__main__heading, .header-2sxc--home-page__main__heading p {
    font-size: 45px !important;
  }
}
.header-2sxc--home-page__main__subheading-cta-container {
  position: relative;
  padding-left: 40px;
  max-width: 75%;
}
@media (max-width: 768px) {
  .header-2sxc--home-page__main__subheading-cta-container {
    max-width: 100%;
    padding-left: 20px;
  }
}
.header-2sxc--home-page__main__subheading-cta-container:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5%;
  height: 90%;
  width: 6px;
  background-color: white;
  border-radius: 6px;
}
.header-2sxc--home-page__main__subheading-cta-container__subheading, .header-2sxc--home-page__main__subheading-cta-container__subheading p {
  font-size: 42px !important;
  font-family: "Quicksand", sans-serif;
  color: white;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .header-2sxc--home-page__main__subheading-cta-container__subheading, .header-2sxc--home-page__main__subheading-cta-container__subheading p {
    font-size: 22px !important;
  }
}
.header-2sxc--home-page__main__subheading-cta-container__cta a,
.header-2sxc--home-page__main__subheading-cta-container__cta a:hover,
.header-2sxc--home-page__main__subheading-cta-container__cta a:visited {
  font-size: 18px !important;
  color: #A3CBF3;
  font-weight: 600;
}
.header-2sxc--home-page__main__navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 75%;
  background-color: rgba(147, 149, 152, 0.49);
  padding: 25px;
}
.header-2sxc--home-page__main__navigation-list__label {
  font-size: 18px !important;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  color: white;
  max-width: 50%;
  min-width: 50%;
}
.header-2sxc--home-page__main__navigation-list__navigation {
  max-width: 50%;
  min-width: 50%;
}
.header-2sxc--home-page__main__navigation-list__navigation .dropdown-links {
  margin: 0px;
  list-style: none;
  display: inline-block;
  min-width: 100%;
  margin-left: auto;
}
.header-2sxc--home-page__main__navigation-list__navigation .dropdown-links li {
  position: relative;
}
.header-2sxc--home-page__main__navigation-list__navigation .dropdown-links li a {
  font-size: 18px !important;
  font-family: "Noto Sans", sans-serif;
  background: #E0D8BF; /* The Fallback */
  background: rgba(224, 216, 191, 0.16);
  color: white;
  margin: -1px 0px 0px;
  display: block;
  width: 100%;
  text-align: left;
  border: solid 1px #8F9DA9;
  padding: 8px 15px;
  cursor: pointer;
}
.header-2sxc--home-page__main__navigation-list__navigation .dropdown-links li:first-child a {
  margin-top: 0px;
}
.header-2sxc--home-page__main__navigation-list__navigation .dropdown-links li ul {
  margin: 5px 0px 0px 0px;
  list-style: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  display: none;
}
.header-2sxc--home-page__main__navigation-list__navigation .dropdown-links li ul li a,
.header-2sxc--home-page__main__navigation-list__navigation .dropdown-links li ul li a:visited,
.header-2sxc--home-page__main__navigation-list__navigation .dropdown-links li ul li a:active {
  text-decoration: none;
  border: solid 1px white;
  background-color: white;
  color: #656D77;
}
.header-2sxc--home-page__main__navigation-list__navigation .dropdown-links li ul li a:hover,
.header-2sxc--home-page__main__navigation-list__navigation .dropdown-links li ul li a:visited:hover,
.header-2sxc--home-page__main__navigation-list__navigation .dropdown-links li ul li a:active:hover {
  background-color: #F6F6F6;
}
.header-2sxc--home-page__main__navigation-list__navigation .dropdown-links li.active > a span {
  display: inline-block;
  width: calc(100% - 15px);
}
.header-2sxc--home-page__main__navigation-list__navigation .dropdown-links li.active > a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  display: inline-block;
  color: #ffffff;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.header-2sxc--home-page__main__navigation-list__navigation .dropdown-links.open li.active > a:after {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.header-2sxc--home-page__main__navigation-list__navigation .dropdown-links.open li ul {
  display: block;
}
@media (max-width: 768px) {
  .header-2sxc--home-page__main__navigation-list {
    max-width: 100%;
  }
  .header-2sxc--home-page__main__navigation-list__label {
    min-width: 100%;
    max-width: 100%;
  }
  .header-2sxc--home-page__main__navigation-list__navigation {
    min-width: 100%;
    max-width: 100%;
  }
}
.header-2sxc--home-page__bottom-cta {
  background-color: #656D77;
  text-align: center;
  position: relative;
}
.header-2sxc--home-page__bottom-cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0px;
}
.header-2sxc--home-page__bottom-cta__container__badge {
  position: absolute;
  right: 15px;
  top: -80px;
  max-width: 298px;
  max-height: 98px;
}
.header-2sxc--home-page__bottom-cta__container__badge a {
  display: inline-block;
}
@media (max-width: 576px) {
  .header-2sxc--home-page__bottom-cta__container__badge {
    top: -60px;
    max-width: 250px;
    padding: 0px 0px 0px 15px;
  }
}
.header-2sxc--home-page__bottom-cta__container__links .link, .header-2sxc--home-page__bottom-cta__container__links .related-articles-container .related-articles-carousel__item__link a, .related-articles-container .related-articles-carousel__item__link .header-2sxc--home-page__bottom-cta__container__links a, .header-2sxc--home-page__bottom-cta__container__links .resource-wrapper .resource-detail__categories a, .resource-wrapper .resource-detail__categories .header-2sxc--home-page__bottom-cta__container__links a, .header-2sxc--home-page__bottom-cta__container__links .resource-videos__item__link, .header-2sxc--home-page__bottom-cta__container__links .resource-list__item__content__cta__link {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: white;
  position: relative;
}
.header-2sxc--home-page__bottom-cta__container__links .link:before, .header-2sxc--home-page__bottom-cta__container__links .related-articles-container .related-articles-carousel__item__link a:before, .related-articles-container .related-articles-carousel__item__link .header-2sxc--home-page__bottom-cta__container__links a:before, .header-2sxc--home-page__bottom-cta__container__links .resource-wrapper .resource-detail__categories a:before, .resource-wrapper .resource-detail__categories .header-2sxc--home-page__bottom-cta__container__links a:before, .header-2sxc--home-page__bottom-cta__container__links .resource-videos__item__link:before, .header-2sxc--home-page__bottom-cta__container__links .resource-list__item__content__cta__link:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 2px;
  height: 24px;
  border-radius: 2px;
  background: white;
  margin: 0px 15px;
}
.header-2sxc--home-page__bottom-cta__container__links .link:first-child:before, .header-2sxc--home-page__bottom-cta__container__links .related-articles-container .related-articles-carousel__item__link a:first-child:before, .related-articles-container .related-articles-carousel__item__link .header-2sxc--home-page__bottom-cta__container__links a:first-child:before, .header-2sxc--home-page__bottom-cta__container__links .resource-wrapper .resource-detail__categories a:first-child:before, .resource-wrapper .resource-detail__categories .header-2sxc--home-page__bottom-cta__container__links a:first-child:before, .header-2sxc--home-page__bottom-cta__container__links .resource-videos__item__link:first-child:before, .header-2sxc--home-page__bottom-cta__container__links .resource-list__item__content__cta__link:first-child:before {
  display: none;
}
.header-2sxc--home-page__bottom-cta__container__links a.link, .header-2sxc--home-page__bottom-cta__container__links .related-articles-container .related-articles-carousel__item__link a, .related-articles-container .related-articles-carousel__item__link .header-2sxc--home-page__bottom-cta__container__links a, .header-2sxc--home-page__bottom-cta__container__links .resource-wrapper .resource-detail__categories a, .resource-wrapper .resource-detail__categories .header-2sxc--home-page__bottom-cta__container__links a, .header-2sxc--home-page__bottom-cta__container__links a.resource-videos__item__link, .header-2sxc--home-page__bottom-cta__container__links a.resource-list__item__content__cta__link {
  font-weight: 600;
}
@media (max-width: 768px) {
  .header-2sxc--home-page__bottom-cta__container__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .header-2sxc--home-page__bottom-cta__container__links .link, .header-2sxc--home-page__bottom-cta__container__links .related-articles-container .related-articles-carousel__item__link a, .related-articles-container .related-articles-carousel__item__link .header-2sxc--home-page__bottom-cta__container__links a, .header-2sxc--home-page__bottom-cta__container__links .resource-wrapper .resource-detail__categories a, .resource-wrapper .resource-detail__categories .header-2sxc--home-page__bottom-cta__container__links a, .header-2sxc--home-page__bottom-cta__container__links .resource-videos__item__link, .header-2sxc--home-page__bottom-cta__container__links .resource-list__item__content__cta__link {
    white-space: normal;
  }
  .header-2sxc--home-page__bottom-cta__container__links .link:before, .header-2sxc--home-page__bottom-cta__container__links .related-articles-container .related-articles-carousel__item__link a:before, .related-articles-container .related-articles-carousel__item__link .header-2sxc--home-page__bottom-cta__container__links a:before, .header-2sxc--home-page__bottom-cta__container__links .resource-wrapper .resource-detail__categories a:before, .resource-wrapper .resource-detail__categories .header-2sxc--home-page__bottom-cta__container__links a:before, .header-2sxc--home-page__bottom-cta__container__links .resource-videos__item__link:before, .header-2sxc--home-page__bottom-cta__container__links .resource-list__item__content__cta__link:before {
    display: none;
  }
}

.skin.skin--fluid #dnn_contentPane .DnnModule:first-child .header-2sxc--home-page {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .skin.skin--fluid #dnn_contentPane .DnnModule:first-child .header-2sxc--home-page {
    padding-top: 0px;
  }
}

/*---------------------------------------------
Locations 2sxc App
---------------------------------------------*/
.template-2sxc--map-display {
  height: 400px;
}
.template-2sxc--map-display .gm-style-iw.gm-style-iw-c {
  border-radius: 0px;
  border: solid 3px #BAAB91;
}
.template-2sxc--map-display .gm-style-iw.gm-style-iw-c .title {
  font-weight: 600;
}
.template-2sxc--map-display .gm-style-iw.gm-style-iw-c .details {
  margin-top: 10px;
  font-weight: 600;
  color: #005488;
  text-decoration: underline;
  text-transform: uppercase;
}

.template-2sxc--map-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 0px;
}
.template-2sxc--map-search__item__label {
  padding: 0px 15px;
}
.template-2sxc--map-search__item .form-group {
  margin-bottom: 0px;
}
.template-2sxc--map-search__item .form-group input {
  color: #005488;
}
.template-2sxc--map-search__item .form-group input::-webkit-input-placeholder {
  color: #005488;
  opacity: 1;
}
.template-2sxc--map-search__item .form-group input::-moz-placeholder {
  color: #005488;
  opacity: 1;
}
.template-2sxc--map-search__item .form-group input:-ms-input-placeholder {
  color: #005488;
  opacity: 1;
}
.template-2sxc--map-search__item .form-group input::-ms-input-placeholder {
  color: #005488;
  opacity: 1;
}
.template-2sxc--map-search__item .form-group input::placeholder {
  color: #005488;
  opacity: 1;
}
.template-2sxc--map-search__item .form-group input:-ms-input-placeholder {
  color: #005488;
}
.template-2sxc--map-search__item .form-group input::-ms-input-placeholder {
  color: #005488;
}
.template-2sxc--map-search__item .form-group select {
  color: #005488;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.template-2sxc--map-search__item .form-group select::-ms-expand {
  display: none;
}

.template-2sxc--map-results .location-list {
  max-height: 230px;
  overflow-y: scroll;
  margin: 0px;
  list-style: none;
  border: 6px solid #F6F6F6;
  border-top: 0px;
}
.template-2sxc--map-results .location-list__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px 20px;
  border-bottom: dashed 2px #F6F6F6;
}
.template-2sxc--map-results .location-list__location .location-pin:before {
  color: #BAAB91;
  min-width: 12px;
  max-width: 12px;
  margin-right: 10px;
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  display: inline-block;
}
.template-2sxc--map-results .location-list__location .title {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-decoration: underline;
  color: #005488;
  cursor: pointer;
}
.template-2sxc--map-results .location-list__location .addressLine1,
.template-2sxc--map-results .location-list__location .addressLine2,
.template-2sxc--map-results .location-list__location .country,
.template-2sxc--map-results .location-list__location .phone,
.template-2sxc--map-results .location-list__location .details {
  display: none;
}
.template-2sxc--map-results .location-list__location:last-child {
  border-bottom: 0px;
}
.template-2sxc--map-results .location-popup-content {
  display: none;
}

.template--2sxc-location-page {
  margin: 0px -15px;
}
.template--2sxc-location-page__header {
  background-color: #2A3B49;
  position: relative;
}
.template--2sxc-location-page__header__content__main {
  padding: 60px 0px;
}
.template--2sxc-location-page__header__content__main__heading {
  font-family: "Quicksand", sans-serif;
  font-size: 32px !important;
  color: white;
  line-height: 1.2;
}
.template--2sxc-location-page__header__content__main__title {
  font-family: "Fjalla One", sans-serif;
  font-size: 60px !important;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 5px;
}
.template--2sxc-location-page__header__content__main__region {
  font-family: "Quicksand", sans-serif;
  font-size: 22px !important;
  color: white;
  line-height: 1.2;
}
.template--2sxc-location-page__header__content__back {
  position: relative;
  padding: 30px 0px;
}
.template--2sxc-location-page__header__content__back:after {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: #122A3A;
  top: 0px;
  left: -100vw;
  width: 200vw;
  height: 100%;
}
.template--2sxc-location-page__header__content__back a.link.link--back, .template--2sxc-location-page__header__content__back .related-articles-container .related-articles-carousel__item__link a.link--back, .related-articles-container .related-articles-carousel__item__link .template--2sxc-location-page__header__content__back a.link--back, .template--2sxc-location-page__header__content__back .resource-wrapper .resource-detail__categories a.link--back, .resource-wrapper .resource-detail__categories .template--2sxc-location-page__header__content__back a.link--back, .template--2sxc-location-page__header__content__back a.link--back.resource-videos__item__link, .template--2sxc-location-page__header__content__back a.link--back.resource-list__item__content__cta__link {
  position: relative;
  z-index: 1;
  color: white;
  text-decoration: underline;
}
.template--2sxc-location-page__header__image {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 35%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .template--2sxc-location-page__header__image {
    display: none;
  }
}
.template--2sxc-location-page__content #renderGoogleMap {
  height: 400px;
}
.template--2sxc-location-page__content .template--2sxc-location-page__heading__summary,
.template--2sxc-location-page__content .template--2sxc-location-page__heading__summary p {
  font-size: 18px !important;
}
.template--2sxc-location-page__content .hotel-information__title {
  font-size: 18px !important;
  font-weight: 600;
}
.template--2sxc-location-page__content .hotel-information__address-line-1 {
  font-size: 18px !important;
}
.template--2sxc-location-page__content .hotel-information__address-line-2 {
  font-size: 18px !important;
}
.template--2sxc-location-page__content .hotel-information__phone-number {
  font-size: 16px !important;
  margin-top: 15px;
}
.template--2sxc-location-page__content .hotel-information__phone-number a {
  text-decoration: underline;
}
.template--2sxc-location-page__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 45px 0px 0px 0px;
}
.template--2sxc-location-page__heading__label {
  font-size: 26px !important;
  color: #656D77;
  font-weight: 600;
  margin-right: 30px;
}
.template--2sxc-location-page__heading__decoration {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  width: 100%;
  background: #DADADA;
}

.template-2sxc--map-cta {
  max-width: 750px;
  margin: -25px auto 30px;
  padding: 45px;
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 0 2px 11px 0 rgba(171, 171, 171, 0.5);
  box-shadow: 0 2px 11px 0 rgba(171, 171, 171, 0.5);
  position: relative;
  z-index: 2;
}
.template-2sxc--map-cta__heading {
  font-size: 28px !important;
}
.template-2sxc--map-cta__link {
  font-weight: 700 !important;
}

/*---------------------------------------------
Team 2sxc App
---------------------------------------------*/
.template-2sxc--team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -15px -60px -15px;
}
.template-2sxc--team__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: calc(25% - 30px);
  max-width: calc(25% - 30px);
  padding-right: 20px;
  margin: 0px 15px 60px 15px;
}
@media (max-width: 991px) {
  .template-2sxc--team__profile {
    min-width: calc(33.3333333333% - 30px);
    max-width: calc(33.3333333333% - 30px);
  }
}
@media (max-width: 768px) {
  .template-2sxc--team__profile {
    min-width: calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
.template-2sxc--team__profile__photo-container {
  position: relative;
}
.template-2sxc--team__profile__photo-container__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 120%;
}
.template-2sxc--team__profile__photo-container__cta {
  position: absolute;
  bottom: -10px;
  right: -20px;
  width: 40px;
  height: 40px;
  background-color: white;
  border: solid 1px #DADADA;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
}
.template-2sxc--team__profile__photo-container__cta span:before {
  display: inline-block;
  font-family: "Glyphter";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "e";
  line-height: 40px;
  color: #005488;
}
.template-2sxc--team__profile__content {
  margin-top: 20px;
}
.template-2sxc--team__profile__content__name {
  font-size: 20px !important;
  font-weight: 600;
  color: #656D77;
}
.template-2sxc--team__profile__content__title {
  font-size: 16px !important;
  color: #939598;
}
.template-2sxc--team__profile__content__bio {
  display: none;
}
.template-2sxc--team__profile__content__image {
  display: none;
}

.template-2sxc--popup {
  background: #DADADA; /* The Fallback */
  background: rgba(218, 218, 218, 0.67);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  padding: 60px;
  /* Persona bar spacing*/
  /* Hide popup by default*/
  display: none;
  /* Show popup*/
}
.template-2sxc--popup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background: white;
  border: solid 1px #8F9DA9;
  max-width: 810px;
  width: 100%;
  max-height: 75vh;
  position: relative;
}
.template-2sxc--popup__container__photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 282px;
  max-width: 282px;
}
@media (max-width: 768px) {
  .template-2sxc--popup__container__photo {
    display: none;
  }
}
.template-2sxc--popup__container__content {
  padding: 30px;
  max-width: calc(100% - 282px);
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .template-2sxc--popup__container__content {
    max-width: 100%;
  }
}
.template-2sxc--popup__container__content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.template-2sxc--popup__container__content__row__heading {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-right: 15px;
}
.template-2sxc--popup__container__content__row__heading__name {
  font-size: 20px !important;
  font-weight: 600;
}
.template-2sxc--popup__container__content__row__heading__title {
  font-size: 16px !important;
}
.template-2sxc--popup__container__content__row__close {
  width: 34px;
  max-width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 34px;
  background: #EBEBEB;
  cursor: pointer;
}
.template-2sxc--popup__container__content__row__close span {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: block;
  text-align: center;
  color: #8F9DA9;
}
.template-2sxc--popup__container__content__row__close span:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  display: inline-block;
}
.template-2sxc--popup__container__content__row__bio {
  padding-right: 30px;
}
.template-2sxc--popup__container__content__row.overflow-container {
  overflow-x: scroll;
  padding: 0px;
  margin-top: 30px;
}
.template-2sxc--popup .template-2sxc--popup--personabar-visible {
  padding-left: 140px;
}
.template-2sxc--popup.popup--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/*---------------------------------------------
Timeline 2sxc App
---------------------------------------------*/
.template-2sxc--timeline {
  position: relative;
  padding: 50px 0px;
}
.template-2sxc--timeline__decoration {
  position: absolute;
  top: 15px;
  left: calc(50% - 7px);
  width: 14px;
  height: calc(100% - 65px);
}
.template-2sxc--timeline__decoration__top, .template-2sxc--timeline__decoration__bottom {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #939598;
  display: block;
  margin: 0 auto;
}
.template-2sxc--timeline__decoration__line {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-image: -o-linear-gradient(#939598 50%, rgba(255, 255, 255, 0) 0%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #939598), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(#939598 50%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 2px 30px;
  background-repeat: repeat-y;
}
.template-2sxc--timeline__entry {
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 2px 11px 0 rgba(171, 171, 171, 0.5);
  box-shadow: 0 2px 11px 0 rgba(171, 171, 171, 0.5);
  padding: 50px 30px;
  margin: 45px 0px 0px 0px;
  position: relative;
}
.template-2sxc--timeline__entry__year {
  font-size: 14px !important;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  display: block;
  max-width: 200px;
  font-weight: 700;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  padding: 6px 14px 6px 14px;
  text-transform: uppercase;
  background-color: #BAAB91;
}
.template-2sxc--timeline__entry__year:before {
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: 2;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 16.5px solid #BAAB91;
}
.template-2sxc--timeline__entry__year:after {
  position: absolute;
  bottom: 0px;
  left: -10px;
  z-index: 2;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 16.5px solid #BAAB91;
}
.template-2sxc--timeline__entry__content__heading {
  font-size: 26px !important;
  font-weight: bold;
}
.template-2sxc--timeline__entry__content__subheading {
  font-size: 22px !important;
}
.template-2sxc--timeline__entry__content__summary, .template-2sxc--timeline__entry__content__summary--short {
  margin-top: 20px;
}
.template-2sxc--timeline__entry__content__summary--short {
  max-height: 75px;
  overflow: hidden;
  position: relative;
}
.template-2sxc--timeline__entry__content__summary--short:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 40%;
  width: 100%;
  background: rgb(255, 255, 255);
  background: -o-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}
.template-2sxc--timeline__entry__content__summary--toggle span {
  text-transform: uppercase;
  font-weight: 600;
  color: #005488;
  cursor: pointer;
}
.template-2sxc--timeline__entry.color--primary {
  background-color: #005488;
}
.template-2sxc--timeline__entry.color--primary .template-2sxc--timeline__entry__content__heading, .template-2sxc--timeline__entry.color--primary .template-2sxc--timeline__entry__content__subheading, .template-2sxc--timeline__entry.color--primary .template-2sxc--timeline__entry__content__summary, .template-2sxc--timeline__entry.color--primary .template-2sxc--timeline__entry__content__summary p, .template-2sxc--timeline__entry.color--primary .template-2sxc--timeline__entry__content__summary--short, .template-2sxc--timeline__entry.color--primary .template-2sxc--timeline__entry__content__summary--short p, .template-2sxc--timeline__entry.color--primary .template-2sxc--timeline__entry__content__summary--toggle span {
  color: white;
}
.template-2sxc--timeline__entry.color--primary .template-2sxc--timeline__entry__content__summary--short:before {
  background: rgb(0, 84, 136);
  background: -o-linear-gradient(bottom, rgb(0, 84, 136) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 84, 136)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(0, 84, 136) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005488", endColorstr="#ffffff", GradientType=1);
}
.template-2sxc--timeline__entry.color--secondary {
  background-color: #FEF7EB;
}
.template-2sxc--timeline__entry.color--secondary .template-2sxc--timeline__entry__content__summary--short:before {
  background: rgb(254, 247, 235);
  background: -o-linear-gradient(bottom, rgb(254, 247, 235) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(254, 247, 235)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(254, 247, 235) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fef7eb", endColorstr="#ffffff", GradientType=1);
}
.template-2sxc--timeline .grid {
  max-width: 100%;
  /* Clear fix*/
}
.template-2sxc--timeline .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  float: left;
  width: calc(50% - 25px);
}
.template-2sxc--timeline .grid-item:first-child .template-2sxc--timeline__entry {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .template-2sxc--timeline .grid-item {
    width: 100%;
  }
  .template-2sxc--timeline .grid-item:first-child .template-2sxc--timeline__entry {
    margin-top: 45px;
  }
}
.template-2sxc--timeline .grid:after {
  content: "";
  display: block;
  clear: both;
}

/*---------------------------------------------
Steps Template
---------------------------------------------*/
.template-2sxc--steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1000px) {
  .template-2sxc--steps {
    flex-wrap: no-wrap;
  }
}
.template-2sxc--steps__item {
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 0.75rem;
}
@media (min-width: 567px) {
  .template-2sxc--steps__item {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .template-2sxc--steps__item {
    flex: 0 0 33.3%;
  }
}
@media (min-width: 1000px) {
  .template-2sxc--steps__item {
    flex: 1;
  }
}
.template-2sxc--steps__item a {
  display: block;
  padding: 2rem;
  text-decoration: none;
  font-weight: 700;
  color: white;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
  transition: background 0.4s ease;
  justify-content: center;
  display: flex;
  align-items: center;
  min-height: 100%;
}
.template-2sxc--steps__item a:hover, .template-2sxc--steps__item a:focus {
  background-image: linear-gradient(var(--dark), var(--dark)) !important;
}
.template-2sxc--steps__item:nth-last-child(1) a {
  background: hsl(207deg, 27%, 20%);
}
.template-2sxc--steps__item:nth-last-child(2) a {
  background: hsl(207deg, 27%, 25%);
}
.template-2sxc--steps__item:nth-last-child(3) a {
  background: hsl(207deg, 27%, 30%);
}
.template-2sxc--steps__item:nth-last-child(4) a {
  background: hsl(207deg, 27%, 35%);
}
.template-2sxc--steps__item:nth-last-child(5) a {
  background: hsl(207deg, 27%, 40%);
}
.template-2sxc--steps__item:nth-last-child(6) a {
  background: hsl(207deg, 27%, 45%);
}
.template-2sxc--steps__item:nth-last-child(7) a {
  background: hsl(207deg, 27%, 50%);
}
.template-2sxc--steps__item:nth-last-child(8) a {
  background: hsl(207deg, 27%, 55%);
  color: #000;
}
.template-2sxc--steps__item:nth-last-child(9) a {
  background: hsl(207deg, 27%, 60%);
  color: #000;
}
.template-2sxc--steps__item:nth-last-child(10) a {
  background: hsl(207deg, 27%, 65%);
  color: #000;
}

/*---------------------------------------------
Carousel Gallery Template
---------------------------------------------*/
.template-2sxc--carousel-gallery .owl-nav {
  position: absolute;
  width: 100% !important;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.template-2sxc--carousel-gallery .owl-nav button.owl-next,
.template-2sxc--carousel-gallery .owl-nav button.owl-prev {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #E0D8BF !important;
  left: 0;
  display: block;
  z-index: 10;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  outline: none !important;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .template-2sxc--carousel-gallery .owl-nav button.owl-next,
  .template-2sxc--carousel-gallery .owl-nav button.owl-prev {
    left: 15px;
    transform: translate(0, -50%);
  }
}
.template-2sxc--carousel-gallery .owl-nav button.owl-next .link.link--arrow, .template-2sxc--carousel-gallery .owl-nav button.owl-next .related-articles-container .related-articles-carousel__item__link a.link--arrow, .related-articles-container .related-articles-carousel__item__link .template-2sxc--carousel-gallery .owl-nav button.owl-next a.link--arrow, .template-2sxc--carousel-gallery .owl-nav button.owl-next .resource-wrapper .resource-detail__categories a.link--arrow, .resource-wrapper .resource-detail__categories .template-2sxc--carousel-gallery .owl-nav button.owl-next a.link--arrow, .template-2sxc--carousel-gallery .owl-nav button.owl-next .link--arrow.resource-videos__item__link, .template-2sxc--carousel-gallery .owl-nav button.owl-next .link--arrow.resource-list__item__content__cta__link,
.template-2sxc--carousel-gallery .owl-nav button.owl-prev .link.link--arrow,
.template-2sxc--carousel-gallery .owl-nav button.owl-prev .related-articles-container .related-articles-carousel__item__link a.link--arrow,
.related-articles-container .related-articles-carousel__item__link .template-2sxc--carousel-gallery .owl-nav button.owl-prev a.link--arrow,
.template-2sxc--carousel-gallery .owl-nav button.owl-prev .resource-wrapper .resource-detail__categories a.link--arrow,
.resource-wrapper .resource-detail__categories .template-2sxc--carousel-gallery .owl-nav button.owl-prev a.link--arrow,
.template-2sxc--carousel-gallery .owl-nav button.owl-prev .link--arrow.resource-videos__item__link,
.template-2sxc--carousel-gallery .owl-nav button.owl-prev .link--arrow.resource-list__item__content__cta__link {
  display: inline-block;
  color: #005488;
  font-size: 18px;
}
.template-2sxc--carousel-gallery .owl-nav button.owl-next .link.link--arrow:after, .template-2sxc--carousel-gallery .owl-nav button.owl-next .related-articles-container .related-articles-carousel__item__link a.link--arrow:after, .related-articles-container .related-articles-carousel__item__link .template-2sxc--carousel-gallery .owl-nav button.owl-next a.link--arrow:after, .template-2sxc--carousel-gallery .owl-nav button.owl-next .resource-wrapper .resource-detail__categories a.link--arrow:after, .resource-wrapper .resource-detail__categories .template-2sxc--carousel-gallery .owl-nav button.owl-next a.link--arrow:after, .template-2sxc--carousel-gallery .owl-nav button.owl-next .link--arrow.resource-videos__item__link:after, .template-2sxc--carousel-gallery .owl-nav button.owl-next .link--arrow.resource-list__item__content__cta__link:after,
.template-2sxc--carousel-gallery .owl-nav button.owl-prev .link.link--arrow:after,
.template-2sxc--carousel-gallery .owl-nav button.owl-prev .related-articles-container .related-articles-carousel__item__link a.link--arrow:after,
.related-articles-container .related-articles-carousel__item__link .template-2sxc--carousel-gallery .owl-nav button.owl-prev a.link--arrow:after,
.template-2sxc--carousel-gallery .owl-nav button.owl-prev .resource-wrapper .resource-detail__categories a.link--arrow:after,
.resource-wrapper .resource-detail__categories .template-2sxc--carousel-gallery .owl-nav button.owl-prev a.link--arrow:after,
.template-2sxc--carousel-gallery .owl-nav button.owl-prev .link--arrow.resource-videos__item__link:after,
.template-2sxc--carousel-gallery .owl-nav button.owl-prev .link--arrow.resource-list__item__content__cta__link:after {
  margin: 0;
}
.template-2sxc--carousel-gallery .owl-nav button.owl-prev .link.link--arrow, .template-2sxc--carousel-gallery .owl-nav button.owl-prev .related-articles-container .related-articles-carousel__item__link a.link--arrow, .related-articles-container .related-articles-carousel__item__link .template-2sxc--carousel-gallery .owl-nav button.owl-prev a.link--arrow, .template-2sxc--carousel-gallery .owl-nav button.owl-prev .resource-wrapper .resource-detail__categories a.link--arrow, .resource-wrapper .resource-detail__categories .template-2sxc--carousel-gallery .owl-nav button.owl-prev a.link--arrow, .template-2sxc--carousel-gallery .owl-nav button.owl-prev .link--arrow.resource-videos__item__link, .template-2sxc--carousel-gallery .owl-nav button.owl-prev .link--arrow.resource-list__item__content__cta__link {
  transform: rotate(180deg);
}
.template-2sxc--carousel-gallery .owl-nav button.owl-next {
  left: auto !important;
  right: 0 !important;
  transform: translate(50%, -50%) !important;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .template-2sxc--carousel-gallery .owl-nav button.owl-next {
    right: 15px !important;
    transform: translate(0, -50%) !important;
  }
}
@media (max-width: 767px) {
  .template-2sxc--carousel-gallery .owl-carousel {
    max-height: 415px !important;
  }
  .template-2sxc--carousel-gallery .owl-carousel .owl-dots {
    text-align: center;
    margin: 1rem 0 0 0;
  }
  .template-2sxc--carousel-gallery .owl-carousel button.owl-dot {
    display: inline-block;
    background: #8F9DA9;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    border-radius: 50%;
    opacity: 0.3;
    outline: none !important;
    transition: all 0.25s ease-in-out;
  }
  .template-2sxc--carousel-gallery .owl-carousel button.owl-dot.active, .template-2sxc--carousel-gallery .owl-carousel button.owl-dot:hover {
    opacity: 0.7;
  }
}

.fancybox-image + .fancybox-protected {
  background-size: 144px 47px;
  background-position: calc(100% - 20px) calc(100% - 20px);
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .fancybox-image + .fancybox-protected {
    background-size: 100px 33px;
  }
}

.fancybox-image[src*=dark-mode] + .fancybox-protected {
  background-image: url("/Portals/0/brand-dark.png");
}

.fancybox-image[src*=light-mode] + .fancybox-protected {
  background-image: url("/Portals/0/brand.png");
}

.fancybox__footer,
.f-button[title="Toggle thumbnails"] {
  display: none !important;
}

.fancybox__caption {
  padding: 1rem 1rem 0.25rem 1rem !important;
}
.fancybox__caption p:empty {
  display: none;
}

/*---------------------------------------------
Easy Dnn News Module
---------------------------------------------*/
/* Admin UI
---------------------------------------------*/
.DnnModule .news .edn_userDashboard {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  /* Hide Theme Selection*/
}
.DnnModule .news .edn_userDashboard:before {
  background-color: #ffffff !important;
}
.DnnModule .news .edn_userDashboard a {
  background-color: #ffffff !important;
}
.DnnModule .news .edn_userDashboard [id$=divThemeSelection] {
  display: none !important;
}
.DnnModule .news .admin_action.edit {
  font-size: 16px !important;
  color: #7E715A;
  font-style: italic;
  display: block;
  text-align: center;
}

/* Category Menus
---------------------------------------------*/
/* Category Menu List -- Dropdown */
.category-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.category-menu__list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
  width: 100%;
  min-width: 200px;
}
@media (max-width: 500px) {
  .category-menu__list {
    min-width: initial;
  }
}
.category-menu__list > li {
  background-color: white;
  border: solid 1px #DADADA;
  position: absolute;
  z-index: 1;
  width: 100%;
  display: none;
  max-height: 300px;
  overflow: hidden;
  margin-top: 10px;
}
.category-menu__list > li:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px !important;
  color: #005488;
  position: initial;
  padding: 8px 12px;
  height: initial;
  cursor: pointer;
  margin-top: 0px;
}
.category-menu__list > li:first-of-type span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.category-menu__list > li:first-of-type:after {
  color: #656D77;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.category-menu__list > li.open {
  height: initial;
}
.category-menu__list > li .category-menu__list--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Quicksand", sans-serif;
  font-size: 18px !important;
  color: #8F9DA9;
  width: 100%;
  padding: 8px 12px;
}
.category-menu__list > li .category-menu__list--link:hover {
  text-decoration: none;
  background-color: #F6F6F6;
}
.category-menu__list > li .category-menu__list--link .link-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.category-menu__list > li .active .category-menu__list--link {
  background-color: #F6F6F6;
}
.category-menu__list > li ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.category-menu__list > li.level_0 {
  /* overflow-y: scroll;*/
}
.category-menu__list > li.level_0 > a {
  display: none;
}
.category-menu.category-menu--open .category-menu__list li {
  display: block;
}
.category-menu.category-menu--open .category-menu__list li:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.category-menu.category-menu--open .category-menu__list li:first-of-type:after {
  behavior: url(-ms-transform.htc);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.category-menu .orLabel {
  font-size: 14px !important;
  margin: 0px 8px;
}

/* Category Menu Header */
.category-menu-container {
  background-color: #ffffff;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.category-menu-container__header {
  position: relative;
  z-index: 0px;
  -webkit-box-shadow: 0 2px 11px 0 rgba(171, 171, 171, 0.5);
  box-shadow: 0 2px 11px 0 rgba(171, 171, 171, 0.5);
  display: block;
  width: 100%;
}
.category-menu-container__header ul {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.category-menu-container__header ul li {
  /* Hide main level categories */
  /* Hide sub-level categories */
}
.category-menu-container__header ul li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.category-menu-container__header ul li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  align-items: center;
  border: solid 1px #EBEBEB;
  border-top: 0px;
  border-bottom: 0px;
}
.category-menu-container__header ul li ul li .category-menu-container__header--link {
  font-size: 16px !important;
  color: #656D77;
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-weight: 700;
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
}
.category-menu-container__header ul li ul li .category-menu-container__header--link .image {
  display: block;
}
.category-menu-container__header ul li ul li .category-menu-container__header--link .image img {
  height: 27px;
  margin-bottom: 5px;
}
.category-menu-container__header ul li ul li .category-menu-container__header--link .title-text {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}
.category-menu-container__header ul li ul li.active .category-menu-container__header--link {
  color: #005488;
  border-bottom: solid 2px #005488;
}
@media (max-width: 768px) {
  .category-menu-container__header ul li ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category-menu-container__header ul li ul li {
    min-width: 33.3333333333%;
    border-bottom: solid 1px #EBEBEB;
  }
}
@media (max-width: 576px) {
  .category-menu-container__header ul li ul li {
    min-width: 50%;
    border-bottom: solid 1px #EBEBEB;
  }
}
@media (max-width: 350px) {
  .category-menu-container__header ul li ul li {
    min-width: 100%;
    border-bottom: solid 1px #EBEBEB;
  }
}
.category-menu-container__header ul li.level_0 > a {
  display: none !important;
}
.category-menu-container__header ul li ul li ul {
  display: none;
}

.skin[data-name=Certifications] .category-menu-container__header--link[title=Certifications],
.skin[data-name=Documents] .category-menu-container__header--link[title=Documents],
.skin[data-name=Events] .category-menu-container__header--link[title=Events],
.skin[data-name=Videos] .category-menu-container__header--link[title=Videos],
.skin[data-name="White Papers"] .category-menu-container__header--link[title="White Papers"],
.skin[data-name=News] .category-menu-container__header--link[title=News] {
  color: #005488;
  border-bottom: solid 2px #005488;
}

/* Category Menu List -- Standard */
.category-menu__list--standard {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0px;
}
.category-menu__list--standard .level_0 a {
  font-size: 18px !important;
  font-family: "Noto Sans", sans-serif;
  display: block;
  color: #656D77;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 2px #EBEBEB;
}
.category-menu__list--standard .level_0 a .count {
  display: none;
}
.category-menu__list--standard .level_0 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.category-menu__list--standard .level_0 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 18px !important;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #005488;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #EBEBEB;
}
.category-menu__list--standard .level_0 ul li a .link-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.category-menu__list--standard .level_0 ul li a .count {
  display: block;
}
.category-menu__list--standard .level_0 ul li:last-child a {
  margin-bottom: 0px;
}

/* Site Search
---------------------------------------------*/
.edncf_AdvancedSearch .edncf_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.edncf_AdvancedSearch .edncf_container .edncf_Text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .edncf_AdvancedSearch .edncf_container .edncf_Text {
    max-width: 400px;
    margin-left: auto;
  }
}
.edncf_AdvancedSearch .edncf_container .edncf_Text label {
  display: none;
}
.edncf_AdvancedSearch .edncf_container .edncf_Text input {
  font-size: 14px !important;
  color: #005488;
  border: solid 1px #DADADA;
  border-right: 0px;
  padding: 8px 12px;
  width: 100%;
}
.edncf_AdvancedSearch .edncf_container .edncf_DropDownList {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-left: 10px;
}
.edncf_AdvancedSearch .edncf_container .edncf_DropDownList span {
  position: relative;
  display: block;
}
.edncf_AdvancedSearch .edncf_container .edncf_DropDownList span:before {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='512px' height='448px' viewBox='0 0 512 448' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Esort-amount-up-alt-solid%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='sort-amount-up-alt-solid' fill='%23005488' fill-rule='nonzero'%3E%3Cpath d='M240,64 L304,64 C312.836556,64 320,56.836556 320,48 L320,16 C320,7.163444 312.836556,0 304,0 L240,0 C231.163444,0 224,7.163444 224,16 L224,48 C224,56.836556 231.163444,64 240,64 Z M240,192 L368,192 C376.836556,192 384,184.836556 384,176 L384,144 C384,135.163444 376.836556,128 368,128 L240,128 C231.163444,128 224,135.163444 224,144 L224,176 C224,184.836556 231.163444,192 240,192 Z M496,384 L240,384 C231.163444,384 224,391.163444 224,400 L224,432 C224,440.836556 231.163444,448 240,448 L496,448 C504.836556,448 512,440.836556 512,432 L512,400 C512,391.163444 504.836556,384 496,384 Z M240,320 L432,320 C440.836556,320 448,312.836556 448,304 L448,272 C448,263.163444 440.836556,256 432,256 L240,256 C231.163444,256 224,263.163444 224,272 L224,304 C224,312.836556 231.163444,320 240,320 Z M16,128 L64,128 L64,432 C64,440.836556 71.163444,448 80,448 L112,448 C120.836556,448 128,440.836556 128,432 L128,128 L176,128 C190.21,128 197.39,110.76 187.31,100.69 L107.31,4.69 C101.062461,-1.55344562 90.9375393,-1.55344562 84.69,4.69 L4.69,100.69 C-5.35,110.74 1.78,128 16,128 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 16px 15px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 1px #005488;
  background-color: white;
}
.edncf_AdvancedSearch .edncf_container .edncf_DropDownList span select {
  display: inline-block;
  width: auto !important;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #515151;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-color: rgb(255, 255, 255);
  background-size: auto;
  background-size: 8px 10px;
  border: 1px solid #515151;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  height: 39px !important;
  width: 39px !important;
  padding: 0px;
  background-color: transparent;
}
.edncf_AdvancedSearch .edncf_container .edncf_submitContainer {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.edncf_AdvancedSearch .edncf_container .edncf_submitContainer a {
  background-color: #005488;
  border-color: #005488;
  font-size: 0px;
  color: white;
  padding: 8px 12px;
  width: 100%;
  display: inline-block;
  border: solid 1px;
}
.edncf_AdvancedSearch .edncf_container .edncf_submitContainer a:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
}

/* List Views
---------------------------------------------*/
div[class$=_article_list_wrapper] {
  margin: 0 auto;
  padding: 0px 15px;
  width: calc(100% + 30px);
  max-width: 1140px;
  position: relative;
  left: 0px;
}

.container div[class$=_article_list_wrapper] {
  left: -15px;
}

.resource-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
}
.resource-list__item:last-child {
  margin-bottom: 0px;
}
.resource-list__item__photo {
  width: 195px;
  min-width: 195px;
  height: 195px;
  background-size: cover;
  background-position: center;
  margin-right: 40px;
}
.resource-list__item__content {
  padding-bottom: 40px;
  border-bottom: solid 1px #DADADA;
}
.resource-list__item__content__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}
.resource-list__item__content__heading__resource-type-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0px;
}
.resource-list__item__content__heading__resource-type-icon img {
  min-width: 15px;
  width: 15px;
  margin-right: 10px;
}
.resource-list__item__content__heading__resource-type-icon img[src=""] {
  display: none !important;
}
.resource-list__item__content__heading__title {
  font-size: 18px !important;
  color: #656D77;
}
.resource-list__item__content__summary, .resource-list__item__content__summary p {
  font-size: 16px !important;
  display: block;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 12px;
}
.resource-list__item__content__cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
}
.resource-list__item__content__cta__link span {
  text-decoration: underline;
}
.resource-list__item__content__cta__link.link--download:before {
  display: inline-block;
  font-family: "Glyphter";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "N";
  margin-right: 6px;
}
.resource-list__item__content__cta__link:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
  .resource-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .resource-list__item__photo {
    width: 100%;
    height: 200px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.resource-list-cards-photo {
  margin: 0px;
}
.resource-list-cards-photo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: white;
  -webkit-box-shadow: 0 2px 11px 0 rgba(171, 171, 171, 0.5);
  box-shadow: 0 2px 11px 0 rgba(171, 171, 171, 0.5);
  margin-bottom: 30px;
}
.resource-list-cards-photo__item:last-child {
  margin-bottom: 0px;
}
.resource-list-cards-photo__item__no-photo {
  background-color: #DADADA;
  width: 12px;
}
.resource-list-cards-photo__item__photo {
  background-size: cover;
  background-position: center;
  width: 280px;
  min-width: 280px;
}
@media (max-width: 1200px) {
  .resource-list-cards-photo__item__photo {
    width: 195px;
    min-width: 195px;
  }
}
.resource-list-cards-photo__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 60px 25px 25px 25px;
  position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .resource-list-cards-photo__item__content {
    max-width: calc(100% - 280px);
  }
}
@media (-ms-high-contrast: none) and (max-width: 1200px), (-ms-high-contrast: active) and (max-width: 1200px) {
  .resource-list-cards-photo__item__content {
    max-width: calc(100% - 195px);
  }
}
.resource-list-cards-photo__item__content__admin-controls .admin_action.edit {
  text-align: left !important;
}
.resource-list-cards-photo__item__content__flag {
  font-size: 14px !important;
  font-family: "Noto Sans", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #ffffff;
  background-color: #BAAB91;
  display: block;
  max-width: 200px;
  font-weight: 700;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 6px 14px 6px 20px;
  text-transform: uppercase;
}
.resource-list-cards-photo__item__content__flag:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-left: 12px solid white;
  border-bottom: 17px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
.resource-list-cards-photo__item__content__date {
  font-size: 14px !important;
  font-family: "Noto Sans", sans-serif;
  color: #656D77;
  margin-bottom: 18px;
}
.resource-list-cards-photo__item__content__title {
  font-size: 32px !important;
  font-family: "Noto Sans", sans-serif;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  color: #656D77;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .resource-list-cards-photo__item__content__title {
    font-size: 22px !important;
  }
}
.resource-list-cards-photo__item__content__summary {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px !important;
  color: #939598;
  margin-bottom: 10px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .resource-list-cards-photo__item__content__summary {
    display: none;
  }
}
.resource-list-cards-photo__item__content__link a {
  font-weight: 700;
  text-decoration: underline;
}
.resource-list-cards-photo__item__content div:last-of-type {
  margin-bottom: 0px;
}
@media (max-width: 576px) {
  .resource-list-cards-photo__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .resource-list-cards-photo__item__photo {
    width: 100%;
    height: 200px;
  }
}
.resource-list-cards-photo--2-col {
  margin-top: 0px;
  margin-bottom: 5px;
}
.resource-list-cards-photo--2-col > div[class$=_article_list_wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.resource-list-cards-photo--2-col > div[class$=_article_list_wrapper] .resource-list-cards-photo__item {
  width: 100%;
  max-width: calc(50% - 15px);
  margin: 0px 0px 25px 0px;
}
.resource-list-cards-photo--2-col > div[class$=_article_list_wrapper] .resource-list-cards-photo__item__photo {
  width: 195px;
  min-width: 195px;
}
.resource-list-cards-photo--2-col > div[class$=_article_list_wrapper] .resource-list-cards-photo__item__content {
  padding-top: 45px;
}
.resource-list-cards-photo--2-col > div[class$=_article_list_wrapper] .resource-list-cards-photo__item__content__date {
  margin-bottom: 5px;
}
.resource-list-cards-photo--2-col > div[class$=_article_list_wrapper] .resource-list-cards-photo__item__content__title {
  font-size: 18px !important;
}
@media (max-width: 991px) {
  .resource-list-cards-photo--2-col > div[class$=_article_list_wrapper] .resource-list-cards-photo__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .resource-list-cards-photo--2-col > div[class$=_article_list_wrapper] .resource-list-cards-photo__item__photo {
    width: 100%;
    height: 200px;
  }
  .resource-list-cards-photo--2-col > div[class$=_article_list_wrapper] .resource-list-cards-photo__item__no-photo {
    width: 100%;
    height: 12px;
  }
}
@media (max-width: 576px) {
  .resource-list-cards-photo--2-col > div[class$=_article_list_wrapper] .resource-list-cards-photo__item {
    width: 100%;
    max-width: 100%;
  }
}

.resource-videos {
  margin-bottom: -30px;
}
.resource-videos div[class$=_article_list_wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.resource-videos__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: calc(25% - 22px);
  max-width: calc(25% - 22px);
  list-style: none;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  /* Featured elements*/
}
@media (max-width: 768px) {
  .resource-videos__item {
    width: calc(50% - 22px);
    max-width: calc(50% - 22px);
  }
}
@media (max-width: 576px) {
  .resource-videos__item {
    width: 100%;
    max-width: 100%;
  }
}
.resource-videos__item:first-of-type:last-of-type {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.resource-videos__item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 155px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 15px;
  text-decoration: none !important;
}
.resource-videos__item__image:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(top, rgba(19, 19, 19, 0) 34%, #080808 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(34%, rgba(19, 19, 19, 0)), to(#080808));
  background-image: linear-gradient(180deg, rgba(19, 19, 19, 0) 34%, #080808 100%);
}
.resource-videos__item__image__flag {
  font-size: 14px !important;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  background-color: #BAAB91;
  display: block;
  max-width: 200px;
  font-weight: 700;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  padding: 6px 14px 6px 14px;
  text-transform: uppercase;
  display: none;
}
.resource-videos__item__image__flag:before {
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: 2;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 16.5px solid #BAAB91;
  border-left: 10px solid transparent;
}
.resource-videos__item__image__flag:after {
  position: absolute;
  bottom: 0px;
  left: -10px;
  z-index: 2;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 16.5px solid #BAAB91;
  border-left: 10px solid transparent;
}
.resource-videos__item__image__content {
  display: none;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: end;
  -webkit-align-items: end;
  align-items: end;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.resource-videos__item__image__content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px !important;
  color: white;
  z-index: 2;
  padding: 30px;
}
.resource-videos__item__image__content__title:before {
  display: inline-block;
  font-family: "Glyphter";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "c";
  margin-right: 15px;
  font-size: 36px;
  color: #005488;
}
.resource-videos__item__image__content__title:hover {
  text-decoration: none;
}
.resource-videos__item__title {
  font-size: 18px !important;
  color: #656D77;
  margin-bottom: 15px;
}
.resource-videos__item__link {
  text-decoration: underline;
  font-weight: 700;
}
.resource-videos__item:nth-child(1), .resource-videos__item:nth-child(2) {
  width: calc(50% - 15px);
  max-width: calc(50% - 15px);
}
@media (max-width: 768px) {
  .resource-videos__item:nth-child(1), .resource-videos__item:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }
}
.resource-videos__item:nth-child(1) .resource-videos__item__image, .resource-videos__item:nth-child(2) .resource-videos__item__image {
  height: 310px;
  margin-bottom: 0px;
}
.resource-videos__item:nth-child(1) .resource-videos__item__image__flag, .resource-videos__item:nth-child(2) .resource-videos__item__image__flag {
  display: block;
}
.resource-videos__item:nth-child(1) .resource-videos__item__image__content, .resource-videos__item:nth-child(2) .resource-videos__item__image__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.resource-videos__item:nth-child(1) .resource-videos__item__title, .resource-videos__item:nth-child(2) .resource-videos__item__title {
  display: none;
}
.resource-videos__item:nth-child(1) .resource-videos__item__link, .resource-videos__item:nth-child(2) .resource-videos__item__link {
  display: none;
}

.resource-events div[class$=_article_list_wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: -30px;
}
.resource-events__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(33.3333333333% - 22px);
  max-width: calc(33.3333333333% - 22px);
  list-style: none;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
@media (max-width: 1140px) {
  .resource-events__item {
    width: calc(50% - 22px);
    max-width: calc(50% - 22px);
  }
}
@media (max-width: 768px) {
  .resource-events__item {
    width: 100%;
    max-width: 100%;
  }
}
.resource-events__item__photo {
  width: 70px;
  min-width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
}
.resource-events__item__content__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px !important;
  color: #656D77;
  margin-bottom: 5px;
}
.resource-events__item__content__date__resource-type-icon {
  margin: 0px;
}
.resource-events__item__content__date__resource-type-icon img {
  min-width: 15px;
  width: 15px;
  margin-right: 10px;
}
.resource-events__item__content__date__resource-type-icon img[src=""] {
  display: none !important;
}
.resource-events__item__content__title {
  font-size: 18px !important;
  color: #656D77;
  line-height: 1.3;
  display: block;
  margin-bottom: 5px;
}
.resource-events__item__content__summary, .resource-events__item__content__summary p {
  font-size: 16px !important;
  color: #939598;
}

/* Resource List Modifiers
	---------------------------------------------*/
.resource-list.resource-list--videos .resource-list__item {
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
}
.resource-list.resource-list--videos .resource-list__item__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 195px;
  min-width: 195px;
  height: 110px;
  margin-right: 20px;
  position: relative;
}
.resource-list.resource-list--videos .resource-list__item__photo:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(top, rgba(19, 19, 19, 0) 34%, #080808 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(34%, rgba(19, 19, 19, 0)), to(#080808));
  background-image: linear-gradient(180deg, rgba(19, 19, 19, 0) 34%, #080808 100%);
}
.resource-list.resource-list--videos .resource-list__item__photo:after {
  display: inline-block;
  font-family: "Glyphter";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "c";
  font-size: 36px;
  color: white;
  z-index: 1;
}
.resource-list.resource-list--videos .resource-list__item__content {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.resource-list.resource-list--videos .resource-list__item__content__cta__link:before {
  display: none;
}
@media (max-width: 991px) {
  .resource-list.resource-list--videos .resource-list__item__photo {
    width: 75px;
    min-width: 75px;
    height: 75px;
  }
  .resource-list.resource-list--videos .resource-list__item__content {
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .resource-list.resource-list--videos .resource-list__item:first-of-type {
    margin-top: 40px;
  }
}

/* Home Page List View
---------------------------------------------*/
.container-2sxc .template-2sxc--heading--large .template-2sxc--heading--large__col.column--link {
  min-width: 118px;
}
@media (max-width: 768px) {
  .container-2sxc .template-2sxc--heading--large .template-2sxc--heading--large__col.column--link {
    margin-top: 10px;
  }
}
.container-2sxc .resource-list-cards-photo .edn__articleListWrapper {
  max-width: 100%;
  padding: 0px;
}

/* Detail Views
---------------------------------------------*/
.resource-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: calc(100% + 30px);
  /* allow full-width for Related Articles (bypass bootstrap .col[x] class)*/
  margin-left: -15px;
  /* allow full-width for Related Articles (bypass bootstrap .col[x] class)*/
}
.resource-wrapper .resource-detail {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  max-width: 810px;
  margin: 50px auto 0px;
}
.resource-wrapper .resource-detail__date {
  font-size: 14px !important;
  color: #8F9DA9;
  margin-bottom: 35px;
}
.resource-wrapper .resource-detail__title {
  font-size: 38px !important;
  font-family: "Noto Sans", sans-serif;
  color: #656D77;
  font-weight: 700;
  margin-bottom: 40px;
}
.resource-wrapper .resource-detail__summary {
  margin-bottom: 25px;
}
.resource-wrapper .resource-detail__summary p {
  font-size: 20px !important;
  color: #939598;
}
.resource-wrapper .resource-detail__image {
  margin-bottom: 5px;
}
.resource-wrapper .resource-detail__image__description {
  font-size: 14px !important;
  color: #005488;
  border: solid 1px #EBEBEB;
  border-top: 0px;
  padding: 15px;
}
.resource-wrapper .resource-detail__categories {
  margin-bottom: 25px;
}
.resource-wrapper .resource-detail__categories a {
  font-size: 14px !important;
  font-weight: 700;
}
.resource-wrapper .resource-detail__details {
  margin-bottom: 35px;
}
.resource-wrapper .resource-detail__documents {
  margin-bottom: 25px;
}
.resource-wrapper .resource-detail__links {
  margin-bottom: 25px;
}
.resource-wrapper .resource-detail__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #F6F6F6;
  padding: 50px;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .resource-wrapper .resource-detail__author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.resource-wrapper .resource-detail__author__image {
  margin-right: 20px;
}
.resource-wrapper .resource-detail__author__image img {
  border-radius: 100px;
  min-width: 77px;
}
.resource-wrapper .resource-detail__author__details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.resource-wrapper .resource-detail__author__details__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 26px !important;
  color: #656D77;
  font-weight: 600;
}
.resource-wrapper .resource-detail__author__details__name:before, .resource-wrapper .resource-detail__author__details__name:after {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-color: #EBEBEB;
  content: "";
  display: block;
  height: 2px;
}
.resource-wrapper .resource-detail__author__details__name:before {
  display: none;
  margin-right: 15px;
}
.resource-wrapper .resource-detail__author__details__name:after {
  margin-left: 15px;
}
@media (max-width: 576px) {
  .resource-wrapper .resource-detail__author__details__name:before {
    display: block;
  }
}
.resource-wrapper .resource-detail__author__details__title {
  margin-bottom: 0px;
}
.resource-wrapper .resource-detail__author__details__date-added {
  font-size: 12px !important;
  color: #656D77;
  font-style: italic;
  margin: 10px 0px 0px 0px;
}
.resource-wrapper .resource-detail__author.resource-detail__author--small {
  margin-bottom: 15px;
  padding: 25px 50px;
}
.resource-wrapper .resource-detail__author.resource-detail__author--small .resource-detail__author__details__name {
  font-size: 20px !important;
}
.resource-wrapper .resource-detail__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0px 0px 35px 0px;
  padding-bottom: 35px;
  border-bottom: solid 2px #EBEBEB;
}
.resource-wrapper .resource-detail__social__vote, .resource-wrapper .resource-detail__social__share {
  margin: 0px 16px;
}
.resource-wrapper .resource-detail__social__share .at-resp-share-element .at-share-btn {
  margin-bottom: 0px;
}

/* Document/Links & List View Template
---------------------------------------------*/
.resource-card:not(.resource-card--list-view),
.resource-card > div[class$=_article_list_wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
}
.resource-card .resource-card__item {
  min-width: calc(50% - 15px);
  width: calc(50% - 15px);
  margin: 0px 0px 12px 0px;
  border: solid 1px #EBEBEB;
  background: #ffffff;
}
@media (max-width: 576px) {
  .resource-card .resource-card__item {
    width: 100%;
  }
}
.resource-card .resource-card__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px !important;
  color: #656D77;
  padding: 15px 20px;
  text-decoration: none;
}
.resource-card .resource-card__item__link__resource-type-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0px;
}
.resource-card .resource-card__item__link__resource-type-icon img {
  min-width: 15px;
  width: 15px;
  margin-right: 10px;
}
.resource-card .resource-card__item__link__resource-type-icon img[src=""] {
  display: none !important;
}
.resource-card .resource-card__item__link__resource-type-icon:not(.using-category-img) {
  margin-right: 10px;
}
.resource-card .resource-card__item__link__title {
  font-size: 18px !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #656D77;
}
.resource-card .resource-card__item__link__link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #005488;
  margin-left: 10px;
}
@media (max-width: 576px) {
  .resource-card .resource-card__item__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .resource-card .resource-card__item__link__title {
    font-size: 14px !important;
  }
  .resource-card .resource-card__item__link__link-icon {
    font-size: 14px !important;
  }
}
.resource-card--large .resource-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.resource-card--large .resource-card__item__link {
  border: 0px;
  max-width: 100%;
}
.resource-card--large .resource-card__item__summary, .resource-card--large .resource-card__item__summary p {
  font-size: 16px !important;
  line-height: 1.4;
}
.resource-card--large .resource-card__item__summary {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: block;
  color: #939598;
  padding: 0px 20px 0px 20px;
}
.resource-card--large .resource-card__item__link--bottom {
  font-size: 16px !important;
  color: #005488;
  text-decoration: underline;
  font-weight: bold;
}

/* Article Voting
---------------------------------------------*/
.edn_ArticleVoting .edn__voteArticleUp {
  cursor: pointer;
}
.edn_ArticleVoting .edn__voteArticleUp.edn__voted {
  cursor: initial;
}
.edn_ArticleVoting .edn__voteArticleUp .icon {
  color: #005488;
  margin-right: 5px;
}
.edn_ArticleVoting .edn__voteArticleUp .edn_voteTooltip {
  font-size: 14px !important;
  color: #656D77;
}

/* Article Image Gallery
---------------------------------------------*/
.edn_article_gallery {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 30px auto;
}
.edn_article_gallery ul {
  margin: 0px;
  list-style: none;
  font-size: 0px;
  width: calc(100% + 10px);
  margin-left: -5px;
}
.edn_article_gallery ul li {
  display: inline-block;
  margin: 0px 5px 5px 5px;
}

/* Related Articles
---------------------------------------------*/
.related-articles-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  background-color: #F6F6F6;
  padding-bottom: 60px;
}
.related-articles-wrapper__heading {
  font-size: 18px !important;
  font-weight: 700;
  text-align: center;
  border-bottom: solid 2px #EBEBEB;
  margin-bottom: 30px;
  padding: 40 0px 30px 0px;
}

.related-articles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 810px;
  margin: 0 auto;
}
.related-articles-container .related-articles-carousel {
  position: relative;
  width: calc(100% - 79px);
}
.related-articles-container .related-articles-carousel__item {
  margin: 0px 15px;
  padding: 0px 15px;
}
.related-articles-container .related-articles-carousel__item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px !important;
}
.related-articles-container .related-articles-carousel__item__meta span:after {
  content: "|";
  display: inline-block;
  margin: 0px 4px 0px 1px;
}
.related-articles-container .related-articles-carousel__item__meta span:last-child:after {
  display: none;
}
.related-articles-container .related-articles-carousel__item__meta__category span {
  display: none;
}
.related-articles-container .related-articles-carousel__item__title {
  font-size: 22px !important;
  color: #656D77;
  font-weight: 700;
  display: block;
  margin-bottom: 25px;
}
.related-articles-container .related-articles-carousel__item__link a {
  text-decoration: underline;
  font-weight: 700;
}
.related-articles-container .related-articles-carousel .owl-stage-outer {
  margin: 0 auto;
  z-index: 1;
}
.related-articles-container .related-articles-carousel .owl-stage-outer .owl-item {
  border-right: solid 2px #EBEBEB;
}
.related-articles-container .owl-navigation {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.related-articles-container .owl-navigation .owl-prev,
.related-articles-container .owl-navigation .owl-next {
  color: #005488;
  height: 100%;
  border-radius: 0px;
  margin-left: 0px;
  background-color: transparent;
  border: 0px;
  font-size: 0px;
}
.related-articles-container .owl-navigation .owl-prev:hover,
.related-articles-container .owl-navigation .owl-next:hover {
  color: #005488;
  background-color: transparent;
}
.related-articles-container .owl-navigation .owl-prev:after,
.related-articles-container .owl-navigation .owl-next:after {
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
}
.related-articles-container .owl-navigation .owl-prev {
  left: 0px;
  border-right: solid 2px #EBEBEB;
  padding-right: 15px !important;
}
.related-articles-container .owl-navigation .owl-prev:after {
  content: "\f30a";
}
.related-articles-container .owl-navigation .owl-next {
  right: 0px;
  padding-left: 15px !important;
}
.related-articles-container .owl-navigation .owl-next:after {
  content: "\f30b";
}
.related-articles-container .owl-navigation.owl-navigation--left .owl-next {
  display: none !important;
}
.related-articles-container .owl-navigation.owl-navigation--right .owl-prev {
  display: none !important;
}

/* Comments
---------------------------------------------*/
.resource-wrapper div[id$=upPanelComments] {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
  max-width: 810px;
  margin: 0 auto 130px auto;
}
.resource-wrapper div[id$=upPanelComments] .comment_list {
  font-size: 0px;
}
.resource-wrapper div[id$=upPanelComments] .num_of_comment {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  margin: 0px;
}
.resource-wrapper div[id$=upPanelComments] .add_comment h3 {
  display: none;
}
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box {
  border: solid 1px #EBEBEB;
}
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table {
  width: 100%;
}
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td.left, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td.right {
  width: 100%;
}
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td.left {
  display: none;
}
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td.right.bottom {
  padding: 15px;
  text-align: right;
}
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td textarea {
  color: #939598;
  width: 100%;
  min-height: 150px;
  border: solid 0px #ffffff;
  resize: none;
  padding: 10px;
}
.resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit {
  display: inline;
}
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions {
  margin-bottom: 15px;
  width: calc(100% + 15px);
  margin-left: -7.5px;
}
.resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a {
  font-size: 12px !important;
  display: inline;
  margin: 7.5px;
}
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment {
  border: solid 1px #EBEBEB;
  margin-bottom: 25px;
}
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment textarea {
  font-size: 16px !important;
  color: #939598;
  width: 100%;
  min-height: 150px;
  border: solid 0px #ffffff;
  resize: none;
  padding: 10px;
}
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions {
  text-align: right;
  padding: 15px 7.5px 7.5px 15px;
}
.resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a {
  display: inline;
  margin: 7.5px;
}

/* Pagination
---------------------------------------------*/
.article_pager {
  text-align: center;
  margin: 55px 0px;
  padding: 0px 15px;
}
.article_pager .page {
  font-size: 18px !important;
  color: #656D77;
  padding: 0px 5px;
  display: inline-block;
}
.article_pager .page.active {
  color: #005488;
  text-decoration: underline;
}

.ednMoreArticlesTriggerWrapper .trigger {
  display: none;
}

/*---------------------------------------------
DNN Form Styles
---------------------------------------------*/
/* General Form Styles */
.c-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-form .form-group .field-container label {
  margin-bottom: 0.5rem;
  font-size: 16px;
}
.c-form .form-group select {
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form .form-group .field-container.multiple-choice-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-form .form-group .field-container.multiple-choice-radio .label-top {
  min-width: 100%;
}
.c-form .form-group .field-container.multiple-choice-radio .radio {
  margin: 0px 15px 0px 0px;
}
.c-form .form-group .field-container.multiple-choice-radio .radio label input {
  margin-right: 10px;
}
.c-form .form-group .checkbox-list .input-group-btn button {
  border-left: 0px;
  width: 45.2px;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.05rem center/8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form .form-group .checkbox-list .dropdown-absolute {
  max-width: 100%;
}
.c-form .form-group .checkbox-list .dropdown-absolute .panel {
  border: solid 1px #DADADA;
  margin-top: 5px;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
.c-form .form-group .checkbox-list .dropdown-absolute .panel > div:not(.clearfix) {
  background-color: #F6F6F6;
  padding: 4px;
}
.c-form .form-group .checkbox-list .dropdown-absolute .panel fieldset .checkbox {
  cursor: pointer;
}
.c-form .form-group .checkbox-list .dropdown-absolute .panel fieldset .checkbox label {
  display: block;
  margin: 0px;
  padding: 8px;
}
.c-form .form-group .checkbox-list .dropdown-absolute .panel fieldset .checkbox label:hover, .c-form .form-group .checkbox-list .dropdown-absolute .panel fieldset .checkbox label:checked {
  background-color: #F6F6F6;
}
.c-form .form-group .checkbox-list .dropdown-absolute .panel fieldset .checkbox label input {
  display: none;
}
@media (max-width: 768px) {
  .c-form .form-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-form .form-group .field-container {
    min-width: 100%;
    max-width: 100%;
  }
}

/* Footer Form Styles */
.form--footer {
  background-color: white;
  border: solid 3px white;
}
.form--footer .section-title {
  font-family: "Quicksand", sans-serif;
  font-size: 22px !important;
  color: white;
  background-color: #122A3A;
  padding: 20px 15px;
  text-align: center;
}
.form--footer .field-container .form-control, .form--footer .field-container .c-form .form-group .checkbox-list .input-group-btn button, .c-form .form-group .checkbox-list .input-group-btn .form--footer .field-container button {
  background-color: #EBEBEB;
  border: solid 1px #EBEBEB;
  color: #656D77;
}
.form--footer .field-container .form-control::-webkit-input-placeholder, .form--footer .field-container .c-form .form-group .checkbox-list .input-group-btn button::-webkit-input-placeholder, .c-form .form-group .checkbox-list .input-group-btn .form--footer .field-container button::-webkit-input-placeholder {
  color: #656D77;
}
.form--footer .field-container .form-control::-moz-placeholder, .form--footer .field-container .c-form .form-group .checkbox-list .input-group-btn button::-moz-placeholder, .c-form .form-group .checkbox-list .input-group-btn .form--footer .field-container button::-moz-placeholder {
  color: #656D77;
}
.form--footer .field-container .form-control:-ms-input-placeholder, .form--footer .field-container .c-form .form-group .checkbox-list .input-group-btn button:-ms-input-placeholder, .c-form .form-group .checkbox-list .input-group-btn .form--footer .field-container button:-ms-input-placeholder {
  color: #656D77;
}
.form--footer .field-container .form-control::-ms-input-placeholder, .form--footer .field-container .c-form .form-group .checkbox-list .input-group-btn button::-ms-input-placeholder, .c-form .form-group .checkbox-list .input-group-btn .form--footer .field-container button::-ms-input-placeholder {
  color: #656D77;
}
.form--footer .field-container .form-control::placeholder, .form--footer .field-container .c-form .form-group .checkbox-list .input-group-btn button::placeholder, .c-form .form-group .checkbox-list .input-group-btn .form--footer .field-container button::placeholder {
  color: #656D77;
}
.form--footer .btn-form {
  padding: 0px;
  margin-bottom: -19px;
  margin-left: -3px;
  margin-right: -3px;
  min-width: calc(100% + 6px) !important;
  max-width: calc(100% + 6px) !important;
}
.form--footer .btn-form button {
  background-color: #BAAB91;
  border: 0px;
  color: white;
  padding: 15px;
  min-width: 100%;
}
.form--footer .btn-form button:hover {
  background-color: #7E715A;
}
.form--footer .btn-form button:after {
  display: inline-block;
  font-family: "Glyphter";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "e";
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
}

.branding-guidelines {
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .branding-guidelines {
    padding: 20px 15px 30px 15px;
  }
}
.branding-guidelines .section-heading {
  cursor: pointer;
  margin: 0;
  padding: 15px 18px;
  font-weight: 600;
  position: relative;
  font-size: 26px;
}
.branding-guidelines .section-heading:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #7E715A;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.branding-guidelines .section-heading.active {
  border: none;
}
.branding-guidelines .section-heading.active:before {
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  margin-top: -1px;
}
.branding-guidelines .section-content {
  padding: 20px;
  display: none;
}
.branding-guidelines .section-content.active {
  display: block;
}
.branding-guidelines .section {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 0;
}
.branding-guidelines .section.color-palette {
  padding-bottom: 0;
}
.branding-guidelines .section.color-palette .section-content {
  padding-bottom: 0;
}
.branding-guidelines .section.active {
  border: none;
}
.branding-guidelines .style-heading {
  margin-bottom: 2px;
}
.branding-guidelines .style-heading span.color {
  font-family: courier;
  font-style: normal;
  color: #96969a;
  opacity: 0.9;
  font-weight: 200;
  margin-left: 4px;
  font-size: 80%;
}
.branding-guidelines .style-summary {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  font-family: "Noto Sans", sans-serif;
}
.branding-guidelines .swatch {
  padding: 0 35px 0 85px;
  margin-bottom: 20px;
  min-height: 70px;
}
.branding-guidelines .swatch .swatch-block {
  position: relative;
  top: 0;
  left: 0;
  margin-left: -85px;
  display: block;
  float: left;
  background: #eaeaea;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.branding-guidelines .type,
.branding-guidelines .buttons {
  margin-bottom: 25px;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 15px;
}
.branding-guidelines .type:last-child,
.branding-guidelines .buttons:last-child {
  border: none;
  margin: 0;
}
.branding-guidelines .type p,
.branding-guidelines .buttons p {
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 0;
}
.branding-guidelines .type {
  border: none;
}
.branding-guidelines .type .h1 {
  line-height: 1;
}
.branding-guidelines .type-heading,
.branding-guidelines .button-heading {
  margin: 0;
  font-weight: 400;
  padding-bottom: 0;
  font-size: 20px;
}
.branding-guidelines .button-heading {
  margin-bottom: 10px;
}
.branding-guidelines .type-heading {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.branding-guidelines .buttons {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .branding-guidelines .buttons {
    padding-bottom: 15px;
  }
}
.branding-guidelines .buttons p {
  display: inline-block;
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  .branding-guidelines .buttons p {
    display: block;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 991px) {
  .branding-guidelines .buttons .btn, .branding-guidelines .buttons .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem a, .DnnModule-Authentication .ModAuthenticationC .LoginPanel .dnnForm .dnnFormItem .branding-guidelines .buttons a, .branding-guidelines .buttons .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .submit, .resource-wrapper div[id$=upPanelComments] .add_comment .add_article_box table tbody tr td .branding-guidelines .buttons .submit, .branding-guidelines .buttons .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions a, .resource-wrapper div[id$=upPanelComments] .comment .right_side .actions .branding-guidelines .buttons a, .branding-guidelines .buttons .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions a, .resource-wrapper div[id$=upPanelComments] .comment .edit_comment .actions .branding-guidelines .buttons a {
    max-width: 200px;
  }
}
.branding-guidelines .buttons .bg-light-button {
  background: #005488;
  padding: 15px;
}
.branding-guidelines .blockquote,
.branding-guidelines blockquote {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .branding-guidelines .blockquote,
  .branding-guidelines blockquote {
    width: 50%;
  }
}

/*# sourceMappingURL=skin.css.map */
