@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0px;
  --breakpoint-sm: 481px;
  --breakpoint-md: 769px;
  --breakpoint-lg: 993px;
  --breakpoint-xl: 1201px;
  --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: "p22-underground", sans-serif;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: left;
  background-color: #f2f2f2;
  overflow-x: hidden; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #2c4460;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0a2240;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "p22-underground-sc", sans-serif;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.6575rem; }

h2, .h2 {
  font-size: 2.126rem; }

h3, .h3 {
  font-size: 1.86025rem; }

h4, .h4 {
  font-size: 1.5945rem; }

h5, .h5 {
  font-size: 1.32875rem; }

h6, .h6 {
  font-size: 1.063rem; }

.lead {
  font-size: 1.32875rem;
  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.32875rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f2f2f2;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  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: 481px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 769px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 993px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1201px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.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: 481px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 769px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 993px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1201px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333333; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > 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: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 480.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: 768.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: 992.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: 1200.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.32875rem;
  line-height: 1.7; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.930125rem;
  line-height: 1.2; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #333333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.2em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.930125rem;
  line-height: 1.2;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.7em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.32875rem;
  line-height: 1.7;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.930125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.930125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.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: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.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(220, 53, 69, 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: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 481px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.063rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #333333;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    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: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #2c4460;
  text-decoration: none; }
  .btn-link:hover {
    color: #0a2240;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.32875rem;
  line-height: 1.7;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.930125rem;
  line-height: 1.2;
  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: 1.063rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 481px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 769px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 993px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1201px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.930125rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.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),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn 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,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.7em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.32875rem;
  line-height: 1.7;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.2em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.930125rem;
  line-height: 1.2;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.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),
.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,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5945rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.29725rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.29725rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.29725rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.2em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.930125rem; }

.custom-select-lg {
  height: calc(1.7em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.32875rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #f2f2f2, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #f2f2f2, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #f2f2f2, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    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: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    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: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    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: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #f2f2f2;
    border-color: #dee2e6 #dee2e6 #f2f2f2; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3006875rem;
  padding-bottom: 0.3006875rem;
  margin-right: 1rem;
  font-size: 1.32875rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.32875rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 480.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 481px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 768.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 769px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 992.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 993px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1200.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1201px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 481px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 481px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 481px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: rgba(177, 194, 214, 0.5); }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0;
    color: #577293;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:first-child::before {
    display: none; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #0a2240; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2c4460;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0a2240;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.32875rem;
  line-height: 1.7; }

.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.930125rem;
  line-height: 1.2; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 481px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4.0945rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.79725rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #333333;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 481px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 769px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 993px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1201px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action: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: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action: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: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5945rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 481px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 993px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1201px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "p22-underground", 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.930125rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "p22-underground", 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.930125rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.063rem;
  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: #333333; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 481px) {
  .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: 769px) {
  .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: 993px) {
  .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: 1201px) {
  .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: 481px) {
  .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: 769px) {
  .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: 993px) {
  .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: 1201px) {
  .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: 481px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 769px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 993px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1201px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.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: 481px) {
  .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: 769px) {
  .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: 993px) {
  .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: 1201px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 481px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 993px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1201px) {
  .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: 100 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #333333 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 993px !important; }
  .container {
    min-width: 993px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*----------------------------------
CUSTOM TYPOGRAPHY -base
----------------------------------*/
main h1, main .h1 {
  font-family: "p22-underground-sc", sans-serif;
  font-weight: 400;
  font-size: 2.625rem;
  color: #0a2240;
  line-height: 1.2; }

main h2, main .h2 {
  font-family: "p22-underground-sc", sans-serif;
  font-weight: 400;
  font-size: 2.188rem;
  color: #0a2240;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 30px; }

main h3, main .h3 {
  font-family: "p22-underground-sc", sans-serif;
  font-weight: 300;
  font-size: 1.563rem;
  color: #2c4460;
  line-height: 1.2;
  padding: 5px 0;
  margin: 10px 0; }

main h4, main .h4 {
  font-family: "p22-underground-sc", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  color: #2c4460;
  line-height: 1.2;
  margin-top: 15px;
  padding-bottom: 10px; }

main h5, main .h5 {
  font-family: "p22-underground-sc", sans-serif;
  font-weight: 400;
  font-size: 1.063rem;
  color: #0a2240;
  line-height: 1.2;
  padding-bottom: 10px; }

main h6, main .h6 {
  font-family: "p22-underground-sc", sans-serif;
  font-weight: 600;
  font-size: 0.938rem;
  color: #2c4460;
  line-height: 1.2;
  text-transform: uppercase; }

main p {
  font-family: "p22-underground", sans-serif;
  font-weight: 300;
  font-size: 1.063rem;
  color: #333333;
  line-height: 1.5;
  margin: 0 0 1.12rem 0 !important; }
  main p a, main p a:link, main p a:visited {
    color: #2c4460;
    text-decoration: underline;
    font-weight: 400; }
  main p a:hover, main p a:focus, main p a:active {
    color: #0a2240;
    text-decoration: none;
    font-weight: 400; }
  main p.disclaimer {
    font-size: 0.813rem;
    line-height: 1.2; }
  main p.dietary {
    font-size: 0.813rem;
    line-height: 1.2;
    color: #565656;
    font-style: italic; }
    main p.dietary:before {
      padding-right: 5px;
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f06a";
      font-weight: 900;
      font-style: normal; }
  main p.onerem {
    font-size: 1rem; }

main ul {
  font-weight: 300;
  list-style: initial;
  list-style-position: initial;
  padding-left: 2rem;
  margin: 1.12rem 0; }
  main ul li {
    line-height: 1.4;
    font-family: "p22-underground", sans-serif;
    font-size: 1.063rem;
    font-weight: 300;
    color: #333333;
    padding: 0.25rem 0; }
    main ul li div.description {
      font-size: 0.938rem;
      margin-left: 10px; }
    main ul li div a, main ul li div a:link, main ul li div a:visited {
      color: #2c4460;
      text-decoration: underline;
      font-weight: 400; }
    main ul li div a:hover, main ul li div a:focus, main ul li div a:active {
      color: #0a2240;
      text-decoration: none;
      font-weight: 400; }
    main ul li a, main ul li a:link, main ul li a:visited {
      color: #2c4460;
      text-decoration: underline;
      font-weight: 400; }
    main ul li a:hover, main ul li a:focus, main ul li a:active {
      color: #0a2240;
      text-decoration: none;
      font-weight: 400; }
    main ul li ol, main ul li ul {
      margin: 0; }
      main ul li ol li, main ul li ul li {
        padding: 0.25rem 0; }
        main ul li ol li:first-child, main ul li ul li:first-child {
          padding-top: 10px; }

main ol {
  font-weight: 300;
  list-style: initial;
  list-style-type: decimal;
  list-style-position: initial;
  padding-left: 2rem;
  margin: 1.12rem 0; }
  main ol li {
    line-height: 1.4;
    font-family: "p22-underground", sans-serif;
    font-size: 1.063rem;
    font-weight: 300;
    color: #333333;
    padding: 0.25rem 0; }
    main ol li p {
      margin-bottom: 0; }
    main ol li ol, main ol li ul {
      margin: 0; }
      main ol li ol li, main ol li ul li {
        padding: 0.25rem 0; }
        main ol li ol li:first-child, main ol li ul li:first-child {
          padding-top: 10px; }

main strong, main bold, main b {
  font-family: "p22-underground", sans-serif;
  font-weight: 600; }

main em {
  font-style: italic; }

main blockquote {
  width: 100%;
  font-weight: 300;
  border-left: 3px solid #2c4460;
  background-color: #ffffff;
  color: #333333;
  padding: 10px 30px; }
  main blockquote.right {
    width: 50%;
    float: right; }
  main blockquote.left {
    width: 50%;
    float: left; }
  @media only screen and (max-width: 768px) {
    main blockquote {
      width: 40%; } }
  @media only screen and (max-width: 768px) {
    main blockquote {
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
      main blockquote.right {
        float: none; }
      main blockquote.left {
        float: none; } }
  main blockquote p {
    line-height: 1.2;
    font-weight: 400;
    font-size: 1.25rem;
    /* !important*/
    color: #333333; }
    main blockquote p.quote {
      font-weight: 400;
      font-style: italic; }
  main blockquote h4 {
    text-align: right;
    font-size: 1.375rem;
    font-weight: 300;
    color: rgba(51, 51, 51, 0.5); }

main label {
  font-family: "p22-underground-sc", sans-serif;
  color: #0a2240;
  margin-bottom: 0;
  font-weight: 400; }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card h3 {
    color: #2c4460;
    size: 1.375rem;
    margin-top: 0;
    border-top: none; }
  .card h4 {
    color: #577293;
    size: 1.25rem;
    margin-top: 0; }
  .card p {
    margin-top: 0; }
    .card p strong {
      line-height: 1.2; }
    .card p em {
      font-style: italic; }
  .card ul {
    padding-left: 1em; }
  .card ul.facultyData {
    padding-left: 2em; }
  .card a {
    line-height: 1.2;
    text-align: left;
    color: #2c4460; }
    .card a span {
      color: #2c4460; }

.card-block {
  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 > .list-group:first-child .list-group-item:first-child {
  border-radius: 0.25rem 0.25rem 0 0; }

.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 0.25rem 0.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-primary {
  background-color: #0a2240;
  border: 1px solid #b1c2d6; }
  .card-primary h4, .card-primary p, .card-primary ul, .card-primary li {
    color: #ffffff; }
  .card-primary a {
    color: #ffc514; }
    .card-primary a span {
      color: #ffc514; }

.card-secondary {
  background-color: #577293;
  border: 1px solid #b1c2d6; }

.card-silver {
  background-color: #f2f2f2;
  border: 1px solid #2c4460; }
  .card-silver h4 {
    color: #0a2240; }
  .card-silver h6 {
    color: #577293;
    font-weight: 300; }
  .card-silver hr {
    border-top: 1px solid #b1c2d6; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: 0.25rem;
  padding-bottom: 20px; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  display: block;
  margin-left: auto;
  margin-bottom: 10px;
  margin-right: auto; }

.card-img-bottom {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

@media only screen and (min-width: 1500px) {
  .card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
    width: 100%; }
    .card-deck .card {
      display: table-cell;
      width: 1%;
      vertical-align: top; }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media (min-width: 481px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

.card-columns {
  column-count: 2;
  column-gap: 1.25rem; }
  @media only screen and (max-width: 1500px) {
    .card-columns {
      column-count: 2; } }
  @media only screen and (max-width: 768px) {
    .card-columns {
      column-count: 1; } }
  .card-columns .card {
    display: inline-block;
    width: 100%; }

/*----------------------------------
 ACCORDION
----------------------------------*/
div.accordion div.card {
  margin: 0.75rem;
  border: 1px solid rgba(51, 51, 51, 0.5) !important; }
  div.accordion div.card:first-of-type {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 0; }
  div.accordion div.card:last-of-type {
    border-top-right-radius: 0;
    border-top-left-radius: 1rem; }
  div.accordion div.card div.card-header button.btn {
    font-family: "p22-underground", sans-serif;
    text-align: left; }
  div.accordion div.card div div.card-body h3 {
    font-size: 1.25rem;
    margin: 1rem 0 0 0;
    padding: 0; }
  div.accordion div.card div div.card-body ul {
    margin-top: 1.25rem; }
    div.accordion div.card div div.card-body ul li {
      line-height: 1.2;
      padding: 0.25rem; }
      div.accordion div.card div div.card-body ul li ul {
        margin-bottom: 0;
        margin-top: 10px; }
  div.accordion div.card div div.card-body div.accordionlearn {
    margin: 1rem 0; }
    div.accordion div.card div div.card-body div.accordionlearn ul li {
      line-height: 1.7;
      padding: 0.25rem; }
      div.accordion div.card div div.card-body div.accordionlearn ul li a, div.accordion div.card div div.card-body div.accordionlearn ul li a:visited {
        text-decoration: none; }
  div.accordion div.card div div.card-body div.vcard {
    background: #f2f2f2;
    border-top: 5px solid #b1c2d6;
    padding: 10px; }
    div.accordion div.card div div.card-body div.vcard h4 {
      color: #2c4460; }
    div.accordion div.card div div.card-body div.vcard p {
      margin-bottom: 10px !important; }
  div.accordion div.card div div.card-body div.contact {
    background: #f2f2f2;
    padding: 0 10px 10px 10px; }

/*----------------------------------
ADMISSION
----------------------------------*/
div.freshman {
  padding-left: 20px; }

div.application-type {
  width: 55%;
  float: left;
  display: inline-block;
  padding: 10px; }
  @media only screen and (max-width: 480px) {
    div.application-type {
      width: 100%; } }
  div.application-type p {
    margin-top: 0; }

div.base {
  vertical-align: bottom; }
  div.base div.freshman-deadlines {
    background-color: #2c4460;
    width: 100%;
    display: inline-block;
    border-radius: 7px;
    padding: 10px; }
    @media only screen and (max-width: 480px) {
      div.base div.freshman-deadlines {
        width: 100%; } }
    div.base div.freshman-deadlines h5 {
      text-align: center;
      text-transform: uppercase;
      color: #b1c2d6;
      font-weight: 600;
      font-size: 1.25rem; }
    div.base div.freshman-deadlines p {
      text-align: center;
      font-weight: 400;
      color: #ffffff;
      font-size: 1.25rem;
      line-height: 1.2;
      margin: 10px 0; }

div.deadlines {
  background-color: #2c4460;
  width: 40%;
  display: inline-block;
  border-radius: 7px;
  padding: 10px; }
  @media only screen and (max-width: 480px) {
    div.deadlines {
      width: 100%; } }
  div.deadlines h5 {
    text-align: center;
    text-transform: uppercase;
    color: #b1c2d6;
    font-weight: 600;
    font-size: 1.25rem; }
  div.deadlines p {
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 10px 0; }

div.landing {
  box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.5);
  margin-bottom: 30px; }
  @media only screen and (max-width: 992px) {
    div.landing {
      box-shadow: none; } }
  @media only screen and (max-width: 768px) {
    div.landing {
      box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.5); } }
  @media only screen and (max-width: 480px) {
    div.landing {
      box-shadow: none; } }
  div.landing div.photo {
    background-size: cover;
    background-position: center;
    display: inline-block;
    width: 50%;
    height: 250px; }
    @media only screen and (max-width: 1200px) {
      div.landing div.photo {
        width: 100%; } }
    div.landing div.photo h2 {
      font-size: 1.25rem;
      font-weight: 300;
      text-align: center;
      color: #ffffff;
      background-color: rgba(10, 34, 64, 0.7);
      padding: 10px;
      margin-top: 10px;
      display: inline-block;
      z-index: 1;
      border-bottom-right-radius: 1.5rem;
      border-top-right-radius: 1.5rem;
      position: absolute;
      max-width: 100%; }
      @media only screen and (max-width: 992px) {
        div.landing div.photo h2 {
          font-size: 1.25rem; } }
  div.landing div.description {
    display: inline-block;
    float: right;
    padding: 1em 1em;
    width: 50%; }
    @media only screen and (max-width: 1200px) {
      div.landing div.description {
        box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.5);
        width: 100%;
        float: none; } }
    div.landing div.description a, div.landing div.description a:link, div.landing div.description a:visited {
      color: #2c4460;
      text-decoration: none; }
    div.landing div.description a:hover, div.landing div.description a:active, div.landing div.description a:focus {
      color: #0a2240;
      text-decoration: underline; }

input.vasearch {
  background: #ffffff; }

/*----------------------------------
Developed for COVID-19 alert boxes & other communications
----------------------------------*/
.alert-box {
  background-color: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
  border-radius: 0.25rem;
  padding: .75rem 1.25rem;
  margin: 1rem 0; }
  .alert-box p {
    font-family: "p22-underground", sans-serif;
    color: #721c24; }
    .alert-box p a, .alert-box p a:link, .alert-box p a:visited {
      color: #721c24; }
    .alert-box p a:hover, .alert-box p a:focus, .alert-box p a:active {
      color: #2c4460; }
    .alert-box p:last-child {
      margin-bottom: 0 !important; }
  .alert-box ul li {
    font-family: "p22-underground", sans-serif;
    color: #856404; }

.warning-box {
  background-color: #fff3cd;
  color: #856404;
  border-color: #ffeeba;
  border-radius: 0.25rem;
  padding: .75rem 1.25rem;
  margin: 1rem 0; }
  .warning-box p {
    font-family: "p22-underground", sans-serif;
    color: #856404; }
    .warning-box p a, .warning-box p a:link, .warning-box p a:visited {
      color: #856404; }
    .warning-box p a:hover, .warning-box p a:focus, .warning-box p a:active {
      color: #2c4460; }
    .warning-box p:last-child {
      margin-bottom: 0 !important; }
  .warning-box ul li {
    font-family: "p22-underground", sans-serif;
    color: #856404; }

p.messageDetails {
  border-bottom: 1px solid #577293;
  text-align: center;
  font-family: "p22-underground-sc", sans-serif; }

/*----------------------------------
 ANCHORS
----------------------------------*/
ul.anchors {
  list-style: none;
  font-size: 0.938rem;
  background: #f2f2f2;
  color: #333333;
  border-radius: 4px;
  border: 1px solid #b1c2d6;
  padding-left: 10px;
  display: inline-block;
  margin-top: 0;
  width: 100%; }
  ul.anchors li {
    font-family: "p22-underground", sans-serif;
    padding: 0 5px; }
    ul.anchors li a, ul.anchors li a:link, ul.anchors li a:visited {
      font-weight: 300;
      color: #2c4460; }
    ul.anchors li a:hover, ul.anchors li a:active, ul.anchors li a:focus {
      background: transparent !important;
      color: #0a2240; }
    ul.anchors li a.dropdown-toggle {
      text-transform: uppercase;
      font-weight: 400;
      font-family: "p22-underground", sans-serif;
      color: #0a2240; }
    ul.anchors li.open a:hover, ul.anchors li.open a:active, ul.anchors li.open a:focus {
      background: transparent !important; }
    ul.anchors li ul.dropdown-menu {
      background: #f2f2f2 !important; }
      ul.anchors li ul.dropdown-menu a:hover, ul.anchors li ul.dropdown-menu a:active, ul.anchors li ul.dropdown-menu a:focus {
        background: transparent !important; }

a.backtotop, a.backtotop:link, a.backtotop:visited {
  text-decoration: none;
  color: #0a2240;
  background: rgba(177, 194, 214, 0.5);
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  z-index: 5;
  position: fixed;
  bottom: 0em;
  right: 1em;
  padding: 10px;
  display: none; }

.show {
  display: block !important; }

a.backtotop:hover, a.backtotop:active, a.backtotop:focus {
  color: #2c4460;
  background: #b1c2d6; }

a[name]:target {
  padding-top: 75px !important;
  display: block; }

a[name]:not(:target) {
  padding-top: 0 !important;
  display: none; }

a.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden; }

/*----------------------------------
 BREADCRUMBS
----------------------------------*/
ul.breadcrumb {
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
  background-color: rgba(177, 194, 214, 0.5); }
  @media only screen and (max-width: 768px) {
    ul.breadcrumb {
      width: 100%;
      margin-left: 0; } }
  ul.breadcrumb li {
    font-family: "p22-underground", sans-serif;
    font-size: 0.938rem;
    display: inline-block;
    font-weight: 300; }
    @media only screen and (max-width: 992px) {
      ul.breadcrumb li:first-child {
        margin-left: 5%; } }
    @media screen and (max-width: 768px) {
      ul.breadcrumb li:first-child {
        margin-left: 0; } }
    ul.breadcrumb li#breadcrumb-home {
      margin-left: 10%; }
    ul.breadcrumb li a, ul.breadcrumb li a:link, ul.breadcrumb li a:visited {
      color: #2c4460; }
    ul.breadcrumb li a:hover, ul.breadcrumb li a:focus, ul.breadcrumb li a:active {
      color: #0a2240; }
    ul.breadcrumb li a span, ul.breadcrumb li a span:link, ul.breadcrumb li a span:visited {
      color: #2c4460; }
    ul.breadcrumb li a span:hover, ul.breadcrumb li a span:focus, ul.breadcrumb li a span:active {
      color: #0a2240;
      text-decoration: underline; }

/*----------------------------------
 BUTTONS
----------------------------------*/
a.body-button[href$=".pdf"]:after {
  padding-left: 5px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1"; }

a.body-button, a.body-button:link, a.body-button:visited {
  background: #0a2240;
  border-radius: 7px;
  color: #ffffff;
  font-family: "p22-underground-sc", sans-serif;
  text-align: center;
  border: none;
  width: auto;
  height: 40px;
  padding-top: 7px;
  margin-bottom: 20px; }

a.body-button:hover, a.body-button:active, a.body-button:focus {
  background: #b1c2d6;
  color: #0a2240;
  box-shadow: 1px 1px 5px #333333; }

a.more-calendar, a.more-news {
  font-size: 0.938rem; }

a.apply-button, a.apply-button:link, a.apply-button:visited {
  background: #ffc514;
  font-size: 1.063rem;
  font-family: "p22-underground-sc", sans-serif;
  text-align: center;
  color: #0a2240;
  border-radius: 7px;
  border: 1px solid #2c4460;
  width: auto;
  margin: 10px 0; }
  a.apply-button span, a.apply-button:link span, a.apply-button:visited span {
    font-size: 1.063rem !important; }

a.apply-button:hover, a.apply-button:focus, a.apply-button:active {
  background: #0a2240;
  color: #ffc514 !important;
  box-shadow: 1px 1px 5px #333333; }
  a.apply-button:hover span, a.apply-button:focus span, a.apply-button:active span {
    color: #ffc514; }

/*----------------------------------
ROUND BUTTON HOVER
----------------------------------*/
div.cta-space {
  margin: 2rem auto; }
  div.cta-space a.cta {
    position: relative;
    margin: auto;
    padding: 19px 22px;
    transition: all 0.2s ease;
    color: #2c4460; }
    div.cta-space a.cta:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      border-radius: 28px;
      background: rgba(177, 194, 214, 0.5);
      width: 56px;
      height: 56px;
      transition: all 0.3s ease; }
    div.cta-space a.cta span {
      position: relative;
      font-size: 16px !important;
      line-height: 18px;
      font-weight: 900;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      vertical-align: middle;
      font-family: "p22-underground", sans-serif; }
    div.cta-space a.cta svg {
      position: relative;
      top: 0;
      margin-left: 10px;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke: #2c4460;
      stroke-width: 2;
      transform: translateX(-5px);
      transition: all 0.3s ease; }
    div.cta-space a.cta:hover {
      color: #0a2240;
      text-decoration: none; }
      div.cta-space a.cta:hover:before {
        width: 100%;
        background: #b1c2d6; }
      div.cta-space a.cta:hover svg {
        transform: translateX(0); }
    div.cta-space a.cta:active {
      transform: scale(0.96); }

/*----------------------------------
COLUMN SINGLE
----------------------------------*/
section.one-1 {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  margin-left: 16.6666666667%;
  order: 1; }
  @media only screen and (max-width: 1500px) {
    section.one-1 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
      margin-left: 8.3333333333%; } }
  @media only screen and (max-width: 1200px) {
    section.one-1 {
      flex: 0 0 91.6666666667%;
      max-width: 100%;
      margin-left: 0; } }
  section.one-1 article aside.rightside {
    float: right;
    width: 50%;
    padding: 10px;
    display: inline-block; }
  section.one-1 article aside.leftside {
    float: left;
    width: 50%;
    padding: 10px; }

/*----------------------------------
COLUMN DOUBLE
----------------------------------*/
section.two-1R {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 10px;
  margin-bottom: 30px;
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: 16.6666666667%;
  order: 1; }
  @media only screen and (max-width: 1800px) {
    section.two-1R {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
      margin-left: 8.3333333333%; } }
  @media only screen and (max-width: 1500px) {
    section.two-1R {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
      margin-left: 0; } }
  @media only screen and (max-width: 992px) {
    section.two-1R {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; } }
  @media only screen and (max-width: 768px) {
    section.two-1R {
      flex: 0 0 91.6666666667%;
      max-width: 100%; } }
  section.two-1R article img.banner {
    margin: 0 10px 10px 0;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      section.two-1R article img.banner {
        display: block !important; } }

section.two-2R {
  display: inline-block;
  position: relative;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  order: 2; }
  @media only screen and (max-width: 1800px) {
    section.two-2R {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media only screen and (max-width: 1500px) {
    section.two-2R {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }
  @media only screen and (max-width: 992px) {
    section.two-2R {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; } }
  @media only screen and (max-width: 768px) {
    section.two-2R {
      flex: 0 0 91.6666666667%;
      max-width: 100%; } }

section.two-1L {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 10px;
  margin-bottom: 30px;
  flex: 0 0 50%;
  max-width: 50%;
  order: 2; }
  @media only screen and (max-width: 1800px) {
    section.two-1L {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; } }
  @media only screen and (max-width: 1500px) {
    section.two-1L {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }
  @media only screen and (max-width: 992px) {
    section.two-1L {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; } }
  @media only screen and (max-width: 768px) {
    section.two-1L {
      flex: 0 0 91.6666666667%;
      max-width: 100%;
      order: 1; } }
  section.two-1L article img.banner {
    margin: 0 10px 10px 0;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      section.two-1L article img.banner {
        display: block !important; } }

section.two-2L {
  display: inline-block;
  position: relative;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  margin-left: 16.6666666667%;
  order: 1; }
  @media only screen and (max-width: 1800px) {
    section.two-2L {
      flex: 0 0 25%;
      max-width: 25%;
      margin-left: 8.3333333333%; } }
  @media only screen and (max-width: 1500px) {
    section.two-2L {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      margin-left: 0; } }
  @media only screen and (max-width: 992px) {
    section.two-2L {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; } }
  @media only screen and (max-width: 768px) {
    section.two-2L {
      flex: 0 0 91.6666666667%;
      max-width: 100%;
      order: 2; } }

/*----------------------------------
COLUMN TRIPLE
----------------------------------*/
section.three-1 {
  display: inline-block;
  position: relative;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0 1rem;
  flex: 0 0 50%;
  max-width: 50%;
  order: 2; }
  @media only screen and (max-width: 1200px) {
    section.three-1 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }
  @media only screen and (max-width: 768px) {
    section.three-1 {
      margin-left: 0;
      flex: 0 0 91.6666666667%;
      max-width: 100%;
      order: 1; } }
  section.three-1 article {
    margin: 0 10px 30px 10px; }
    section.three-1 article aside.right {
      float: right;
      width: 50%;
      padding: 10px; }
    section.three-1 article aside.left {
      float: left;
      width: 50%;
      padding: 10px; }

section.three-3 {
  display: inline-block;
  position: relative;
  margin-left: 8.3333333333%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  order: 1; }
  @media only screen and (max-width: 1800px) {
    section.three-3 {
      margin-left: 0;
      flex: 0 0 25%;
      max-width: 25%; } }
  @media only screen and (max-width: 1200px) {
    section.three-3 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }
  @media only screen and (max-width: 768px) {
    section.three-3 {
      margin-left: 0;
      flex: 0 0 91.6666666667%;
      max-width: 100%;
      order: 2; } }

section.three-2 {
  display: inline-block;
  position: relative;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  order: 3; }
  @media only screen and (max-width: 1800px) {
    section.three-2 {
      margin-left: 0;
      flex: 0 0 25%;
      max-width: 25%; } }
  @media only screen and (max-width: 1200px) {
    section.three-2 {
      flex: 0 0 91.6666666667%;
      max-width: 100%; } }

/*----------------------------------
 COLUMNED LISTING
----------------------------------*/
ul.alphaList {
  background: #f2f2f2;
  color: #333333;
  text-align: center;
  padding-left: 0;
  margin-top: 10px; }
  ul.alphaList li {
    font-size: 1.25rem;
    padding: 10px;
    font-family: "p22-underground", sans-serif;
    font-weight: font-weight-medium;
    color: #0a2240;
    display: inline-block;
    padding: 10px; }
    ul.alphaList li a, ul.alphaList li a:link, ul.alphaList li a:visited {
      color: #2c4460; }
    ul.alphaList li a:hover, ul.alphaList li a:focus, ul.alphaList li a:active {
      color: #0a2240; }

ul.colList {
  display: inline-block;
  width: 49%;
  float: left; }
  ul.colList li {
    line-height: 1.2;
    padding-bottom: 15px; }
    ul.colList li a, ul.colList li a:link, ul.colList li a:visited {
      color: #2c4460; }
    ul.colList li a:hover, ul.colList li a:focus, ul.colList li a:active {
      color: #0a2240; }

input.inPageSearch {
  width: 50%;
  margin-right: 5px; }
  @media only screen and (max-width: 480px) {
    input.inPageSearch {
      width: 100%; } }

button.active {
  background: #ffc514 !important;
  color: #0a2240 !important; }

/*----------------------------------
 COLUMNS
----------------------------------*/
div.columns2 {
  width: 49%;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 480px) {
    div.columns2 {
      width: 100%; } }
  div.columns2 img {
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 285px; }

div.columns4 {
  width: 24%;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 768px) {
    div.columns4 {
      width: 49%; } }
  @media only screen and (max-width: 480px) {
    div.columns4 {
      width: 100%; } }
  div.columns4 img {
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 285px; }

div.columns-sponsors {
  -webkit-column-width: 300px;
  -moz-column-width: 300px;
  column-width: 300px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid; }
  div.columns-sponsors img {
    margin: 10px; }

ul.poster {
  list-style: none; }
  ul.poster li {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    /*			&:first-child {
				margin-left: 4%;
				@media only screen and (max-width: $screen-md) {
					margin-left: 0;
				}
			} */ }
    @media only screen and (max-width: 992px) {
      ul.poster li {
        width: 49%; } }
    @media only screen and (max-width: 480px) {
      ul.poster li {
        width: 100%; } }
    ul.poster li a img {
      height: auto;
      width: 100%; }

/*----------------------------------
 CONTACT FLEX CONTAINERS
----------------------------------*/
.flex-container-contact {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around; }
  .flex-container-contact .flex-item {
    padding: 1rem;
    width: 300px;
    height: auto;
    border-top: 5px solid #2c4460;
    background: #ffffff;
    margin: 10px; }
    .flex-container-contact .flex-item p a {
      color: #2c4460; }
    .flex-container-contact .flex-item div.social a {
      color: #2c4460; }

/*----------------------------------
DIRECTORY
----------------------------------*/
article.directory {
  background-color: #fafafa;
  color: #333333;
  width: 49%;
  float: left;
  position: inline;
  min-height: 1px;
  padding: 10px;
  margin: 0 0.5% 10px 0.5% !important; }
  @media only screen and (max-width: 992px) {
    article.directory {
      width: 100%; } }
  article.directory div.headshot {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    height: auto !important; }
    @media only screen and (max-width: 2000px) {
      article.directory div.headshot {
        width: 100%; } }
    @media only screen and (max-width: 992px) {
      article.directory div.headshot {
        width: 25%; } }
    @media only screen and (max-width: 550px) {
      article.directory div.headshot {
        width: 100%; } }
    article.directory div.headshot img {
      max-height: 150px;
      display: block;
      max-width: 100px;
      height: auto;
      padding-top: 10px;
      margin-left: auto;
      margin-right: auto; }
  article.directory div.info {
    float: left;
    position: relative;
    min-height: 1px;
    min-width: 239px;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }
    @media only screen and (max-width: 2000px) {
      article.directory div.info {
        width: 100%; } }
    @media only screen and (max-width: 992px) {
      article.directory div.info {
        width: 75%; } }
    @media only screen and (max-width: 550px) {
      article.directory div.info {
        width: 100%; } }
    article.directory div.info h3 {
      text-transform: none !important;
      font-size: 1.4rem;
      font-weight: 300;
      border-bottom: none !important;
      border-top: none !important;
      margin-top: 0;
      padding-top: 10px;
      padding-left: 0;
      margin-bottom: 10px;
      text-align: left; }
      @media only screen and (max-width: 2000px) {
        article.directory div.info h3 {
          text-align: center; } }
      @media only screen and (max-width: 992px) {
        article.directory div.info h3 {
          text-align: left; } }
      article.directory div.info h3 a, article.directory div.info h3 a:link, article.directory div.info h3 a:visited {
        color: #2c4460;
        text-decoration: none; }
      article.directory div.info h3 a:hover, article.directory div.info h3 a:focus, article.directory div.info h3 a:active {
        color: #0a2240;
        text-decoration: none; }
    article.directory div.info p {
      font-size: 0.938rem;
      font-family: "p22-underground", sans-serif;
      font-weight: 400;
      line-height: 1.2;
      margin-top: 0;
      margin-bottom: 10px; }
      article.directory div.info p.title {
        font-weight: 600;
        word-wrap: break-word;
        text-align: left; }
        @media only screen and (max-width: 2000px) {
          article.directory div.info p.title {
            text-align: center; } }
        @media only screen and (max-width: 992px) {
          article.directory div.info p.title {
            text-align: left; } }

/* --------------------------------
FLICKR EMBED
-------------------------------- */
section div.embed-large {
  display: block; }
  @media only screen and (max-width: 1500px) {
    section div.embed-large {
      display: none; } }
  @media only screen and (max-width: 768px) {
    section div.embed-large {
      display: none; } }

section div.embed-medium {
  display: none; }
  @media only screen and (max-width: 1500px) {
    section div.embed-medium {
      display: block; } }
  @media only screen and (max-width: 768px) {
    section div.embed-medium {
      display: none; } }

section div.embed-small {
  display: none; }
  @media only screen and (max-width: 1500px) {
    section div.embed-small {
      display: none; } }
  @media only screen and (max-width: 768px) {
    section div.embed-small {
      display: block; } }

/*----------------------------------
ERROR
----------------------------------*/
.error .cd-main-content {
  background-color: #f2f2f2;
  color: #333333; }
  .error .cd-main-content header div.header_texture {
    background-color: #2c4460;
    background-image: none; }
    .error .cd-main-content header div.header_texture h1 {
      text-align: center;
      color: #b1c2d6;
      font-weight: 100; }
  .error .cd-main-content ul.breadcrumb {
    display: none; }
  .error .cd-main-content section h2 {
    display: none; }
  .error .cd-main-content section div {
    float: left;
    display: inline-block;
    width: 49%; }
    @media only screen and (max-width: 992px) {
      .error .cd-main-content section div {
        width: 100%; } }
  .error .cd-main-content section img {
    float: right;
    display: inline-block;
    width: 49%;
    max-height: 600px;
    max-width: 600px; }
    @media only screen and (max-width: 992px) {
      .error .cd-main-content section img {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        display: block !important;
        float: none; } }
    @media only screen and (max-width: 480px) {
      .error .cd-main-content section img {
        width: 75%; } }
  .error .cd-main-content section .pagefunctions {
    display: none !important; }
  .error .cd-main-content section p.disclaimer {
    display: none; }

/*----------------------------------
EVENT
----------------------------------*/
body.events main {
  color: #333333;
  background: #f2f2f2;
  font-family: "p22-underground", sans-serif;
  letter-spacing: 0.8px;
  line-height: 1.2;
  font-size: 1.12rem;
  margin: 0 !important;
  padding: 0;
  /* Buttons override */ }
  body.events main a.btn, body.events main a.btn:link, body.events main a.btn:visited {
    color: #f2f2f2;
    background: #0a2240;
    text-align: center;
    margin: auto;
    text-decoration: none; }
  body.events main a.btn:hover, body.events main a.btn:focus, body.events main a.btn:active {
    color: #0A2240;
    background: #ffc514; }
  body.events main .btn {
    text-transform: uppercase;
    font-weight: 600;
    background-color: #0a2240;
    color: #f2f2f2;
    box-shadow: 0px 3px 5px 2px rgba(41, 41, 41, 0.3); }
  body.events main .btn-lg, body.events main .btn-group-lg > .btn {
    padding: 15px 40px;
    font-size: 16px;
    line-height: none;
    border-radius: 4px; }
  body.events main nav.side-menu {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-73px);
    z-index: 99; }
    body.events main nav.side-menu ul {
      list-style: none; }
      body.events main nav.side-menu ul li {
        text-align: right;
        margin: 10px 0; }
        body.events main nav.side-menu ul li a {
          text-decoration: none; }
          body.events main nav.side-menu ul li a:hover span.menu-title {
            opacity: 1; }
          body.events main nav.side-menu ul li a:hover span.dot {
            transform: scale(1.5); }
          body.events main nav.side-menu ul li a span {
            display: inline-block; }
            body.events main nav.side-menu ul li a span.menu-title {
              color: #f2f2f2;
              position: relative;
              margin-right: 10px;
              text-transform: uppercase;
              font-size: 12px;
              background-color: #0a2240;
              padding: 4px 10px 2px 10px;
              top: -4px;
              font-weight: 600;
              border-radius: 3px;
              border: 1px solid #f2f2f2;
              -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
              -moz-transition: -moz-transform 0.2s, opacity 0.2s;
              transition: transform 0.2s, opacity 0.2s;
              -webkit-transform-origin: 100% 50%;
              -moz-transform-origin: 100% 50%;
              -ms-transform-origin: 100% 50%;
              -o-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
              opacity: 0; }
            body.events main nav.side-menu ul li a span.dot {
              position: relative;
              background-color: #0a2240;
              border-radius: 2rem;
              height: 15px;
              width: 15px;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              transition: all 0.3s;
              border: 1px solid #f2f2f2; }
  body.events main header.hero-header {
    padding: 5rem;
    color: #f2f2f2;
    background: linear-gradient(rgba(10, 34, 64, 0.75), rgba(177, 194, 214, 0.75)), url("https://cnu.edu/_assets/img/_homepage/wide_mcmurran_dsu/homepage-lg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 992px) {
      body.events main header.hero-header {
        padding: 1rem;
        text-align: center; } }
    @media (max-width: 768px) {
      body.events main header.hero-header {
        padding: 1rem;
        text-align: center;
        max-height: 685px; } }
    body.events main header.hero-header div.intro-text {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
      color: #ffffff; }
      @media (max-width: 992px) {
        body.events main header.hero-header div.intro-text {
          flex: 0 0 100%;
          max-width: 100%; } }
      body.events main header.hero-header div.intro-text h1 {
        margin: 1rem 0 0 0;
        font-size: 3rem;
        text-shadow: 0 3px 5px #333333;
        color: #f2f2f2; }
      body.events main header.hero-header div.intro-text p {
        margin: 1.5rem 0;
        text-shadow: 0 3px 5px #333333;
        color: #f2f2f2; }
        @media only screen and (max-width: 992px) {
          body.events main header.hero-header div.intro-text p {
            margin: 1.5rem 3rem !important; } }
        body.events main header.hero-header div.intro-text p#eventdate {
          font-weight: normal;
          font-size: 2rem;
          opacity: 0.8;
          letter-spacing: 1px;
          margin: 1rem 0; }
      body.events main header.hero-header div.intro-text a, body.events main header.hero-header div.intro-text a:link, body.events main header.hero-header div.intro-text a:visited {
        color: #0a2240;
        background: #ffc514; }
      body.events main header.hero-header div.intro-text a:hover, body.events main header.hero-header div.intro-text a:focus, body.events main header.hero-header div.intro-text a:active {
        color: #f2f2f2;
        background: #0a2240; }
    body.events main header.hero-header div.intro-img {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
      @media (max-width: 992px) {
        body.events main header.hero-header div.intro-img {
          flex: 0 0 100%;
          max-width: 100%;
          margin-top: 2rem; } }
      body.events main header.hero-header div.intro-img img {
        left: 0;
        margin-left: 0;
        text-align: center; }
        @media (max-width: 992px) {
          body.events main header.hero-header div.intro-img img {
            height: 180px; } }
  body.events main div h2 {
    font-size: 2.25rem;
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-weight: 600;
    border-bottom: 1px solid #ffc514; }
  body.events main div.content-ct {
    text-align: center; }
  body.events main div.tabs {
    margin-bottom: 2rem; }
    @media only screen and (max-width: 480px) {
      body.events main div.tabs {
        margin-left: 1rem;
        margin-right: 1rem; } }
    body.events main div.tabs div.tab-buttons {
      flex: 0 0 25%;
      max-width: 25%;
      margin-left: 8.3333333333%; }
      @media (max-width: 992px) {
        body.events main div.tabs div.tab-buttons {
          flex: 0 0 25%;
          max-width: 25%;
          margin-left: 0; } }
      @media (max-width: 480px) {
        body.events main div.tabs div.tab-buttons {
          flex: 0 0 100%;
          max-width: 100%; } }
      body.events main div.tabs div.tab-buttons div.nav-pills a.nav-link {
        border-radius: 0;
        display: block;
        padding: .5rem 1rem;
        color: #0a2240;
        margin: 0.15rem 0; }
        body.events main div.tabs div.tab-buttons div.nav-pills a.nav-link:link, body.events main div.tabs div.tab-buttons div.nav-pills a.nav-link:visited {
          color: #0a2240;
          background: transparent; }
        body.events main div.tabs div.tab-buttons div.nav-pills a.nav-link:focus, body.events main div.tabs div.tab-buttons div.nav-pills a.nav-link:hover, body.events main div.tabs div.tab-buttons div.nav-pills a.nav-link:active {
          text-decoration: none; }
          body.events main div.tabs div.tab-buttons div.nav-pills a.nav-link:focus i, body.events main div.tabs div.tab-buttons div.nav-pills a.nav-link:hover i, body.events main div.tabs div.tab-buttons div.nav-pills a.nav-link:active i {
            color: #ffc514; }
      body.events main div.tabs div.tab-buttons div.nav-pills a.active i {
        color: #ffc514; }
    body.events main div.tabs div.tab-content {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
      @media (max-width: 992px) {
        body.events main div.tabs div.tab-content {
          flex: 0 0 75%;
          max-width: 75%; } }
      @media (max-width: 480px) {
        body.events main div.tabs div.tab-content {
          flex: 0 0 100%;
          max-width: 100%; } }
      body.events main div.tabs div.tab-content .active {
        display: block; }
      body.events main div.tabs div.tab-content div.media-body h3 {
        font-family: "p22-underground-sc", sans-serif;
        font-weight: 600;
        font-size: 1.25rem;
        padding: 5px 0;
        border-bottom: 1px solid #b1c2d6; }
      body.events main div.tabs div.tab-content div.media-body p {
        font-weight: 300; }
        body.events main div.tabs div.tab-content div.media-body p.datetime {
          font-size: 1.1rem;
          color: #555555;
          text-align: left;
          padding-bottom: 5px;
          margin-bottom: 0.5rem; }
        body.events main div.tabs div.tab-content div.media-body p.spacer {
          margin-bottom: 2rem; }
  body.events main div.infocards p {
    margin: 0 4rem !important; }
  body.events main div.infocards .flex {
    flex-basis: 100%;
    padding: 0;
    list-style: none;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto 1rem auto; }
    @media only screen and (max-width: 1200px) {
      body.events main div.infocards .flex {
        flex-basis: 70%; } }
    @media only screen and (max-width: 992px) {
      body.events main div.infocards .flex {
        flex-basis: 100%; } }
    body.events main div.infocards .flex div.flexSpacing {
      margin: 10px; }
      body.events main div.infocards .flex div.flexSpacing div.infocard {
        padding: 5px;
        width: 272px;
        margin: 10px;
        color: #0a2240;
        font-weight: bold;
        font-size: 1.1rem;
        text-align: center;
        vertical-align: baseline;
        position: relative;
        overflow: hidden;
        background: rgba(177, 194, 214, 0.3);
        border: 1px solid #0A2240;
        border-radius: 10px; }
        body.events main div.infocards .flex div.flexSpacing div.infocard h3 {
          font-size: 1.25rem;
          font-weight: 400;
          margin: 1rem 0; }
        body.events main div.infocards .flex div.flexSpacing div.infocard img {
          max-width: 40%;
          border: 4px solid #f2f2f2;
          border-radius: 50%;
          margin: 5px; }
        body.events main div.infocards .flex div.flexSpacing div.infocard p {
          font-size: 1rem;
          font-weight: 300;
          margin: 0.5rem; }
          body.events main div.infocards .flex div.flexSpacing div.infocard p.what {
            font-weight: 400;
            border-bottom: 1px solid #577293;
            margin-bottom: 1rem;
            padding-bottom: 1rem;
            margin-top: 1rem; }
          body.events main div.infocards .flex div.flexSpacing div.infocard p.when {
            color: #555555; }
  body.events main div.colorblock {
    background: #2c4460;
    color: #fafafa;
    padding: 1rem 4rem 2rem 4rem;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0; }
    body.events main div.colorblock h2 {
      font-size: 2.25rem;
      display: block;
      text-align: center;
      width: 100%;
      margin-bottom: 1rem;
      margin-top: 2rem;
      font-weight: 600;
      border-bottom: 1px solid #ffc514;
      color: #fafafa; }
    body.events main div.colorblock p {
      color: #fafafa;
      margin-bottom: 1.25rem;
      font-weight: 300; }
    body.events main div.colorblock ul li, body.events main div.colorblock ol li {
      color: #fafafa; }
    body.events main div.colorblock a {
      color: #fafafa;
      font-weight: 600 !important;
      text-decoration: none; }
      body.events main div.colorblock a:link, body.events main div.colorblock a:visited {
        color: #fafafa;
        font-weight: 600 !important;
        text-decoration: none; }
      body.events main div.colorblock a:hover, body.events main div.colorblock a:focus, body.events main div.colorblock a:active {
        color: #fafafa;
        text-decoration: none; }
      body.events main div.colorblock a.btn, body.events main div.colorblock a.btn:link, body.events main div.colorblock a.btn:visited {
        color: #0a2240;
        background: #b1c2d6;
        display: table;
        margin: 1rem auto; }
      body.events main div.colorblock a.btn:hover, body.events main div.colorblock a.btn:focus, body.events main div.colorblock a.btn:active {
        color: #0a2240;
        background: #ffc514; }

body.event {
  background-color: #f2f2f2;
  color: #333333; }
  body.event div.cd-main-content {
    background-color: #f2f2f2; }
    body.event div.cd-main-content header div.header_texture {
      background-color: #0a2240; }
    body.event div.cd-main-content ul.breadcrumb {
      background-color: #ffffff; }
    body.event div.cd-main-content main section div.accordion div div.panel-heading {
      background-color: #b1c2d6; }

/*----------------------------------
FILTERED LIST
----------------------------------*/
div#myBtnContainer {
  margin: 0 auto 1rem auto;
  text-align: left;
  display: inline-block;
  width: 60%;
  vertical-align: top; }
  @media screen and (max-width: 992px) {
    div#myBtnContainer {
      width: 100%; } }
  div#myBtnContainer .btn {
    border: none;
    outline: none;
    margin: 5px;
    background-color: #ffffff;
    color: #0a2240;
    border-radius: 15px 0;
    cursor: pointer; }
    div#myBtnContainer .btn.active {
      background-color: #ffc514;
      color: #0a2240; }

div.filterKey {
  background: #f2f2f2;
  padding: 10px 20px;
  width: 38%;
  margin: 0 0.5% 1rem 0.5%;
  display: inline-block; }
  @media screen and (max-width: 992px) {
    div.filterKey {
      width: 100%;
      margin: 0 0 1rem 0; } }
  div.filterKey h3 {
    padding-top: 0;
    margin-top: 0; }
  div.filterKey ul {
    margin: 0;
    list-style: none;
    padding-left: 0; }
    div.filterKey ul li {
      border-top: 1px solid #b1c2d6;
      padding: 0.5rem; }
      div.filterKey ul li:first-child {
        border-top: 0; }

div.filterList {
  width: 100%;
  margin: auto; }
  div.filterList a div.filterDiv {
    float: left;
    background-color: #577293;
    color: #ffffff;
    width: 24%;
    min-width: 200px;
    padding: 50px 5px;
    margin: 0.5%;
    display: none;
    /* Hidden by default */
    position: relative; }
    div.filterList a div.filterDiv:visited, div.filterList a div.filterDiv:link {
      background-color: #577293;
      color: #ffffff; }
    div.filterList a div.filterDiv:hover, div.filterList a div.filterDiv:active, div.filterList a div.filterDiv:focus {
      background-color: #2c4460; }
    div.filterList a div.filterDiv p {
      color: #ffffff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      text-align: center;
      margin: auto;
      width: 100%;
      padding: 10px;
      margin: 0 -5px;
      left: -1px; }
  div.filterList a div.show {
    /* The "show" class is added to the filtered elements */
    display: block; }

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
footer {
  background-color: #0a2240;
  padding-top: 1rem;
  display: inline-block;
  width: 100%; }
  footer h1 {
    color: #b1c2d6;
    font-family: "p22-underground-sc", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1.75rem;
    border-bottom: 1px solid #b1c2d6; }
  footer p {
    color: #f2f2f2;
    font-family: "p22-underground-sc", sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    text-align: center; }
  footer ul {
    list-style: none;
    padding-left: 0; }
    footer ul li a {
      font-size: 0.9rem;
      color: #f2f2f2;
      font-family: "p22-underground", sans-serif;
      font-weight: 300; }
  footer a {
    color: #f2f2f2; }
    footer a:hover {
      color: #f2f2f2; }
  footer address {
    margin-bottom: 0 !important;
    color: #f2f2f2 !important;
    font-family: "p22-underground", sans-serif !important;
    font-weight: 300 !important;
    text-align: center !important;
    padding-top: 10px !important;
    font-size: 0.8rem !important;
    margin-left: 0 !important;
    width: 100% !important; }
  footer #youvisit {
    width: 33.333333%;
    padding: 1rem 0;
    display: inline-block; }
    @media only screen and (max-width: 992px) {
      footer #youvisit {
        width: 100%; } }
    footer #youvisit a, footer #youvisit:visited {
      color: #f2f2f2; }
      footer #youvisit a:hover, footer #youvisit a:focus, footer #youvisit a:active, footer #youvisit:visited:hover, footer #youvisit:visited:focus, footer #youvisit:visited:active {
        color: #b1c2d6; }
  footer #left_section {
    margin-left: 8.333333%;
    width: 25%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    margin-top: 1rem;
    padding-right: 10px; }
    @media only screen and (max-width: 992px) {
      footer #left_section {
        width: 83.333333%;
        text-align: center;
        padding-right: 0; } }
    footer #left_section h1 {
      text-align: right; }
      @media only screen and (max-width: 992px) {
        footer #left_section h1 {
          text-align: center; } }
  footer #right_section {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-top: 1rem;
    padding-left: 10px; }
    @media only screen and (max-width: 992px) {
      footer #right_section {
        width: 83.333333%;
        margin-left: 8.333333%;
        text-align: center;
        padding-left: 0; } }
    footer #right_section h1 {
      text-align: left; }
      @media only screen and (max-width: 992px) {
        footer #right_section h1 {
          text-align: center; } }

/*----------------------------------
FUNNEL
----------------------------------*/
.funnel {
  flex-basis: 60%;
  padding: 0;
  list-style: none;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto 1rem auto; }
  @media only screen and (max-width: 1200px) {
    .funnel {
      flex-basis: 70%; } }
  @media only screen and (max-width: 992px) {
    .funnel {
      flex-basis: 100%; } }
  .funnel div.flex-item {
    padding: 5px;
    width: 280px;
    height: 200px;
    margin-top: 10px;
    color: #f2f2f2;
    font-weight: bold;
    font-size: 1.1em;
    font-family: "p22-underground", sans-serif;
    text-align: center;
    vertical-align: baseline;
    position: relative;
    overflow: hidden;
    background: #2c4460;
    /*ROUNDED EDGES */
    border-radius: 30px 0; }
    .funnel div.flex-item div {
      z-index: 2;
      position: absolute;
      color: #f2f2f2;
      line-height: 1.1;
      display: inline-block;
      bottom: 0.9rem;
      left: 15px;
      width: 100%;
      text-align: left;
      padding: 0.5rem 0.25rem;
      font-weight: 400; }
      .funnel div.flex-item div img {
        transform: scale(1.3);
        max-width: 100%;
        z-index: 1;
        opacity: 1;
        position: relative; }
      .funnel div.flex-item div div.funnelTitle {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: -8px;
        padding: 5px 15px 5px 5px;
        display: block;
        background: rgba(10, 34, 64, 0.7);
        border-left: 3px solid #b1c2d6;
        width: 100%; }
    .funnel div.flex-item a {
      z-index: 2;
      position: absolute;
      color: #f2f2f2;
      line-height: 1.1;
      display: inline-block;
      bottom: 0.9rem;
      left: 15px;
      width: 100%;
      text-align: left;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      padding: 0.5rem 0.25rem;
      font-weight: 400; }
      .funnel div.flex-item a:hover {
        color: #ffc514; }
      .funnel div.flex-item a img {
        max-width: 100%;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        z-index: 1;
        opacity: 1;
        position: relative; }
      .funnel div.flex-item a:hover img {
        -moz-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1; }
      .funnel div.flex-item a div.funnelTitle {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: -8px;
        padding: 5px 15px 5px 5px;
        display: block;
        background: rgba(10, 34, 64, 0.7);
        border-left: 3px solid #b1c2d6;
        width: 100%; }
    .funnel div.flex-item div.funnelTitle {
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: -8px;
      padding: 5px 15px 5px 5px;
      display: block;
      background: rgba(10, 34, 64, 0.7);
      border-left: 3px solid #b1c2d6;
      width: 100%; }

/* -------------------------------- 
GALLERY 
-------------------------------- */
div.photo-gallery .cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  max-width: 768px;
  background-color: rgba(51, 51, 51, 0.5);
  color: #ffffff;
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1; }

@media only screen and (min-width: 768px) {
  div.photo-gallery .cd-testimonials-wrapper {
    margin: 4em auto;
    padding: 64px 50px 64px; } }

@media only screen and (min-width: 1200px) {
  div.photo-gallery .cd-testimonials-wrapper::after {
    /* quotation mark visible */
    display: block; } }

div.photo-gallery .cd-testimonials {
  color: #ffffff;
  text-align: center; }

div.photo-gallery .cd-testimonials::after {
  clear: both;
  content: "";
  display: table; }

div.photo-gallery .cd-testimonials > li {
  position: absolute;
  opacity: 0;
  right: 1.1%; }

div.photo-gallery .cd-testimonials > li:first-child {
  position: relative;
  opacity: 1; }

div.photo-gallery .cd-testimonials p {
  font-family: "p22-underground", sans-serif;
  font-style: none;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 1.063rem; }

div.photo-gallery .cd-author img, div.photo-gallery .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle; }

div.photo-gallery .cd-author img {
  height: 100px;
  border-radius: 50%;
  margin-right: 5px;
  border: 2px solid #b1c2d6; }

div.photo-gallery .cd-author .cd-author-info {
  text-align: left;
  line-height: 1.2;
  list-style: none; }
  @media only screen and (min-width: 768px) {
    div.photo-gallery .cd-author .cd-author-info {
      line-height: 1.4; } }

div.photo-gallery .cd-author .cd-author-info li:first-child {
  font-size: 1.063rem;
  color: #ffffff;
  font-family: "p22-underground-sc", sans-serif;
  font-weight: 400; }

div.photo-gallery .cd-author .cd-author-info li:last-child {
  font-size: 0.938rem;
  color: #2c4460;
  font-family: "p22-underground-sc", sans-serif;
  font-weight: 400; }

div.photo-gallery .flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0; }
  @media only screen and (min-width: 768px) {
    div.photo-gallery .flex-direction-nav li {
      width: 50px; } }

div.photo-gallery .flex-direction-nav li:first-child {
  left: 0; }

div.photo-gallery .flex-direction-nav li:last-child {
  right: 0; }

div.photo-gallery .flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s; }

div.photo-gallery .no-touch .flex-direction-nav li a:hover {
  background-color: rgba(51, 51, 51, 0.5); }

div.photo-gallery .flex-direction-nav li a::before, div.photo-gallery .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: #ffffff; }

div.photo-gallery .flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg); }

div.photo-gallery .flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg); }

div.photo-gallery .flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg); }

div.photo-gallery .flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg); }

@media only screen and (min-width: 1200px) {
  div.photo-gallery .flex-direction-nav li a::before, div.photo-gallery .flex-direction-nav li a::after {
    background-color: #ffffff;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s; }
  div.photo-gallery .flex-direction-nav li a:hover::before, div.photo-gallery .flex-direction-nav li a:hover::after {
    background-color: #ffffff; } }

div.photo-gallery .cd-see-all {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #f2f2f2;
  text-align: center;
  text-transform: uppercase;
  color: #577293;
  font-weight: 700;
  font-size: 0.813rem;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  transition: color, 0.2s; }

div.photo-gallery .no-touch .cd-see-all:hover {
  color: #ffc514; }

div.photo-gallery .cd-testimonials-all {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #333333;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

div.photo-gallery .cd-testimonials-all .cd-testimonials-all-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto; }

div.photo-gallery .cd-testimonials-all .cd-testimonials-all-wrapper > ul {
  width: 90%;
  max-width: 1200px;
  margin: 4em auto;
  padding-left: 0;
  list-style: none; }

div.photo-gallery .cd-testimonials-all .cd-testimonials-all-wrapper > ul::after {
  clear: both;
  content: "";
  display: table; }

div.photo-gallery .cd-testimonials-all .cd-testimonials-item {
  margin-bottom: 2em;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translate3d(0, 0, 0) scale(0.4);
  -moz-transform: translate3d(0, 0, 0) scale(0.4);
  -ms-transform: translate3d(0, 0, 0) scale(0.4);
  -o-transform: translate3d(0, 0, 0) scale(0.4);
  transform: translate3d(0, 0, 0) scale(0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s; }

div.photo-gallery .cd-testimonials-all p {
  position: relative;
  background: #2c4460;
  color: #ffffff;
  padding: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  border-radius: 0.25em;
  margin-bottom: 1em; }

div.photo-gallery .cd-testimonials-all p::after {
  /* creating the triangle in css */
  content: '';
  position: absolute;
  top: 100%;
  left: 2em;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #2c4460; }

div.photo-gallery .cd-testimonials-all .cd-author {
  text-align: left;
  margin-left: 1.5em; }

div.photo-gallery .cd-testimonials-all .cd-author img {
  box-shadow: 0 0 0 transparent; }

div.photo-gallery .cd-testimonials-all.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

div.photo-gallery .cd-testimonials-all.is-visible .cd-testimonials-all-wrapper {
  -webkit-overflow-scrolling: touch; }

div.photo-gallery .cd-testimonials-all.is-visible .cd-testimonials-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

@media only screen and (min-width: 768px) {
  div.photo-gallery .cd-testimonials-all .cd-testimonials-item {
    width: 46%;
    margin: 0 2% 3em; }
  div.photo-gallery .cd-testimonials-all .cd-author {
    margin-left: 1em; } }

@media only screen and (min-width: 1200px) {
  div.photo-gallery .cd-testimonials-all .cd-testimonials-item {
    width: 30%;
    margin: 0 1.6666% 3em; } }

div.photo-gallery .close-btn {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  top: 60px;
  right: 5%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }
  @media only screen and (min-width: 1200px) {
    div.photo-gallery .close-btn {
      top: 110px; } }

div.photo-gallery .close-btn::before, div.photo-gallery .close-btn::after {
  /* close icon in css */
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 24px;
  top: 8px;
  left: 19px;
  background-color: #ffffff; }

div.photo-gallery .close-btn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

div.photo-gallery .close-btn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Google Custom Search Engine styling */
.cse-search-results iframe div.gs-webResult {
  width: 100% !important; }

.cse-search-results iframe {
  width: 100% !important; }

/*----------------------------------
SECONDARY PAGE HEADER
----------------------------------*/
.secondary {
  min-height: 100vh; }
  .secondary header {
    background: #f2f2f2; }
    .secondary header div.header_texture {
      background-image: linear-gradient(to right, #2c4460, #577293, #b1c2d6, #b1c2d6, #b1c2d6, #577293, #2c4460);
      background-color: #2c4460;
      color: #f2f2f2;
      padding-bottom: 0;
      margin-bottom: 7rem;
      height: 400px;
      text-align: center;
      width: 100%;
      max-height: 400px;
      display: inline-block; }
      @media only screen and (max-width: 1500px) {
        .secondary header div.header_texture {
          height: 360px;
          margin-bottom: 6rem; } }
      @media only screen and (max-width: 1200px) {
        .secondary header div.header_texture {
          height: 304px;
          margin-bottom: 5rem; } }
      @media only screen and (max-width: 992px) {
        .secondary header div.header_texture {
          height: 240px;
          margin-bottom: 4rem; } }
      @media only screen and (max-width: 768px) {
        .secondary header div.header_texture {
          height: 200px;
          margin-bottom: 3rem; } }
      @media only screen and (max-width: 600px) {
        .secondary header div.header_texture {
          height: 160px; } }
      .secondary header div.header_texture img {
        clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
        border-bottom: none !important;
        margin-top: 0 !important;
        border-top: none !important;
        border-left: 3px solid #f2f2f2 !important;
        border-right: 3px solid #f2f2f2 !important;
        width: auto;
        height: 500px;
        margin-left: auto;
        margin-right: auto; }
        @media only screen and (max-width: 1500px) {
          .secondary header div.header_texture img {
            height: 450px; } }
        @media only screen and (max-width: 1200px) {
          .secondary header div.header_texture img {
            height: 380px; } }
        @media only screen and (max-width: 992px) {
          .secondary header div.header_texture img {
            height: 300px; } }
        @media only screen and (max-width: 768px) {
          .secondary header div.header_texture img {
            height: 250px; } }
        @media only screen and (max-width: 600px) {
          .secondary header div.header_texture img {
            height: 200px; } }
      .secondary header div.header_texture div.carousel {
        clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
        border-bottom: none !important;
        margin-top: 0 !important;
        border-top: none !important;
        border-left: 3px solid #f2f2f2 !important;
        border-right: 3px solid #f2f2f2 !important;
        width: auto;
        height: 500px;
        margin-left: auto;
        margin-right: auto; }
    .secondary header div.header_text h1 {
      text-align: center;
      padding: 10px; }

/*----------------------------------
TERTIARY PAGE HEADER
----------------------------------*/
.tertiary {
  min-height: 100vh; }
  .tertiary header div.header_texture {
    color: #b1c2d6;
    background: #2c4460;
    background-image: none;
    padding-bottom: 10px;
    padding-top: 0;
    width: 100%;
    max-height: 200px; }
    @media only screen and (max-width: 1200px) {
      .tertiary header div.header_texture {
        height: 100px; } }
    .tertiary header div.header_texture h1 {
      font-family: "p22-underground-sc", sans-serif;
      text-align: center;
      color: #b1c2d6;
      font-weight: 300;
      padding-top: 25px;
      margin-top: 0;
      font-size: 2vw; }
      @media only screen and (max-width: 1500px) {
        .tertiary header div.header_texture h1 {
          font-size: 2.5vw; } }
      @media only screen and (max-width: 1200px) {
        .tertiary header div.header_texture h1 {
          font-size: 3vw; } }
      @media only screen and (max-width: 768px) {
        .tertiary header div.header_texture h1 {
          font-size: 4vw; } }
    .tertiary header div.header_texture div#skipheader {
      position: relative;
      background: transparent;
      height: 1px;
      top: 45px;
      z-index: -5; }

/*----------------------------------
HOMEPAGE
----------------------------------*/
#homepage main {
  padding: 0; }
  #homepage main #cinemagraph {
    height: 500px;
    background-size: cover;
    background-color: #bs221-cnublue;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #homepage main #cinemagraph {
        height: 400px; } }
    #homepage main #cinemagraph div {
      align-items: baseline;
      bottom: 0;
      background-color: transparent;
      top: 40%;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #homepage main #cinemagraph div {
          top: 30%; } }
      #homepage main #cinemagraph div h1 {
        font-family: "trajan-sans-pro", serif;
        font-weight: 900px;
        color: #ffffff;
        margin-bottom: -5px;
        font-size: 3.3rem;
        line-height: 1;
        font-weight: 400;
        text-shadow: 0 0 4px #333333; }
        @media screen and (max-width: 768px) {
          #homepage main #cinemagraph div h1 {
            font-size: 2rem;
            margin-bottom: -3px;
            letter-spacing: 0.2rem; } }
      #homepage main #cinemagraph div div {
        background-color: rgba(44, 68, 96, 0.8);
        height: auto; }
        #homepage main #cinemagraph div div h2 {
          font-size: 1.6rem;
          color: #ffffff;
          font-family: "p22-underground-sc", sans-serif;
          letter-spacing: 0.1rem;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            #homepage main #cinemagraph div div h2 {
              font-size: 1.1rem;
              padding-top: 2px; } }
  #homepage main #conversion {
    height: 3.5rem;
    width: 100%;
    margin: -66px 10px 10px 10px; }
    #homepage main #conversion .column {
      display: flex;
      flex-flow: column wrap;
      flex: 1 1 auto;
      background: #0a2240;
      margin: 0 5px;
      border: 1px solid #f2f2f2;
      height: 50px; }
      #homepage main #conversion .column:hover, #homepage main #conversion .column:active, #homepage main #conversion .column:focus {
        background: #2c4460; }
      #homepage main #conversion .column:visited {
        background: #0a2240; }
      #homepage main #conversion .column .conversions {
        font-family: "p22-underground-sc", sans-serif;
        color: #f2f2f2;
        font-size: 1.4rem;
        vertical-align: -webkit-baseline-middle;
        margin: auto; }
      #homepage main #conversion .column .conversions:hover {
        color: #f2f2f2;
        text-decoration: none; }
      #homepage main #conversion .column .conversions svg {
        position: relative;
        top: 0;
        margin-left: 10px;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke: #b1c2d6;
        stroke-width: 2;
        transform: translateX(-5px);
        transition: all 0.3s ease; }
      #homepage main #conversion .column .conversions:hover span {
        color: #ffffff; }
      #homepage main #conversion .column .conversions:hover svg {
        transform: translateX(0);
        stroke: #ffc514; }
  #homepage main #plp {
    background: linear-gradient(45deg, #bfbfbf, #fcfcfc, #b2b2b2, #f9f9f9, #aaaaaa);
    border-top: 1px solid #0a2240;
    border-bottom: 1px solid #0a2240;
    height: 2.3rem;
    width: 100%;
    margin: 0; }
    #homepage main #plp .column {
      display: flex;
      flex-flow: column wrap;
      flex: 1 1 auto; }
      #homepage main #plp .column .plp {
        font-family: "p22-underground-sc", sans-serif;
        color: #0a2240;
        font-size: 1.2rem;
        padding-top: 2px;
        vertical-align: -webkit-baseline-middle;
        margin: auto; }
        #homepage main #plp .column .plp span#plpLearn {
          display: inline-block;
          padding-right: 6px; }
          @media only screen and (max-width: 768px) {
            #homepage main #plp .column .plp span#plpLearn {
              display: none;
              padding-right: 0; } }
      #homepage main #plp .column .plp:hover {
        color: #f2f2f2;
        text-decoration: none; }
      #homepage main #plp .column .plp svg {
        position: relative;
        top: 0;
        margin-left: 10px;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke: #577293;
        stroke-width: 2;
        transform: translateX(-5px);
        transition: all 0.3s ease; }
      #homepage main #plp .column .plp:hover span {
        color: #0a2240; }
      #homepage main #plp .column .plp:hover svg {
        transform: translateX(0);
        stroke: #577293; }
  #homepage main #newsevents {
    flex-basis: 100%; }
  #homepage main .column {
    display: flex;
    flex-flow: column wrap;
    flex: 1 1 auto; }
    #homepage main .column h2 {
      font-size: 2.5rem;
      border-bottom: 1px solid #b1c2d6;
      width: 50%;
      margin: 2rem auto;
      font-family: "p22-underground-sc", sans-serif;
      text-align: center;
      font-weight: 100; }
  #homepage main #stories {
    flex-basis: 60%; }
    @media only screen and (max-width: 1200px) {
      #homepage main #stories {
        flex-basis: 70%; } }
    @media only screen and (max-width: 992px) {
      #homepage main #stories {
        flex-basis: 100%;
        width: 85%; } }
    #homepage main #stories #newsBlocks {
      padding: 0;
      list-style: none;
      display: flex;
      -webkit-flex-flow: row wrap;
      justify-content: space-around;
      width: 85%;
      margin: 0 auto 1rem auto; }
      @media only screen and (max-width: 2240px) {
        #homepage main #stories #newsBlocks {
          max-width: 750px; } }
      #homepage main #stories #newsBlocks div.flex-item {
        padding: 5px;
        width: 280px;
        height: 200px;
        margin-top: 10px;
        color: #f2f2f2;
        font-weight: bold;
        font-size: 1.1em;
        font-family: "p22-underground", sans-serif;
        text-align: center;
        vertical-align: baseline;
        position: relative;
        overflow: hidden;
        background: #2c4460;
        /*ROUNDED EDGES */
        border-radius: 30px 0; }
        #homepage main #stories #newsBlocks div.flex-item a {
          z-index: 2;
          position: absolute;
          color: #f2f2f2;
          line-height: 1.1;
          display: inline-block;
          bottom: 0.9rem;
          left: 15px;
          width: 100%;
          text-align: left;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          padding: 0.5rem 0.25rem;
          font-weight: 400; }
          #homepage main #stories #newsBlocks div.flex-item a:hover {
            color: #ffc514; }
          #homepage main #stories #newsBlocks div.flex-item a img {
            max-width: 100%;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            -moz-transform: scale(1.3);
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
            z-index: 1;
            opacity: 1;
            position: relative; }
          #homepage main #stories #newsBlocks div.flex-item a:hover img {
            -moz-transform: scale(1.4);
            -webkit-transform: scale(1.4);
            transform: scale(1.4);
            opacity: 1; }
          #homepage main #stories #newsBlocks div.flex-item a div.news-story {
            position: absolute;
            z-index: 2;
            bottom: 0;
            left: -8px;
            padding: 5px 15px 5px 5px;
            display: block;
            background: rgba(10, 34, 64, 0.7);
            border-left: 3px solid #b1c2d6;
            width: 100%; }
  #homepage main #events {
    flex-basis: 40%; }
    @media only screen and (max-width: 1200px) {
      #homepage main #events {
        flex-basis: 30%; } }
    @media only screen and (max-width: 992px) {
      #homepage main #events {
        flex-basis: 100%;
        width: 65%;
        margin: 2rem auto; } }
    #homepage main #events div.homepage-calendar div.localist_widget_wrapper div.localist_widget_container {
      background-color: #f2f2f2;
      margin: auto;
      max-width: 600px; }
      #homepage main #events div.homepage-calendar div.localist_widget_wrapper div.localist_widget_container ul.lw_event_list li.lw_event_item:first-child {
        padding-top: 0; }
      #homepage main #events div.homepage-calendar div.localist_widget_wrapper div.localist_widget_container ul.lw_event_list li.lw_event_item div.lw_event_content {
        padding: 0 20px; }
        #homepage main #events div.homepage-calendar div.localist_widget_wrapper div.localist_widget_container ul.lw_event_list li.lw_event_item div.lw_event_content div.lw_event_item_date {
          color: #ffffff;
          border: 5px solid #f2f2f2; }
          #homepage main #events div.homepage-calendar div.localist_widget_wrapper div.localist_widget_container ul.lw_event_list li.lw_event_item div.lw_event_content div.lw_event_item_date span.month {
            padding-top: 10px; }

/*----------------------------------
HOVER.CSS EFFECTS
----------------------------------*/
/* Underline From Left */
.hvr-underline-from-left {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ffc514;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0; }

/* Underline From Left - Light Background */
.hvr-underline-from-left-ltbg {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }

.hvr-underline-from-left-ltbg:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #577293;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-left-ltbg:hover:before, .hvr-underline-from-left-ltbg:focus:before, .hvr-underline-from-left-ltbg:active:before {
  right: 0; }

/* Underline From Left - Inspiring Leadership*/
.hvr-underline-from-left-il {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }

.hvr-underline-from-left-il:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #cea635;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-left-il:hover:before, .hvr-underline-from-left-il:focus:before, .hvr-underline-from-left-il:active:before {
  right: 0; }

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }

.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #ffc514;
  height: 2px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0; }

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-sink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-sink:hover .hvr-icon, .hvr-icon-sink:focus .hvr-icon, .hvr-icon-sink:active .hvr-icon {
  -webkit-transform: translateY(4px);
  transform: translateY(4px); }

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white; }

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }

.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px); }

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #ffc514;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0; }

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

/* Icon Rotate Left */
.hvr-icon-rotate-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-rotate-left .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-rotate-left:hover .hvr-icon, .hvr-icon-rotate-left:focus .hvr-icon, .hvr-icon-rotate-left:active .hvr-icon {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg); }

/* Icon Rotate Right */
.hvr-icon-rotate-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-rotate-right .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-rotate-right:hover .hvr-icon, .hvr-icon-rotate-right:focus .hvr-icon, .hvr-icon-rotate-right:active .hvr-icon {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg); }

/*----------------------------------
HUB ARTICLE
----------------------------------*/
.HUB header div.header_texture div#skipheader {
  position: relative;
  background: transparent;
  height: 1px;
  top: -42px;
  z-index: -5; }

.HUB article.story div.heading img {
  width: 100%; }

.HUB article.story div.heading div.overlay {
  position: relative;
  margin: -100px -3px 0 5%;
  padding: 4%;
  border-left: 5px solid #0a2240;
  z-index: 10;
  text-align: right;
  background-color: #fafafa; }
  @media only screen and (max-width: 768px) {
    .HUB article.story div.heading div.overlay {
      margin: -70px -3px 0 5%; } }
  .HUB article.story div.heading div.overlay h2 {
    text-align: right;
    font-weight: 100;
    margin-bottom: 0;
    font-size: 2rem;
    color: #0a2240; }
    @media only screen and (max-width: 768px) {
      .HUB article.story div.heading div.overlay h2 {
        font-size: 1.5rem; } }
  .HUB article.story div.heading div.overlay h3 {
    text-align: right;
    font-size: 1.3rem;
    font-family: "p22-underground-sc", sans-serif;
    font-weight: 400;
    margin-top: 1rem;
    color: rgba(51, 51, 51, 0.5);
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .HUB article.story div.heading div.overlay h3 {
        font-size: 1.1rem; } }

.HUB article.story div.heading p.caption {
  margin-top: 1rem !important;
  font-style: italic;
  color: rgba(51, 51, 51, 0.5); }

.HUB article.story p.readtime {
  margin: 1.12rem 0 0 0 !important;
  font-style: italic;
  font-size: 0.963rem; }

.HUB article.story hr {
  border: 1px solid #bs221-mdblue;
  margin: 2rem 0; }

.HUB article.story figure {
  float: right;
  display: inline-block;
  width: 40%;
  margin: 0 0 10px 10px; }
  @media only screen and (max-width: 1500px) {
    .HUB article.story figure {
      width: 50%; } }
  @media only screen and (max-width: 768px) {
    .HUB article.story figure {
      margin: 0 20% 0 20%;
      width: 60%; } }
  @media only screen and (max-width: 480px) {
    .HUB article.story figure {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
  .HUB article.story figure img {
    width: 100%;
    height: auto; }
  .HUB article.story figure figcaption {
    font-size: 0.938rem;
    text-align: center;
    font-family: "p22-underground", sans-serif;
    color: #333333;
    font-weight: 100;
    padding-top: 5px; }

.HUB article.story blockquote {
  width: 90%;
  margin: 0 auto 1rem auto;
  border-left: 3px solid #ffc514;
  font-weight: 400;
  color: #0a2240;
  background: #fafafa;
  padding: 1rem; }

.HUB aside.readmore {
  background-color: #fafafa;
  border-left: 5px solid #577293;
  padding: 1rem;
  margin-top: 2rem; }
  .HUB aside.readmore button {
    border: 1px solid #b1c2d6;
    color: #0a2240;
    border-radius: 50px;
    padding: 5px 10px;
    margin: 0.25rem; }
    .HUB aside.readmore button a {
      color: #0a2240; }
    .HUB aside.readmore button:hover, .HUB aside.readmore button:active, .HUB aside.readmore button:focus {
      color: #fafafa;
      background-color: #577293;
      text-decoration: none; }
      .HUB aside.readmore button:hover a, .HUB aside.readmore button:active a, .HUB aside.readmore button:focus a {
        color: #fafafa;
        text-decoration: none; }

.HUB aside.byline p {
  font-family: "p22-underground", sans-serif;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: right;
  color: #0a2240;
  font-size: 0.938rem; }

.HUB aside div.category ul {
  list-style: initial;
  text-align: left;
  margin-left: 30px;
  line-height: 1.3; }
  .HUB aside div.category ul li {
    padding-bottom: 0.5rem; }
    .HUB aside div.category ul li a {
      color: #0a2240;
      font-weight: 300; }

.HUB aside div.followUs {
  margin-bottom: 1rem; }

.HUB aside p.share {
  width: 210px;
  margin: auto !important; }
  .HUB aside p.share a span.at-icon-wrapper {
    background-color: #577293 !important; }
    .HUB aside p.share a span.at-icon-wrapper svg {
      padding-right: 3px; }
  .HUB aside p.share a.social {
    margin: 5px;
    border-radius: 40px;
    display: inline-block;
    overflow: hidden;
    background-color: #577293;
    line-height: 32px;
    height: 32px;
    width: 32px; }

.HUB .two-2R aside:first-child {
  padding-top: 0; }
  @media only screen and (max-width: 768px) {
    .HUB .two-2R aside:first-child {
      padding-top: 1.5rem; } }

/*----------------------------------
HUB GENERIC
----------------------------------*/
.HUB {
  background: #fafafa;
  color: #333333; }
  .HUB header div.header_texture {
    color: #fafafa;
    background: #577293;
    background-image: none;
    padding-bottom: 10px;
    padding-top: 0;
    width: 100%;
    max-height: 200px; }
    @media only screen and (max-width: 1200px) {
      .HUB header div.header_texture {
        height: 100px; } }
    .HUB header div.header_texture h1 {
      font-family: "p22-underground-sc", sans-serif;
      text-align: center;
      color: #fafafa;
      font-weight: 300;
      padding-top: 25px;
      margin-top: 0;
      font-size: 2vw; }
      @media only screen and (max-width: 1500px) {
        .HUB header div.header_texture h1 {
          font-size: 3vw; } }
      @media only screen and (max-width: 1200px) {
        .HUB header div.header_texture h1 {
          padding-top: 10px;
          font-size: 4vw; } }
      @media only screen and (max-width: 768px) {
        .HUB header div.header_texture h1 {
          font-size: 5vw; } }
  .HUB main {
    background: #fafafa; }
    .HUB main section.two-2R {
      display: flex;
      flex-direction: column; }
      .HUB main section.two-2R aside {
        text-align: center;
        border-top: 1px solid #b1c2d6;
        padding: 1.5rem 0; }
        .HUB main section.two-2R aside:first-child {
          border-top: none; }
        .HUB main section.two-2R aside ul {
          margin-bottom: 0;
          list-style: none;
          padding-left: 0; }
          .HUB main section.two-2R aside ul li {
            padding-bottom: 1rem; }
            .HUB main section.two-2R aside ul li:last-child {
              padding-bottom: 0; }
        .HUB main section.two-2R aside h3 {
          font-weight: 100;
          font-size: 1.563rem; }
        .HUB main section.two-2R aside #categories ul li {
          font-weight: 400; }
          .HUB main section.two-2R aside #categories ul li span {
            color: #2c4460; }
        .HUB main section.two-2R aside#social {
          order: 1; }
          @media only screen and (max-width: 992px) {
            .HUB main section.two-2R aside#social {
              order: 2; } }
        .HUB main section.two-2R aside#share {
          order: 2; }
          @media only screen and (max-width: 992px) {
            .HUB main section.two-2R aside#share {
              order: 3; } }
        .HUB main section.two-2R aside#related {
          order: 3; }
          @media only screen and (max-width: 992px) {
            .HUB main section.two-2R aside#related {
              order: 1; } }
    .HUB main section div.storyList {
      padding:  0;
      list-style:  none;
      display:  flex;
      -webkit-flex-flow:  row wrap;
      justify-content:  space-around;
      margin:  0 auto 1rem auto;
      max-width:  10000px;
      width: 100%; }
      .HUB main section div.storyList article.story {
        max-width: 49%;
        display: inline-block;
        vertical-align: top; }
        .HUB main section div.storyList article.story div.post a {
          color: #2c4460; }
          .HUB main section div.storyList article.story div.post a:hover, .HUB main section div.storyList article.story div.post a:active, .HUB main section div.storyList article.story div.post a:focus {
            color: #0a2240; }
          .HUB main section div.storyList article.story div.post a.post-img {
            display: block;
            overflow: hidden;
            position: relative;
            margin: 1rem 0; }
            .HUB main section div.storyList article.story div.post a.post-img img {
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              transition: all 0.5s;
              -moz-transform: scale(1);
              -webkit-transform: scale(1);
              transform: scale(1);
              max-width: 100%; }
              .HUB main section div.storyList article.story div.post a.post-img img:hover {
                -moz-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                transform: scale(1.1); }
        .HUB main section div.storyList article.story div.post div.post-body {
          position: relative;
          margin: -100px -5px 0 5%;
          padding: 4%;
          border-left: none;
          background: #fafafa;
          z-index: 10;
          text-align: right; }
          @media only screen and (max-width: 768px) {
            .HUB main section div.storyList article.story div.post div.post-body {
              margin: -40px -5px 0 5%; } }
          .HUB main section div.storyList article.story div.post div.post-body div.post-category {
            line-height: 1; }
            .HUB main section div.storyList article.story div.post div.post-body div.post-category a {
              color: #577293;
              font-weight: 400;
              font-size: 0.75rem;
              font-family: "p22-underground-sc", sans-serif;
              text-transform: lowercase; }
              .HUB main section div.storyList article.story div.post div.post-body div.post-category a:visited {
                color: #577293; }
              .HUB main section div.storyList article.story div.post div.post-body div.post-category a:hover, .HUB main section div.storyList article.story div.post div.post-body div.post-category a:focus, .HUB main section div.storyList article.story div.post div.post-body div.post-category a:active {
                color: #0a2240; }
          .HUB main section div.storyList article.story div.post div.post-body div.post-title {
            font-family: "p22-underground", sans-serif;
            line-height: 1.2;
            padding-top: 10px; }
            .HUB main section div.storyList article.story div.post div.post-body div.post-title a {
              color: #0a2240; }
              .HUB main section div.storyList article.story div.post div.post-body div.post-title a:visited, .HUB main section div.storyList article.story div.post div.post-body div.post-title a:hover, .HUB main section div.storyList article.story div.post div.post-body div.post-title a:active, .HUB main section div.storyList article.story div.post div.post-body div.post-title a:focus {
                color: #0a2240; }
          .HUB main section div.storyList article.story div.post div.post-body div.post-author-date {
            display: inline-block;
            color: #577293;
            font-size: 0.75rem;
            font-family: "p22-underground-sc", sans-serif;
            font-weight: 400;
            padding-top: 10px; }
    .HUB main section div#year h3 {
      border-top: none;
      border-bottom: none; }
      .HUB main section div#year h3 a, .HUB main section div#year h3 a:link, .HUB main section div#year h3 a:visited {
        color: #2c4460; }
      .HUB main section div#year h3 a:hover, .HUB main section div#year h3 a:active, .HUB main section div#year h3 a:focus {
        color: #0a2240; }
    .HUB main section div#month h3 {
      border-top: none;
      border-bottom: none;
      color: #0a2240; }
    .HUB main section article.story h4 {
      margin-top: 1rem; }
    .HUB main section article.story div.archive {
      width: 48%;
      display: inline-block;
      vertical-align: top;
      margin: 0.5rem 0.5%; }
      @media only screen and (max-width: 992px) {
        .HUB main section article.story div.archive {
          width: 100%; } }
      .HUB main section article.story div.archive a {
        color: #2c4460; }
        .HUB main section article.story div.archive a:hover, .HUB main section article.story div.archive a:active, .HUB main section article.story div.archive a:focus {
          color: #0a2240; }
      .HUB main section article.story div.archive div.body {
        position: relative;
        padding: 4%;
        border-left: 3px solid #577293;
        background: #fafafa;
        text-align: left; }
        .HUB main section article.story div.archive div.body div.category {
          line-height: 1; }
          .HUB main section article.story div.archive div.body div.category a {
            color: #577293;
            font-weight: 400;
            font-size: 0.75rem;
            font-family: "p22-underground-sc", sans-serif;
            text-transform: lowercase; }
            .HUB main section article.story div.archive div.body div.category a:visited {
              color: #577293; }
            .HUB main section article.story div.archive div.body div.category a:hover, .HUB main section article.story div.archive div.body div.category a:focus, .HUB main section article.story div.archive div.body div.category a:active {
              color: #0a2240; }
        .HUB main section article.story div.archive div.body div.title {
          font-family: "p22-underground", sans-serif;
          line-height: 1.2;
          padding-top: 10px; }
          .HUB main section article.story div.archive div.body div.title a {
            color: #0a2240; }
            .HUB main section article.story div.archive div.body div.title a:visited, .HUB main section article.story div.archive div.body div.title a:hover, .HUB main section article.story div.archive div.body div.title a:active, .HUB main section article.story div.archive div.body div.title a:focus {
              color: #0a2240; }
        .HUB main section article.story div.archive div.body div.author-date {
          display: inline-block;
          color: #577293;
          font-size: 0.75rem;
          font-family: "p22-underground-sc", sans-serif;
          font-weight: 400;
          padding-top: 10px; }
  .HUB .breadcrumb {
    background: #f2f2f2; }
  .HUB h2 {
    margin-bottom: 30px; }

/*----------------------------------
 IMAGES
----------------------------------*/
img.inset-L {
  width: 40%;
  height: auto;
  padding: 10px; }
  @media only screen and (max-width: 480px) {
    img.inset-L {
      width: 100%; } }

/*----------------------------------
INSPIRING LEADERSHIP
----------------------------------*/
#inspiringleadership :target:before {
  content: "";
  display: block;
  height: 130px;
  /* fixed header height*/
  margin: -100px 0 0;
  /* negative fixed header height */ }

#inspiringleadership .sticky {
  border-bottom: 2px solid #cea635; }

#inspiringleadership main {
  padding: 0; }
  #inspiringleadership main section#header {
    height: 500px;
    background: linear-gradient(#0a2240, #2c4460);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    margin-bottom: 3rem;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #inspiringleadership main section#header {
        height: 400px; } }
    #inspiringleadership main section#header img {
      margin: auto;
      max-height: 250px;
      margin-top: 60px; }
      @media screen and (max-width: 992px) {
        #inspiringleadership main section#header img {
          max-height: 200px;
          margin-top: 70px; } }
      @media screen and (max-width: 768px) {
        #inspiringleadership main section#header img {
          max-height: 150px;
          margin-top: 80px; } }
    #inspiringleadership main section#header div {
      align-items: baseline;
      bottom: 0;
      background-color: transparent;
      top: 40%;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #inspiringleadership main section#header div {
          top: 30%; } }
      #inspiringleadership main section#header div h1 {
        font-family: "trajan-sans-pro", serif;
        font-weight: 900px;
        color: #ffffff;
        margin-bottom: -5px;
        font-size: 3.3rem;
        line-height: 1;
        font-weight: 400;
        text-shadow: 0 0 4px #333333; }
        @media screen and (max-width: 768px) {
          #inspiringleadership main section#header div h1 {
            font-size: 2rem;
            margin-bottom: -3px;
            letter-spacing: 0.2rem; } }
      #inspiringleadership main section#header div div {
        background-color: rgba(44, 68, 96, 0.8);
        height: auto; }
        #inspiringleadership main section#header div div h2 {
          font-size: 1.6rem;
          color: #ffffff;
          font-family: "p22-underground-sc", sans-serif;
          letter-spacing: 0.1rem;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            #inspiringleadership main section#header div div h2 {
              font-size: 1.1rem;
              padding-top: 2px; } }
  #inspiringleadership main section.flex {
    display: flex;
    flex-flow: column wrap;
    flex: 1 1 auto;
    flex-basis: 100%;
    /*----------------------------------
ROUND BUTTON HOVER
----------------------------------*/ }
    #inspiringleadership main section.flex .layer {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
      margin-left: 16.6666666667%; }
      @media only screen and (max-width: 1200px) {
        #inspiringleadership main section.flex .layer {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%; } }
    #inspiringleadership main section.flex #about {
      background: #f2f2f2;
      height: auto;
      width: 100%; }
      #inspiringleadership main section.flex #about h1 {
        font-size: 3.5rem;
        border-bottom: 1px solid #cea635;
        width: 100%;
        margin: 2rem auto;
        font-family: "p22-underground-sc", sans-serif;
        text-align: center;
        font-weight: 100; }
    #inspiringleadership main section.flex #story {
      flex-basis: 60%; }
      @media only screen and (max-width: 1200px) {
        #inspiringleadership main section.flex #story {
          flex-basis: 70%; } }
      @media only screen and (max-width: 992px) {
        #inspiringleadership main section.flex #story {
          flex-basis: 100%;
          width: 85%; } }
      #inspiringleadership main section.flex #story h2 {
        font-size: 2.5rem;
        border-bottom: 1px solid #cea635;
        width: 50%;
        margin: 6rem auto 2rem auto;
        font-family: "p22-underground-sc", sans-serif;
        text-align: center;
        font-weight: 100; }
        @media only screen and (max-width: 992px) {
          #inspiringleadership main section.flex #story h2 {
            width: 100%; } }
      #inspiringleadership main section.flex #story #storyBlock {
        max-width: 100%;
        padding: 0;
        list-style: none;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        width: 85%;
        margin: 0 auto 1rem auto; }
        #inspiringleadership main section.flex #story #storyBlock div.flex-item {
          padding: 5px;
          width: 280px;
          height: 200px;
          margin-top: 10px;
          color: #f2f2f2;
          font-weight: bold;
          font-size: 1.1em;
          font-family: "p22-underground", sans-serif;
          text-align: center;
          vertical-align: baseline;
          position: relative;
          overflow: hidden;
          background: #2c4460;
          /*ROUNDED EDGES */
          border-radius: 30px 0; }
          #inspiringleadership main section.flex #story #storyBlock div.flex-item a {
            z-index: 2;
            position: absolute;
            color: #f2f2f2;
            line-height: 1.1;
            display: inline-block;
            bottom: 0.9rem;
            left: 15px;
            width: 100%;
            text-align: left;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            padding: 0.5rem 0.25rem;
            font-weight: 400; }
            #inspiringleadership main section.flex #story #storyBlock div.flex-item a:hover {
              color: #cea635; }
            #inspiringleadership main section.flex #story #storyBlock div.flex-item a img {
              max-width: 100%;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              transition: all 0.5s;
              -moz-transform: scale(1.3);
              -webkit-transform: scale(1.3);
              transform: scale(1.3);
              z-index: 1;
              opacity: 1;
              position: relative; }
            #inspiringleadership main section.flex #story #storyBlock div.flex-item a:hover img {
              -moz-transform: scale(1.4);
              -webkit-transform: scale(1.4);
              transform: scale(1.4);
              opacity: 1; }
            #inspiringleadership main section.flex #story #storyBlock div.flex-item a div.news-story {
              position: absolute;
              z-index: 2;
              bottom: 0;
              left: -8px;
              padding: 5px 15px 5px 5px;
              display: block;
              background: rgba(10, 34, 64, 0.7);
              border-left: 3px solid #b1c2d6;
              width: 100%; }
    #inspiringleadership main section.flex #difference {
      margin-bottom: 2rem; }
      #inspiringleadership main section.flex #difference h2 {
        font-size: 2.5rem;
        border-bottom: 1px solid #cea635;
        width: 50%;
        margin: 6rem auto 2rem auto;
        font-family: "p22-underground-sc", sans-serif;
        text-align: center;
        font-weight: 100; }
        @media only screen and (max-width: 992px) {
          #inspiringleadership main section.flex #difference h2 {
            width: 100%; } }
    #inspiringleadership main section.flex #milestones h2 {
      font-size: 2.5rem;
      border-bottom: 1px solid #cea635;
      width: 50%;
      margin: 6rem auto 2rem auto;
      font-family: "p22-underground-sc", sans-serif;
      text-align: center;
      font-weight: 100; }
      @media only screen and (max-width: 992px) {
        #inspiringleadership main section.flex #milestones h2 {
          width: 100%; } }
    #inspiringleadership main section.flex #milestones div.event-calendar {
      margin: auto; }
      #inspiringleadership main section.flex #milestones div.event-calendar div.localist_widget_wrapper div.localist_widget_container {
        background-color: #f2f2f2;
        margin: auto; }
        #inspiringleadership main section.flex #milestones div.event-calendar div.localist_widget_wrapper div.localist_widget_container ul.lw_event_list {
          column-count: 3;
          column-width: auto;
          max-width: 100%; }
          @media screen and (max-width: 1500px) {
            #inspiringleadership main section.flex #milestones div.event-calendar div.localist_widget_wrapper div.localist_widget_container ul.lw_event_list {
              column-count: 2; } }
          @media screen and (max-width: 992px) {
            #inspiringleadership main section.flex #milestones div.event-calendar div.localist_widget_wrapper div.localist_widget_container ul.lw_event_list {
              column-count: 1; } }
          #inspiringleadership main section.flex #milestones div.event-calendar div.localist_widget_wrapper div.localist_widget_container ul.lw_event_list li.lw_event_item {
            border-top: none; }
            #inspiringleadership main section.flex #milestones div.event-calendar div.localist_widget_wrapper div.localist_widget_container ul.lw_event_list li.lw_event_item:first-child {
              padding-top: 0; }
            #inspiringleadership main section.flex #milestones div.event-calendar div.localist_widget_wrapper div.localist_widget_container ul.lw_event_list li.lw_event_item div.lw_event_content {
              padding: 0 20px; }
              #inspiringleadership main section.flex #milestones div.event-calendar div.localist_widget_wrapper div.localist_widget_container ul.lw_event_list li.lw_event_item div.lw_event_content div.lw_event_item_date {
                color: #cea635;
                background-color: #0a2240;
                border: 5px solid #f2f2f2; }
                #inspiringleadership main section.flex #milestones div.event-calendar div.localist_widget_wrapper div.localist_widget_container ul.lw_event_list li.lw_event_item div.lw_event_content div.lw_event_item_date span.month {
                  padding-top: 10px; }
    #inspiringleadership main section.flex div.cta-space {
      margin: 2rem auto; }
      #inspiringleadership main section.flex div.cta-space a.cta {
        position: relative;
        margin: auto;
        padding: 19px 22px;
        transition: all 0.2s ease;
        color: #2c4460; }
        #inspiringleadership main section.flex div.cta-space a.cta:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          border-radius: 28px;
          background: rgba(206, 166, 53, 0.5);
          width: 56px;
          height: 56px;
          transition: all 0.3s ease; }
        #inspiringleadership main section.flex div.cta-space a.cta span {
          position: relative;
          font-size: 16px !important;
          line-height: 18px;
          font-weight: 900;
          letter-spacing: 0.15em;
          text-transform: uppercase;
          vertical-align: middle;
          font-family: "p22-underground", sans-serif; }
        #inspiringleadership main section.flex div.cta-space a.cta svg {
          position: relative;
          top: 0;
          margin-left: 10px;
          fill: none;
          stroke-linecap: round;
          stroke-linejoin: round;
          stroke: #2c4460;
          stroke-width: 2;
          transform: translateX(-5px);
          transition: all 0.3s ease; }
        #inspiringleadership main section.flex div.cta-space a.cta:hover {
          color: #0a2240;
          text-decoration: none; }
          #inspiringleadership main section.flex div.cta-space a.cta:hover:before {
            width: 100%;
            background: #cea635; }
          #inspiringleadership main section.flex div.cta-space a.cta:hover svg {
            transform: translateX(0); }
        #inspiringleadership main section.flex div.cta-space a.cta:active {
          transform: scale(0.96); }

/*----------------------------------
ANIMATION KEYFRAMES
----------------------------------*/
/* Fade In */
.fade-in {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.line-single {
  height: 0px;
  width: 1px;
  margin-left: 5%;
  border-bottom: 2px solid #000052;
  -webkit-animation: increase 0.5s;
  -moz-animation: increase 0.5s;
  -o-animation: increase 0.5s;
  animation: increase 0.5s;
  animation-fill-mode: forwards; }

/* Slide Up */
@keyframes slide-up {
  0% {
    transform: translateY(75vh); }
  50% {
    transform: translateY(-25px); }
  100% {
    transform: translateY(0vh); } }

/* Increase */
@keyframes increase {
  100% {
    width: 90%; } }

/*----------------------------------
HOMEPAGE LAYER CALENDAR
----------------------------------*/
section.calendar {
  background-color: #f2f2f2;
  color: #333333; }
  section.calendar h1 a.more-calendar {
    float: right;
    margin: 10px; }
  section.calendar #lw {
    background-color: #f2f2f2; }
  section.calendar .lw {
    background-color: #f2f2f2;
    font-family: "p22-underground", sans-serif;
    font-weight: 300;
    width: 100%;
    overflow: hidden;
    padding-bottom: 1.5em; }
  section.calendar .lwn a, section.calendar .lwn a:link, section.calendar .lwn a:visited {
    color: #0a2240;
    font-weight: 300;
    font-size: 1.25rem; }
  section.calendar .lwn a:hover, section.calendar .lwn a:focus, section.calendar .lwn a:active {
    color: #577293; }
  section.calendar .lwn0 {
    font-family: "p22-underground-sc", sans-serif;
    font-size: 1.25rem !important;
    font-weight: 100 !important;
    float: none !important;
    padding-bottom: 10px; }
  section.calendar span.lwn0 {
    border-radius: 5px;
    text-align: center;
    background-color: #ffffff;
    line-height: 1.7;
    border: 2px solid #0a2240;
    color: #0a2240;
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 1em; }
    @media only screen and (max-width: 992px) {
      section.calendar span.lwn0 {
        display: block;
        margin-left: auto;
        margin-right: auto; } }
  section.calendar .lwl a, section.calendar .lwl a:link, section.calendar .lwl a:visited {
    color: #2c4460;
    font-weight: 400; }
  section.calendar .lwl a:hover, section.calendar .lwl a:focus, section.calendar .lwl a:active {
    color: #0a2240; }
  section.calendar .localist_minicalendar {
    font-family: "p22-underground", sans-serif;
    width: 30%;
    float: left; }
    @media only screen and (min-width: 1500px) {
      section.calendar .localist_minicalendar {
        width: 20%; } }
    @media only screen and (max-width: 992px) {
      section.calendar .localist_minicalendar {
        width: 100%;
        float: none; } }
  section.calendar .localist_minicalendar_events {
    width: 65%;
    float: right; }
    @media only screen and (min-width: 1500px) {
      section.calendar .localist_minicalendar_events {
        width: 75%; } }
    @media only screen and (max-width: 992px) {
      section.calendar .localist_minicalendar_events {
        width: 100%;
        float: none; } }
  section.calendar .localist_minicalendar_nav a, section.calendar .localist_minicalendar_nav a:link, section.calendar .localist_minicalendar_nav a:visited {
    font-family: "p22-underground-sc", sans-serif;
    color: #2c4460; }
  section.calendar .localist_minicalendar_nav a:hover, section.calendar .localist_minicalendar_nav a:focus, section.calendar .localist_minicalendar_nav a:active {
    color: #0a2240; }
  section.calendar .localist_minicalendar .localist_minicalendar_pager a.disabled {
    background-color: #577293; }
  section.calendar .localist_minicalendar .localist_minicalendar_pager a {
    background-color: #2c4460;
    border-radius: 4px; }
  section.calendar .localist_minicalendar .localist_minicalendar_page_heading h1 {
    color: #0a2240;
    font-size: 1.5em;
    text-transform: uppercase; }
  section.calendar .localist_minicalendar_today {
    border: 2px solid #ffc514;
    background-color: #b1c2d6 !important; }
  section.calendar .localist_minicalendar_minicalendar td {
    background-color: #ffffff; }
    section.calendar .localist_minicalendar_minicalendar td a, section.calendar .localist_minicalendar_minicalendar td a:link, section.calendar .localist_minicalendar_minicalendar td a:visited {
      color: #2c4460; }
    section.calendar .localist_minicalendar_minicalendar td a:hover, section.calendar .localist_minicalendar_minicalendar td a:focus, section.calendar .localist_minicalendar_minicalendar td a:active {
      background-color: #0a2240; }
  section.calendar .localist_minicalendar_minicalendar tr {
    background-color: #f2f2f2; }
  section.calendar .localist_minicalendar_minicalendar th {
    color: #0a2240;
    font-family: "p22-underground-sc", sans-serif;
    text-transform: uppercase;
    font-size: 0.938rem; }
  section.calendar .localist_minicalendar_nav {
    padding-top: 1em; }
  @media only screen and (max-width: 992px) {
    section.calendar #lw li.lwe {
      border-bottom: none !important; } }
  @media only screen and (min-width: 992px) {
    section.calendar #lwe li {
      border-bottom: none !important; } }
  @media only screen and (min-width: 1200px) {
    section.calendar #lwe li {
      border-bottom: none !important; } }
  section.calendar .lwi1 img {
    border-radius: 50%;
    border: none; }
  section.calendar .lwi0 img {
    border-radius: 50%;
    border: none; }
  section.calendar article.event-card {
    height: 35em !important; }
    section.calendar article.event-card div.event-overview header {
      height: 25em;
      margin-bottom: 10px; }

/*----------------------------------
HOMEPAGE LAYER GENERIC
----------------------------------*/
section.layer {
  border-top: 5px solid #0a2240;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 10px 50px;
  overflow: auto;
  width: 100%;
  height: auto; }

/*----------------------------------
HOMEPAGE LAYER NEWS
----------------------------------*/
section.news {
  background: #f2f2f2;
  color: #333333; }
  section.news a.more-news {
    float: right;
    margin: 10px; }
  section.news article.cn-story {
    background: #ffffff;
    color: #333333;
    border-top: 5px solid #b1c2d6;
    padding: 10px;
    margin-bottom: 30px;
    margin-right: 1%;
    display: inline-block;
    width: 24%;
    float: left; }
    @media only screen and (max-width: 992px) {
      section.news article.cn-story {
        width: 49%; } }
    @media only screen and (max-width: 768px) {
      section.news article.cn-story {
        width: 80%;
        float: none;
        margin-left: 10%; } }
    @media only screen and (max-width: 480px) {
      section.news article.cn-story {
        width: 100%;
        margin-left: 0; } }
    section.news article.cn-story img {
      width: 100%;
      padding: 10px; }
    section.news article.cn-story h2 {
      font-weight: 100;
      font-size: 1.375rem;
      margin: 0;
      padding-left: 10px; }
      section.news article.cn-story h2 a, section.news article.cn-story h2 a:link, section.news article.cn-story h2 a:visited {
        color: #0a2240; }
      section.news article.cn-story h2 a:hover, section.news article.cn-story h2 a:focus, section.news article.cn-story h2 a:active {
        color: #2c4460; }
    section.news article.cn-story p {
      margin: 0;
      padding: 10px; }
      section.news article.cn-story p span.text-muted {
        color: rgba(51, 51, 51, 0.5); }
  @media only screen and (max-width: 992px) {
    section.news article article:nth-child(3) {
      display: none; } }
  @media only screen and (max-width: 992px) {
    section.news article article:nth-child(4) {
      display: none; } }
  section.news article div.more {
    text-align: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }
    section.news article div.more a, section.news article div.more a:link, section.news article div.more a:visited {
      background: #2c4460;
      color: #ffffff;
      border-radius: 5px;
      padding: 10px; }
    section.news article div.more a:hover, section.news article div.more a:focus, section.news article div.more a:active {
      background: #0a2240;
      color: #0a2240; }

/*----------------------------------
HOMEPAGE LAYER SOCIAL
----------------------------------*/
section.social {
  background-color: #f2f2f2;
  color: #333333; }
  section.social div h1 {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      section.social div h1 {
        font-size: 1.563rem; } }
    section.social div h1 a, section.social div h1 a:link, section.social div h1 a:visited {
      color: #2c4460; }
      section.social div h1 a.more-social, section.social div h1 a:link.more-social, section.social div h1 a:visited.more-social {
        float: right;
        margin: 10px; }
    section.social div h1 a:hover, section.social div h1 a:active, section.social div h1 a:focus {
      color: #0a2240; }
    section.social div h1.referral {
      display: none; }

/*----------------------------------
MAIN
----------------------------------*/
main {
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    main {
      padding: 10px; } }
  main article.contactMain {
    width: 100%; }

/*----------------------------------
MULTIMEDIA FLEX
----------------------------------*/
.multimedia {
  padding: 0;
  list-style: none;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto 1rem auto; }
  .multimedia div.flex-item {
    padding: 1%;
    margin-top: 10px;
    position: relative;
    background: #f2f2f2;
    width: 48%;
    height: auto; }
    @media only screen and (max-width: 1200px) {
      .multimedia div.flex-item {
        width: 100%; } }
    .multimedia div.flex-item iframe {
      width: 100%; }
      @media only screen and (max-width: 1500px) {
        .multimedia div.flex-item iframe {
          height: 225px; } }
      @media only screen and (max-width: 1200px) {
        .multimedia div.flex-item iframe {
          height: 400px; } }
      @media only screen and (max-width: 992px) {
        .multimedia div.flex-item iframe {
          height: 263px; } }
      @media only screen and (max-width: 768px) {
        .multimedia div.flex-item iframe {
          height: 315px; } }

/*----------------------------------
MULTITACTION
----------------------------------*/
.multitaction {
  background-color: #f2f2f2; }
  .multitaction .cd-main-content {
    background-color: #f2f2f2; }
    .multitaction .cd-main-content .header_texture {
      background-image: none;
      background-color: #2c4460;
      padding-bottom: 1rem;
      padding-top: 1rem;
      height: auto; }
      .multitaction .cd-main-content .header_texture h1 {
        font-family: "p22-underground-sc", sans-serif;
        font-weight: 100;
        color: #b1c2d6;
        text-align: center;
        margin: 0; }
    .multitaction .cd-main-content main {
      margin-top: 2rem;
      background-color: #f2f2f2; }
      .multitaction .cd-main-content main section.one-1 {
        background-color: #f2f2f2; }
        .multitaction .cd-main-content main section.one-1 p {
          font-family: p22-underground, sans-serif;
          font-weight: 400; }
        .multitaction .cd-main-content main section.one-1 ul li {
          font-family: "p22-underground", sans-serif;
          font-weight: 400;
          line-height: 1.8; }
        .multitaction .cd-main-content main section.one-1 h2, .multitaction .cd-main-content main section.one-1 h5, .multitaction .cd-main-content main section.one-1 h6 {
          font-family: "p22-underground-sc", sans-serif;
          font-weight: 100;
          color: #2c4460; }
        .multitaction .cd-main-content main section.one-1 h3 {
          font-family: "p22-underground-sc", sans-serif;
          font-weight: 400;
          color: #2c4460;
          border-top: none;
          border-bottom: 1px solid #ffc514;
          text-transform: none;
          margin-top: 2rem;
          font-size: 1.7rem; }
        .multitaction .cd-main-content main section.one-1 h4 {
          font-family: "p22-underground-sc", sans-serif;
          font-weight: 400;
          color: #2c4460;
          font-size: 1.4rem; }

/*----------------------------------
MYCNU MAIN STYLES (INTERNAL WEBSITE )
----------------------------------*/
.mycnu {
  background-color: #ffffff; }
  .mycnu header#global-nav {
    background: #2c4460;
    border-bottom: 2px solid #f2f2f2;
    /*--------------------------------------------------------------
    SEARCH
    --------------------------------------------------------------*/ }
    .mycnu header#global-nav nav.bg-mycnu {
      background-color: #2c4460;
      color: #f2f2f2;
      font-family: "p22-underground", sans-serif;
      font-weight: 100;
      transition: all 0.5s ease; }
    .mycnu header#global-nav .search-toggle::before {
      color: #ffffff; }
    .mycnu header#global-nav .search-toggle.active::before {
      color: #f2f2f2; }
    .mycnu header#global-nav .search-box {
      background-color: #ffffff; }
    .mycnu header#global-nav .search-box .search-input {
      color: #0a2240;
      font-family: "p22-underground", sans-serif; }
    .mycnu header#global-nav .search-box .search-input::-webkit-input-placeholder {
      color: #577293; }
    .mycnu header#global-nav input {
      background: #ffffff; }
  .mycnu div header div.header_texture {
    color: #2c4460;
    background-color: #b1c2d6; }
    .mycnu div header div.header_texture h1 {
      color: #2c4460;
      background-color: #b1c2d6; }
  .mycnu ul.breadcrumb {
    background-color: #f2f2f2; }
  .mycnu main section aside.widget {
    background-color: #f2f2f2;
    border-top: 5px solid #577293; }
  .mycnu main section .flex-container-contact .flex-item {
    background-color: #f2f2f2;
    border-top: 5px solid #577293; }
  .mycnu main section div.widget {
    background-color: #fafafa;
    border-top: 5px solid #2c4460;
    margin: 0 10px 30px 0;
    width: 100%; }

/*----------------------------------
MYCNU LANDING PAGE (INTERNAL WEBSITE )
----------------------------------*/
#mycnuHome {
  background: linear-gradient(#2c4460, #2c4460, #2c4460, #0a2240);
  min-height: 100vh; }
  #mycnuHome section {
    width: 100%; }
    #mycnuHome section img#mycnuLogo {
      margin: 2rem auto 1rem auto;
      height: 150px;
      width: auto; }
      @media screen and (max-width: 992px) {
        #mycnuHome section img#mycnuLogo {
          margin: 1rem auto;
          height: 100px;
          width: auto; } }
    #mycnuHome section h2 {
      color: #f2f2f2;
      border-bottom: 1px solid #ffc514;
      margin-top: 3rem; }
      #mycnuHome section h2.text-below {
        margin-bottom: 0.5rem; }
    #mycnuHome section div#logging {
      font-family: "p22-underground-sc", sans-serif; }
      #mycnuHome section div#logging #requires {
        float: left; }
        #mycnuHome section div#logging #requires p {
          font-family: "p22-underground-sc", sans-serif;
          font-style: italic;
          font-size: 1rem;
          color: #f2f2f2; }
      #mycnuHome section div#logging #logout {
        float: right; }
        #mycnuHome section div#logging #logout a, #mycnuHome section div#logging #logout a:link, #mycnuHome section div#logging #logout a:visited {
          color: #f2f2f2;
          font-size: 1rem;
          vertical-align: baseline; }
        #mycnuHome section div#logging #logout a:hover, #mycnuHome section div#logging #logout a:focus, #mycnuHome section div#logging #logout a:active {
          color: #ffc514; }
    #mycnuHome section div.sitemaps {
      text-align: center; }
      #mycnuHome section div.sitemaps button {
        padding: 5px 10px;
        background: #b1c2d6;
        font-family: "p22-underground-sc", sans-serif;
        border-radius: 10px 0;
        font-weight: 400;
        font-size: 1.25rem; }
        #mycnuHome section div.sitemaps button:hover {
          background: #ffc514; }
        #mycnuHome section div.sitemaps button a {
          color: #0a2240; }
    #mycnuHome section #sso a div, #mycnuHome section #sso a:visited div, #mycnuHome section #sso a:link div {
      /* this section will be the myLinks icon only visible on the navigator page */ }
      #mycnuHome section #sso a div.flex-item, #mycnuHome section #sso a:visited div.flex-item, #mycnuHome section #sso a:link div.flex-item {
        width: 110px;
        height: 110px;
        background-color: #b1c2d6;
        color: #0a2240; }
        #mycnuHome section #sso a div.flex-item i, #mycnuHome section #sso a:visited div.flex-item i, #mycnuHome section #sso a:link div.flex-item i {
          color: #2c4460;
          font-size: 5rem;
          padding-top: 7%; }
      #mycnuHome section #sso a div#mylinks, #mycnuHome section #sso a:visited div#mylinks, #mycnuHome section #sso a:link div#mylinks {
        background-color: #ffc514; }
        #mycnuHome section #sso a div#mylinks i, #mycnuHome section #sso a:visited div#mylinks i, #mycnuHome section #sso a:link div#mylinks i {
          color: #2c4460; }
    #mycnuHome section #sso a p, #mycnuHome section #sso a:visited p, #mycnuHome section #sso a:link p {
      color: #b1c2d6;
      text-align: center;
      font-size: 1.25rem;
      padding-top: 10px; }
    #mycnuHome section #sso a:hover div, #mycnuHome section #sso a:focus div, #mycnuHome section #sso a:active div {
      /* this section will be the myLinks icon only visible on the navigator page */ }
      #mycnuHome section #sso a:hover div.flex-item, #mycnuHome section #sso a:focus div.flex-item, #mycnuHome section #sso a:active div.flex-item {
        width: 110px;
        height: 110px;
        background-color: #ffc514;
        color: #0a2240; }
        #mycnuHome section #sso a:hover div.flex-item i, #mycnuHome section #sso a:focus div.flex-item i, #mycnuHome section #sso a:active div.flex-item i {
          color: #2c4460;
          font-size: 6rem;
          padding-top: 7%; }
      #mycnuHome section #sso a:hover div#mylinks, #mycnuHome section #sso a:focus div#mylinks, #mycnuHome section #sso a:active div#mylinks {
        background-color: #577293; }
        #mycnuHome section #sso a:hover div#mylinks i, #mycnuHome section #sso a:focus div#mylinks i, #mycnuHome section #sso a:active div#mylinks i {
          color: #ffc514; }
    #mycnuHome section #sso a:hover p, #mycnuHome section #sso a:focus p, #mycnuHome section #sso a:active p {
      color: #ffc514;
      text-align: center;
      font-size: 1.25rem;
      padding-top: 10px; }
    #mycnuHome section #sso .link-active {
      background-color: #ffc514 !important; }
      #mycnuHome section #sso .link-active p {
        color: #ffc514 !important; }
    #mycnuHome section #sso #icon-scholar {
      font-size: 4rem;
      padding-top: 17%; }
    #mycnuHome section#navigator {
      /* this section will be the new "gold bar" only visible on the navigator page */
      width: 100%; }
      #mycnuHome section#navigator ul {
        list-style: none;
        column-count: 5; }
        @media screen and (max-width: 1200px) {
          #mycnuHome section#navigator ul {
            column-count: 3; } }
        @media screen and (max-width: 768px) {
          #mycnuHome section#navigator ul {
            column-count: 2; } }
        #mycnuHome section#navigator ul li {
          border-left: 1px solid #ffc514;
          padding: 0 10px;
          margin-bottom: 10px; }
    #mycnuHome section ul#assistance {
      list-style: none;
      column-count: 3; }
      @media screen and (max-width: 992px) {
        #mycnuHome section ul#assistance {
          column-count: 2; } }
      @media screen and (max-width: 768px) {
        #mycnuHome section ul#assistance {
          column-count: 1; } }
      #mycnuHome section ul#assistance li {
        margin-bottom: 1.5rem;
        padding: 0 5px; }
    #mycnuHome section ul li i {
      color: #b1c2d6;
      padding-right: 10px; }
    #mycnuHome section ul li a {
      color: #f2f2f2;
      text-decoration: none; }
      #mycnuHome section ul li a:hover {
        color: #ffc514;
        text-decoration: none; }
    #mycnuHome section form {
      text-align: center; }
    #mycnuHome section .st-default-search-input {
      width: 75%;
      margin: 0.5rem auto 2.5rem auto;
      height: 3rem;
      background: #f2f2f2;
      border-radius: 10px 0;
      font-size: 1.063rem;
      font-family: "p22-underground", sans-serif; }
      @media screen and (max-width: 992px) {
        #mycnuHome section .st-default-search-input .st-default-search-input {
          width: 100%; } }

/*----------------------------------
MYCNU FEEDBACK
----------------------------------*/
div.betaFeedback {
  background: #ffc514;
  color: #0a2240;
  z-index: 4;
  height: 30px;
  padding-top: 1.5px;
  font-family: "p22-underground-sc", sans-serif;
  /* Underline From Center */ }
  div.betaFeedback a, div.betaFeedback a:link, div.betaFeedback a:visited {
    color: #0a2240;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden; }
  div.betaFeedback a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 2px;
    background: #577293;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  div.betaFeedback a:hover:before, div.betaFeedback a:focus:before, div.betaFeedback a:active:before {
    left: 0;
    right: 0; }

/*----------------------------------
MYCNU INTERWEB INTRUDER
----------------------------------*/
div#interweb {
  height: auto;
  text-align: center;
  background: #577293;
  border-bottom: 1px solid #ffc514;
  border-top: 1px solid #ffc514;
  padding: 10px 0;
  width: 100%; }
  div#interweb p {
    color: #f2f2f2;
    margin-bottom: 0; }
    div#interweb p a {
      color: #f2f2f2; }

/*----------------------------------
NAVIGATION
----------------------------------*/
.cd-main-nav li a {
  font-family: "p22-underground", sans-serif;
  font-weight: 600; }

.cd-main-header {
  /* 	background-color: #fafafa; */
  background-color: #f2f2f2;
  color: #0a2240; }

ul.cd-primary-nav, .cd-primary-nav {
  /* 	background-color: #fafafa; */
  background-color: #f2f2f2;
  height: 25px; }

ul.cd-main-nav, .cd-main-nav {
  background-color: #0a2240; }

ul.cd-primary-nav li a, ul.cd-primary-nav li a:link, ul.cd-primary-nav li a:visited {
  color: #0a2240;
  line-height: 30px; }

.cd-primary-nav li a, .cd-primary-nav li a:link, .cd-primary-nav li a:visited {
  font-size: 0.75rem; }

header {
  background: #0a2240; }

#logo {
  height: 50px;
  transition: all 0.2s ease;
  /* 	transition: 0.2s; */
  /* Add a transition effect (when scrolling - and font size is decreased) */
  /* 	transition-timing-function: ease; */ }

nav.bg-dark {
  background-color: #0a2240 !important;
  color: #f2f2f2 !important;
  font-family: p22-underground, sans-serif;
  font-weight: 100;
  transition: all 0.5s ease; }

.navbar-dark .navbar-toggler {
  margin-right: 2rem !important; }

.navbar-expand-lg .navbar-nav {
  margin-right: 1rem !important; }

.nav-link:focus, .nav-link:hover {
  color: #b1c2d6; }

.navbar-expand-lg .navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 300;
  font-size: 1rem;
  padding: 0.35rem 1rem; }

.main-nav {
  /* 	padding: 0.5rem 1rem; */ }

a.nav-link, a.nav-link:visited, a.nav-link:hover, a.nav-link:active, a.nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffff; }

/*
a.nav-link:hover, a.nav-link:active, a.nav-link:focus {
	color: #b1c2d6;
}
 */
.skipNav {
  display: inline-block;
  float: left;
  color: transparent;
  position: absolute;
  background: transparent;
  border: none; }
  .skipNav:focus, .skipNav:hover, .skipNav:active, .skipNav:visited {
    color: #f2f2f2; }

.navbar-dark .navbar-toggler {
  border-color: #fafafa !important; }

/*--------------------------------------------------------------
SEARCH
--------------------------------------------------------------*/
.search-button {
  position: absolute;
  right: 20px;
  /* 	top: 1.8rem; */
  top: 33%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  @media only screen and (max-width: 992px) {
    .search-button {
      top: 24px; } }

.search-toggle {
  position: relative;
  display: block;
  height: 10px;
  width: 10px; }

.search-toggle::before, .search-toggle::after {
  content: '';
  position: absolute;
  display: block;
  transition: all 0.1s; }

.search-toggle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  color: #f2f2f2; }

.search-toggle.active::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  color: #b1c2d6; }

.search-input:focus {
  outline: none; }

#global-nav {
  border-bottom: 2px solid #b1c2d6; }

#global-nav .search-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  max-height: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #b1c2d6;
  transition: all 0.3s; }

#global-nav .search-box .search-input {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  border: 0;
  background-color: transparent;
  opacity: 0;
  color: #0a2240; }

#global-nav .search-box .search-input::-webkit-input-placeholder {
  color: rgba(44, 68, 96, 0.7); }

#global-nav.show .search-box {
  max-height: 40px; }

#global-nav.show .search-box .search-input {
  opacity: 1; }

input {
  border-radius: 0;
  border: none;
  background: #b1c2d6;
  font-family: "p22-underground", sans-serif;
  padding: 0 5%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  @media only screen and (min-width: 1200px) {
    input {
      font-weight: 300;
      padding: 0 2em; } }

nav {
  z-index: 1000; }

#topnav {
  height: 30px;
  background: #03152b;
  border-bottom: 1px solid #f2f2f2;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }
  #topnav a, #topnav a:visited {
    display: inline-block;
    color: #b1c2d6;
    font-family: "p22-underground-sc", sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    padding: 0.3rem 0.75rem;
    margin-right: 0.5rem; }
    @media only screen and (max-width: 768px) {
      #topnav a, #topnav a:visited {
        padding: 0.3rem; } }
    #topnav a:hover, #topnav a:active, #topnav a:focus, #topnav a:visited:hover, #topnav a:visited:active, #topnav a:visited:focus {
      color: #ffffff;
      text-decoration: underline; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 2px solid #b1c2d6; }

.sticky + .content {
  padding-top: 102px; }

/*----------------------------------
OUTCOMES
----------------------------------*/
div.outcomes {
  margin-left: auto;
  margin-right: auto; }
  div.outcomes hr.bottom {
    margin-top: 5px; }
  div.outcomes div.overall div.count {
    width: 90%;
    display: block;
    border-top: 2px solid #2c4460;
    border-bottom: 2px solid #2c4460;
    margin: 10px 1%;
    background-color: #f2f2f2;
    margin-left: auto;
    margin-right: auto; }
    div.outcomes div.overall div.count p {
      text-align: center;
      padding: 10px;
      font-size: 1.563rem;
      font-family: "p22-underground-sc", sans-serif;
      font-weight: 400;
      margin-bottom: 0 !important;
      color: #0a2240;
      text-transform: uppercase; }
  div.outcomes div.overall div.all {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    width: 22%;
    margin: 1%;
    height: 150px;
    border-radius: 4px; }
    @media only screen and (max-width: 768px) {
      div.outcomes div.overall div.all {
        width: 47%; } }
    @media only screen and (max-width: 480px) {
      div.outcomes div.overall div.all {
        width: 100%; } }
    div.outcomes div.overall div.all p {
      text-transform: uppercase;
      text-align: center;
      font-size: 1.25rem; }
      div.outcomes div.overall div.all p.number {
        font-family: "p22-underground-sc", sans-serif;
        font-size: 2.625rem;
        font-weight: 600;
        margin-bottom: 5px !important;
        border-bottom: 1px solid; }
  div.outcomes div.overall div.one {
    background-color: #0a2240; }
    div.outcomes div.overall div.one p {
      color: #ffffff; }
  div.outcomes div.overall div.two {
    background-color: #f2f2f2; }
    div.outcomes div.overall div.two p {
      color: #0a2240; }
  div.outcomes div.overall div.three {
    background-color: #2c4460; }
    div.outcomes div.overall div.three p {
      color: #ffffff; }
  div.outcomes div.overall div.four {
    background-color: #ffc514; }
    div.outcomes div.overall div.four p {
      color: #0a2240; }
  div.outcomes div.sector {
    display: inline-block;
    width: 22%;
    margin: 1%; }
    @media only screen and (max-width: 992px) {
      div.outcomes div.sector {
        width: 45%; } }
    @media only screen and (max-width: 480px) {
      div.outcomes div.sector {
        width: 100%; } }
    div.outcomes div.sector p {
      text-align: center;
      color: #0a2240; }
      div.outcomes div.sector p.number {
        font-family: "p22-underground-sc", sans-serif;
        font-size: 2.625rem;
        font-weight: 600;
        margin-bottom: 5px !important; }
      div.outcomes div.sector p i {
        color: #577293; }

/*----------------------------------
PAGE FUNCTIONS
----------------------------------*/
.pagefunctions {
  margin-bottom: 30px; }
  .pagefunctions a, .pagefunctions a:link, .pagefunctions a:visited {
    background: #f2f2f2;
    border: 1px solid #577293;
    color: #2c4460;
    font-size: 1.25rem; }
  .pagefunctions a:hover, .pagefunctions a:active, .pagefunctions a:focus {
    color: #0a2240;
    text-decoration: none; }

.btn-pagefunction {
  background-color: #ffffff;
  border: 1px solid #577293;
  margin-bottom: 1rem; }
  .btn-pagefunction a, .btn-pagefunction a:link, .btn-pagefunction a:visited {
    color: #2c4460; }
  .btn-pagefunction a:hover, .btn-pagefunction a:active, .btn-pagefunction a:focus {
    color: #0a2240;
    text-decoration: none; }

/*----------------------------------
PERSONNEL
----------------------------------*/
article.personnel div.headshot {
  display: inline-block !important;
  position: relative;
  width: 33.3333333333%;
  float: left; }
  @media only screen and (max-width: 992px) {
    article.personnel div.headshot {
      width: 100%; } }
  article.personnel div.headshot img {
    margin: 0 auto 30px auto;
    display: block;
    max-width: 100%;
    height: auto; }

article.personnel div.info {
  display: inline-block !important;
  position: relative;
  width: 66.6666666667%;
  float: left;
  padding: 0 10px 0 10px; }
  @media only screen and (max-width: 992px) {
    article.personnel div.info {
      width: 100%; } }
  article.personnel div.info h3 {
    margin-top: 0; }
  article.personnel div.info p.title {
    font-weight: 600;
    margin-bottom: 0 !important; }
  article.personnel div.info div.degrees {
    display: inline-block; }
    article.personnel div.info div.degrees h4 {
      font-size: 1.25rem;
      padding-left: 10px; }
    article.personnel div.info div.degrees ul {
      padding-left: 30px;
      margin-bottom: 30px; }
  article.personnel div.info div.contact {
    width: 45%;
    float: left;
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      article.personnel div.info div.contact {
        width: 100%; } }
    article.personnel div.info div.contact p {
      padding-left: 10px; }

article.personnel div.additional {
  margin-top: 30px;
  padding-top: 10px;
  vertical-align: top;
  width: 100%;
  display: inline-block; }
  article.personnel div.additional h4 {
    font-size: 1.25rem;
    padding-left: 10px; }
  article.personnel div.additional p {
    padding-left: 10px; }
  article.personnel div.additional div.degrees {
    display: inline-block;
    width: 100%; }
    article.personnel div.additional div.degrees ul {
      padding-left: 30px;
      margin-bottom: 30px; }
  article.personnel div.additional div.Teaching {
    border-top: 1px solid #577293;
    display: inline-block;
    width: 45%; }
    @media only screen and (max-width: 992px) {
      article.personnel div.additional div.Teaching {
        width: 100%; } }
  article.personnel div.additional div.Research {
    border-top: 1px solid #577293;
    display: inline-block;
    width: 45%;
    float: right; }
    @media only screen and (max-width: 992px) {
      article.personnel div.additional div.Research {
        width: 100%; } }
  article.personnel div.additional div.bio {
    border-top: 1px solid #577293;
    display: inline-block;
    width: 100%;
    margin-top: 30px; }

/*----------------------------------
PRINT
----------------------------------*/
@media print {
  /*----- HUB Article -----*/
  .HUB {
    background: #ffffff !important; }
    .HUB main {
      background: #ffffff !important; }
      .HUB main section.two-1R {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0; }
        .HUB main section.two-1R aside.readmore {
          display: none; }
      .HUB main section.two-2R {
        display: none !important; }
    .HUB footer {
      display: none; }
    .HUB .actions {
      display: none; } }

/*----------------------------------
 BOTTOM PAGE ACTIONS: PROBLEM & EDIT
----------------------------------*/
div.actions {
  background-color: #0a2240;
  padding-left: 10px;
  width: 100%; }
  div.actions a, div.actions a:visited {
    color: #f2f2f2;
    margin-top: 0;
    font-size: 0.75rem;
    font-weight: 300; }
    div.actions a#reportproblem span, div.actions a:visited#reportproblem span {
      font-family: "p22-underground-sc", sans-serif; }
    div.actions a#reportproblem:hover, div.actions a#reportproblem:focus, div.actions a#reportproblem:active, div.actions a:visited#reportproblem:hover, div.actions a:visited#reportproblem:focus, div.actions a:visited#reportproblem:active {
      color: #ffc514; }

/*--------------------------------------------------------------
PROFILES
--------------------------------------------------------------*/
.profiles {
  flex-basis: 60%;
  padding: 0;
  list-style: none;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto 1rem auto; }
  .profiles .profileConntainer {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    /*depth of the elements */
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    padding-left: 1%; }
    .profiles .profileConntainer:hover .flip-card .front i, .profiles .profileConntainer:hover .flip-card .back i {
      color: #577293; }
    .profiles .profileConntainer .flip-card {
      margin-top: 2rem;
      width: 275px;
      height: 275px;
      cursor: pointer;
      /*transition effects */
      -webkit-transition: -webkit-transform 0.6s;
      -moz-transition: -moz-transform 0.6s;
      -o-transition: -o-transform 0.6s;
      transition: transform 0.6s;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d; }
      .profiles .profileConntainer .flip-card .front {
        background: #fafafa;
        display: block;
        height: 100%;
        width: 100%;
        line-height: 60px;
        color: #333333;
        text-align: center;
        font-size: 4em;
        position: absolute;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 2px 5px rgba(0, 0, 0, 0.26);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 2px 5px rgba(0, 0, 0, 0.26); }
        .profiles .profileConntainer .flip-card .front img {
          clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
          width: 100%; }
        .profiles .profileConntainer .flip-card .front h4 {
          margin-bottom: 0 !important;
          padding-bottom: 0 !important; }
        .profiles .profileConntainer .flip-card .front i {
          position: absolute;
          color: #0a2240;
          bottom: 0;
          font-size: 1.5rem;
          left: 0;
          padding-left: 10px;
          padding-bottom: 10px; }
      .profiles .profileConntainer .flip-card .back {
        background: #fafafa;
        display: block;
        height: 100%;
        width: 100%;
        color: #333333;
        text-align: center;
        position: absolute;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 2px 5px rgba(0, 0, 0, 0.26);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 2px 5px rgba(0, 0, 0, 0.26);
        text-align: left;
        padding: 1rem;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg); }
        .profiles .profileConntainer .flip-card .back ul li {
          line-height: 1.2; }
        .profiles .profileConntainer .flip-card .back a {
          background: #0a2240;
          color: #f2f2f2;
          padding: 5px 10px;
          position: absolute;
          bottom: 0;
          left: 0;
          margin-left: 10px;
          margin-bottom: 10px;
          box-shadow: 0 0 5px rgba(51, 51, 51, 0.5); }
          .profiles .profileConntainer .flip-card .back a:link, .profiles .profileConntainer .flip-card .back a:visited {
            background: #0a2240;
            color: #f2f2f2; }
          .profiles .profileConntainer .flip-card .back a:hover, .profiles .profileConntainer .flip-card .back a:focus, .profiles .profileConntainer .flip-card .back aactive {
            background: #ffc514;
            color: #0a2240; }
        .profiles .profileConntainer .flip-card .back i {
          position: absolute;
          color: #0a2240;
          bottom: 0;
          font-size: 1.5rem;
          right: 0;
          padding-right: 10px;
          padding-bottom: 10px; }
    .profiles .profileConntainer .flipped {
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg); }

/* Accordion Version
.profiles {
	background-color: $bs221-silver;
    height: 100vh;
    display: table;
    width: 100%;
	overflow: hidden;
	.inner {
		display: table-cell;
		vertical-align: top;
		.card {
			padding: 0px 0px $padding-base;
			background-color: $bs221-cnublue;
			max-height: 600px;
			box-shadow: 0px 8px 20px $bs221-charcoal_30;
			font-family: $font-family-body;
			border-radius: $padding-base;
			@media (max-width: $screen-md) {
				margin-top: 20px;
				margin-bottom: 20px;
			}
			@media (max-width: $screen-sm) {
				min-height: 300px;
			}
			img {
				width: 100%;
			}
			h3 {
				color: $bs221-white;
				text-align: center;
				padding-top: $padding-base;
				font-size: $font-size-large;
			}
			.info {
				background: $bs221-pewter;
				padding: $padding-base;
				p {
					color: $bs221-cnublue;
					width: 80%;
					font-size: $font-size-small;
					margin-bottom: $padding-base;
					line-height:  $line-height-bullets;
					&:last-child {
						padding-bottom: $padding-base;
					}
					.minors {
						padding-right: 30px;
					}
					span {
						font-family: $font-family-heading;
					}
					i {
						padding-right: 5px;
					}
				}
			}
			.card-body {
				padding: 0px 15px;
				color: $bs221-snow;
			}
			.panel-group {
				position: absolute;
				bottom: -1px;
				margin-bottom: 1px;
				width: 100%;
				.panel-default {
					border: none;
					.panel-heading {
						background-color: transparent;
					}
				}
				.panel {
					border-radius: 0px 0px $padding-base $padding-base;
					background-color: $bs221-snow;
					.panel-body {
						min-height: 250px;
						overflow: auto;
						border-radius: 0px 0px $padding-base $padding-base;
						padding: 0px 15px $padding-base;
						@media (max-width: $screen-sm) {
							max-height: 200px;
							font-size: $font-size-base;
							padding: 0px 5px;
						}
						p  {
						  margin-bottom: 1rem;
						}
					}
					a, a:link, a:visited {
						button {
							margin: auto;
							background: $bs221-dkblue;
							color: $bs221-silver;
							padding: $padding-base;
							text-align: center;
							margin-top:  1rem;
							border-radius: 8px;
							border: none;
							width: 100%;
							font-size: $font-size-base;
						}
					}
					a:hover, a:focus, a:active {
						button {
							background: $bs221-yellow;
							color: $bs221-cnublue;
						}
					}
					.panel-heading {
						text-align: right;
						padding: 0px;
						height: 35px;
						border: none;
						margin-right: 1rem;
						a {
							&.panel-button {
								padding: 18px 20px 16px 20px;
								background: $bs221-ltblue;
								border-radius: 100%;
								position: relative;
								top: -15px;
								z-index: 3;
								font-size: $font-size-large;
								color: $bs221-cnublue;
								.plus-minus:before {
									content: "\f106";
									font-family: $font-family-icon;
									font-weight: $font-weight-heavy;
								}
								&:hover, &:focus {
									text-decoration: none;
								}
								&[aria-expanded="true"] {
									.plus-minus:before{
										content: "\f107";
										font-family: $font-family-icon;
										font-weight: $font-weight-heavy;
									}
								}
							}
						}
						.panel-collapse{
							.list-group {
								border: none;
							}
						}
					}
				}
			}
		}
	}
}
*/
/*----------------------------------
SLATE
----------------------------------*/
/* PORTALS */
main#c_maincontent div#content table {
  border: none;
  background: #f2f2f2; }
  main#c_maincontent div#content table tbody tr {
    background: transparent; }
    main#c_maincontent div#content table tbody tr td {
      border: none;
      vertical-align: top;
      padding: 0 1%; }
      main#c_maincontent div#content table tbody tr td div.part_rows_container div.part:first-child {
        border-top: 0;
        margin-top: 0;
        padding-top: 0; }
      main#c_maincontent div#content table tbody tr td div.part_rows_container div.part table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar; }
        main#c_maincontent div#content table tbody tr td div.part_rows_container div.part table thead tr th {
          background-color: #577293;
          font-weight: 300 !important;
          border: 1px solid #0a2240;
          padding: 10px; }
        main#c_maincontent div#content table tbody tr td div.part_rows_container div.part table tbody tr td {
          border: 1px solid #0a2240;
          padding: 10px; }
          main#c_maincontent div#content table tbody tr td div.part_rows_container div.part table tbody tr td:first-child {
            padding: 10px;
            text-align: center; }
      main#c_maincontent div#content table tbody tr td div.part_rows_container div.part div form input {
        background: transparent;
        margin-left: 0;
        margin-top: 1rem; }
      main#c_maincontent div#content table tbody tr td div.part_rows_container div.part div form button {
        background-color: #b1c2d6;
        font-weight: 400;
        margin-left: 0 !important;
        margin-top: 1rem;
        border-radius: 15px 0; }
      main#c_maincontent div#content table tbody tr td:last-child {
        background-color: #ffffff;
        border: 1px solid #2c4460; }
        main#c_maincontent div#content table tbody tr td:last-child div.part_rows_container div.part {
          text-align: center !important; }
          main#c_maincontent div#content table tbody tr td:last-child div.part_rows_container div.part div strong {
            text-transform: capitalize;
            font-weight: 400;
            font-family: "p22-underground-sc", sans-serif;
            color: #2c4460; }

/* FORMS */
div.form_container input {
  -webkit-appearance: revert;
  -moz-appearance: auto;
  -ms-appearance: auto;
  -o-appearance: auto;
  appearance: auto; }

div.form_label {
  font-family: "p22-underground-sc", sans-serif;
  padding-top: 10px; }

/*----------------------------------
 SWIFTYPE STYLE OVERRIDES
----------------------------------*/
/*--- SEARCH RESULTS MODAL ---*/
.st-ui-injected-overlay-container *:not(select) {
  font-family: "p22-underground", sans-serif !important; }

.st-ui-type-detail {
  color: #565656 !important; }

.st-install-LoixrJeT4QQJVzu6GKHY .st-ui-result .st-ui-type-heading {
  color: #0a2240 !important; }

.st-ui-footer {
  background-color: #2c4460 !important; }

.st-query-present {
  color: #fafafa !important; }

.st-ui-injected-overlay-container .st-ui-footer .st-ui-pagination-link.active, .st-ui-injected-overlay-container .st-ui-footer span.st-ui-pagination-link {
  color: #ffc514 !important; }

.st-ui-injected-overlay-container .st-ui-footer a.st-ui-pagination-link {
  color: #b1c2d6 !important; }

.st-ui-injected-overlay-container .st-ui-footer a.st-ui-pagination-link span.st-ui-arrow {
  border-color: #b1c2d6 !important; }

a.st-ui-result:before {
  border-color: #577293 !important; }

a.st-ui-result:hover:before {
  border-color: #0a2240 !important; }

.st-install-LoixrJeT4QQJVzu6GKHY .st-ui-result em {
  background-color: rgba(255, 197, 20, 0.1) !important; }

.st-ui-injected-overlay-container .st-ui-header input[type="text"]:focus {
  border-bottom: 2px solid #ffc514 !important; }

/*--- SEARCH RESULTS AUTOCOMPLETE ---*/
div.st-ui-autocomplete div.st-query-present, section.st-ui-slide-autocomplete div.st-query-present {
  font-family: "p22-underground", sans-serif !important; }

/* --------------------------------
TESTIMONIALS
-------------------------------- */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 60px; }
  #quote-carousel .carousel-control-prev, #quote-carousel .carousel-control-next {
    background: none;
    color: #b1c2d6;
    font-size: 2.3em;
    text-shadow: none;
    opacity: 0.75; }
    #quote-carousel .carousel-control-prev .icon, #quote-carousel .carousel-control-next .icon {
      color: #0a2240; }
  #quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    display: flex;
    align-items: center; }
    #quote-carousel .carousel-indicators li {
      width: 50px;
      height: 50px;
      border: 1px solid #ccc;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      text-indent: 0;
      border-radius: 50%;
      opacity: 0.4;
      overflow: hidden;
      transition: all .4s ease-in;
      vertical-align: middle;
      padding: 0; }
      #quote-carousel .carousel-indicators li img {
        transition: all .4s ease-in;
        width: 50px;
        height: 50px; }
    #quote-carousel .carousel-indicators .active {
      width: 100px;
      height: 100px;
      opacity: 1;
      transition: all .2s; }
      #quote-carousel .carousel-indicators .active img {
        transition: all .2s;
        width: 100px;
        height: 100px; }

.carousel-item blockquote {
  border-left: none;
  margin: auto;
  background-color: #f2f2f2;
  color: #333333;
  padding: 10px 30px;
  width: 80%; }
  .carousel-item blockquote p.quote {
    font-size: 1.375rem;
    font-weight: 300; }
  .carousel-item blockquote p.name {
    font-family: "p22-underground-sc", sans-serif;
    font-size: 0.938rem;
    font-weight: 600;
    color: #0a2240; }
  .carousel-item blockquote p.title {
    font-family: "p22-underground-sc", sans-serif;
    font-size: 0.938rem;
    font-weight: 300;
    color: #0a2240; }

/*CODYHOUSE VERSION*/
.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  max-width: 768px;
  background-color: #f2f2f2;
  color: #577293;
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1; }

@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    margin: 4em auto;
    padding: 64px 50px 64px; } }

@media only screen and (min-width: 1200px) {
  .cd-testimonials-wrapper::after {
    /* quotation mark visible */
    display: block; } }

.cd-testimonials {
  text-align: center; }

.cd-testimonials::after {
  clear: both;
  content: "";
  display: table; }

.cd-testimonials > li {
  position: absolute;
  opacity: 0;
  right: 0.5%; }

.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1; }

.cd-testimonials p {
  font-family: "p22-underground", sans-serif;
  font-style: italic;
  color: #577293;
  background-color: #f2f2f2;
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0 14px; }
  @media only screen and (min-width: 768px) {
    .cd-testimonials p {
      font-size: 1.563rem; } }

.cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle; }

.cd-author img {
  height: 100px;
  border-radius: 50%;
  margin-right: 5px;
  border: 2px solid #ffc514;
  box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.5); }

.cd-author .cd-author-info {
  text-align: left;
  line-height: 1.2;
  list-style: none; }
  @media only screen and (min-width: 768px) {
    .cd-author .cd-author-info {
      line-height: 1.4; } }

.cd-author .cd-author-info li:first-child {
  font-size: 1.063rem;
  color: #577293;
  background-color: #f2f2f2;
  font-family: "p22-underground-sc", sans-serif;
  font-weight: 400; }

.cd-author .cd-author-info li:last-child {
  font-size: 0.938rem;
  color: #577293;
  background-color: #f2f2f2;
  font-family: "p22-underground-sc", sans-serif;
  font-weight: 400; }

ul.flex-direction-nav {
  list-style: none; }

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0; }
  @media only screen and (min-width: 768px) {
    .flex-direction-nav li {
      width: 50px; } }

.flex-direction-nav li:first-child {
  left: 0; }

.flex-direction-nav li:last-child {
  right: 0; }

.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.no-touch .flex-direction-nav li a:hover, .no-touch .flex-direction-nav li a:focus, .no-touch .flex-direction-nav li a:active {
  background-color: rgba(51, 51, 51, 0.5); }

.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: #0a2240; }

.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg); }

.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg); }

.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg); }

.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg); }

@media only screen and (min-width: 1200px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #0a2240;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s; }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: #0a2240; } }

.cd-see-all {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #f2f2f2;
  text-align: center;
  text-transform: uppercase;
  color: #577293;
  font-weight: 700;
  font-size: 0.813rem;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  transition: color, 0.2s; }

.no-touch .cd-see-all:hover {
  color: #ffc514; }

.cd-testimonials-all {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cd-testimonials-all .cd-testimonials-all-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto; }

.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
  width: 90%;
  max-width: 1200px;
  margin: 4em auto;
  padding-left: 0;
  list-style: none; }

.cd-testimonials-all .cd-testimonials-all-wrapper > ul::after {
  clear: both;
  content: "";
  display: table; }

.cd-testimonials-all .cd-testimonials-item {
  margin-bottom: 2em;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translate3d(0, 0, 0) scale(0.4);
  -moz-transform: translate3d(0, 0, 0) scale(0.4);
  -ms-transform: translate3d(0, 0, 0) scale(0.4);
  -o-transform: translate3d(0, 0, 0) scale(0.4);
  transform: translate3d(0, 0, 0) scale(0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s; }

.cd-testimonials-all p {
  position: relative;
  background: #577293;
  color: #ffffff;
  padding: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  border-radius: 0.25em;
  margin-bottom: 1em; }

.cd-testimonials-all p::after {
  /* creating the triangle in css */
  content: '';
  position: absolute;
  top: 100%;
  left: 2em;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #577293; }

.cd-testimonials-all .cd-author {
  text-align: left;
  margin-left: 1.5em; }

.cd-testimonials-all .cd-author img {
  box-shadow: 0 0 0 transparent; }

.cd-testimonials-all.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-testimonials-all.is-visible .cd-testimonials-all-wrapper {
  -webkit-overflow-scrolling: touch; }

.cd-testimonials-all.is-visible .cd-testimonials-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

@media only screen and (min-width: 768px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 46%;
    margin: 0 2% 3em; }
  .cd-testimonials-all .cd-author {
    margin-left: 1em; } }

@media only screen and (min-width: 1200px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 30%;
    margin: 0 1.6666% 3em; } }

.close-btn {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  top: 60px;
  right: 5%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }
  @media only screen and (min-width: 1200px) {
    .close-btn {
      top: 110px; } }

.close-btn::before, .close-btn::after {
  /* close icon in css */
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 24px;
  top: 8px;
  left: 19px;
  background-color: #ffffff; }

.close-btn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.close-btn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*--------------------------------------------------------------
TILES
--------------------------------------------------------------*/
.card-tiles .card {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem; }
  .card-tiles .card img {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    display: block;
    z-index: 3;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px; }
  .card-tiles .card .title-overlap {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    display: block;
    z-index: 3;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    height: auto;
    padding: 1rem;
    text-align: center; }
    .card-tiles .card .title-overlap.widget-style {
      background-color: #fafafa;
      border-top: 5px solid #ffc514; }
      .card-tiles .card .title-overlap.widget-style h4 {
        margin-bottom: 0;
        padding-bottom: 0;
        color: #0a2240; }
    .card-tiles .card .title-overlap.gradient {
      background: #0a2240;
      background: linear-gradient(0deg, #577293 0%, #0a2240 100%); }
      .card-tiles .card .title-overlap.gradient h4 {
        margin-bottom: 0;
        padding-bottom: 0;
        color: #f2f2f2; }
    .card-tiles .card .title-overlap.blue {
      background-color: #0a2240; }
      .card-tiles .card .title-overlap.blue h4 {
        margin-bottom: 0;
        padding-bottom: 0;
        color: #f2f2f2; }
  .card-tiles .card .card-body {
    z-index: 2;
    margin-right: 4%;
    margin-left: 4%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
    .card-tiles .card .card-body.bg-white {
      background: #ffffff; }
      .card-tiles .card .card-body.bg-white h4, .card-tiles .card .card-body.bg-white h5 {
        color: #0a2240;
        border-bottom: 1px solid #577293; }
      .card-tiles .card .card-body.bg-white p.price {
        text-align: right;
        font-weight: 500; }
      .card-tiles .card .card-body.bg-white p:last-child {
        margin-bottom: 0 !important; }
      .card-tiles .card .card-body.bg-white blockquote {
        background-color: transparent;
        border-left: 2px solid #2c4460;
        font-style: italic; }
    .card-tiles .card .card-body.bg-ltblue {
      background: #b1c2d6; }
      .card-tiles .card .card-body.bg-ltblue h4, .card-tiles .card .card-body.bg-ltblue h5 {
        color: #0a2240;
        border-bottom: 1px solid #0a2240; }
      .card-tiles .card .card-body.bg-ltblue p.price {
        text-align: right;
        font-weight: 500; }
      .card-tiles .card .card-body.bg-ltblue p:last-child {
        margin-bottom: 0 !important; }
      .card-tiles .card .card-body.bg-ltblue blockquote {
        background-color: transparent;
        border-left: 2px solid #2c4460;
        font-style: italic; }
    .card-tiles .card .card-body.bg-mdblue {
      background: #577293; }
      .card-tiles .card .card-body.bg-mdblue h4, .card-tiles .card .card-body.bg-mdblue h5 {
        color: #ffffff;
        border-bottom: 1px solid #ffc514; }
      .card-tiles .card .card-body.bg-mdblue p {
        color: #ffffff; }
        .card-tiles .card .card-body.bg-mdblue p.price {
          text-align: right;
          font-weight: 500; }
        .card-tiles .card .card-body.bg-mdblue p:last-child {
          margin-bottom: 0 !important; }
      .card-tiles .card .card-body.bg-mdblue blockquote {
        background-color: transparent;
        border-left: 2px solid #ffc514;
        color: #f2f2f2;
        font-style: italic; }
      .card-tiles .card .card-body.bg-mdblue ul li, .card-tiles .card .card-body.bg-mdblue ol li {
        color: #ffffff; }
    .card-tiles .card .card-body.bg-dkblue {
      background: #2c4460; }
      .card-tiles .card .card-body.bg-dkblue h4, .card-tiles .card .card-body.bg-dkblue h5 {
        color: #ffffff;
        border-bottom: 1px solid #ffc514; }
      .card-tiles .card .card-body.bg-dkblue p {
        color: #ffffff; }
        .card-tiles .card .card-body.bg-dkblue p.price {
          text-align: right;
          font-weight: 500; }
        .card-tiles .card .card-body.bg-dkblue p:last-child {
          margin-bottom: 0 !important; }
      .card-tiles .card .card-body.bg-dkblue blockquote {
        background-color: transparent;
        border-left: 2px solid #ffc514;
        color: #f2f2f2;
        font-style: italic; }
      .card-tiles .card .card-body.bg-dkblue ul li, .card-tiles .card .card-body.bg-dkblue ol li {
        color: #ffffff; }
    .card-tiles .card .card-body.bg-cnublue {
      background: #0a2240; }
      .card-tiles .card .card-body.bg-cnublue h4, .card-tiles .card .card-body.bg-cnublue h5 {
        color: #ffffff;
        border-bottom: 1px solid #ffc514; }
      .card-tiles .card .card-body.bg-cnublue p {
        color: #ffffff; }
        .card-tiles .card .card-body.bg-cnublue p.price {
          text-align: right;
          font-weight: 500; }
        .card-tiles .card .card-body.bg-cnublue p:last-child {
          margin-bottom: 0 !important; }
      .card-tiles .card .card-body.bg-cnublue blockquote {
        background-color: transparent;
        border-left: 2px solid #ffc514;
        color: #f2f2f2;
        font-style: italic; }
      .card-tiles .card .card-body.bg-cnublue ul li, .card-tiles .card .card-body.bg-cnublue ol li {
        color: #ffffff; }
  .card-tiles .card a.bottom-btn a.bottom-btn:visited, .card-tiles .card a.bottom-btn:link {
    background-color: #b1c2d6; }
  .card-tiles .card a.bottom-btn:hover, .card-tiles .card a.bottom-btn:focus, .card-tiles .card a.bottom-btn:active {
    background-color: #ffc514; }
  .card-tiles .card div.bottom-btn {
    z-index: 1;
    border-radius: 0 0 30px 30px;
    background-color: #b1c2d6;
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 10px; }
  .card-tiles .card div.bottom-btn:hover, .card-tiles .card div.bottom-btn:focus, .card-tiles .card div.bottom-btn:active {
    background-color: #ffc514; }

/*----------------------------------
WIDGET NEWS FEED
----------------------------------*/
aside iframe#news {
  width: 100%;
  background-color: #ffffff;
  color: #333333; }

body.HUB-widget {
  background-color: #ffffff;
  color: #333333; }
  body.HUB-widget div#category h2 {
    display: none; }
  body.HUB-widget h3 {
    color: #0a2240;
    background-color: #ffffff;
    border: none; }
  body.HUB-widget div.news-iFrame div ul {
    background-color: #ffffff;
    color: #333333;
    padding: 5px;
    list-style: none; }
    body.HUB-widget div.news-iFrame div ul li {
      font-weight: 400;
      line-height: 1.2;
      padding: 5px;
      font-size: 1.063rem;
      font-family: "p22-underground", sans-serif;
      color: #2c4460;
      background-color: #ffffff;
      margin-bottom: 1rem; }
      body.HUB-widget div.news-iFrame div ul li:last-child {
        margin-bottom: 0; }
      body.HUB-widget div.news-iFrame div ul li a {
        color: #2c4460; }
        body.HUB-widget div.news-iFrame div ul li a:hover, body.HUB-widget div.news-iFrame div ul li a:active, body.HUB-widget div.news-iFrame div ul li a:focus {
          color: #0a2240; }
        body.HUB-widget div.news-iFrame div ul li a:visited {
          color: #2c4460; }
    body.HUB-widget div.news-iFrame div ul:first-child {
      margin-top: 15px;
      border-top: none; }
  body.HUB-widget p {
    font-size: 0.813rem;
    padding-left: 0; }
  body.HUB-widget hr {
    border-top: 1px solid rgba(51, 51, 51, 0.5);
    margin: 10px 0; }

/*----------------------------------
WIDGET BASE STRUCTURE
----------------------------------*/
aside.widget {
  background-color: #ffffff;
  color: #0a2240;
  border-top: 5px solid #577293;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  padding: 0 15px 15px 15px;
  height: auto;
  margin: 0 10px 30px 10px; }
  aside.widget h3 {
    color: #577293;
    font-family: "p22-underground-sc", sans-serif;
    font-size: 1.5rem;
    border: none;
    margin: 14px 0 5px 10px; }
  aside.widget h4 {
    color: #0a2240;
    font-size: 1.25rem;
    font-family: "p22-underground-sc", sans-serif;
    text-transform: none;
    padding-left: 10px;
    margin-top: 15px; }
  aside.widget p {
    color: #0a2240;
    font-weight: 300;
    padding-left: 10px;
    margin-top: 0; }
  aside.widget a, aside.widget a:link, aside.widget a:visited {
    font-size: 0.938rem;
    color: #2c4460;
    text-decoration: none; }
    aside.widget a span, aside.widget a:link span, aside.widget a:visited span {
      color: #0a2240;
      font-size: 2.188rem; }
  aside.widget a:hover, aside.widget a:active, aside.widget a:focus {
    color: #0a2240; }
  aside.widget a.body-button, aside.widget a.body-button:link, aside.widget a.body-button:visited {
    background: #b1c2d6;
    border-radius: 7px;
    color: #0a2240;
    font-family: "p22-underground", sans-serif;
    text-align: center;
    border: none !important; }
  aside.widget a.body-button:hover, aside.widget a.body-button:active, aside.widget a.body-button:focus {
    background: #0a2240;
    color: #ffffff;
    box-shadow: 1px 1px 5px #333333; }
  aside.widget ul {
    padding: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none; }
    aside.widget ul li {
      padding: 10px;
      line-height: 1.2;
      text-decoration: none;
      border-top: 1px solid #b1c2d6; }
      aside.widget ul li:first-child {
        border-top: none; }
      aside.widget ul li a {
        color: #2c4460; }
        aside.widget ul li a:hover, aside.widget ul li a:active, aside.widget ul li a:focus {
          color: #0a2240; }
        aside.widget ul li a:visited {
          color: #2c4460; }
      aside.widget ul li a[href$=".pdf"]:after {
        padding-left: 5px;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f1c1"; }
      aside.widget ul li.indent {
        padding-left: 20px; }
    aside.widget ul:first-child {
      margin-top: 15px;
      border-top: none; }
  aside.widget a.more {
    font-size: 1.563rem;
    color: #2c4460; }
    aside.widget a.more:hover, aside.widget a.more:active, aside.widget a.more:focus {
      color: #0a2240; }
    aside.widget a.more:visited {
      color: #2c4460; }
    aside.widget a.more span {
      font-size: 1.563rem; }
  aside.widget .dropdown button.dropdown-toggle {
    margin-top: 15px;
    width: 100%;
    color: #0a2240; }
  aside.widget .dropdown ul.dropdown-menu {
    height: auto;
    max-height: 600px;
    overflow-x: hidden; }
    aside.widget .dropdown ul.dropdown-menu li:first-child {
      margin-top: 0; }
    aside.widget .dropdown ul.dropdown-menu li a span {
      font-size: 1.063rem;
      color: #2c4460; }
    aside.widget .dropdown ul.dropdown-menu li a:hover, aside.widget .dropdown ul.dropdown-menu li a:active, aside.widget .dropdown ul.dropdown-menu li a:focus {
      color: #0a2240; }
    aside.widget .dropdown ul.dropdown-menu li a:visited {
      color: #2c4460; }
  aside.widget table {
    width: 100%; }
    aside.widget table tr td {
      padding-left: 2%; }
  aside.widget div.social a {
    color: #2c4460; }
  aside.widget div.social a span, aside.widget div.social a span:link, aside.widget div.social a span:visited {
    color: #2c4460; }
  aside.widget div.social a span:hover, aside.widget div.social a span:active, aside.widget div.social a span:focus {
    color: #0a2240;
    text-decoration: none; }
  aside.widget li.indent {
    border-left: 3px solid #577293;
    padding-left: 20px; }
  aside.widget li.super-indent {
    border-left: 3px solid #b1c2d6;
    padding-left: 35px !important; }
  aside.widget li.current {
    border-left: 3px solid #ffc514; }

main section div.widget {
  background-color: #ffffff;
  border-top: 5px solid #577293;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  padding: 0 15px 15px 15px;
  height: auto;
  margin: 0 10px 30px 10px;
  width: 50%; }
  @media only screen and (max-width: 992px) {
    main section div.widget {
      width: 100%; } }
  main section div.widget h3 {
    margin: 14px 0 5px 0;
    color: #577293;
    border: none; }
  main section div.widget h4 {
    padding-left: 10px;
    color: #0a2240;
    font-size: 1.25rem;
    font-family: "p22-underground-sc", sans-serif;
    text-transform: none; }
  main section div.widget p {
    padding-left: 10px;
    margin-top: 0;
    color: #0a2240;
    font-weight: 100; }
  main section div.widget a, main section div.widget a:link, main section div.widget a:visited {
    font-size: 0.938rem;
    text-decoration: none; }
    main section div.widget a span, main section div.widget a:link span, main section div.widget a:visited span {
      color: #2c4460;
      font-size: 2.188rem; }
  main section div.widget a:hover, main section div.widget a:focus, main section div.widget a:active {
    color: #0a2240; }
  main section div.widget ul {
    padding: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none; }
    main section div.widget ul li {
      padding: 10px;
      line-height: 1.2;
      text-decoration: none;
      border-top: 1px solid #b1c2d6; }
      main section div.widget ul li a, main section div.widget ul li a:link, main section div.widget ul li a:visited {
        color: #2c4460;
        text-decoration: none; }
      main section div.widget ul li a:hover, main section div.widget ul li a:focus, main section div.widget ul li a:active {
        color: #0a2240; }
      main section div.widget ul li a[href$=".pdf"]:after {
        padding-left: 5px;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f1c1"; }
      main section div.widget ul li.indent {
        padding-left: 20px; }
      main section div.widget ul li:first-child {
        margin-top: 15px;
        border-top: none; }
  main section div.widget .dropdown button.dropdown-toggle {
    color: #0a2240;
    margin-top: 15px;
    width: 100%; }
  main section div.widget .dropdown ul.dropdown-menu {
    height: auto;
    max-height: 600px;
    overflow-x: hidden; }
    main section div.widget .dropdown ul.dropdown-menu li:first-child {
      margin-top: 0; }
  main section div.widget table {
    width: 100%; }
    main section div.widget table tr td {
      padding-left: 2%; }

main section div.accordionlearn {
  background-color: #f2f2f2;
  border-top: 5px solid #577293;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  padding: 0 15px 15px 15px;
  height: auto;
  width: 100%; }
  main section div.accordionlearn h3 {
    margin: 14px 0 5px 0;
    color: #2c4460;
    border: none; }
  main section div.accordionlearn h4 {
    padding-left: 10px;
    color: #0a2240;
    font-size: 1.25rem;
    font-family: "p22-underground-sc", sans-serif;
    text-transform: none; }
  main section div.accordionlearn p {
    padding-left: 10px;
    margin-top: 0;
    color: #0a2240;
    font-weight: 100; }
  main section div.accordionlearn a, main section div.accordionlearn a:link, main section div.accordionlearn a:visited {
    font-size: 0.938rem;
    text-decoration: none; }
    main section div.accordionlearn a span, main section div.accordionlearn a:link span, main section div.accordionlearn a:visited span {
      color: #2c4460;
      font-size: 2.188rem; }
  main section div.accordionlearn a:hover, main section div.accordionlearn a:focus, main section div.accordionlearn a:active {
    color: #0a2240; }
  main section div.accordionlearn ul {
    padding: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none; }
    main section div.accordionlearn ul li {
      padding: 10px;
      line-height: 1.2;
      text-decoration: none;
      border-top: 1px solid #b1c2d6; }
      main section div.accordionlearn ul li a, main section div.accordionlearn ul li a:link, main section div.accordionlearn ul li a:visited {
        color: #2c4460;
        text-decoration: none; }
      main section div.accordionlearn ul li a:hover, main section div.accordionlearn ul li a:focus, main section div.accordionlearn ul li a:active {
        color: #0a2240; }
      main section div.accordionlearn ul li a[href$=".pdf"]:after {
        padding-left: 5px;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f1c1"; }
      main section div.accordionlearn ul li.indent {
        padding-left: 20px; }
      main section div.accordionlearn ul li:first-child {
        margin-top: 15px;
        border-top: none; }
  main section div.accordionlearn .dropdown button.dropdown-toggle {
    color: #0a2240;
    margin-top: 15px;
    width: 100%; }
  main section div.accordionlearn .dropdown ul.dropdown-menu {
    height: auto;
    max-height: 600px;
    overflow-x: hidden; }
    main section div.accordionlearn .dropdown ul.dropdown-menu li:first-child {
      margin-top: 0; }
  main section div.accordionlearn table {
    width: 100%; }
    main section div.accordionlearn table tr td {
      padding-left: 2%; }

.center {
  margin-left: auto;
  margin-right: auto; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.textCenter {
  text-align: center; }

img.floatRight {
  float: right;
  max-width: 50%;
  height: auto;
  padding: 10px; }
  @media only screen and (max-width: 480px) {
    img.floatRight {
      max-width: 100%; } }

img.floatLeft {
  float: left;
  max-width: 50%;
  height: auto;
  padding: 10px; }
  @media only screen and (max-width: 480px) {
    img.floatLeft {
      max-width: 100%; } }

/*----------------------------------
TABLES -base
----------------------------------*/
table {
  width: 90%;
  margin: 20px auto; }
  @media only screen and (max-width: 992px) {
    table {
      width: 100%; } }
  table caption {
    caption-side: top; }
  table thead tr {
    background: #2c4460;
    color: #ffffff; }
    table thead tr th {
      padding: 5px;
      font-family: "p22-underground-sc", sans-serif;
      color: #ffffff;
      line-height: 1.2;
      border: 1px solid #0a2240;
      vertical-align: middle;
      font-weight: 400;
      font-size: 1.063rem; }
      table thead tr th.center {
        text-align: center; }
      table thead tr th.file {
        text-align: center;
        width: 16.6666666667%; }
  table tfoot tr {
    background: #ffc514;
    color: #0a2240; }
    table tfoot tr td {
      padding: 5px;
      font-weight: 300;
      font-family: "p22-underground-sc", sans-serif;
      color: #0a2240;
      line-height: 1.2;
      border: 1px solid #0a2240;
      vertical-align: middle;
      font-size: 1.063rem; }
      table tfoot tr td.center {
        text-align: center; }
  table tbody tr td {
    padding: 5px;
    font-weight: 300;
    line-height: 1.2;
    border: 1px solid #0a2240;
    vertical-align: middle;
    font-size: 1.063rem;
    font-family: "p22-underground", sans-serif; }
    table tbody tr td a, table tbody tr td a:link, table tbody tr td a:visited {
      color: #2c4460; }
    table tbody tr td a:hover, table tbody tr td a:active, table tbody tr td a:focus {
      color: #0a2240; }
    table tbody tr td a.file-button, table tbody tr td a.file-button:link, table tbody tr td a.file-button:visited {
      background: #0a2240;
      color: #ffffff;
      padding: 5px;
      border-radius: 4px;
      margin: 5px; }
    table tbody tr td a.file-button:hover, table tbody tr td a.file-button:active, table tbody tr td a.file-button:focus {
      color: #b1c2d6;
      background: #0a2240;
      box-shadow: 1px 1px 5px #333333; }
    table tbody tr td:first-child {
      padding-left: 1%; }
    table tbody tr td.center {
      text-align: center; }
    table tbody tr td span.description {
      font-size: 0.938rem; }
  table tbody tr:nth-child(odd) {
    background-color: #ffffff; }
  table tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  table tbody tr:hover {
    background-color: rgba(177, 194, 214, 0.5); }

.accordion table {
  width: 100%; }

/*----------------------------------
CUSTOM TYPOGRAPHY -base
----------------------------------*/
main h1, main .h1 {
  font-family: "p22-underground-sc", sans-serif;
  font-weight: 400;
  font-size: 2.625rem;
  color: #0a2240;
  line-height: 1.2; }

main h2, main .h2 {
  font-family: "p22-underground-sc", sans-serif;
  font-weight: 400;
  font-size: 2.188rem;
  color: #0a2240;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 30px; }

main h3, main .h3 {
  font-family: "p22-underground-sc", sans-serif;
  font-weight: 300;
  font-size: 1.563rem;
  color: #2c4460;
  line-height: 1.2;
  padding: 5px 0;
  margin: 10px 0; }

main h4, main .h4 {
  font-family: "p22-underground-sc", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  color: #2c4460;
  line-height: 1.2;
  margin-top: 15px;
  padding-bottom: 10px; }

main h5, main .h5 {
  font-family: "p22-underground-sc", sans-serif;
  font-weight: 400;
  font-size: 1.063rem;
  color: #0a2240;
  line-height: 1.2;
  padding-bottom: 10px; }

main h6, main .h6 {
  font-family: "p22-underground-sc", sans-serif;
  font-weight: 600;
  font-size: 0.938rem;
  color: #2c4460;
  line-height: 1.2;
  text-transform: uppercase; }

main p {
  font-family: "p22-underground", sans-serif;
  font-weight: 300;
  font-size: 1.063rem;
  color: #333333;
  line-height: 1.5;
  margin: 0 0 1.12rem 0 !important; }
  main p a, main p a:link, main p a:visited {
    color: #2c4460;
    text-decoration: underline;
    font-weight: 400; }
  main p a:hover, main p a:focus, main p a:active {
    color: #0a2240;
    text-decoration: none;
    font-weight: 400; }
  main p.disclaimer {
    font-size: 0.813rem;
    line-height: 1.2; }
  main p.dietary {
    font-size: 0.813rem;
    line-height: 1.2;
    color: #565656;
    font-style: italic; }
    main p.dietary:before {
      padding-right: 5px;
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f06a";
      font-weight: 900;
      font-style: normal; }
  main p.onerem {
    font-size: 1rem; }

main ul {
  font-weight: 300;
  list-style: initial;
  list-style-position: initial;
  padding-left: 2rem;
  margin: 1.12rem 0; }
  main ul li {
    line-height: 1.4;
    font-family: "p22-underground", sans-serif;
    font-size: 1.063rem;
    font-weight: 300;
    color: #333333;
    padding: 0.25rem 0; }
    main ul li div.description {
      font-size: 0.938rem;
      margin-left: 10px; }
    main ul li div a, main ul li div a:link, main ul li div a:visited {
      color: #2c4460;
      text-decoration: underline;
      font-weight: 400; }
    main ul li div a:hover, main ul li div a:focus, main ul li div a:active {
      color: #0a2240;
      text-decoration: none;
      font-weight: 400; }
    main ul li a, main ul li a:link, main ul li a:visited {
      color: #2c4460;
      text-decoration: underline;
      font-weight: 400; }
    main ul li a:hover, main ul li a:focus, main ul li a:active {
      color: #0a2240;
      text-decoration: none;
      font-weight: 400; }
    main ul li ol, main ul li ul {
      margin: 0; }
      main ul li ol li, main ul li ul li {
        padding: 0.25rem 0; }
        main ul li ol li:first-child, main ul li ul li:first-child {
          padding-top: 10px; }

main ol {
  font-weight: 300;
  list-style: initial;
  list-style-type: decimal;
  list-style-position: initial;
  padding-left: 2rem;
  margin: 1.12rem 0; }
  main ol li {
    line-height: 1.4;
    font-family: "p22-underground", sans-serif;
    font-size: 1.063rem;
    font-weight: 300;
    color: #333333;
    padding: 0.25rem 0; }
    main ol li p {
      margin-bottom: 0; }
    main ol li ol, main ol li ul {
      margin: 0; }
      main ol li ol li, main ol li ul li {
        padding: 0.25rem 0; }
        main ol li ol li:first-child, main ol li ul li:first-child {
          padding-top: 10px; }

main strong, main bold, main b {
  font-family: "p22-underground", sans-serif;
  font-weight: 600; }

main em {
  font-style: italic; }

main blockquote {
  width: 100%;
  font-weight: 300;
  border-left: 3px solid #2c4460;
  background-color: #ffffff;
  color: #333333;
  padding: 10px 30px; }
  main blockquote.right {
    width: 50%;
    float: right; }
  main blockquote.left {
    width: 50%;
    float: left; }
  @media only screen and (max-width: 768px) {
    main blockquote {
      width: 40%; } }
  @media only screen and (max-width: 768px) {
    main blockquote {
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
      main blockquote.right {
        float: none; }
      main blockquote.left {
        float: none; } }
  main blockquote p {
    line-height: 1.2;
    font-weight: 400;
    font-size: 1.25rem;
    /* !important*/
    color: #333333; }
    main blockquote p.quote {
      font-weight: 400;
      font-style: italic; }
  main blockquote h4 {
    text-align: right;
    font-size: 1.375rem;
    font-weight: 300;
    color: rgba(51, 51, 51, 0.5); }

main label {
  font-family: "p22-underground-sc", sans-serif;
  color: #0a2240;
  margin-bottom: 0;
  font-weight: 400; }

/*----------------------------------
WASON CENTER
----------------------------------*/
body.wason {
  background: #fafafa;
  font-family: "proxima-nova", sans-serif; }
  body.wason a.wason-btn, body.wason a.wason-btn:link, body.wason a.wason-btn:visited {
    border: 2px solid #970005;
    color: #970005;
    text-decoration: none;
    border-radius: 6px;
    padding: 10px;
    margin: 25px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s; }
    body.wason a.wason-btn:hover, body.wason a.wason-btn:focus, body.wason a.wason-btn:active, body.wason a.wason-btn:link:hover, body.wason a.wason-btn:link:focus, body.wason a.wason-btn:link:active, body.wason a.wason-btn:visited:hover, body.wason a.wason-btn:visited:focus, body.wason a.wason-btn:visited:active {
      background-color: #970005;
      color: #fafafa;
      border-radius: 50px;
      transition: all 0.3s ease 0s;
      border: 2px solid #970005; }
  body.wason header nav {
    background: linear-gradient(#000052, #0B3C99);
    border-bottom: 2px solid #970005; }
    body.wason header nav .sticky {
      background: #000052; }
    body.wason header nav .hvr-underline-from-left:before {
      background: #DF0101; }
    body.wason header nav a .nav-link {
      font-family: "proxima-nova", sans-serif; }
  body.wason div.secondary header {
    background: #f2f2f2; }
    body.wason div.secondary header div.header img.big-logo {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 980px;
      height: auto; }
    body.wason div.secondary header div.hero-image {
      height: 50vh;
      width: 100%;
      background-position: center;
      background-size: cover; }
    body.wason div.secondary header div.is-loading h1 {
      transform: scale(0.9);
      opacity: 0; }
      body.wason div.secondary header div.is-loading h1:before, body.wason div.secondary header div.is-loading h1:after {
        width: 0; }
    body.wason div.secondary header div.hero-text {
      position: relative;
      top: 43%; }
      body.wason div.secondary header div.hero-text h1 {
        font-family: "proxima-nova", sans-serif;
        color: #000052;
        text-align: center;
        transform: scale(1);
        transition: transform 0.5s ease, opacity 1s ease;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 3rem;
        display: inline-block;
        padding: 1rem;
        position: absolute;
        font-weight: 400;
        font-variant: petite-caps;
        opacity: 1;
        padding-top: 15px;
        padding-bottom: 15px; }
        @media screen and (max-width: 480px) {
          body.wason div.secondary header div.hero-text h1 {
            font-size: 2.5rem; } }
        body.wason div.secondary header div.hero-text h1:before {
          height: 2px;
          width: 100%;
          content: "";
          background: #000052;
          display: block;
          position: absolute;
          transition: width 0.4s ease;
          transition-delay: 0.8s;
          top: 0;
          left: 0; }
        body.wason div.secondary header div.hero-text h1:after {
          height: 2px;
          width: 100%;
          content: "";
          background: #000052;
          display: block;
          position: absolute;
          transition: width 0.4s ease;
          transition-delay: 0.8s;
          bottom: 0;
          right: 0; }
  body.wason div.secondary ul.breadcrumb {
    background-color: #fafafa;
    border-bottom: 1px solid #970005; }
    body.wason div.secondary ul.breadcrumb li {
      font-family: "proxima-nova", sans-serif; }
      body.wason div.secondary ul.breadcrumb li.breadcrumb-item a {
        color: #0B3C99; }
        body.wason div.secondary ul.breadcrumb li.breadcrumb-item a:link, body.wason div.secondary ul.breadcrumb li.breadcrumb-item a:visited {
          color: #0B3C99; }
        body.wason div.secondary ul.breadcrumb li.breadcrumb-item a:hover, body.wason div.secondary ul.breadcrumb li.breadcrumb-item a:active, body.wason div.secondary ul.breadcrumb li.breadcrumb-item a:focus {
          color: #000052; }
        body.wason div.secondary ul.breadcrumb li.breadcrumb-item a.hvr-underline-from-left:before {
          background: #DF0101; }
  body.wason div.secondary main section.content {
    width: 75%;
    margin-left: 15%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-right: 15%;
    overflow: hidden;
    animation: slide-up 2s ease 1;
    transform-origin: 50% 0; }
    body.wason div.secondary main section.content h2 {
      font-family: "proxima-nova", sans-serif;
      font-weight: 100;
      color: #970005; }
      body.wason div.secondary main section.content h2::after {
        content: '';
        display: block;
        width: 60px;
        height: 1px;
        background: #970005;
        bottom: 0;
        position: relative;
        margin-top: 25px;
        margin-bottom: 25px; }
    body.wason div.secondary main section.content p {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }
      body.wason div.secondary main section.content p strong {
        font-family: "proxima-nova", sans-serif;
        font-weight: 600; }
    body.wason div.secondary main section.content ul, body.wason div.secondary main section.content ol, body.wason div.secondary main section.content li {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }
  body.wason div.secondary main section div.funnel div.flex-item {
    box-shadow: 0 0 5px 1px rgba(41, 41, 41, 0.3);
    border-radius: 5px; }
    body.wason div.secondary main section div.funnel div.flex-item a div.funnelTitle {
      position: absolute;
      color: #fafafa;
      background-color: rgba(151, 0, 5, 0.75);
      font-size: 1.125rem;
      padding: 15px;
      margin-top: 15px;
      left: -15px;
      top: 25px;
      bottom: initial;
      font-family: "proxima-nova", sans-serif;
      font-weight: 600;
      font-variant-caps: all-petite-caps;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      border-left: 0; }
      body.wason div.secondary main section div.funnel div.flex-item a div.funnelTitle:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #DF0101;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
    body.wason div.secondary main section div.funnel div.flex-item a:hover div.funnelTitle:before, body.wason div.secondary main section div.funnel div.flex-item a:hover div.funnelTitle:before, body.wason div.secondary main section div.funnel div.flex-item a:hover div.funnelTitle:before, body.wason div.secondary main section div.funnel div.flex-item a:focus div.funnelTitle:before, body.wason div.secondary main section div.funnel div.flex-item a:focus div.funnelTitle:before, body.wason div.secondary main section div.funnel div.flex-item a:focus div.funnelTitle:before, body.wason div.secondary main section div.funnel div.flex-item a:active div.funnelTitle:before, body.wason div.secondary main section div.funnel div.flex-item a:active div.funnelTitle:before, body.wason div.secondary main section div.funnel div.flex-item a:active div.funnelTitle:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  body.wason div.secondary main section div.accordion div.card {
    background-color: #f2f2f2;
    box-shadow: 0 0 5px 1px rgba(41, 41, 41, 0.3);
    border-radius: 5px; }
    body.wason div.secondary main section div.accordion div.card div.card-header h3 {
      color: #0B3C99; }
      body.wason div.secondary main section div.accordion div.card div.card-header h3 button.btn {
        font-family: "proxima-nova", sans-serif;
        font-weight: 600; }
      body.wason div.secondary main section div.accordion div.card div.card-header h3 button.btn-link {
        color: #0B3C99; }
        body.wason div.secondary main section div.accordion div.card div.card-header h3 button.btn-link i {
          color: #970005 !important; }
    body.wason div.secondary main section div.accordion div.card div div div {
      background: #fafafa; }
  body.wason div.secondary main section div.card-tiles div.card div.blue {
    background: linear-gradient(#000052, #0B3C99); }
  body.wason div.secondary main section div.table-responsive table thead tr {
    background: #0B3C99;
    color: #fafafa; }
    body.wason div.secondary main section div.table-responsive table thead tr th {
      font-family: "proxima-nova", sans-serif;
      font-variant-caps: all-petite-caps;
      color: #fafafa;
      border: 1px solid #000052; }
  body.wason div.secondary main section div.table-responsive table tbody tr:hover {
    background-color: rgba(11, 60, 153, 0.1); }
  body.wason div.secondary main section div.table-responsive table tbody tr td {
    font-weight: 400;
    border: 1px solid #000052;
    font-family: "proxima-nova", sans-serif; }
    body.wason div.secondary main section div.table-responsive table tbody tr td a.file-button, body.wason div.secondary main section div.table-responsive table tbody tr td a.file-button:visited, body.wason div.secondary main section div.table-responsive table tbody tr td a.file-button:link {
      background: #970005;
      color: #fafafa; }
    body.wason div.secondary main section div.table-responsive table tbody tr td a.file-button:hover, body.wason div.secondary main section div.table-responsive table tbody tr td a.file-button:focus, body.wason div.secondary main section div.table-responsive table tbody tr td a.file-button:active {
      background: #DF0101;
      color: #fafafa; }
  body.wason div.tertiary header {
    background: #f2f2f2;
    min-height: 250px; }
    body.wason div.tertiary header div.hero-text {
      position: relative;
      top: 120px; }
      body.wason div.tertiary header div.hero-text h1 {
        font-family: "proxima-nova", sans-serif;
        color: #000052;
        text-align: center;
        transform: scale(1);
        transition: transform 0.5s ease, opacity 1s ease;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 3rem;
        display: inline-block;
        padding: 1rem;
        position: absolute;
        font-weight: 400;
        font-variant: petite-caps;
        opacity: 1;
        padding-top: 15px;
        padding-bottom: 15px; }
        @media screen and (max-width: 480px) {
          body.wason div.tertiary header div.hero-text h1 {
            font-size: 2.5rem; } }
        body.wason div.tertiary header div.hero-text h1:before {
          height: 2px;
          width: 100%;
          content: "";
          background: #000052;
          display: block;
          position: absolute;
          transition: width 0.4s ease;
          transition-delay: 0.8s;
          top: 0;
          left: 0; }
        body.wason div.tertiary header div.hero-text h1:after {
          height: 2px;
          width: 100%;
          content: "";
          background: #000052;
          display: block;
          position: absolute;
          transition: width 0.4s ease;
          transition-delay: 0.8s;
          bottom: 0;
          right: 0; }
  body.wason div.tertiary ul.breadcrumb {
    background-color: #fafafa;
    border-bottom: 1px solid #970005; }
    body.wason div.tertiary ul.breadcrumb li {
      font-family: "proxima-nova", sans-serif; }
      body.wason div.tertiary ul.breadcrumb li.breadcrumb-item a {
        color: #0B3C99; }
        body.wason div.tertiary ul.breadcrumb li.breadcrumb-item a:link, body.wason div.tertiary ul.breadcrumb li.breadcrumb-item a:visited {
          color: #0B3C99; }
        body.wason div.tertiary ul.breadcrumb li.breadcrumb-item a:hover, body.wason div.tertiary ul.breadcrumb li.breadcrumb-item a:active, body.wason div.tertiary ul.breadcrumb li.breadcrumb-item a:focus {
          color: #000052; }
        body.wason div.tertiary ul.breadcrumb li.breadcrumb-item a.hvr-underline-from-left:before {
          background: #DF0101; }
  body.wason div.tertiary main section.content {
    width: 75%;
    margin-left: 15%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-right: 15%;
    overflow: hidden;
    animation: slide-up 2s ease 1;
    transform-origin: 50% 0; }
    body.wason div.tertiary main section.content h2 {
      font-family: "proxima-nova", sans-serif;
      font-weight: 100;
      color: #000052;
      text-align: center; }
    body.wason div.tertiary main section.content h3 {
      font-family: "proxima-nova", sans-serif;
      font-weight: 100;
      color: #970005; }
      body.wason div.tertiary main section.content h3::after {
        content: '';
        display: block;
        width: 60px;
        height: 1px;
        background: #970005;
        bottom: 0;
        position: relative;
        margin-top: 25px;
        margin-bottom: 25px; }
    body.wason div.tertiary main section.content p {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }
      body.wason div.tertiary main section.content p strong {
        font-family: "proxima-nova", sans-serif;
        font-weight: 600; }
    body.wason div.tertiary main section.content ul, body.wason div.tertiary main section.content ol, body.wason div.tertiary main section.content li {
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }
  body.wason div.tertiary main section div.profiles .profileConntainer:hover .flip-card .front i, body.wason div.tertiary main section div.profiles .profileConntainer:hover .flip-card .back i {
    color: #DF0101; }
  body.wason div.tertiary main section div.profiles .profileConntainer .flip-card .front {
    background: #fafafa;
    color: #292929; }
    body.wason div.tertiary main section div.profiles .profileConntainer .flip-card .front img {
      clip-path: none;
      width: 100%; }
    body.wason div.tertiary main section div.profiles .profileConntainer .flip-card .front h4 {
      font-family: "proxima-nova", sans-serif;
      color: #970005; }
    body.wason div.tertiary main section div.profiles .profileConntainer .flip-card .front p {
      font-family: "proxima-nova", sans-serif;
      color: #292929; }
    body.wason div.tertiary main section div.profiles .profileConntainer .flip-card .front i {
      color: #0B3C99; }
  body.wason div.tertiary main section div.profiles .profileConntainer .flip-card .back {
    background: #fafafa;
    color: #292929; }
    body.wason div.tertiary main section div.profiles .profileConntainer .flip-card .back p {
      font-family: "proxima-nova", sans-serif;
      color: #292929; }
    body.wason div.tertiary main section div.profiles .profileConntainer .flip-card .back ul li {
      font-family: "proxima-nova", sans-serif;
      color: #292929; }
    body.wason div.tertiary main section div.profiles .profileConntainer .flip-card .back i {
      position: absolute;
      color: #0B3C99; }
  body.wason div.actions {
    background-color: #000052; }
  body.wason footer {
    color: #fafafa;
    background: linear-gradient(#0B3C99, #000052);
    padding: 1rem 1rem 0 1rem;
    margin-top: 1rem;
    text-align: center; }
    body.wason footer #mc_embed_signup {
      clear: left;
      font-family: "proxima-nova", sans-serif; }
      body.wason footer #mc_embed_signup h2 {
        font-family: "proxima-nova", sans-serif;
        font-size: 1.5rem;
        text-align: center;
        font-weight: 600;
        margin: auto; }
      body.wason footer #mc_embed_signup form {
        display: block;
        position: relative;
        text-align: left;
        padding: 10px 0 10px 3%; }
      body.wason footer #mc_embed_signup .mc-field-group {
        clear: left;
        position: relative; }
        body.wason footer #mc_embed_signup .mc-field-group label {
          display: block;
          margin-bottom: 3px;
          font-size: 0.938rem; }
        body.wason footer #mc_embed_signup .mc-field-group input {
          display: block;
          width: 100%;
          padding: 8px 0;
          text-indent: 2%;
          background: #fafafa; }
      body.wason footer #mc_embed_signup .indicates-required {
        text-align: right;
        font-size: 11px;
        margin-right: 4%; }
      body.wason footer #mc_embed_signup .asterisk {
        color: #970005;
        font-size: 150%;
        font-weight: 400;
        position: relative;
        top: 5px; }
      body.wason footer #mc_embed_signup #mce-responses {
        float: left;
        top: -1.4rem;
        padding: 0rem .5rem 0rem .5rem;
        overflow: hidden;
        width: 90%;
        margin: 0 5%;
        clear: both; }
      body.wason footer #mc_embed_signup .clear {
        clear: both; }
      body.wason footer #mc_embed_signup .button {
        clear: both;
        background-color: #970005;
        border: 0 none;
        border-radius: 4px;
        transition: all 0.23s ease-in-out 0s;
        color: #fafafa;
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        font-weight: 400;
        height: 32px;
        line-height: 32px;
        padding: 0 22px;
        text-align: center;
        text-decoration: none;
        vertical-align: top;
        white-space: nowrap;
        margin-top: 1rem;
        margin-bottom: 1rem; }
        body.wason footer #mc_embed_signup .button:hover {
          background-color: #DF0101; }
    body.wason footer #brand {
      margin: auto; }
      @media screen and (max-width: 768px) {
        body.wason footer #brand {
          max-width: 200px;
          margin-top: 1rem; } }
    body.wason footer .contact {
      position: relative; }
      @media screen and (max-width: 768px) {
        body.wason footer .contact {
          position: initial;
          border-top: 1px solid #DF0101; } }
      body.wason footer .contact div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 768px) {
          body.wason footer .contact div {
            position: initial;
            top: initial;
            left: initial;
            transform: initial; } }
        body.wason footer .contact div address {
          font-size: 1.063rem;
          font-family: "proxima-nova", sans-serif !important; }
        body.wason footer .contact div p a, body.wason footer .contact div p a:link, body.wason footer .contact div p a:visited {
          color: #fafafa; }
          body.wason footer .contact div p a:hover, body.wason footer .contact div p a:focus, body.wason footer .contact div p a:active, body.wason footer .contact div p a:link:hover, body.wason footer .contact div p a:link:focus, body.wason footer .contact div p a:link:active, body.wason footer .contact div p a:visited:hover, body.wason footer .contact div p a:visited:focus, body.wason footer .contact div p a:visited:active {
            color: #DF0101; }
          body.wason footer .contact div p a i, body.wason footer .contact div p a:link i, body.wason footer .contact div p a:visited i {
            font-size: 2rem;
            margin: 0.5rem; }

.is-loading h1:before,
.is-loading h1:after {
  width: 0; }
