@charset "UTF-8";
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0072bc;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ef4949;
  --orange: #fd7e14;
  --yellow: #e5b150;
  --green: #5ebd5e;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #495157;
  --gray-dark: #353535;
  --gray-light: #83919b;
  --primary: #990000;
  --secondary: #e1e1e1;
  --success: #5ebd5e;
  --info: #0072bc;
  --warning: #e5b150;
  --danger: #ef4949;
  --light: #f8f8f8;
  --dark: #495157;
  --white: #fff;
  --medium: #D0D2D1;
  --gray-light: #83919b;
  --gray: #5f6a72;
  --darker: #3d3d3d;
  --crimson: #900f0f;
  --pop: #2b4abd;
  --azure: #3776a9;
  --tide: #990000;
  --black: #000;
  --sunshine: #f1e215;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1350px;
  --font-family-sans-serif: ITCBaileySansW01-Book;
  --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: "ITCBaileySansW01-Book";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495157;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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: #3776a9;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #245379;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #949494;
  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, .utility-box .searchandfilter h4, .h6, .utility-box .searchandfilter label {
  margin-bottom: 0.5rem;
  font-family: "ITCBaileySansW01-Book";
  font-weight: 400;
  line-height: 1.2;
  color: inherit; }

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

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

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

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

h5, .h5, .utility-box .searchandfilter h4 {
  font-size: 1rem; }

h6, .h6, .utility-box .searchandfilter label {
  font-size: 0.875rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #900f0f; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

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

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: #353535;
  border-radius: 0.125rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #495157; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #efefef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #efefef; }
  .table tbody + tbody {
    border-top: 2px solid #efefef; }

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

.table-bordered {
  border: 1px solid #efefef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #efefef; }
  .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: #495157;
  background-color: rgba(0, 0, 0, 0.075); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-white,
.table-white > th,
.table-white > td {
  background-color: white; }

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white; }

.table-hover .table-white:hover {
  background-color: #f2f2f2; }
  .table-hover .table-white:hover > td,
  .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }

.table-medium,
.table-medium > th,
.table-medium > td {
  background-color: #f2f2f2; }

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

.table-hover .table-medium:hover {
  background-color: #e5e5e5; }
  .table-hover .table-medium:hover > td,
  .table-hover .table-medium:hover > th {
    background-color: #e5e5e5; }

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

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

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

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #d2d5d8; }

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

.table-hover .table-gray:hover {
  background-color: #c4c8cc; }
  .table-hover .table-gray:hover > td,
  .table-hover .table-gray:hover > th {
    background-color: #c4c8cc; }

.table-darker,
.table-darker > th,
.table-darker > td {
  background-color: #c9c9c9; }

.table-darker th,
.table-darker td,
.table-darker thead th,
.table-darker tbody + tbody {
  border-color: #9a9a9a; }

.table-hover .table-darker:hover {
  background-color: #bcbcbc; }
  .table-hover .table-darker:hover > td,
  .table-hover .table-darker:hover > th {
    background-color: #bcbcbc; }

.table-crimson,
.table-crimson > th,
.table-crimson > td {
  background-color: #e0bcbc; }

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

.table-hover .table-crimson:hover {
  background-color: #d8abab; }
  .table-hover .table-crimson:hover > td,
  .table-hover .table-crimson:hover > th {
    background-color: #d8abab; }

.table-pop,
.table-pop > th,
.table-pop > td {
  background-color: #c4cced; }

.table-pop th,
.table-pop td,
.table-pop thead th,
.table-pop tbody + tbody {
  border-color: #91a1dd; }

.table-hover .table-pop:hover {
  background-color: #b0bbe7; }
  .table-hover .table-pop:hover > td,
  .table-hover .table-pop:hover > th {
    background-color: #b0bbe7; }

.table-azure,
.table-azure > th,
.table-azure > td {
  background-color: #c7d9e7; }

.table-azure th,
.table-azure td,
.table-azure thead th,
.table-azure tbody + tbody {
  border-color: #97b8d2; }

.table-hover .table-azure:hover {
  background-color: #b5cddf; }
  .table-hover .table-azure:hover > td,
  .table-hover .table-azure:hover > th {
    background-color: #b5cddf; }

.table-tide,
.table-tide > th,
.table-tide > td {
  background-color: #e2b8b8; }

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

.table-hover .table-tide:hover {
  background-color: #dba6a6; }
  .table-hover .table-tide:hover > td,
  .table-hover .table-tide:hover > th {
    background-color: #dba6a6; }

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8; }

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

.table-hover .table-black:hover {
  background-color: #ababab; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #ababab; }

.table-sunshine,
.table-sunshine > th,
.table-sunshine > td {
  background-color: #fbf7bd; }

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

.table-hover .table-sunshine:hover {
  background-color: #faf4a5; }
  .table-hover .table-sunshine:hover > td,
  .table-hover .table-sunshine:hover > th {
    background-color: #faf4a5; }

.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: #5f6a72;
  border-color: #707d87; }

.table .thead-light th {
  color: #797c83;
  background-color: #efefef;
  border-color: #efefef; }

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #797c83;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cdcdcd;
  border-radius: 0;
  box-shadow: none;
  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: #797c83;
    background-color: #fff;
    border-color: #990000;
    outline: 0;
    box-shadow: none, 0 0 0 0.2rem rgba(153, 0, 0, 0.25); }
  .form-control::placeholder {
    color: #949494;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #efefef;
    opacity: 1; }

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

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

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

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

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

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

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

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

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: #949494; }

.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: #5ebd5e; }

.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.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(94, 189, 94, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #5ebd5e;
  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='%235ebd5e' 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: #5ebd5e;
    box-shadow: 0 0 0 0.2rem rgba(94, 189, 94, 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: #5ebd5e;
  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='%235f6a72' 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='%235ebd5e' 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: #5ebd5e;
    box-shadow: 0 0 0 0.2rem rgba(94, 189, 94, 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: #5ebd5e; }

.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: #5ebd5e; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #5ebd5e; }

.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: #82cc82;
  background-color: #82cc82; }

.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(94, 189, 94, 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: #5ebd5e; }

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

.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: #5ebd5e;
  box-shadow: 0 0 0 0.2rem rgba(94, 189, 94, 0.25); }

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

.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.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(239, 73, 73, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ef4949;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ef4949' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ef4949' 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: #ef4949;
    box-shadow: 0 0 0 0.2rem rgba(239, 73, 73, 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: #ef4949;
  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='%235f6a72' 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='%23ef4949' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ef4949' 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: #ef4949;
    box-shadow: 0 0 0 0.2rem rgba(239, 73, 73, 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: #ef4949; }

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

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

.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(239, 73, 73, 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: #ef4949; }

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

.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: #ef4949;
  box-shadow: 0 0 0 0.2rem rgba(239, 73, 73, 0.25); }

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #495157;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.125rem;
  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) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #495157;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65;
    box-shadow: none; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); }

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

.btn-primary {
  color: #fff;
  background-color: #990000;
  border-color: #990000;
  box-shadow: none; }
  .btn-primary:hover {
    color: #fff;
    background-color: #730000;
    border-color: #660000; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(168, 38, 38, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #990000;
    border-color: #990000; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #660000;
    border-color: #590000; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(168, 38, 38, 0.5); }

.btn-secondary {
  color: #353535;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  box-shadow: none; }
  .btn-secondary:hover {
    color: #353535;
    background-color: #cecece;
    border-color: #c8c8c8; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(199, 199, 199, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #353535;
    background-color: #e1e1e1;
    border-color: #e1e1e1; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #353535;
    background-color: #c8c8c8;
    border-color: #c1c1c1; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(199, 199, 199, 0.5); }

.btn-success {
  color: #fff;
  background-color: #5ebd5e;
  border-color: #5ebd5e;
  box-shadow: none; }
  .btn-success:hover {
    color: #fff;
    background-color: #47ae47;
    border-color: #43a543; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(118, 199, 118, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #5ebd5e;
    border-color: #5ebd5e; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #43a543;
    border-color: #409c40; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(118, 199, 118, 0.5); }

.btn-info {
  color: #fff;
  background-color: #0072bc;
  border-color: #0072bc;
  box-shadow: none; }
  .btn-info:hover {
    color: #fff;
    background-color: #005b96;
    border-color: #005389; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(38, 135, 198, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #0072bc;
    border-color: #0072bc; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #005389;
    border-color: #004b7c; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 135, 198, 0.5); }

.btn-warning {
  color: #353535;
  background-color: #e5b150;
  border-color: #e5b150;
  box-shadow: none; }
  .btn-warning:hover {
    color: #353535;
    background-color: #e0a22f;
    border-color: #de9d24; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(203, 158, 76, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #353535;
    background-color: #e5b150;
    border-color: #e5b150; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #353535;
    background-color: #de9d24;
    border-color: #d69620; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(203, 158, 76, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #ef4949;
  border-color: #ef4949;
  box-shadow: none; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ec2626;
    border-color: #eb1a1a; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(241, 100, 100, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ef4949;
    border-color: #ef4949; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #eb1a1a;
    border-color: #e41414; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(241, 100, 100, 0.5); }

.btn-light {
  color: #353535;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  box-shadow: none; }
  .btn-light:hover {
    color: #353535;
    background-color: #e5e5e5;
    border-color: #dfdfdf; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(219, 219, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #353535;
    background-color: #f8f8f8;
    border-color: #f8f8f8; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #353535;
    background-color: #dfdfdf;
    border-color: #d8d8d8; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(219, 219, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #495157;
  border-color: #495157;
  box-shadow: none; }
  .btn-dark:hover {
    color: #fff;
    background-color: #383e42;
    border-color: #32373b; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(100, 107, 112, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #495157;
    border-color: #495157; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #32373b;
    border-color: #2c3134; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(100, 107, 112, 0.5); }

.btn-white {
  color: #353535;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none; }
  .btn-white:hover {
    color: #353535;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(225, 225, 225, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #353535;
    background-color: #fff;
    border-color: #fff; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #353535;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(225, 225, 225, 0.5); }

.btn-medium {
  color: #353535;
  background-color: #D0D2D1;
  border-color: #D0D2D1;
  box-shadow: none; }
  .btn-medium:hover {
    color: #353535;
    background-color: #bcbfbe;
    border-color: #b6b9b8; }
  .btn-medium:focus, .btn-medium.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(185, 186, 186, 0.5); }
  .btn-medium.disabled, .btn-medium:disabled {
    color: #353535;
    background-color: #D0D2D1;
    border-color: #D0D2D1; }
  .btn-medium:not(:disabled):not(.disabled):active, .btn-medium:not(:disabled):not(.disabled).active,
  .show > .btn-medium.dropdown-toggle {
    color: #353535;
    background-color: #b6b9b8;
    border-color: #afb3b1; }
    .btn-medium:not(:disabled):not(.disabled):active:focus, .btn-medium:not(:disabled):not(.disabled).active:focus,
    .show > .btn-medium.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(185, 186, 186, 0.5); }

.btn-gray-light {
  color: #fff;
  background-color: #83919b;
  border-color: #83919b;
  box-shadow: none; }
  .btn-gray-light:hover {
    color: #fff;
    background-color: #6f7e89;
    border-color: #697882; }
  .btn-gray-light:focus, .btn-gray-light.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(150, 162, 170, 0.5); }
  .btn-gray-light.disabled, .btn-gray-light:disabled {
    color: #fff;
    background-color: #83919b;
    border-color: #83919b; }
  .btn-gray-light:not(:disabled):not(.disabled):active, .btn-gray-light:not(:disabled):not(.disabled).active,
  .show > .btn-gray-light.dropdown-toggle {
    color: #fff;
    background-color: #697882;
    border-color: #63717b; }
    .btn-gray-light:not(:disabled):not(.disabled):active:focus, .btn-gray-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(150, 162, 170, 0.5); }

.btn-gray {
  color: #fff;
  background-color: #5f6a72;
  border-color: #5f6a72;
  box-shadow: none; }
  .btn-gray:hover {
    color: #fff;
    background-color: #4e575d;
    border-color: #485056; }
  .btn-gray:focus, .btn-gray.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(119, 128, 135, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    color: #fff;
    background-color: #5f6a72;
    border-color: #5f6a72; }
  .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
  .show > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #485056;
    border-color: #424a4f; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(119, 128, 135, 0.5); }

.btn-darker {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
  box-shadow: none; }
  .btn-darker:hover {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #242424; }
  .btn-darker:focus, .btn-darker.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(90, 90, 90, 0.5); }
  .btn-darker.disabled, .btn-darker:disabled {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #3d3d3d; }
  .btn-darker:not(:disabled):not(.disabled):active, .btn-darker:not(:disabled):not(.disabled).active,
  .show > .btn-darker.dropdown-toggle {
    color: #fff;
    background-color: #242424;
    border-color: #1d1d1d; }
    .btn-darker:not(:disabled):not(.disabled):active:focus, .btn-darker:not(:disabled):not(.disabled).active:focus,
    .show > .btn-darker.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(90, 90, 90, 0.5); }

.btn-crimson {
  color: #fff;
  background-color: #900f0f;
  border-color: #900f0f;
  box-shadow: none; }
  .btn-crimson:hover {
    color: #fff;
    background-color: #6d0b0b;
    border-color: #620a0a; }
  .btn-crimson:focus, .btn-crimson.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(161, 51, 51, 0.5); }
  .btn-crimson.disabled, .btn-crimson:disabled {
    color: #fff;
    background-color: #900f0f;
    border-color: #900f0f; }
  .btn-crimson:not(:disabled):not(.disabled):active, .btn-crimson:not(:disabled):not(.disabled).active,
  .show > .btn-crimson.dropdown-toggle {
    color: #fff;
    background-color: #620a0a;
    border-color: #560909; }
    .btn-crimson:not(:disabled):not(.disabled):active:focus, .btn-crimson:not(:disabled):not(.disabled).active:focus,
    .show > .btn-crimson.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(161, 51, 51, 0.5); }

.btn-pop {
  color: #fff;
  background-color: #2b4abd;
  border-color: #2b4abd;
  box-shadow: none; }
  .btn-pop:hover {
    color: #fff;
    background-color: #243e9e;
    border-color: #223a93; }
  .btn-pop:focus, .btn-pop.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(75, 101, 199, 0.5); }
  .btn-pop.disabled, .btn-pop:disabled {
    color: #fff;
    background-color: #2b4abd;
    border-color: #2b4abd; }
  .btn-pop:not(:disabled):not(.disabled):active, .btn-pop:not(:disabled):not(.disabled).active,
  .show > .btn-pop.dropdown-toggle {
    color: #fff;
    background-color: #223a93;
    border-color: #1f3689; }
    .btn-pop:not(:disabled):not(.disabled):active:focus, .btn-pop:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pop.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(75, 101, 199, 0.5); }

.btn-azure {
  color: #fff;
  background-color: #3776a9;
  border-color: #3776a9;
  box-shadow: none; }
  .btn-azure:hover {
    color: #fff;
    background-color: #2e628c;
    border-color: #2a5b83; }
  .btn-azure:focus, .btn-azure.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(85, 139, 182, 0.5); }
  .btn-azure.disabled, .btn-azure:disabled {
    color: #fff;
    background-color: #3776a9;
    border-color: #3776a9; }
  .btn-azure:not(:disabled):not(.disabled):active, .btn-azure:not(:disabled):not(.disabled).active,
  .show > .btn-azure.dropdown-toggle {
    color: #fff;
    background-color: #2a5b83;
    border-color: #275479; }
    .btn-azure:not(:disabled):not(.disabled):active:focus, .btn-azure:not(:disabled):not(.disabled).active:focus,
    .show > .btn-azure.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(85, 139, 182, 0.5); }

.btn-tide {
  color: #fff;
  background-color: #990000;
  border-color: #990000;
  box-shadow: none; }
  .btn-tide:hover {
    color: #fff;
    background-color: #730000;
    border-color: #660000; }
  .btn-tide:focus, .btn-tide.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(168, 38, 38, 0.5); }
  .btn-tide.disabled, .btn-tide:disabled {
    color: #fff;
    background-color: #990000;
    border-color: #990000; }
  .btn-tide:not(:disabled):not(.disabled):active, .btn-tide:not(:disabled):not(.disabled).active,
  .show > .btn-tide.dropdown-toggle {
    color: #fff;
    background-color: #660000;
    border-color: #590000; }
    .btn-tide:not(:disabled):not(.disabled):active:focus, .btn-tide:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tide.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(168, 38, 38, 0.5); }

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: none; }
  .btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-sunshine {
  color: #353535;
  background-color: #f1e215;
  border-color: #f1e215;
  box-shadow: none; }
  .btn-sunshine:hover {
    color: #353535;
    background-color: #d3c60d;
    border-color: #c7ba0c; }
  .btn-sunshine:focus, .btn-sunshine.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(213, 200, 26, 0.5); }
  .btn-sunshine.disabled, .btn-sunshine:disabled {
    color: #353535;
    background-color: #f1e215;
    border-color: #f1e215; }
  .btn-sunshine:not(:disabled):not(.disabled):active, .btn-sunshine:not(:disabled):not(.disabled).active,
  .show > .btn-sunshine.dropdown-toggle {
    color: #353535;
    background-color: #c7ba0c;
    border-color: #bbaf0b; }
    .btn-sunshine:not(:disabled):not(.disabled):active:focus, .btn-sunshine:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sunshine.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(213, 200, 26, 0.5); }

.btn-outline-primary {
  color: #990000;
  border-color: #990000; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #990000;
    border-color: #990000; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #990000;
    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: #990000;
    border-color: #990000; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(153, 0, 0, 0.5); }

.btn-outline-secondary {
  color: #e1e1e1;
  border-color: #e1e1e1; }
  .btn-outline-secondary:hover {
    color: #353535;
    background-color: #e1e1e1;
    border-color: #e1e1e1; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 225, 225, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #e1e1e1;
    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: #353535;
    background-color: #e1e1e1;
    border-color: #e1e1e1; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(225, 225, 225, 0.5); }

.btn-outline-success {
  color: #5ebd5e;
  border-color: #5ebd5e; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #5ebd5e;
    border-color: #5ebd5e; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 189, 94, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #5ebd5e;
    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: #5ebd5e;
    border-color: #5ebd5e; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(94, 189, 94, 0.5); }

.btn-outline-info {
  color: #0072bc;
  border-color: #0072bc; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #0072bc;
    border-color: #0072bc; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 114, 188, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #0072bc;
    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: #0072bc;
    border-color: #0072bc; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 114, 188, 0.5); }

.btn-outline-warning {
  color: #e5b150;
  border-color: #e5b150; }
  .btn-outline-warning:hover {
    color: #353535;
    background-color: #e5b150;
    border-color: #e5b150; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 177, 80, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #e5b150;
    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: #353535;
    background-color: #e5b150;
    border-color: #e5b150; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(229, 177, 80, 0.5); }

.btn-outline-danger {
  color: #ef4949;
  border-color: #ef4949; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ef4949;
    border-color: #ef4949; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 73, 73, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ef4949;
    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: #ef4949;
    border-color: #ef4949; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(239, 73, 73, 0.5); }

.btn-outline-light {
  color: #f8f8f8;
  border-color: #f8f8f8; }
  .btn-outline-light:hover {
    color: #353535;
    background-color: #f8f8f8;
    border-color: #f8f8f8; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f8f8;
    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: #353535;
    background-color: #f8f8f8;
    border-color: #f8f8f8; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 248, 248, 0.5); }

.btn-outline-dark {
  color: #495157;
  border-color: #495157; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #495157;
    border-color: #495157; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(73, 81, 87, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #495157;
    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: #495157;
    border-color: #495157; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(73, 81, 87, 0.5); }

.btn-outline-white {
  color: #fff;
  border-color: #fff; }
  .btn-outline-white:hover {
    color: #353535;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #353535;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-medium {
  color: #D0D2D1;
  border-color: #D0D2D1; }
  .btn-outline-medium:hover {
    color: #353535;
    background-color: #D0D2D1;
    border-color: #D0D2D1; }
  .btn-outline-medium:focus, .btn-outline-medium.focus {
    box-shadow: 0 0 0 0.2rem rgba(208, 210, 209, 0.5); }
  .btn-outline-medium.disabled, .btn-outline-medium:disabled {
    color: #D0D2D1;
    background-color: transparent; }
  .btn-outline-medium:not(:disabled):not(.disabled):active, .btn-outline-medium:not(:disabled):not(.disabled).active,
  .show > .btn-outline-medium.dropdown-toggle {
    color: #353535;
    background-color: #D0D2D1;
    border-color: #D0D2D1; }
    .btn-outline-medium:not(:disabled):not(.disabled):active:focus, .btn-outline-medium:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-medium.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(208, 210, 209, 0.5); }

.btn-outline-gray-light {
  color: #83919b;
  border-color: #83919b; }
  .btn-outline-gray-light:hover {
    color: #fff;
    background-color: #83919b;
    border-color: #83919b; }
  .btn-outline-gray-light:focus, .btn-outline-gray-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(131, 145, 155, 0.5); }
  .btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
    color: #83919b;
    background-color: transparent; }
  .btn-outline-gray-light:not(:disabled):not(.disabled):active, .btn-outline-gray-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-light.dropdown-toggle {
    color: #fff;
    background-color: #83919b;
    border-color: #83919b; }
    .btn-outline-gray-light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(131, 145, 155, 0.5); }

.btn-outline-gray {
  color: #5f6a72;
  border-color: #5f6a72; }
  .btn-outline-gray:hover {
    color: #fff;
    background-color: #5f6a72;
    border-color: #5f6a72; }
  .btn-outline-gray:focus, .btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(95, 106, 114, 0.5); }
  .btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #5f6a72;
    background-color: transparent; }
  .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray.dropdown-toggle {
    color: #fff;
    background-color: #5f6a72;
    border-color: #5f6a72; }
    .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(95, 106, 114, 0.5); }

.btn-outline-darker {
  color: #3d3d3d;
  border-color: #3d3d3d; }
  .btn-outline-darker:hover {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #3d3d3d; }
  .btn-outline-darker:focus, .btn-outline-darker.focus {
    box-shadow: 0 0 0 0.2rem rgba(61, 61, 61, 0.5); }
  .btn-outline-darker.disabled, .btn-outline-darker:disabled {
    color: #3d3d3d;
    background-color: transparent; }
  .btn-outline-darker:not(:disabled):not(.disabled):active, .btn-outline-darker:not(:disabled):not(.disabled).active,
  .show > .btn-outline-darker.dropdown-toggle {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #3d3d3d; }
    .btn-outline-darker:not(:disabled):not(.disabled):active:focus, .btn-outline-darker:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-darker.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(61, 61, 61, 0.5); }

.btn-outline-crimson {
  color: #900f0f;
  border-color: #900f0f; }
  .btn-outline-crimson:hover {
    color: #fff;
    background-color: #900f0f;
    border-color: #900f0f; }
  .btn-outline-crimson:focus, .btn-outline-crimson.focus {
    box-shadow: 0 0 0 0.2rem rgba(144, 15, 15, 0.5); }
  .btn-outline-crimson.disabled, .btn-outline-crimson:disabled {
    color: #900f0f;
    background-color: transparent; }
  .btn-outline-crimson:not(:disabled):not(.disabled):active, .btn-outline-crimson:not(:disabled):not(.disabled).active,
  .show > .btn-outline-crimson.dropdown-toggle {
    color: #fff;
    background-color: #900f0f;
    border-color: #900f0f; }
    .btn-outline-crimson:not(:disabled):not(.disabled):active:focus, .btn-outline-crimson:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-crimson.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(144, 15, 15, 0.5); }

.btn-outline-pop {
  color: #2b4abd;
  border-color: #2b4abd; }
  .btn-outline-pop:hover {
    color: #fff;
    background-color: #2b4abd;
    border-color: #2b4abd; }
  .btn-outline-pop:focus, .btn-outline-pop.focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 74, 189, 0.5); }
  .btn-outline-pop.disabled, .btn-outline-pop:disabled {
    color: #2b4abd;
    background-color: transparent; }
  .btn-outline-pop:not(:disabled):not(.disabled):active, .btn-outline-pop:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pop.dropdown-toggle {
    color: #fff;
    background-color: #2b4abd;
    border-color: #2b4abd; }
    .btn-outline-pop:not(:disabled):not(.disabled):active:focus, .btn-outline-pop:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pop.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(43, 74, 189, 0.5); }

.btn-outline-azure {
  color: #3776a9;
  border-color: #3776a9; }
  .btn-outline-azure:hover {
    color: #fff;
    background-color: #3776a9;
    border-color: #3776a9; }
  .btn-outline-azure:focus, .btn-outline-azure.focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 118, 169, 0.5); }
  .btn-outline-azure.disabled, .btn-outline-azure:disabled {
    color: #3776a9;
    background-color: transparent; }
  .btn-outline-azure:not(:disabled):not(.disabled):active, .btn-outline-azure:not(:disabled):not(.disabled).active,
  .show > .btn-outline-azure.dropdown-toggle {
    color: #fff;
    background-color: #3776a9;
    border-color: #3776a9; }
    .btn-outline-azure:not(:disabled):not(.disabled):active:focus, .btn-outline-azure:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-azure.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(55, 118, 169, 0.5); }

.btn-outline-tide {
  color: #990000;
  border-color: #990000; }
  .btn-outline-tide:hover {
    color: #fff;
    background-color: #990000;
    border-color: #990000; }
  .btn-outline-tide:focus, .btn-outline-tide.focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.5); }
  .btn-outline-tide.disabled, .btn-outline-tide:disabled {
    color: #990000;
    background-color: transparent; }
  .btn-outline-tide:not(:disabled):not(.disabled):active, .btn-outline-tide:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tide.dropdown-toggle {
    color: #fff;
    background-color: #990000;
    border-color: #990000; }
    .btn-outline-tide:not(:disabled):not(.disabled):active:focus, .btn-outline-tide:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tide.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(153, 0, 0, 0.5); }

.btn-outline-black {
  color: #000;
  border-color: #000; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-sunshine {
  color: #f1e215;
  border-color: #f1e215; }
  .btn-outline-sunshine:hover {
    color: #353535;
    background-color: #f1e215;
    border-color: #f1e215; }
  .btn-outline-sunshine:focus, .btn-outline-sunshine.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 226, 21, 0.5); }
  .btn-outline-sunshine.disabled, .btn-outline-sunshine:disabled {
    color: #f1e215;
    background-color: transparent; }
  .btn-outline-sunshine:not(:disabled):not(.disabled):active, .btn-outline-sunshine:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sunshine.dropdown-toggle {
    color: #353535;
    background-color: #f1e215;
    border-color: #f1e215; }
    .btn-outline-sunshine:not(:disabled):not(.disabled):active:focus, .btn-outline-sunshine:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-sunshine.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(241, 226, 21, 0.5); }

.btn-link {
  font-weight: 400;
  color: #3776a9;
  text-decoration: none; }
  .btn-link:hover {
    color: #245379;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #949494;
    pointer-events: none; }

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

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

.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-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 1rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #495157;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.95);
  background-clip: padding-box;
  border: 0 solid #c6c6c6;
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1350px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

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

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

.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::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 #efefef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 2rem;
  clear: both;
  font-weight: 400;
  color: #990000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #3d3d3d;
    text-decoration: none;
    background-color: transparent; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #949494;
    pointer-events: none;
    background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: 1rem 2rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #949494;
  white-space: nowrap; }

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

.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.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none; }

.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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #797c83;
  text-align: center;
  white-space: nowrap;
  background-color: #efefef;
  border: 1px solid #cdcdcd;
  border-radius: 0; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

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

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.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.5rem;
  padding-left: 1.5rem; }

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #990000;
    background-color: #990000;
    box-shadow: none; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none, 0 0 0 0.2rem rgba(153, 0, 0, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #990000; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #900f0f;
    border-color: #900f0f;
    box-shadow: none; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #949494; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #efefef; }

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

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

.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: #990000;
  background-color: #990000;
  box-shadow: none; }

.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(153, 0, 0, 0.5); }

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

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

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

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

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #c6c6c6;
    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(153, 0, 0, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #797c83;
  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='%235f6a72' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none; }
  .custom-select:focus {
    border-color: #990000;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(153, 0, 0, 0.25); }
    .custom-select:focus::-ms-value {
      color: #797c83;
      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: #949494;
    background-color: #efefef; }
  .custom-select::-ms-expand {
    display: none; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #990000;
    box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #efefef; }
  .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: #797c83;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 0;
  box-shadow: none; }
  .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: #797c83;
    content: "Browse";
    background-color: #efefef;
    border-left: inherit;
    border-radius: 0 0 0 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 #fff, 0 0 0 0.2rem rgba(153, 0, 0, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(153, 0, 0, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(153, 0, 0, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #990000;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    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: #ff4d4d; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e1e1e1;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #990000;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    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: #ff4d4d; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e1e1e1;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #990000;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    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: #ff4d4d; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-ms-fill-lower {
    background-color: #e1e1e1;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #e1e1e1;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #c6c6c6; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #c6c6c6; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #c6c6c6; }

.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: 2.5rem 0.875rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #949494;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #e1e1e1; }
  .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: #efefef #efefef #e1e1e1; }
    .nav-tabs .nav-link.disabled {
      color: #949494;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #797c83;
    background-color: #fff;
    border-color: #e1e1e1 #e1e1e1 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #3d3d3d;
  background-color: #e1e1e1; }

.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: 2.3125rem;
  padding-bottom: 2.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

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

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

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

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 1349.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1350px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  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: #990000; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #990000; }

.navbar-light .navbar-nav .nav-link {
  color: #990000; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff; }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(153, 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: #990000; }

.navbar-light .navbar-toggler {
  color: #990000;
  border-color: transparent; }

.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='%23990000' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: #990000; }
  .navbar-light .navbar-text a {
    color: #990000; }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: #990000; }

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

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

.navbar-dark .navbar-toggler {
  color: #f4f7f9;
  border-color: transparent; }

.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='%23f4f7f9' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 0; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

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

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

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

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

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

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

.card-header {
  padding: 2rem 1.5rem;
  margin-bottom: 0;
  background-color: none;
  border-bottom: 0 solid transparent; }
  .card-header:first-child {
    border-radius: calc(0 - 0) calc(0 - 0) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 2rem 1.5rem;
  background-color: none;
  border-top: 0 solid transparent; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0 - 0) calc(0 - 0); }

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0 - 0); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 0);
  border-top-right-radius: calc(0 - 0); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 0);
  border-bottom-left-radius: calc(0 - 0); }

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

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

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

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .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: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0;
    color: transparent;
    content: "/"; }

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

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

.breadcrumb-item.active {
  color: #f4f7f9; }

.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: #3776a9;
  background-color: #fff;
  border: 1px solid #e1e1e1; }
  .page-link:hover {
    z-index: 2;
    color: #245379;
    text-decoration: none;
    background-color: #efefef;
    border-color: #e1e1e1; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 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: #990000;
  border-color: #990000; }

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

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

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

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

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

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

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

.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: 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: #990000; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #660000; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.5); }

.badge-secondary {
  color: #353535;
  background-color: #e1e1e1; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #353535;
    background-color: #c8c8c8; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(225, 225, 225, 0.5); }

.badge-success {
  color: #fff;
  background-color: #5ebd5e; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #43a543; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(94, 189, 94, 0.5); }

.badge-info {
  color: #fff;
  background-color: #0072bc; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #005389; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 114, 188, 0.5); }

.badge-warning {
  color: #353535;
  background-color: #e5b150; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #353535;
    background-color: #de9d24; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(229, 177, 80, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #ef4949; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #eb1a1a; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(239, 73, 73, 0.5); }

.badge-light {
  color: #353535;
  background-color: #f8f8f8; }
  a.badge-light:hover, a.badge-light:focus {
    color: #353535;
    background-color: #dfdfdf; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #495157; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #32373b; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(73, 81, 87, 0.5); }

.badge-white {
  color: #353535;
  background-color: #fff; }
  a.badge-white:hover, a.badge-white:focus {
    color: #353535;
    background-color: #e6e6e6; }
  a.badge-white:focus, a.badge-white.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-medium {
  color: #353535;
  background-color: #D0D2D1; }
  a.badge-medium:hover, a.badge-medium:focus {
    color: #353535;
    background-color: #b6b9b8; }
  a.badge-medium:focus, a.badge-medium.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(208, 210, 209, 0.5); }

.badge-gray-light {
  color: #fff;
  background-color: #83919b; }
  a.badge-gray-light:hover, a.badge-gray-light:focus {
    color: #fff;
    background-color: #697882; }
  a.badge-gray-light:focus, a.badge-gray-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(131, 145, 155, 0.5); }

.badge-gray {
  color: #fff;
  background-color: #5f6a72; }
  a.badge-gray:hover, a.badge-gray:focus {
    color: #fff;
    background-color: #485056; }
  a.badge-gray:focus, a.badge-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(95, 106, 114, 0.5); }

.badge-darker {
  color: #fff;
  background-color: #3d3d3d; }
  a.badge-darker:hover, a.badge-darker:focus {
    color: #fff;
    background-color: #242424; }
  a.badge-darker:focus, a.badge-darker.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(61, 61, 61, 0.5); }

.badge-crimson {
  color: #fff;
  background-color: #900f0f; }
  a.badge-crimson:hover, a.badge-crimson:focus {
    color: #fff;
    background-color: #620a0a; }
  a.badge-crimson:focus, a.badge-crimson.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(144, 15, 15, 0.5); }

.badge-pop {
  color: #fff;
  background-color: #2b4abd; }
  a.badge-pop:hover, a.badge-pop:focus {
    color: #fff;
    background-color: #223a93; }
  a.badge-pop:focus, a.badge-pop.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(43, 74, 189, 0.5); }

.badge-azure {
  color: #fff;
  background-color: #3776a9; }
  a.badge-azure:hover, a.badge-azure:focus {
    color: #fff;
    background-color: #2a5b83; }
  a.badge-azure:focus, a.badge-azure.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(55, 118, 169, 0.5); }

.badge-tide {
  color: #fff;
  background-color: #990000; }
  a.badge-tide:hover, a.badge-tide:focus {
    color: #fff;
    background-color: #660000; }
  a.badge-tide:focus, a.badge-tide.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.5); }

.badge-black {
  color: #fff;
  background-color: #000; }
  a.badge-black:hover, a.badge-black:focus {
    color: #fff;
    background-color: black; }
  a.badge-black:focus, a.badge-black.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.badge-sunshine {
  color: #353535;
  background-color: #f1e215; }
  a.badge-sunshine:hover, a.badge-sunshine:focus {
    color: #353535;
    background-color: #c7ba0c; }
  a.badge-sunshine:focus, a.badge-sunshine.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(241, 226, 21, 0.5); }

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #500000;
  background-color: #ebcccc;
  border-color: #e2b8b8; }
  .alert-primary hr {
    border-top-color: #dba6a6; }
  .alert-primary .alert-link {
    color: #1d0000; }

.alert-secondary {
  color: #757575;
  background-color: #f9f9f9;
  border-color: #f7f7f7; }
  .alert-secondary hr {
    border-top-color: #eaeaea; }
  .alert-secondary .alert-link {
    color: #5c5c5c; }

.alert-success {
  color: #316231;
  background-color: #dff2df;
  border-color: #d2edd2; }
  .alert-success hr {
    border-top-color: #c0e6c0; }
  .alert-success .alert-link {
    color: #204020; }

.alert-info {
  color: #003b62;
  background-color: #cce3f2;
  border-color: #b8d8ec; }
  .alert-info hr {
    border-top-color: #a4cde7; }
  .alert-info .alert-link {
    color: #001c2f; }

.alert-warning {
  color: #775c2a;
  background-color: #faefdc;
  border-color: #f8e9ce; }
  .alert-warning hr {
    border-top-color: #f5dfb8; }
  .alert-warning .alert-link {
    color: #513f1d; }

.alert-danger {
  color: #7c2626;
  background-color: #fcdbdb;
  border-color: #fbcccc; }
  .alert-danger hr {
    border-top-color: #f9b4b4; }
  .alert-danger .alert-link {
    color: #551a1a; }

.alert-light {
  color: #818181;
  background-color: #fefefe;
  border-color: #fdfdfd; }
  .alert-light hr {
    border-top-color: #f0f0f0; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #262a2d;
  background-color: #dbdcdd;
  border-color: #ccced0; }
  .alert-dark hr {
    border-top-color: #bfc1c4; }
  .alert-dark .alert-link {
    color: #0f1011; }

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-white hr {
    border-top-color: #f2f2f2; }
  .alert-white .alert-link {
    color: #6c6c6c; }

.alert-medium {
  color: #6c6d6d;
  background-color: #f6f6f6;
  border-color: #f2f2f2; }
  .alert-medium hr {
    border-top-color: #e5e5e5; }
  .alert-medium .alert-link {
    color: #535353; }

.alert-gray-light {
  color: #444b51;
  background-color: #e6e9eb;
  border-color: #dce0e3; }
  .alert-gray-light hr {
    border-top-color: #ced3d8; }
  .alert-gray-light .alert-link {
    color: #2d3135; }

.alert-gray {
  color: #31373b;
  background-color: #dfe1e3;
  border-color: #d2d5d8; }
  .alert-gray hr {
    border-top-color: #c4c8cc; }
  .alert-gray .alert-link {
    color: #1a1d1f; }

.alert-darker {
  color: #202020;
  background-color: #d8d8d8;
  border-color: #c9c9c9; }
  .alert-darker hr {
    border-top-color: #bcbcbc; }
  .alert-darker .alert-link {
    color: #070707; }

.alert-crimson {
  color: #4b0808;
  background-color: #e9cfcf;
  border-color: #e0bcbc; }
  .alert-crimson hr {
    border-top-color: #d8abab; }
  .alert-crimson .alert-link {
    color: #1d0303; }

.alert-pop {
  color: #162662;
  background-color: #d5dbf2;
  border-color: #c4cced; }
  .alert-pop hr {
    border-top-color: #b0bbe7; }
  .alert-pop .alert-link {
    color: #0d1638; }

.alert-azure {
  color: #1d3d58;
  background-color: #d7e4ee;
  border-color: #c7d9e7; }
  .alert-azure hr {
    border-top-color: #b5cddf; }
  .alert-azure .alert-link {
    color: #102232; }

.alert-tide {
  color: #500000;
  background-color: #ebcccc;
  border-color: #e2b8b8; }
  .alert-tide hr {
    border-top-color: #dba6a6; }
  .alert-tide .alert-link {
    color: #1d0000; }

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-black hr {
    border-top-color: #ababab; }
  .alert-black .alert-link {
    color: black; }

.alert-sunshine {
  color: #7d760b;
  background-color: #fcf9d0;
  border-color: #fbf7bd; }
  .alert-sunshine hr {
    border-top-color: #faf4a5; }
  .alert-sunshine .alert-link {
    color: #4e4a07; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #efefef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #990000;
  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: #797c83;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #797c83;
    text-decoration: none;
    background-color: #f4f7f9; }
  .list-group-item-action:active {
    color: #495157;
    background-color: #efefef; }

.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: #949494;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #990000;
    border-color: #990000; }

.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: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item: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: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item: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: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item: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: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item: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; } }

@media (min-width: 1350px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xxl .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-xxl .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: #500000;
  background-color: #e2b8b8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #500000;
    background-color: #dba6a6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #500000;
    border-color: #500000; }

.list-group-item-secondary {
  color: #757575;
  background-color: #f7f7f7; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #757575;
    background-color: #eaeaea; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #757575;
    border-color: #757575; }

.list-group-item-success {
  color: #316231;
  background-color: #d2edd2; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #316231;
    background-color: #c0e6c0; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #316231;
    border-color: #316231; }

.list-group-item-info {
  color: #003b62;
  background-color: #b8d8ec; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #003b62;
    background-color: #a4cde7; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #003b62;
    border-color: #003b62; }

.list-group-item-warning {
  color: #775c2a;
  background-color: #f8e9ce; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #775c2a;
    background-color: #f5dfb8; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #775c2a;
    border-color: #775c2a; }

.list-group-item-danger {
  color: #7c2626;
  background-color: #fbcccc; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7c2626;
    background-color: #f9b4b4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7c2626;
    border-color: #7c2626; }

.list-group-item-light {
  color: #818181;
  background-color: #fdfdfd; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818181;
    background-color: #f0f0f0; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818181;
    border-color: #818181; }

.list-group-item-dark {
  color: #262a2d;
  background-color: #ccced0; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #262a2d;
    background-color: #bfc1c4; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #262a2d;
    border-color: #262a2d; }

.list-group-item-white {
  color: #858585;
  background-color: white; }
  .list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-medium {
  color: #6c6d6d;
  background-color: #f2f2f2; }
  .list-group-item-medium.list-group-item-action:hover, .list-group-item-medium.list-group-item-action:focus {
    color: #6c6d6d;
    background-color: #e5e5e5; }
  .list-group-item-medium.list-group-item-action.active {
    color: #fff;
    background-color: #6c6d6d;
    border-color: #6c6d6d; }

.list-group-item-gray-light {
  color: #444b51;
  background-color: #dce0e3; }
  .list-group-item-gray-light.list-group-item-action:hover, .list-group-item-gray-light.list-group-item-action:focus {
    color: #444b51;
    background-color: #ced3d8; }
  .list-group-item-gray-light.list-group-item-action.active {
    color: #fff;
    background-color: #444b51;
    border-color: #444b51; }

.list-group-item-gray {
  color: #31373b;
  background-color: #d2d5d8; }
  .list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
    color: #31373b;
    background-color: #c4c8cc; }
  .list-group-item-gray.list-group-item-action.active {
    color: #fff;
    background-color: #31373b;
    border-color: #31373b; }

.list-group-item-darker {
  color: #202020;
  background-color: #c9c9c9; }
  .list-group-item-darker.list-group-item-action:hover, .list-group-item-darker.list-group-item-action:focus {
    color: #202020;
    background-color: #bcbcbc; }
  .list-group-item-darker.list-group-item-action.active {
    color: #fff;
    background-color: #202020;
    border-color: #202020; }

.list-group-item-crimson {
  color: #4b0808;
  background-color: #e0bcbc; }
  .list-group-item-crimson.list-group-item-action:hover, .list-group-item-crimson.list-group-item-action:focus {
    color: #4b0808;
    background-color: #d8abab; }
  .list-group-item-crimson.list-group-item-action.active {
    color: #fff;
    background-color: #4b0808;
    border-color: #4b0808; }

.list-group-item-pop {
  color: #162662;
  background-color: #c4cced; }
  .list-group-item-pop.list-group-item-action:hover, .list-group-item-pop.list-group-item-action:focus {
    color: #162662;
    background-color: #b0bbe7; }
  .list-group-item-pop.list-group-item-action.active {
    color: #fff;
    background-color: #162662;
    border-color: #162662; }

.list-group-item-azure {
  color: #1d3d58;
  background-color: #c7d9e7; }
  .list-group-item-azure.list-group-item-action:hover, .list-group-item-azure.list-group-item-action:focus {
    color: #1d3d58;
    background-color: #b5cddf; }
  .list-group-item-azure.list-group-item-action.active {
    color: #fff;
    background-color: #1d3d58;
    border-color: #1d3d58; }

.list-group-item-tide {
  color: #500000;
  background-color: #e2b8b8; }
  .list-group-item-tide.list-group-item-action:hover, .list-group-item-tide.list-group-item-action:focus {
    color: #500000;
    background-color: #dba6a6; }
  .list-group-item-tide.list-group-item-action.active {
    color: #fff;
    background-color: #500000;
    border-color: #500000; }

.list-group-item-black {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.list-group-item-sunshine {
  color: #7d760b;
  background-color: #fbf7bd; }
  .list-group-item-sunshine.list-group-item-action:hover, .list-group-item-sunshine.list-group-item-action:focus {
    color: #7d760b;
    background-color: #faf4a5; }
  .list-group-item-sunshine.list-group-item-action.active {
    color: #fff;
    background-color: #7d760b;
    border-color: #7d760b; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    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; }

.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;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  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 #efefef;
  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 #efefef;
  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: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "ITCBaileySansW01-Book";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #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: "ITCBaileySansW01-Book";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .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: 1rem;
  color: inherit;
  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: #495157; }

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

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

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

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

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

.bg-success {
  background-color: #5ebd5e !important; }

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

.bg-info {
  background-color: #0072bc !important; }

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

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

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

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

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

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

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

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

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

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

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

.bg-medium {
  background-color: #D0D2D1 !important; }

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

.bg-gray-light {
  background-color: #83919b !important; }

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

.bg-gray {
  background-color: #5f6a72 !important; }

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

.bg-darker {
  background-color: #3d3d3d !important; }

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

.bg-crimson {
  background-color: #900f0f !important; }

a.bg-crimson:hover, a.bg-crimson:focus,
button.bg-crimson:hover,
button.bg-crimson:focus {
  background-color: #620a0a !important; }

.bg-pop {
  background-color: #2b4abd !important; }

a.bg-pop:hover, a.bg-pop:focus,
button.bg-pop:hover,
button.bg-pop:focus {
  background-color: #223a93 !important; }

.bg-azure {
  background-color: #3776a9 !important; }

a.bg-azure:hover, a.bg-azure:focus,
button.bg-azure:hover,
button.bg-azure:focus {
  background-color: #2a5b83 !important; }

.bg-tide {
  background-color: #990000 !important; }

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

.bg-black {
  background-color: #000 !important; }

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

.bg-sunshine {
  background-color: #f1e215 !important; }

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #efefef !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: #990000 !important; }

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

.border-success {
  border-color: #5ebd5e !important; }

.border-info {
  border-color: #0072bc !important; }

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

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

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

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

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

.border-medium {
  border-color: #D0D2D1 !important; }

.border-gray-light {
  border-color: #83919b !important; }

.border-gray {
  border-color: #5f6a72 !important; }

.border-darker {
  border-color: #3d3d3d !important; }

.border-crimson {
  border-color: #900f0f !important; }

.border-pop {
  border-color: #2b4abd !important; }

.border-azure {
  border-color: #3776a9 !important; }

.border-tide {
  border-color: #990000 !important; }

.border-black {
  border-color: #000 !important; }

.border-sunshine {
  border-color: #f1e215 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1350px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1350px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1350px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-7,
.mx-7 {
  margin-left: 5rem !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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-7,
.px-7 {
  padding-left: 5rem !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-n1h {
  margin: -0.3125rem !important; }

.mt-n1h,
.my-n1h {
  margin-top: -0.3125rem !important; }

.mr-n1h,
.mx-n1h {
  margin-right: -0.3125rem !important; }

.mb-n1h,
.my-n1h {
  margin-bottom: -0.3125rem !important; }

.ml-n1h,
.mx-n1h {
  margin-left: -0.3125rem !important; }

.m-n2h {
  margin: -0.625rem !important; }

.mt-n2h,
.my-n2h {
  margin-top: -0.625rem !important; }

.mr-n2h,
.mx-n2h {
  margin-right: -0.625rem !important; }

.mb-n2h,
.my-n2h {
  margin-bottom: -0.625rem !important; }

.ml-n2h,
.mx-n2h {
  margin-left: -0.625rem !important; }

.m-n3h {
  margin: -1.25rem !important; }

.mt-n3h,
.my-n3h {
  margin-top: -1.25rem !important; }

.mr-n3h,
.mx-n3h {
  margin-right: -1.25rem !important; }

.mb-n3h,
.my-n3h {
  margin-bottom: -1.25rem !important; }

.ml-n3h,
.mx-n3h {
  margin-left: -1.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .m-sm-1h {
    margin: 0.3125rem !important; }
  .mt-sm-1h,
  .my-sm-1h {
    margin-top: 0.3125rem !important; }
  .mr-sm-1h,
  .mx-sm-1h {
    margin-right: 0.3125rem !important; }
  .mb-sm-1h,
  .my-sm-1h {
    margin-bottom: 0.3125rem !important; }
  .ml-sm-1h,
  .mx-sm-1h {
    margin-left: 0.3125rem !important; }
  .m-sm-2h {
    margin: 0.625rem !important; }
  .mt-sm-2h,
  .my-sm-2h {
    margin-top: 0.625rem !important; }
  .mr-sm-2h,
  .mx-sm-2h {
    margin-right: 0.625rem !important; }
  .mb-sm-2h,
  .my-sm-2h {
    margin-bottom: 0.625rem !important; }
  .ml-sm-2h,
  .mx-sm-2h {
    margin-left: 0.625rem !important; }
  .m-sm-3h {
    margin: 1.25rem !important; }
  .mt-sm-3h,
  .my-sm-3h {
    margin-top: 1.25rem !important; }
  .mr-sm-3h,
  .mx-sm-3h {
    margin-right: 1.25rem !important; }
  .mb-sm-3h,
  .my-sm-3h {
    margin-bottom: 1.25rem !important; }
  .ml-sm-3h,
  .mx-sm-3h {
    margin-left: 1.25rem !important; }
  .m-sm-4h {
    margin: 2rem !important; }
  .mt-sm-4h,
  .my-sm-4h {
    margin-top: 2rem !important; }
  .mr-sm-4h,
  .mx-sm-4h {
    margin-right: 2rem !important; }
  .mb-sm-4h,
  .my-sm-4h {
    margin-bottom: 2rem !important; }
  .ml-sm-4h,
  .mx-sm-4h {
    margin-left: 2rem !important; }
  .m-sm-6 {
    margin: 4rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important; }
  .m-sm-7 {
    margin: 5rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5rem !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; }
  .p-sm-1h {
    padding: 0.3125rem !important; }
  .pt-sm-1h,
  .py-sm-1h {
    padding-top: 0.3125rem !important; }
  .pr-sm-1h,
  .px-sm-1h {
    padding-right: 0.3125rem !important; }
  .pb-sm-1h,
  .py-sm-1h {
    padding-bottom: 0.3125rem !important; }
  .pl-sm-1h,
  .px-sm-1h {
    padding-left: 0.3125rem !important; }
  .p-sm-2h {
    padding: 0.625rem !important; }
  .pt-sm-2h,
  .py-sm-2h {
    padding-top: 0.625rem !important; }
  .pr-sm-2h,
  .px-sm-2h {
    padding-right: 0.625rem !important; }
  .pb-sm-2h,
  .py-sm-2h {
    padding-bottom: 0.625rem !important; }
  .pl-sm-2h,
  .px-sm-2h {
    padding-left: 0.625rem !important; }
  .p-sm-3h {
    padding: 1.25rem !important; }
  .pt-sm-3h,
  .py-sm-3h {
    padding-top: 1.25rem !important; }
  .pr-sm-3h,
  .px-sm-3h {
    padding-right: 1.25rem !important; }
  .pb-sm-3h,
  .py-sm-3h {
    padding-bottom: 1.25rem !important; }
  .pl-sm-3h,
  .px-sm-3h {
    padding-left: 1.25rem !important; }
  .p-sm-4h {
    padding: 2rem !important; }
  .pt-sm-4h,
  .py-sm-4h {
    padding-top: 2rem !important; }
  .pr-sm-4h,
  .px-sm-4h {
    padding-right: 2rem !important; }
  .pb-sm-4h,
  .py-sm-4h {
    padding-bottom: 2rem !important; }
  .pl-sm-4h,
  .px-sm-4h {
    padding-left: 2rem !important; }
  .p-sm-6 {
    padding: 4rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important; }
  .p-sm-7 {
    padding: 5rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5rem !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-n1h {
    margin: -0.3125rem !important; }
  .mt-sm-n1h,
  .my-sm-n1h {
    margin-top: -0.3125rem !important; }
  .mr-sm-n1h,
  .mx-sm-n1h {
    margin-right: -0.3125rem !important; }
  .mb-sm-n1h,
  .my-sm-n1h {
    margin-bottom: -0.3125rem !important; }
  .ml-sm-n1h,
  .mx-sm-n1h {
    margin-left: -0.3125rem !important; }
  .m-sm-n2h {
    margin: -0.625rem !important; }
  .mt-sm-n2h,
  .my-sm-n2h {
    margin-top: -0.625rem !important; }
  .mr-sm-n2h,
  .mx-sm-n2h {
    margin-right: -0.625rem !important; }
  .mb-sm-n2h,
  .my-sm-n2h {
    margin-bottom: -0.625rem !important; }
  .ml-sm-n2h,
  .mx-sm-n2h {
    margin-left: -0.625rem !important; }
  .m-sm-n3h {
    margin: -1.25rem !important; }
  .mt-sm-n3h,
  .my-sm-n3h {
    margin-top: -1.25rem !important; }
  .mr-sm-n3h,
  .mx-sm-n3h {
    margin-right: -1.25rem !important; }
  .mb-sm-n3h,
  .my-sm-n3h {
    margin-bottom: -1.25rem !important; }
  .ml-sm-n3h,
  .mx-sm-n3h {
    margin-left: -1.25rem !important; }
  .m-sm-n4h {
    margin: -2rem !important; }
  .mt-sm-n4h,
  .my-sm-n4h {
    margin-top: -2rem !important; }
  .mr-sm-n4h,
  .mx-sm-n4h {
    margin-right: -2rem !important; }
  .mb-sm-n4h,
  .my-sm-n4h {
    margin-bottom: -2rem !important; }
  .ml-sm-n4h,
  .mx-sm-n4h {
    margin-left: -2rem !important; }
  .m-sm-n6 {
    margin: -4rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important; }
  .m-sm-n7 {
    margin: -5rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -5rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -5rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -5rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -5rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .m-md-1h {
    margin: 0.3125rem !important; }
  .mt-md-1h,
  .my-md-1h {
    margin-top: 0.3125rem !important; }
  .mr-md-1h,
  .mx-md-1h {
    margin-right: 0.3125rem !important; }
  .mb-md-1h,
  .my-md-1h {
    margin-bottom: 0.3125rem !important; }
  .ml-md-1h,
  .mx-md-1h {
    margin-left: 0.3125rem !important; }
  .m-md-2h {
    margin: 0.625rem !important; }
  .mt-md-2h,
  .my-md-2h {
    margin-top: 0.625rem !important; }
  .mr-md-2h,
  .mx-md-2h {
    margin-right: 0.625rem !important; }
  .mb-md-2h,
  .my-md-2h {
    margin-bottom: 0.625rem !important; }
  .ml-md-2h,
  .mx-md-2h {
    margin-left: 0.625rem !important; }
  .m-md-3h {
    margin: 1.25rem !important; }
  .mt-md-3h,
  .my-md-3h {
    margin-top: 1.25rem !important; }
  .mr-md-3h,
  .mx-md-3h {
    margin-right: 1.25rem !important; }
  .mb-md-3h,
  .my-md-3h {
    margin-bottom: 1.25rem !important; }
  .ml-md-3h,
  .mx-md-3h {
    margin-left: 1.25rem !important; }
  .m-md-4h {
    margin: 2rem !important; }
  .mt-md-4h,
  .my-md-4h {
    margin-top: 2rem !important; }
  .mr-md-4h,
  .mx-md-4h {
    margin-right: 2rem !important; }
  .mb-md-4h,
  .my-md-4h {
    margin-bottom: 2rem !important; }
  .ml-md-4h,
  .mx-md-4h {
    margin-left: 2rem !important; }
  .m-md-6 {
    margin: 4rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important; }
  .m-md-7 {
    margin: 5rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 5rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 5rem !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; }
  .p-md-1h {
    padding: 0.3125rem !important; }
  .pt-md-1h,
  .py-md-1h {
    padding-top: 0.3125rem !important; }
  .pr-md-1h,
  .px-md-1h {
    padding-right: 0.3125rem !important; }
  .pb-md-1h,
  .py-md-1h {
    padding-bottom: 0.3125rem !important; }
  .pl-md-1h,
  .px-md-1h {
    padding-left: 0.3125rem !important; }
  .p-md-2h {
    padding: 0.625rem !important; }
  .pt-md-2h,
  .py-md-2h {
    padding-top: 0.625rem !important; }
  .pr-md-2h,
  .px-md-2h {
    padding-right: 0.625rem !important; }
  .pb-md-2h,
  .py-md-2h {
    padding-bottom: 0.625rem !important; }
  .pl-md-2h,
  .px-md-2h {
    padding-left: 0.625rem !important; }
  .p-md-3h {
    padding: 1.25rem !important; }
  .pt-md-3h,
  .py-md-3h {
    padding-top: 1.25rem !important; }
  .pr-md-3h,
  .px-md-3h {
    padding-right: 1.25rem !important; }
  .pb-md-3h,
  .py-md-3h {
    padding-bottom: 1.25rem !important; }
  .pl-md-3h,
  .px-md-3h {
    padding-left: 1.25rem !important; }
  .p-md-4h {
    padding: 2rem !important; }
  .pt-md-4h,
  .py-md-4h {
    padding-top: 2rem !important; }
  .pr-md-4h,
  .px-md-4h {
    padding-right: 2rem !important; }
  .pb-md-4h,
  .py-md-4h {
    padding-bottom: 2rem !important; }
  .pl-md-4h,
  .px-md-4h {
    padding-left: 2rem !important; }
  .p-md-6 {
    padding: 4rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important; }
  .p-md-7 {
    padding: 5rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 5rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 5rem !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-n1h {
    margin: -0.3125rem !important; }
  .mt-md-n1h,
  .my-md-n1h {
    margin-top: -0.3125rem !important; }
  .mr-md-n1h,
  .mx-md-n1h {
    margin-right: -0.3125rem !important; }
  .mb-md-n1h,
  .my-md-n1h {
    margin-bottom: -0.3125rem !important; }
  .ml-md-n1h,
  .mx-md-n1h {
    margin-left: -0.3125rem !important; }
  .m-md-n2h {
    margin: -0.625rem !important; }
  .mt-md-n2h,
  .my-md-n2h {
    margin-top: -0.625rem !important; }
  .mr-md-n2h,
  .mx-md-n2h {
    margin-right: -0.625rem !important; }
  .mb-md-n2h,
  .my-md-n2h {
    margin-bottom: -0.625rem !important; }
  .ml-md-n2h,
  .mx-md-n2h {
    margin-left: -0.625rem !important; }
  .m-md-n3h {
    margin: -1.25rem !important; }
  .mt-md-n3h,
  .my-md-n3h {
    margin-top: -1.25rem !important; }
  .mr-md-n3h,
  .mx-md-n3h {
    margin-right: -1.25rem !important; }
  .mb-md-n3h,
  .my-md-n3h {
    margin-bottom: -1.25rem !important; }
  .ml-md-n3h,
  .mx-md-n3h {
    margin-left: -1.25rem !important; }
  .m-md-n4h {
    margin: -2rem !important; }
  .mt-md-n4h,
  .my-md-n4h {
    margin-top: -2rem !important; }
  .mr-md-n4h,
  .mx-md-n4h {
    margin-right: -2rem !important; }
  .mb-md-n4h,
  .my-md-n4h {
    margin-bottom: -2rem !important; }
  .ml-md-n4h,
  .mx-md-n4h {
    margin-left: -2rem !important; }
  .m-md-n6 {
    margin: -4rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important; }
  .m-md-n7 {
    margin: -5rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -5rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -5rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -5rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -5rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .m-lg-1h {
    margin: 0.3125rem !important; }
  .mt-lg-1h,
  .my-lg-1h {
    margin-top: 0.3125rem !important; }
  .mr-lg-1h,
  .mx-lg-1h {
    margin-right: 0.3125rem !important; }
  .mb-lg-1h,
  .my-lg-1h {
    margin-bottom: 0.3125rem !important; }
  .ml-lg-1h,
  .mx-lg-1h {
    margin-left: 0.3125rem !important; }
  .m-lg-2h {
    margin: 0.625rem !important; }
  .mt-lg-2h,
  .my-lg-2h {
    margin-top: 0.625rem !important; }
  .mr-lg-2h,
  .mx-lg-2h {
    margin-right: 0.625rem !important; }
  .mb-lg-2h,
  .my-lg-2h {
    margin-bottom: 0.625rem !important; }
  .ml-lg-2h,
  .mx-lg-2h {
    margin-left: 0.625rem !important; }
  .m-lg-3h {
    margin: 1.25rem !important; }
  .mt-lg-3h,
  .my-lg-3h {
    margin-top: 1.25rem !important; }
  .mr-lg-3h,
  .mx-lg-3h {
    margin-right: 1.25rem !important; }
  .mb-lg-3h,
  .my-lg-3h {
    margin-bottom: 1.25rem !important; }
  .ml-lg-3h,
  .mx-lg-3h {
    margin-left: 1.25rem !important; }
  .m-lg-4h {
    margin: 2rem !important; }
  .mt-lg-4h,
  .my-lg-4h {
    margin-top: 2rem !important; }
  .mr-lg-4h,
  .mx-lg-4h {
    margin-right: 2rem !important; }
  .mb-lg-4h,
  .my-lg-4h {
    margin-bottom: 2rem !important; }
  .ml-lg-4h,
  .mx-lg-4h {
    margin-left: 2rem !important; }
  .m-lg-6 {
    margin: 4rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important; }
  .m-lg-7 {
    margin: 5rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5rem !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; }
  .p-lg-1h {
    padding: 0.3125rem !important; }
  .pt-lg-1h,
  .py-lg-1h {
    padding-top: 0.3125rem !important; }
  .pr-lg-1h,
  .px-lg-1h {
    padding-right: 0.3125rem !important; }
  .pb-lg-1h,
  .py-lg-1h {
    padding-bottom: 0.3125rem !important; }
  .pl-lg-1h,
  .px-lg-1h {
    padding-left: 0.3125rem !important; }
  .p-lg-2h {
    padding: 0.625rem !important; }
  .pt-lg-2h,
  .py-lg-2h {
    padding-top: 0.625rem !important; }
  .pr-lg-2h,
  .px-lg-2h {
    padding-right: 0.625rem !important; }
  .pb-lg-2h,
  .py-lg-2h {
    padding-bottom: 0.625rem !important; }
  .pl-lg-2h,
  .px-lg-2h {
    padding-left: 0.625rem !important; }
  .p-lg-3h {
    padding: 1.25rem !important; }
  .pt-lg-3h,
  .py-lg-3h {
    padding-top: 1.25rem !important; }
  .pr-lg-3h,
  .px-lg-3h {
    padding-right: 1.25rem !important; }
  .pb-lg-3h,
  .py-lg-3h {
    padding-bottom: 1.25rem !important; }
  .pl-lg-3h,
  .px-lg-3h {
    padding-left: 1.25rem !important; }
  .p-lg-4h {
    padding: 2rem !important; }
  .pt-lg-4h,
  .py-lg-4h {
    padding-top: 2rem !important; }
  .pr-lg-4h,
  .px-lg-4h {
    padding-right: 2rem !important; }
  .pb-lg-4h,
  .py-lg-4h {
    padding-bottom: 2rem !important; }
  .pl-lg-4h,
  .px-lg-4h {
    padding-left: 2rem !important; }
  .p-lg-6 {
    padding: 4rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important; }
  .p-lg-7 {
    padding: 5rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5rem !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-n1h {
    margin: -0.3125rem !important; }
  .mt-lg-n1h,
  .my-lg-n1h {
    margin-top: -0.3125rem !important; }
  .mr-lg-n1h,
  .mx-lg-n1h {
    margin-right: -0.3125rem !important; }
  .mb-lg-n1h,
  .my-lg-n1h {
    margin-bottom: -0.3125rem !important; }
  .ml-lg-n1h,
  .mx-lg-n1h {
    margin-left: -0.3125rem !important; }
  .m-lg-n2h {
    margin: -0.625rem !important; }
  .mt-lg-n2h,
  .my-lg-n2h {
    margin-top: -0.625rem !important; }
  .mr-lg-n2h,
  .mx-lg-n2h {
    margin-right: -0.625rem !important; }
  .mb-lg-n2h,
  .my-lg-n2h {
    margin-bottom: -0.625rem !important; }
  .ml-lg-n2h,
  .mx-lg-n2h {
    margin-left: -0.625rem !important; }
  .m-lg-n3h {
    margin: -1.25rem !important; }
  .mt-lg-n3h,
  .my-lg-n3h {
    margin-top: -1.25rem !important; }
  .mr-lg-n3h,
  .mx-lg-n3h {
    margin-right: -1.25rem !important; }
  .mb-lg-n3h,
  .my-lg-n3h {
    margin-bottom: -1.25rem !important; }
  .ml-lg-n3h,
  .mx-lg-n3h {
    margin-left: -1.25rem !important; }
  .m-lg-n4h {
    margin: -2rem !important; }
  .mt-lg-n4h,
  .my-lg-n4h {
    margin-top: -2rem !important; }
  .mr-lg-n4h,
  .mx-lg-n4h {
    margin-right: -2rem !important; }
  .mb-lg-n4h,
  .my-lg-n4h {
    margin-bottom: -2rem !important; }
  .ml-lg-n4h,
  .mx-lg-n4h {
    margin-left: -2rem !important; }
  .m-lg-n6 {
    margin: -4rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important; }
  .m-lg-n7 {
    margin: -5rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -5rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -5rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -5rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -5rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .m-xl-1h {
    margin: 0.3125rem !important; }
  .mt-xl-1h,
  .my-xl-1h {
    margin-top: 0.3125rem !important; }
  .mr-xl-1h,
  .mx-xl-1h {
    margin-right: 0.3125rem !important; }
  .mb-xl-1h,
  .my-xl-1h {
    margin-bottom: 0.3125rem !important; }
  .ml-xl-1h,
  .mx-xl-1h {
    margin-left: 0.3125rem !important; }
  .m-xl-2h {
    margin: 0.625rem !important; }
  .mt-xl-2h,
  .my-xl-2h {
    margin-top: 0.625rem !important; }
  .mr-xl-2h,
  .mx-xl-2h {
    margin-right: 0.625rem !important; }
  .mb-xl-2h,
  .my-xl-2h {
    margin-bottom: 0.625rem !important; }
  .ml-xl-2h,
  .mx-xl-2h {
    margin-left: 0.625rem !important; }
  .m-xl-3h {
    margin: 1.25rem !important; }
  .mt-xl-3h,
  .my-xl-3h {
    margin-top: 1.25rem !important; }
  .mr-xl-3h,
  .mx-xl-3h {
    margin-right: 1.25rem !important; }
  .mb-xl-3h,
  .my-xl-3h {
    margin-bottom: 1.25rem !important; }
  .ml-xl-3h,
  .mx-xl-3h {
    margin-left: 1.25rem !important; }
  .m-xl-4h {
    margin: 2rem !important; }
  .mt-xl-4h,
  .my-xl-4h {
    margin-top: 2rem !important; }
  .mr-xl-4h,
  .mx-xl-4h {
    margin-right: 2rem !important; }
  .mb-xl-4h,
  .my-xl-4h {
    margin-bottom: 2rem !important; }
  .ml-xl-4h,
  .mx-xl-4h {
    margin-left: 2rem !important; }
  .m-xl-6 {
    margin: 4rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important; }
  .m-xl-7 {
    margin: 5rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5rem !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; }
  .p-xl-1h {
    padding: 0.3125rem !important; }
  .pt-xl-1h,
  .py-xl-1h {
    padding-top: 0.3125rem !important; }
  .pr-xl-1h,
  .px-xl-1h {
    padding-right: 0.3125rem !important; }
  .pb-xl-1h,
  .py-xl-1h {
    padding-bottom: 0.3125rem !important; }
  .pl-xl-1h,
  .px-xl-1h {
    padding-left: 0.3125rem !important; }
  .p-xl-2h {
    padding: 0.625rem !important; }
  .pt-xl-2h,
  .py-xl-2h {
    padding-top: 0.625rem !important; }
  .pr-xl-2h,
  .px-xl-2h {
    padding-right: 0.625rem !important; }
  .pb-xl-2h,
  .py-xl-2h {
    padding-bottom: 0.625rem !important; }
  .pl-xl-2h,
  .px-xl-2h {
    padding-left: 0.625rem !important; }
  .p-xl-3h {
    padding: 1.25rem !important; }
  .pt-xl-3h,
  .py-xl-3h {
    padding-top: 1.25rem !important; }
  .pr-xl-3h,
  .px-xl-3h {
    padding-right: 1.25rem !important; }
  .pb-xl-3h,
  .py-xl-3h {
    padding-bottom: 1.25rem !important; }
  .pl-xl-3h,
  .px-xl-3h {
    padding-left: 1.25rem !important; }
  .p-xl-4h {
    padding: 2rem !important; }
  .pt-xl-4h,
  .py-xl-4h {
    padding-top: 2rem !important; }
  .pr-xl-4h,
  .px-xl-4h {
    padding-right: 2rem !important; }
  .pb-xl-4h,
  .py-xl-4h {
    padding-bottom: 2rem !important; }
  .pl-xl-4h,
  .px-xl-4h {
    padding-left: 2rem !important; }
  .p-xl-6 {
    padding: 4rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important; }
  .p-xl-7 {
    padding: 5rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5rem !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-n1h {
    margin: -0.3125rem !important; }
  .mt-xl-n1h,
  .my-xl-n1h {
    margin-top: -0.3125rem !important; }
  .mr-xl-n1h,
  .mx-xl-n1h {
    margin-right: -0.3125rem !important; }
  .mb-xl-n1h,
  .my-xl-n1h {
    margin-bottom: -0.3125rem !important; }
  .ml-xl-n1h,
  .mx-xl-n1h {
    margin-left: -0.3125rem !important; }
  .m-xl-n2h {
    margin: -0.625rem !important; }
  .mt-xl-n2h,
  .my-xl-n2h {
    margin-top: -0.625rem !important; }
  .mr-xl-n2h,
  .mx-xl-n2h {
    margin-right: -0.625rem !important; }
  .mb-xl-n2h,
  .my-xl-n2h {
    margin-bottom: -0.625rem !important; }
  .ml-xl-n2h,
  .mx-xl-n2h {
    margin-left: -0.625rem !important; }
  .m-xl-n3h {
    margin: -1.25rem !important; }
  .mt-xl-n3h,
  .my-xl-n3h {
    margin-top: -1.25rem !important; }
  .mr-xl-n3h,
  .mx-xl-n3h {
    margin-right: -1.25rem !important; }
  .mb-xl-n3h,
  .my-xl-n3h {
    margin-bottom: -1.25rem !important; }
  .ml-xl-n3h,
  .mx-xl-n3h {
    margin-left: -1.25rem !important; }
  .m-xl-n4h {
    margin: -2rem !important; }
  .mt-xl-n4h,
  .my-xl-n4h {
    margin-top: -2rem !important; }
  .mr-xl-n4h,
  .mx-xl-n4h {
    margin-right: -2rem !important; }
  .mb-xl-n4h,
  .my-xl-n4h {
    margin-bottom: -2rem !important; }
  .ml-xl-n4h,
  .mx-xl-n4h {
    margin-left: -2rem !important; }
  .m-xl-n6 {
    margin: -4rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important; }
  .m-xl-n7 {
    margin: -5rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -5rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -5rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -5rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -5rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1350px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .m-xxl-1h {
    margin: 0.3125rem !important; }
  .mt-xxl-1h,
  .my-xxl-1h {
    margin-top: 0.3125rem !important; }
  .mr-xxl-1h,
  .mx-xxl-1h {
    margin-right: 0.3125rem !important; }
  .mb-xxl-1h,
  .my-xxl-1h {
    margin-bottom: 0.3125rem !important; }
  .ml-xxl-1h,
  .mx-xxl-1h {
    margin-left: 0.3125rem !important; }
  .m-xxl-2h {
    margin: 0.625rem !important; }
  .mt-xxl-2h,
  .my-xxl-2h {
    margin-top: 0.625rem !important; }
  .mr-xxl-2h,
  .mx-xxl-2h {
    margin-right: 0.625rem !important; }
  .mb-xxl-2h,
  .my-xxl-2h {
    margin-bottom: 0.625rem !important; }
  .ml-xxl-2h,
  .mx-xxl-2h {
    margin-left: 0.625rem !important; }
  .m-xxl-3h {
    margin: 1.25rem !important; }
  .mt-xxl-3h,
  .my-xxl-3h {
    margin-top: 1.25rem !important; }
  .mr-xxl-3h,
  .mx-xxl-3h {
    margin-right: 1.25rem !important; }
  .mb-xxl-3h,
  .my-xxl-3h {
    margin-bottom: 1.25rem !important; }
  .ml-xxl-3h,
  .mx-xxl-3h {
    margin-left: 1.25rem !important; }
  .m-xxl-4h {
    margin: 2rem !important; }
  .mt-xxl-4h,
  .my-xxl-4h {
    margin-top: 2rem !important; }
  .mr-xxl-4h,
  .mx-xxl-4h {
    margin-right: 2rem !important; }
  .mb-xxl-4h,
  .my-xxl-4h {
    margin-bottom: 2rem !important; }
  .ml-xxl-4h,
  .mx-xxl-4h {
    margin-left: 2rem !important; }
  .m-xxl-6 {
    margin: 4rem !important; }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4rem !important; }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4rem !important; }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4rem !important; }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4rem !important; }
  .m-xxl-7 {
    margin: 5rem !important; }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 5rem !important; }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 5rem !important; }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 5rem !important; }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 5rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .p-xxl-1h {
    padding: 0.3125rem !important; }
  .pt-xxl-1h,
  .py-xxl-1h {
    padding-top: 0.3125rem !important; }
  .pr-xxl-1h,
  .px-xxl-1h {
    padding-right: 0.3125rem !important; }
  .pb-xxl-1h,
  .py-xxl-1h {
    padding-bottom: 0.3125rem !important; }
  .pl-xxl-1h,
  .px-xxl-1h {
    padding-left: 0.3125rem !important; }
  .p-xxl-2h {
    padding: 0.625rem !important; }
  .pt-xxl-2h,
  .py-xxl-2h {
    padding-top: 0.625rem !important; }
  .pr-xxl-2h,
  .px-xxl-2h {
    padding-right: 0.625rem !important; }
  .pb-xxl-2h,
  .py-xxl-2h {
    padding-bottom: 0.625rem !important; }
  .pl-xxl-2h,
  .px-xxl-2h {
    padding-left: 0.625rem !important; }
  .p-xxl-3h {
    padding: 1.25rem !important; }
  .pt-xxl-3h,
  .py-xxl-3h {
    padding-top: 1.25rem !important; }
  .pr-xxl-3h,
  .px-xxl-3h {
    padding-right: 1.25rem !important; }
  .pb-xxl-3h,
  .py-xxl-3h {
    padding-bottom: 1.25rem !important; }
  .pl-xxl-3h,
  .px-xxl-3h {
    padding-left: 1.25rem !important; }
  .p-xxl-4h {
    padding: 2rem !important; }
  .pt-xxl-4h,
  .py-xxl-4h {
    padding-top: 2rem !important; }
  .pr-xxl-4h,
  .px-xxl-4h {
    padding-right: 2rem !important; }
  .pb-xxl-4h,
  .py-xxl-4h {
    padding-bottom: 2rem !important; }
  .pl-xxl-4h,
  .px-xxl-4h {
    padding-left: 2rem !important; }
  .p-xxl-6 {
    padding: 4rem !important; }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4rem !important; }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4rem !important; }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4rem !important; }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4rem !important; }
  .p-xxl-7 {
    padding: 5rem !important; }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 5rem !important; }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 5rem !important; }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 5rem !important; }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 5rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-n1h {
    margin: -0.3125rem !important; }
  .mt-xxl-n1h,
  .my-xxl-n1h {
    margin-top: -0.3125rem !important; }
  .mr-xxl-n1h,
  .mx-xxl-n1h {
    margin-right: -0.3125rem !important; }
  .mb-xxl-n1h,
  .my-xxl-n1h {
    margin-bottom: -0.3125rem !important; }
  .ml-xxl-n1h,
  .mx-xxl-n1h {
    margin-left: -0.3125rem !important; }
  .m-xxl-n2h {
    margin: -0.625rem !important; }
  .mt-xxl-n2h,
  .my-xxl-n2h {
    margin-top: -0.625rem !important; }
  .mr-xxl-n2h,
  .mx-xxl-n2h {
    margin-right: -0.625rem !important; }
  .mb-xxl-n2h,
  .my-xxl-n2h {
    margin-bottom: -0.625rem !important; }
  .ml-xxl-n2h,
  .mx-xxl-n2h {
    margin-left: -0.625rem !important; }
  .m-xxl-n3h {
    margin: -1.25rem !important; }
  .mt-xxl-n3h,
  .my-xxl-n3h {
    margin-top: -1.25rem !important; }
  .mr-xxl-n3h,
  .mx-xxl-n3h {
    margin-right: -1.25rem !important; }
  .mb-xxl-n3h,
  .my-xxl-n3h {
    margin-bottom: -1.25rem !important; }
  .ml-xxl-n3h,
  .mx-xxl-n3h {
    margin-left: -1.25rem !important; }
  .m-xxl-n4h {
    margin: -2rem !important; }
  .mt-xxl-n4h,
  .my-xxl-n4h {
    margin-top: -2rem !important; }
  .mr-xxl-n4h,
  .mx-xxl-n4h {
    margin-right: -2rem !important; }
  .mb-xxl-n4h,
  .my-xxl-n4h {
    margin-bottom: -2rem !important; }
  .ml-xxl-n4h,
  .mx-xxl-n4h {
    margin-left: -2rem !important; }
  .m-xxl-n6 {
    margin: -4rem !important; }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4rem !important; }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4rem !important; }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4rem !important; }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4rem !important; }
  .m-xxl-n7 {
    margin: -5rem !important; }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -5rem !important; }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -5rem !important; }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -5rem !important; }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -5rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1350px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

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

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

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

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

.font-weight-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: #990000 !important; }

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

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

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

.text-success {
  color: #5ebd5e !important; }

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

.text-info {
  color: #0072bc !important; }

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

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

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

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

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

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

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

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

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

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

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

.text-medium {
  color: #D0D2D1 !important; }

a.text-medium:hover, a.text-medium:focus {
  color: #a9adab !important; }

.text-gray-light {
  color: #83919b !important; }

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

.text-gray {
  color: #5f6a72 !important; }

a.text-gray:hover, a.text-gray:focus {
  color: #3c4348 !important; }

.text-darker {
  color: #3d3d3d !important; }

a.text-darker:hover, a.text-darker:focus {
  color: #171717 !important; }

.text-crimson {
  color: #900f0f !important; }

a.text-crimson:hover, a.text-crimson:focus {
  color: #4b0808 !important; }

.text-pop {
  color: #2b4abd !important; }

a.text-pop:hover, a.text-pop:focus {
  color: #1d327f !important; }

.text-azure {
  color: #3776a9 !important; }

a.text-azure:hover, a.text-azure:focus {
  color: #244e6f !important; }

.text-tide {
  color: #990000 !important; }

a.text-tide:hover, a.text-tide:focus {
  color: #4d0000 !important; }

.text-black {
  color: #000 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-sunshine {
  color: #f1e215 !important; }

a.text-sunshine:hover, a.text-sunshine:focus {
  color: #afa40a !important; }

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

.text-muted {
  color: #949494 !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 #c6c6c6;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e1e1e1 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #efefef; }
  .table .thead-dark th {
    color: inherit;
    border-color: #efefef; } }

html, body {
  -webkit-font-smoothing: antialiased; }

/* Border Radius Classes */
.circle {
  border-radius: 100% !important; }

.rounded {
  border-radius: 4px !important; }

.rounded-2x {
  border-radius: 10px !important; }

/* Typography */
p > a {
  text-decoration: underline; }

a.btn {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .utility-box .searchandfilter h4, .h6, .utility-box .searchandfilter label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, .h1 {
  text-transform: none;
  line-height: 2.5rem; }

h2, .h2 {
  text-transform: none;
  line-height: 1.875rem; }

h3, .h3 {
  font-family: 'Trade Gothic LT W01 Bold';
  letter-spacing: .5px;
  text-transform: none;
  line-height: 1.375rem; }

h4, .h4 {
  font-family: 'Minion W01 SmBd';
  text-transform: none;
  line-height: 1.375rem; }

h5, .h5, .utility-box .searchandfilter h4, th {
  font-family: 'Trade Gothic LT W01 Roman';
  line-height: 1.25rem;
  text-transform: none;
  letter-spacing: 1px; }

h6, .h6, .utility-box .searchandfilter label {
  font-family: 'Minion W01 Md';
  line-height: 1.125rem;
  letter-spacing: 1px;
  text-transform: none; }

.display-5 {
  font-size: 2.25rem;
  line-height: 2.5rem; }

@media (min-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    line-height: 3.5rem; }
  .display-2 {
    font-size: 3.0625rem;
    line-height: 3.25rem; }
  .display-3 {
    font-size: 2.875rem;
    line-height: 3.125rem; }
  .display-4 {
    font-size: 2.6875rem;
    line-height: 2.9375rem; }
  .display-5 {
    font-size: 2.625rem;
    line-height: 2.875rem; }
  h1, .h1 {
    font-size: 2rem;
    line-height: 2.25rem; }
  h2, .h2 {
    font-size: 1.8125rem;
    line-height: 2rem; }
  h3, .h3 {
    font-size: 1.25rem;
    line-height: 1.5rem; }
  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.5rem; }
  h5, .h5, .utility-box .searchandfilter h4, th {
    font-size: 1.0625rem;
    line-height: 1.3125rem; } }

@media (min-width: 992px) {
  .display-1 {
    font-size: 3.4375rem;
    line-height: 3.6875rem; }
  .display-2 {
    font-size: 3.25rem;
    line-height: 3.5rem; }
  .display-3 {
    font-size: 3.0625rem;
    line-height: 3.25rem; }
  .display-4 {
    font-size: 2.875rem;
    line-height: 3.125rem; }
  h1, .h1 {
    font-size: 2.125rem;
    line-height: 2.375rem; }
  h2, .h2 {
    font-size: 2rem;
    line-height: 2.25rem; } }

strong, .bold {
  font-family: 'Trade Gothic LT W01 Bold'; }

.regular {
  font-weight: 400; }

em, .italic {
  font-family: 'Trade Gothic LT W01 Oblique'; }

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.letter-spacing {
  letter-spacing: -0.5px; }

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

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

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

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

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

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

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

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

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

.list-numbered li {
  counter-increment: num-list-index;
  position: relative;
  margin-bottom: 20px;
  padding: 10px 0 10px 80px; }

.list-numbered li:before {
  content: counter(num-list-index);
  font-size: 25px;
  line-height: 25px;
  padding: 10px 15px;
  border: solid 1px #900;
  color: #900;
  border-radius: 500px;
  position: absolute;
  top: 10px;
  left: 0; }

mark,
.mark {
  background-color: #990000;
  color: #fff; }

.leader-line {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 30px 0;
  line-height: 1.3; }

.leader-line:after {
  position: absolute;
  top: 55%;
  overflow: hidden;
  width: 100%;
  height: 1px;
  content: '\a0';
  background-color: #c6c6c6;
  border-left: solid 20px #fff; }

.blockquote {
  color: #900f0f;
  padding: 2rem .5rem;
  position: relative;
  max-width: 80%;
  margin: 0px auto; }
  .blockquote:before {
    font-family: 'FontAwesome';
    content: '\f10d';
    position: absolute;
    left: -2rem;
    top: 0px;
    color: #900f0f;
    font-size: 1em; }
  .blockquote:after {
    font-family: 'FontAwesome';
    content: '\f10e';
    position: absolute;
    right: -2rem;
    bottom: 0px;
    color: #900f0f;
    font-size: 1em; }
  @media (min-width: 992px) {
    .blockquote {
      padding: 2rem 4rem; }
      .blockquote:before {
        font-family: 'FontAwesome';
        content: '\f10d';
        position: absolute;
        left: 10px;
        top: 0px;
        color: #900f0f;
        font-size: 1.5em; }
      .blockquote:after {
        font-family: 'FontAwesome';
        content: '\f10e';
        position: absolute;
        right: 10px;
        bottom: 0px;
        color: #900f0f;
        font-size: 1.5em; } }

blockquote footer {
  border-top: none; }

blockquote.bg-primary, blockquote.bg-light, blockquote.bg-dark {
  font-size: 1em;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none; }

blockquote.bg-primary:after, blockquote.bg-light:after, blockquote.bg-dark:after {
  font-family: 'FontAwesome';
  content: '\f10e';
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 2.6em; }

blockquote.bg-primary, blockquote.bg-dark, blockquote.bg-primary footer, blockquote.bg-dark footer {
  color: #fff; }

blockquote.bg-light {
  color: #666666;
  text-shadow: 1px 1px 0px #fff; }
  blockquote.bg-light:after {
    color: #3d3d3d; }
  blockquote.bg-light footer {
    color: #666666; }

hr, .hr-dashed, .hr-dotted, .hr-double, .hr-double-dashed, .hr-double-dotted {
  display: block;
  border-top: 1px solid #c6c6c6;
  margin: 25px 0; }

.hr-dashed, .hr-double-dashed {
  border-top-style: dashed; }

.hr-dotted, .hr-double-dotted {
  border-top-style: dotted; }

.hr-double, .hr-double-dashed, .hr-double-dotted {
  border-bottom-style: solid;
  border-bottom-color: #c6c6c6;
  border-bottom-width: 1px;
  height: 5px; }

.hr-double-dashed {
  border-bottom-style: dashed; }

.hr-double-dotted {
  border-bottom-style: dotted; }

.hr-color {
  border-color: #ae0000; }

.divider-light, .divider-primary, .divider-dark, .divider-white {
  width: 100%;
  margin: 20px auto;
  position: relative;
  height: 1px; }

.divider-light:after, .divider-primary:after, .divider-dark:after, .divider-white:after {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  background: #dddddd; }

.divider-light.faded-both:after, .divider-primary.faded-both:after, .divider-dark.faded-both:after, .divider-white.faded-both:after {
  background: -webkit-linear-gradient(left, rgba(221, 221, 221, 0) 0, rgba(221, 221, 221, 0.7) 35%, rgba(221, 221, 221, 0.7) 70%, rgba(221, 221, 221, 0) 100%);
  background: linear-gradient(to right, rgba(221, 221, 221, 0) 0, rgba(221, 221, 221, 0.7) 35%, rgba(221, 221, 221, 0.7) 70%, rgba(221, 221, 221, 0) 100%); }

.divider-light.faded-right:after, .divider-primary.faded-right:after, .divider-dark.faded-right:after, .divider-white.faded-right:after {
  background: -webkit-linear-gradient(left, rgba(221, 221, 221, 0.7) 0, rgba(221, 221, 221, 0.6) 35%, rgba(221, 221, 221, 0.4) 70%, rgba(221, 221, 221, 0) 100%);
  background: linear-gradient(to right, rgba(221, 221, 221, 0.7) 0, rgba(221, 221, 221, 0.6) 35%, rgba(221, 221, 221, 0.4) 70%, rgba(221, 221, 221, 0) 100%); }

.divider-light.faded-left:after, .divider-primary.faded-left:after, .divider-dark.faded-left:after, .divider-white.faded-left:after {
  background: -webkit-linear-gradient(right, rgba(221, 221, 221, 0.7) 0, rgba(221, 221, 221, 0.6) 35%, rgba(221, 221, 221, 0.4) 70%, rgba(221, 221, 221, 0) 100%);
  background: linear-gradient(to left, rgba(221, 221, 221, 0.7) 0, rgba(221, 221, 221, 0.6) 35%, rgba(221, 221, 221, 0.4) 70%, rgba(221, 221, 221, 0) 100%); }

.divider-primary:after {
  background: #900f0f; }

.divider-primary.faded-both:after {
  background: -webkit-linear-gradient(left, rgba(144, 15, 15, 0) 0, rgba(144, 15, 15, 0.7) 35%, rgba(144, 15, 15, 0.7) 70%, rgba(144, 15, 15, 0) 100%);
  background: linear-gradient(to right, rgba(144, 15, 15, 0) 0, rgba(144, 15, 15, 0.7) 35%, rgba(144, 15, 15, 0.7) 70%, rgba(144, 15, 15, 0) 100%); }

.divider-primary.faded-right:after {
  background: -webkit-linear-gradient(left, rgba(144, 15, 15, 0.7) 0, rgba(144, 15, 15, 0.6) 35%, rgba(144, 15, 15, 0.4) 70%, rgba(144, 15, 15, 0) 100%);
  background: linear-gradient(to right, rgba(144, 15, 15, 0.7) 0, rgba(144, 15, 15, 0.6) 35%, rgba(144, 15, 15, 0.4) 70%, rgba(144, 15, 15, 0) 100%); }

.divider-primary.faded-left:after {
  background: -webkit-linear-gradient(right, rgba(144, 15, 15, 0.7) 0, rgba(144, 15, 15, 0.6) 35%, rgba(144, 15, 15, 0.4) 70%, rgba(144, 15, 15, 0) 100%);
  background: linear-gradient(to left, rgba(144, 15, 15, 0.7) 0, rgba(144, 15, 15, 0.6) 35%, rgba(144, 15, 15, 0.4) 70%, rgba(144, 15, 15, 0) 100%); }

.divider-dark:after {
  background: #3d3d3d; }

.divider-dark.faded-both:after {
  background: -webkit-linear-gradient(left, rgba(61, 61, 61, 0) 0, rgba(61, 61, 61, 0.7) 35%, rgba(61, 61, 61, 0.7) 70%, rgba(61, 61, 61, 0) 100%);
  background: linear-gradient(to right, rgba(61, 61, 61, 0) 0, rgba(61, 61, 61, 0.7) 35%, rgba(61, 61, 61, 0.7) 70%, rgba(61, 61, 61, 0) 100%); }

.divider-dark.faded-right:after {
  background: -webkit-linear-gradient(left, rgba(61, 61, 61, 0.7) 0, rgba(61, 61, 61, 0.6) 35%, rgba(61, 61, 61, 0.4) 70%, rgba(61, 61, 61, 0) 100%);
  background: linear-gradient(to right, rgba(61, 61, 61, 0.7) 0, rgba(61, 61, 61, 0.6) 35%, rgba(61, 61, 61, 0.4) 70%, rgba(61, 61, 61, 0) 100%); }

.divider-dark.faded-left:after {
  background: -webkit-linear-gradient(right, rgba(61, 61, 61, 0.7) 0, rgba(61, 61, 61, 0.6) 35%, rgba(61, 61, 61, 0.4) 70%, rgba(61, 61, 61, 0) 100%);
  background: linear-gradient(to left, rgba(61, 61, 61, 0.7) 0, rgba(61, 61, 61, 0.6) 35%, rgba(61, 61, 61, 0.4) 70%, rgba(61, 61, 61, 0) 100%); }

.divider-white:after {
  background: #fff; }

.divider-white.faded-both:after {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.7) 35%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.7) 35%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%); }

.divider-white.faded-right:after {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.6) 35%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.6) 35%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0) 100%); }

.divider-white.faded-left:after {
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.6) 35%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.6) 35%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0) 100%); }

/* Headers */
.page-header {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e9ecee; }

.header h1, .header h2, .header h3, .header h4, .header h5, .header h6, .header .h1, .header .h2, .header .h3, .header .h4, .header .h5, .header .utility-box .searchandfilter h4, .utility-box .searchandfilter .header h4, .header .h6, .header .utility-box .searchandfilter label, .utility-box .searchandfilter .header label {
  margin-top: 0;
  margin-bottom: 12px; }

.ua-logo-college-as {
  font-size: 50px;
  line-height: 66px; }

.header-top .ua-logo-college-as::before {
  float: right; }

.header-ua-bg {
  overflow: hidden; }

.as-breadcrumbs {
  font-family: 'Trade Gothic LT W01 Roman';
  letter-spacing: 0px; }

.sticky-header-container {
  min-height: 100px; }

.bg-light .ua-logo {
  color: #990000; }

.bg-dark .ua-logo, .bg-crimson .ua-logo, .bg-primary .ua-logo {
  color: #fff; }

/* Top Tools, Search */
.top-search-container {
  width: 100%;
  z-index: 1100; }
  .top-search-container form {
    margin: 13px 0px; }
  .top-search-container label {
    color: #dddddd;
    font-weight: 400; }
  .top-search-container .form-control::-moz-placeholder {
    font-weight: 600;
    text-transform: uppercase; }
  .top-search-container .form-control:-ms-input-placeholder {
    font-weight: 600;
    text-transform: uppercase; }
  .top-search-container .form-control::-webkit-input-placeholder {
    font-weight: 600;
    text-transform: uppercase; }

.top-tools a, .top-search a {
  padding-left: 17px !important;
  padding-right: 17px !important; }

.top-tools-container {
  position: relative;
  left: 0;
  width: 100%;
  height: 66px;
  max-height: 66px;
  z-index: 1100;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 13px; }

.top-tools-container ul > li > a {
  padding: 12px 0; }

.top-tools-container i {
  display: block;
  font-size: 22px;
  line-height: 25px;
  margin: 0 auto; }

.bg-primary .top-tools-container, .bg-primary .top-search-container {
  background: #f8f8f8; }
  .bg-primary .top-tools-container a, .bg-primary .top-search-container a {
    color: #495157; }
    .bg-primary .top-tools-container a:hover, .bg-primary .top-tools-container a:focus, .bg-primary .top-search-container a:hover, .bg-primary .top-search-container a:focus {
      color: #900f0f; }

.bg-light .top-tools-container, .bg-light .top-search-container {
  background: #3d3d3d; }
  .bg-light .top-tools-container a, .bg-light .top-search-container a {
    color: #fff; }
    .bg-light .top-tools-container a:hover, .bg-light .top-tools-container a:focus, .bg-light .top-search-container a:hover, .bg-light .top-search-container a:focus {
      color: #900f0f; }
  .bg-light .top-tools-container .nav > li > a:hover, .bg-light .top-search-container .nav > li > a:hover {
    bacgkround-color: #fff; }

.bg-dark .top-tools-container, .bg-dark .top-search-container {
  background: #900f0f; }
  .bg-dark .top-tools-container a, .bg-dark .top-search-container a {
    color: #fff; }
    .bg-dark .top-tools-container a:hover, .bg-dark .top-tools-container a:focus, .bg-dark .top-search-container a:hover, .bg-dark .top-search-container a:focus {
      color: #900f0f; }
  .bg-dark .top-tools-container .nav > li > a:hover, .bg-dark .top-search-container .nav > li > a:hover {
    bacgkround-color: #fff; }

/* Accessiblity */
a#skip-link {
  display: block;
  position: absolute;
  top: -1000em; }

a#skip-link:focus {
  top: 0;
  z-index: 100000000; }

/* Header Top (optional header above main) */
.header-top {
  z-index: 1000;
  position: relative; }
  .header-top .navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    font-size: .8125em; }
    .header-top .navbar .nav-link {
      padding-top: 1em;
      padding-bottom: 1em; }
  .header-top.bg-primary.navbar-nav > li > a {
    color: #fff; }
    .header-top.bg-primary.navbar-nav > li > a:hover, .header-top.bg-primary.navbar-nav > li > a:focus, .header-top.bg-primary.navbar-nav > li > a:active {
      background-color: #6d0019; }
  .header-top.bg-light.navbar-nav > li > a {
    color: #990000; }
    .header-top.bg-light.navbar-nav > li > a:hover, .header-top.bg-light.navbar-nav > li > a:focus, .header-top.bg-light.navbar-nav > li > a:active {
      background-color: #900f0f;
      color: #fff; }
  .header-top.bg-dark.navbar-nav > li > a {
    color: #fff; }
    .header-top.bg-dark.navbar-nav > li > a:hover, .header-top.bg-dark.navbar-nav > li > a:focus, .header-top.bg-dark.navbar-nav > li > a:active {
      background-color: #fff;
      color: #666666; }

/* Navbar */
.navbar {
  padding: 0px 0px; }

.header-main.navbar {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem; }

/* Dark Nav */
@media (min-width: 992px) {
  .navbar-dark .search-toggle .nav-link:hover {
    border-bottom: 1px solid #f4f7f9; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #990000;
    background: rgba(0, 0, 0, 0.25); }
  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .nav-link.show {
    color: #990000;
    background: #f4f7f9; } }

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
    background-color: #990000; }
  .navbar-light .navbar-nav .show > .nav-link,
  .navbar-light .navbar-nav .nav-link.show {
    color: #fff;
    background-color: #990000; } }

.logo-stripe {
  overflow: hidden; }

/* Overlay and Background */
.overlay-top, .overlay-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background-color: rgba(30, 30, 30, 0.5);
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 15px;
  overflow: hidden;
  height: auto;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s; }

.overlay-top a, .overlay-bottom a {
  color: #fff; }
  .overlay-top a:hover, .overlay-bottom a:hover {
    color: #fff; }

.overlay-top .overlay-text, .overlay-bottom .overlay-text {
  top: 30%;
  padding: 0 20px;
  position: relative; }

.overlay-top .overlay-text p, .overlay-bottom .overlay-text p {
  margin: 0; }

.overlay-top {
  top: 0; }
  .overlay-top .overlay-links {
    height: 80px;
    width: 80px;
    line-height: 80px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin: -40px 0 0 -40px; }

.bg-dark .content-box.bg-light p {
  color: #5f6a72; }

@media (max-width: 767px) {
  .col-xs-6 .content-box h3 {
    font-size: 18px; }
  .col-xs-6 .content-box p {
    font-size: 13px; } }

.bg-primary {
  background: #900f0f;
  color: #fff; }

.bg-light {
  background: #f8f8f8; }

.bg-medium {
  background: #efefef; }

.bg-dark {
  background: #3d3d3d;
  color: #c6c6c6; }
  .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {
    color: #fff; }

.bg-alt {
  background: #f3f1e9;
  color: #5f6a72; }

.bg-img {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 330px; }
  .bg-img.bg-img-xs {
    height: 200px; }
  .bg-img.bg-img-sm {
    height: 330px; }
  .bg-img.bg-img-md {
    height: 27.5rem; }
  .bg-img.bg-img-lg {
    height: 550px; }

@media (max-width: 767px) {
  .bg-img.bg-img-sm, .bg-img.bg-img-md, .bg-img.bg-img-lg {
    height: 200px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .bg-img.bg-img-md, .bg-img.bg-img-lg {
    height: 400px; } }

.bg-parallax {
  color: #fff;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }

.bg-transparent-primary, .bg-transparent-light, .bg-transparent-dark {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  overflow: hidden; }

.bg-transparent-primary:after, .bg-transparent-light:after, .bg-transparent-dark:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

.bg-transparent-primary > div, .bg-transparent-light > div, .bg-transparent-dark > div {
  z-index: 3;
  position: relative; }

.bg-transparent-primary {
  color: #fff; }
  .bg-transparent-primary:after {
    background: rgba(174, 0, 0, 0.7); }

.bg-transparent-light {
  color: #3d3d3d; }
  .bg-transparent-light:after {
    background-color: rgba(255, 255, 255, 0.85); }

.bg-transparent-dark {
  color: #fff; }
  .bg-transparent-dark:after {
    background-image: url("../../assets/img/opacity-dark-50.png");
    background: rgba(0, 0, 0, 0.5); }

#ie8 .bg-parallax, #ie8 .bg-transparent-primary, #ie8 .bg-transparent-light, #ie8 .bg-transparent-dark {
  background-image: none !important; }

.bg-center-center {
  background-position: center center; }

.bg-center-top {
  background-position: center top; }

.bg-center-bottom {
  background-position: center bottom; }

.bg-left-center {
  background-position: left center; }

.bg-left-top {
  background-position: left top; }

.bg-left-bottom {
  background-position: left bottom; }

.bg-right-center {
  background-position: right center; }

.bg-right-top {
  background-position: right top; }

.bg-right-bottom {
  background-position: right bottom; }

/* Hero */
.hero {
  border-top: 0.25rem solid #495157;
  min-height: 17rem; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .hero {
      height: 23rem !important; } }
  .hero .caption {
    max-width: 90%; }
  .hero .hero-text {
    position: relative;
    z-index: 1000; }

.hero-text {
  font-size: 1.75rem;
  line-height: 2rem; }
  @media (min-width: 576px) {
    .hero-text {
      font-size: 2.25rem;
      line-height: 3rem; } }
  @media (min-width: 992px) {
    .hero-text {
      font-size: 3rem;
      line-height: 4rem; } }

.hero-text-large {
  font-size: 2.25rem;
  line-height: 3rem;
  left: 20%;
  max-width: 11rem; }
  @media (min-width: 576px) {
    .hero-text-large {
      font-size: 3rem;
      line-height: 4rem;
      max-width: 14rem; } }
  @media (min-width: 992px) {
    .hero-text-large {
      font-size: 3.5rem;
      line-height: 4.25rem;
      max-width: 17rem; } }
  @media (min-width: 1200px) {
    .hero-text-large {
      font-size: 4.1875rem;
      line-height: 5rem;
      max-width: 20rem; } }

.hero-slant {
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%); }

/* Page Banner */
.page-banner {
  height: 10rem; }
  @media (min-width: 992px) {
    .page-banner {
      height: 14.375rem; } }

.page-banner-container, .page-banner-row {
  height: 100%; }
  @media (min-width: 992px) {
    .page-banner-container, .page-banner-row {
      height: 75%; } }

/* Breadcrumbs */
.breadcrumb-page-title {
  font-weight: 300;
  font-size: 30px;
  margin: 20px 0; }

.breadcrumb:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background: #495157;
  width: 2rem;
  height: 100%; }

.breadcrumb-item {
  font-family: 'Trade Gothic LT W01 Bold';
  font-size: .875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5rem;
  background: rgba(73, 81, 87, 0.65);
  color: #fff;
  transform: skew(-20deg); }
  .breadcrumb-item > span {
    margin: .75rem 1rem;
    display: inline-block;
    transform: skew(20deg); }
  .breadcrumb-item:first-of-type {
    margin-left: 0px;
    padding-left: 4rem !important;
    background: #495157; }
  .breadcrumb-item:nth-of-type(2) {
    background: rgba(73, 81, 87, 0.85); }
  .breadcrumb-item:nth-of-type(3) {
    background: rgba(73, 81, 87, 0.65); }
  .breadcrumb-item:nth-of-type(4) {
    background: rgba(73, 81, 87, 0.45); }
  .breadcrumb-item a {
    color: #fff; }
    .breadcrumb-item a:hover {
      color: #f4f7f9; }

/* Nav Tabs */
.nav-tabs {
  border-bottom: 1px solid #dddddd; }
  .nav-tabs > li a:hover {
    background-color: #f8f8f8; }
  .nav-tabs > li.active > a {
    border: 1px solid #dddddd;
    border-bottom-color: transparent; }
    .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      border: 1px solid #dddddd;
      border-bottom-color: transparent; }
  .nav-tabs + .tab-content {
    padding: 15px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    overflow: hidden; }
  .nav-tabs.nav-tabs-color > li > a, .nav-tabs.nav-tabs-color-bg > li > a, .nav-tabs.nav-tabs-color.nav-justified > li > a, .nav-tabs.nav-tabs-color-bg.nav-justified > li > a {
    margin-top: -3px;
    border-radius: 0;
    border-top: 3px solid transparent; }
  .nav-tabs.nav-tabs-color > li > a:hover, .nav-tabs.nav-tabs-color-bg > li > a:hover, .nav-tabs.nav-tabs-color.nav-justified > li > a:hover, .nav-tabs.nav-tabs-color-bg.nav-justified > li > a:hover {
    border-top: 3px solid #3d3d3d; }
  .nav-tabs.nav-tabs-color > li.active > a, .nav-tabs.nav-tabs-color-bg > li.active > a, .nav-tabs.nav-tabs-color.nav-justified > li.active > a {
    border-top: 3px solid #ae0000; }
  .nav-tabs.nav-tabs-color-bg.nav-justified > li.active > a {
    border-top: 3px solid #ae0000; }
  .nav-tabs.nav-tabs-color-bg > li.active > a, .nav-tabs.nav-tabs-color-bg + .tab-content {
    background-color: #f8f8f8; }
  .nav-tabs.tabs-v2 > li > a {
    color: #666666; }
  .nav-tabs.tabs-v2 > li.active > a {
    color: #fff;
    background-color: #990000;
    border-color: #990000 transparent; }
    .nav-tabs.tabs-v2 > li.active > a:hover, .nav-tabs.tabs-v2 > li.active > a:focus {
      color: #fff;
      background-color: #990000;
      border-color: #990000 transparent; }
  .nav-tabs.tabs-v2 + .tab-content {
    border: 0; }
  .nav-tabs.tabs-v3 {
    background-color: #f8f8f8; }
    .nav-tabs.tabs-v3 > li > a {
      color: #666666;
      border-radius: 0; }
      .nav-tabs.tabs-v3 > li > a:hover {
        color: #990000; }
    .nav-tabs.tabs-v3 > li.active > a {
      position: relative;
      color: #fff;
      background-color: #990000;
      border-color: #990000 transparent; }
      .nav-tabs.tabs-v3 > li.active > a:after {
        bottom: -1px;
        left: 50%;
        border: solid transparent;
        content: ' ';
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #fff;
        border-width: 8px;
        margin-left: -8px; }
      .nav-tabs.tabs-v3 > li.active > a:hover, .nav-tabs.tabs-v3 > li.active > a:focus {
        color: #fff;
        background-color: #990000;
        border-color: #990000 transparent; }

.nav-pills:not(.flex-column) {
  margin-bottom: 15px; }
  .nav-pills:not(.flex-column) > li + li {
    margin-left: 5px; }
  .nav-pills:not(.flex-column) > li > a {
    border-radius: 0;
    padding: 7px 10px;
    border: 1px solid transparent;
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400; }
    .nav-pills:not(.flex-column) > li > a:focus {
      color: #3d3d3d;
      background-color: transparent;
      border-bottom: 1px solid #3d3d3d; }
      .nav-pills:not(.flex-column) > li > a:focus:hover, .nav-pills:not(.flex-column) > li > a:focus:focus {
        color: #3d3d3d;
        background-color: transparent;
        border-bottom: 1px solid #3d3d3d; }
    .nav-pills:not(.flex-column) > li > a:hover {
      color: #3d3d3d;
      background-color: transparent;
      border-bottom: 1px solid #3d3d3d; }
      .nav-pills:not(.flex-column) > li > a:hover:focus, .nav-pills:not(.flex-column) > li > a:hover:hover, .nav-pills:not(.flex-column) > li > a:hover:focus {
        color: #3d3d3d;
        background-color: transparent;
        border-bottom: 1px solid #3d3d3d; }
  .nav-pills:not(.flex-column) > li.active > a {
    color: #3d3d3d;
    background-color: transparent;
    border-bottom: 1px solid #3d3d3d; }
    .nav-pills:not(.flex-column) > li.active > a:focus, .nav-pills:not(.flex-column) > li.active > a:hover, .nav-pills:not(.flex-column) > li.active > a:focus {
      color: #3d3d3d;
      background-color: transparent;
      border-bottom: 1px solid #3d3d3d; }
    .nav-pills:not(.flex-column) > li.active > a:after {
      color: #3d3d3d; }
  .nav-pills:not(.flex-column).pills-v2 > li > a {
    border-radius: 5px; }
    .nav-pills:not(.flex-column).pills-v2 > li > a:focus {
      color: #990000;
      background-color: #f8f8f8;
      border: 1px solid #dddddd; }
      .nav-pills:not(.flex-column).pills-v2 > li > a:focus:hover, .nav-pills:not(.flex-column).pills-v2 > li > a:focus:focus {
        color: #990000;
        background-color: #f8f8f8;
        border: 1px solid #dddddd; }
    .nav-pills:not(.flex-column).pills-v2 > li > a:hover {
      color: #990000;
      background-color: #f8f8f8;
      border: 1px solid #dddddd; }
      .nav-pills:not(.flex-column).pills-v2 > li > a:hover:focus, .nav-pills:not(.flex-column).pills-v2 > li > a:hover:hover, .nav-pills:not(.flex-column).pills-v2 > li > a:hover:focus {
        color: #990000;
        background-color: #f8f8f8;
        border: 1px solid #dddddd; }
  .nav-pills:not(.flex-column).pills-v2 > li.active > a {
    color: #990000;
    background-color: #f8f8f8;
    border: 1px solid #dddddd; }
    .nav-pills:not(.flex-column).pills-v2 > li.active > a:focus, .nav-pills:not(.flex-column).pills-v2 > li.active > a:hover, .nav-pills:not(.flex-column).pills-v2 > li.active > a:focus {
      color: #990000;
      background-color: #f8f8f8;
      border: 1px solid #dddddd; }

/* Forms */
.custom-control-input:checked ~ .custom-control-label {
  color: #990000; }

.custom-control-label:before {
  border: 1px solid #83919b; }

/* Sidebar */
.sidebar {
  background: #495157;
  margin: 0 1rem 0 1rem;
  border: none;
  float: left;
  width: calc(100% - 2rem); }
  @media (max-width: 991.98px) {
    .sidebar.sidebar-main {
      margin: 2rem auto;
      float: none;
      outline: 2px solid #495157; }
      .sidebar.sidebar-main .widgettitle {
        background: #495157;
        margin-bottom: 0;
        padding: 1rem 2rem;
        cursor: pointer; }
      .sidebar.sidebar-main .widget-collapse {
        margin: 1rem 2rem;
        padding: 0; } }

.utility-box {
  border: 2px solid #83919b;
  margin: 0 -1rem;
  color: #495157; }

.sidebar-wrapper {
  font-size: 1rem; }

.sidebar-nav .nav-link {
  color: #fff;
  padding: .5rem 0rem; }
  @media (min-width: 992px) {
    .sidebar-nav .nav-link {
      border-bottom: 1px solid #fff;
      padding: 1rem 0rem; } }

.sidebar .widget {
  color: #fff; }

.sidebar a {
  color: #fff; }
  .sidebar a:hover {
    text-decoration: none; }

.sidebar ul {
  list-style: none;
  padding-left: 0; }
  .sidebar ul li a {
    padding: .5rem 0rem;
    display: block; }
    @media (min-width: 992px) {
      .sidebar ul li a {
        padding: 1rem 0rem;
        border-bottom: 1px solid #fff; } }

.sidebar select {
  max-width: 100%; }

.nav-pills.flex-column {
  background-color: #f8f8f8; }
  .nav-pills.flex-column li + li {
    margin: 0; }
  .nav-pills.flex-column .nav-link {
    border-radius: 0;
    color: #3d3d3d;
    border-left: 3px solid #ae0000; }
    .nav-pills.flex-column .nav-link:hover {
      border-color: #3d3d3d;
      background-color: #efefef;
      color: #3d3d3d; }
  .nav-pills.flex-column .active .nav-link {
    border-left: 3px solid #3d3d3d;
    background-color: #efefef;
    color: #3d3d3d; }
    .nav-pills.flex-column .active .nav-link:hover, .nav-pills.flex-column .active .nav-link:focus {
      border-left: 3px solid #3d3d3d;
      background-color: #efefef;
      color: #3d3d3d; }
  .nav-pills.flex-column .active > .navlink > .badge {
    color: #fff;
    background-color: #ae0000; }

.sidebar-sticky {
  position: relative; }
  @media (min-width: 992px) {
    .sidebar-sticky {
      position: sticky;
      top: 145px; } }

/* Dropdown Menu */
.dropdown-menu {
  margin-top: 0; }

/* Mega Menu */
.mega-menu {
  position: relative;
  z-index: 999; }
  .mega-menu .container {
    position: relative; }
  .mega-menu .dropdown-menu {
    left: auto; }
    .mega-menu .dropdown-menu ul > li > a {
      padding: 0 0 8px 0;
      font-size: 15px;
      display: block; }
  .mega-menu .mega-menu-content {
    padding: 20px 30px; }
  .mega-menu .dropdown.mega-menu-full .dropdown-menu {
    left: 0;
    right: 0; }

@media screen and (min-width: 992px) {
  .mega-menu .nav, .mega-menu .collapse, .mega-menu .dropup, .mega-menu .dropdown {
    position: static; } }

/* Alerts */
.alert h1, .alert h2, .alert h3, .alert h5, .alert h6 {
  margin-top: 0;
  color: inherit; }

.alert.alert-default {
  background-color: #f8f8f8;
  border-color: #dddddd; }

.alert.callout, .alert.callout-v2 {
  border-left-width: 5px;
  padding: 20px; }

.alert.callout.callout-no-bg, .alert.callout-v2.callout-no-bg {
  background: none !important;
  color: #5f6a72;
  border-top-color: #efefef;
  border-right-color: #efefef;
  border-bottom-color: #efefef; }

.alert.callout.callout-no-bg.alert-success, .alert.callout-v2.callout-no-bg.alert-success {
  border-left-color: #3c923c; }

.alert.callout.callout-no-bg.alert-success h4, .alert.callout-v2.callout-no-bg.alert-success h4 {
  color: #3c763d; }

.alert.callout.callout-no-bg.alert-info, .alert.callout-v2.callout-no-bg.alert-info {
  border-left-color: #31708f; }

.alert.callout.callout-no-bg.alert-info h4, .alert.callout-v2.callout-no-bg.alert-info h4 {
  color: #31708f; }

.alert.callout.callout-no-bg.alert-warning, .alert.callout-v2.callout-no-bg.alert-warning {
  border-left-color: #8a6d3b; }

.alert.callout.callout-no-bg.alert-warning h4, .alert.callout-v2.callout-no-bg.alert-warning h4 {
  color: #8a6d3b; }

.alert.callout.callout-no-bg.alert-danger, .alert.callout-v2.callout-no-bg.alert-danger {
  border-left-color: #a94442; }

.alert.callout.callout-no-bg.alert-danger h4, .alert.callout-v2.callout-no-bg.alert-danger h4 {
  color: #a94442; }

.alert.callout.callout-no-bg.alert-default, .alert.callout-v2.callout-no-bg.alert-default {
  border-left-color: #3d3d3d; }

.alert.callout.callout-no-bg.alert-default h4 {
  color: #3d3d3d; }

.alert.callout-v2 {
  border-top-width: 5px;
  border-left-width: 1px;
  border-left-color: #efefef; }
  .alert.callout-v2.callout-no-bg.alert-default h4 {
    color: #3d3d3d; }
  .alert.callout-v2.alert-success {
    border-top-color: #3c763d; }
  .alert.callout-v2.alert-info {
    border-top-color: #31708f; }
  .alert.callout-v2.alert-warning {
    border-top-color: #8a6d3b; }
  .alert.callout-v2.alert-danger {
    border-top-color: #a94442; }
  .alert.callout-v2.alert-default {
    border-top-color: #3d3d3d; }
  .alert.callout-v2.callout-no-bg.alert-success, .alert.callout-v2.callout-no-bg.alert-info, .alert.callout-v2.callout-no-bg.alert-warning, .alert.callout-v2.callout-no-bg.alert-danger, .alert.callout-v2.callout-no-bg.alert-default {
    border-left-color: #efefef; }

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

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

.btn-xs {
  padding: 0.25rem 0.4375rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
  border-radius: 0.125rem; }

.btn-rounded {
  border-radius: 1.5625rem; }

.btn-flat, .btn-flat.btn {
  border-bottom: solid !important;
  border-bottom-width: 3px !important;
  box-shadow: none;
  background-image: none; }

.btn-flat.btn-crimson, .btn-flat.btn.btn-crimson {
  border-color: #681313 !important; }

.btn-flat.btn-light, .btn-flat.btn.btn-light {
  border-color: #d3d3d3 !important; }

.btn-flat.btn-dark, .btn-flat.btn.btn-dark {
  border-color: #333 !important; }

.btn-featured, .btn-featured-left {
  position: relative;
  min-width: 0; }
  .btn-featured i, .btn-featured-left i {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 35px;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 35px;
    min-width: 12px;
    background-color: rgba(0, 0, 0, 0.1); }
  .btn-featured.btn-xs i, .btn-featured-left.btn-xs i {
    width: 18px;
    line-height: 22px; }
  .btn-featured.btn-sm i, .btn-group-sm > .btn-featured.btn i, .btn-featured-left.btn-sm i, .btn-group-sm > .btn-featured-left.btn i {
    width: 25px;
    line-height: 25px; }
  .btn-featured.btn-lg i, .btn-group-lg > .btn-featured.btn i, .btn-featured-left.btn-lg i, .btn-group-lg > .btn-featured-left.btn i {
    width: 45px;
    line-height: 45px; }

.btn-featured {
  padding-right: 45px; }
  .btn-featured.btn-xs {
    padding-right: 25px; }
  .btn-featured.btn-sm, .btn-group-sm > .btn-featured.btn {
    padding-right: 35px; }
  .btn-featured.btn-lg, .btn-group-lg > .btn-featured.btn {
    padding-right: 55px; }

.btn-featured-left {
  padding-left: 45px; }
  .btn-featured-left.btn-xs {
    padding-left: 25px; }
  .btn-featured-left.btn-sm, .btn-group-sm > .btn-featured-left.btn {
    padding-left: 35px; }
  .btn-featured-left.btn-lg, .btn-group-lg > .btn-featured-left.btn {
    padding-left: 55px; }
  .btn-featured-left i {
    right: auto;
    left: 0; }

.btn-outline-white:hover, .btn-outline-white:active, .btn-outline-white:focus {
  color: #353535;
  background: #fff; }

/* Thumbnail */
a.thumbnail {
  border-color: #c6c6c6; }

a.thumbnail:hover {
  border-color: #ae0000; }

.thumbnail-square {
  border-radius: 0; }

/* Icon and Social */
.icon-border, .icon-bg {
  border-width: 1px;
  border-style: solid;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin-bottom: 5px; }

.icon-xl {
  width: 6.25rem;
  height: 6.25rem;
  font-size: 4rem;
  line-height: 100px; }

.icon-lg {
  width: 60px;
  height: 60px;
  font-size: 31px;
  line-height: 60px; }

.icon-sm {
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px; }

.icon-xs {
  width: 25px;
  height: 25px;
  font-size: 13px;
  line-height: 25px; }

.icon-bg {
  background-color: #5f6a72;
  color: #fff !important;
  border: none; }
  .icon-bg.icon-reversed {
    background-color: #fff;
    color: #5f6a72 !important; }
  .icon-bg.fa-2x {
    line-height: 4rem; }
  .icon-bg.fa-3x {
    line-height: 80px; }
  .icon-bg.fa-4x {
    line-height: 100px; }

.icon-primary {
  border-color: #ae0000;
  color: #ae0000; }
  .icon-primary.icon-bg {
    background-color: #ae0000; }
  .icon-primary.icon-reversed {
    background-color: #fff;
    color: #ae0000 !important; }

.icon-light {
  border-color: #c6c6c6;
  color: #c6c6c6; }
  .icon-light.icon-bg {
    background-color: #c6c6c6; }
  .icon-light.icon-reversed {
    background-color: #fff;
    color: #c6c6c6 !important; }

.icon-dark {
  border-color: #3d3d3d;
  color: #3d3d3d; }
  .icon-dark.icon-bg {
    background-color: #3d3d3d; }
  .icon-dark.icon-reversed {
    background-color: #fff;
    color: #3d3d3d !important; }

.icon-social li {
  padding-left: 0;
  padding-right: 0; }
  .icon-social li a {
    color: #666; }
    .icon-social li a:hover {
      color: #3d3d3d; }

.icon-social.icon-social-color li, .icon-social.icon-social-border li, .icon-social.icon-social-bg li {
  border-width: 1px;
  border-style: solid; }

.icon-social.icon-social-color li a, .icon-social.icon-social-border li a, .icon-social.icon-social-bg li a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff; }

.icon-social.icon-social-color li a > i, .icon-social.icon-social-border li a > i, .icon-social.icon-social-bg li a > i {
  line-height: 40px; }

.icon-social.icon-social-color.circle li, .icon-social.icon-social-border.circle li, .icon-social.icon-social-bg.circle li {
  border-radius: 100% !important; }

.icon-social.icon-social-color.rounded li, .icon-social.icon-social-border.rounded li, .icon-social.icon-social-bg.rounded li {
  border-radius: 4px !important; }

.icon-social.icon-social-color.rounded-2x li, .icon-social.icon-social-border.rounded-2x li, .icon-social.icon-social-bg.rounded-2x li {
  border-radius: 10px !important; }

.icon-social.icon-social-color.icon-xs, .icon-social.icon-social-border.icon-xs, .icon-social.icon-social-bg.icon-xs {
  width: auto; }

.icon-social.icon-social-color.icon-xs > li > a, .icon-social.icon-social-border.icon-xs > li > a, .icon-social.icon-social-bg.icon-xs > li > a {
  width: 25px;
  height: 25px;
  font-size: 13px; }

.icon-social.icon-social-color.icon-xs > li > a > i, .icon-social.icon-social-border.icon-xs > li > a > i, .icon-social.icon-social-bg.icon-xs > li > a > i {
  line-height: 25px; }

.icon-social.icon-social-color.icon-sm, .icon-social.icon-social-border.icon-sm, .icon-social.icon-social-bg.icon-sm {
  width: auto; }

.icon-social.icon-social-color.icon-sm > li > a, .icon-social.icon-social-border.icon-sm > li > a, .icon-social.icon-social-bg.icon-sm > li > a {
  width: 35px;
  height: 35px;
  font-size: 16px; }

.icon-social.icon-social-color.icon-sm > li > a > i, .icon-social.icon-social-border.icon-sm > li > a > i, .icon-social.icon-social-bg.icon-sm > li > a > i {
  line-height: 35px; }

.icon-social.icon-social-color.icon-lg, .icon-social.icon-social-border.icon-lg, .icon-social.icon-social-bg.icon-lg {
  width: auto; }

.icon-social.icon-social-color.icon-lg > li > a, .icon-social.icon-social-border.icon-lg > li > a, .icon-social.icon-social-bg.icon-lg > li > a {
  width: 60px;
  height: 60px;
  font-size: 31px; }

.icon-social.icon-social-color.icon-lg > li > a > i, .icon-social.icon-social-border.icon-lg > li > a > i, .icon-social.icon-social-bg.icon-lg > li > a > i {
  line-height: 60px; }

.icon-social.icon-social-border li a {
  color: #666; }

.icon-social.icon-social-border.icon-primary > li > a {
  border-color: #ae0000;
  color: #ae0000; }

.icon-social.icon-social-border.icon-light > li > a {
  border-color: #c6c6c6;
  color: #c6c6c6; }

.icon-social.icon-social-border.icon-dark > li > a {
  border-color: #3d3d3d;
  color: #3d3d3d; }

.icon-social.icon-social-bg li {
  background-color: #5f6a72; }
  .icon-social.icon-social-bg li a {
    color: #fff; }
    .icon-social.icon-social-bg li a:hover {
      color: #3d3d3d;
      background: #fff;
      border-color: #3d3d3d; }

.icon-social.icon-social-bg.icon-primary > li {
  background-color: #ae0000; }

.icon-social.icon-social-bg.icon-light > li {
  background-color: #c6c6c6; }

.icon-social.icon-social-bg.icon-dark > li {
  background-color: #3d3d3d; }
  .icon-social.icon-social-bg.icon-dark > li a:hover {
    color: #3d3d3d;
    background: #fff;
    border-color: #3d3d3d; }

.apple, .facebook, .flickr, .instagram, .linkedin, .pinterest, .snapchat, .twitter, .vimeo, .vine, .youtube {
  color: #fff !important;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.apple {
  background-color: #666;
  border-color: #666; }
  .apple:hover {
    background-color: #4d4c4c; }

.facebook {
  background-color: #3b5998;
  border-color: #3b5998; }
  .facebook:hover {
    background-color: #2d4373; }

.flickr {
  background-color: #ff0084;
  border-color: #ff0084; }
  .flickr:hover {
    background-color: #cc006a; }

.instagram {
  background-color: #262626;
  border-color: #262626; }
  .instagram:hover {
    background-color: #0d0c0c; }

.linkedin {
  background-color: #0976b4;
  border-color: #0976b4; }
  .linkedin:hover {
    background-color: #075683; }

.pinterest {
  background-color: #cb2027;
  border-color: #cb2027; }
  .pinterest:hover {
    background-color: #9f191f; }

.snapchat {
  background-color: #fcc800;
  border-color: #fcc800; }
  .snapchat:hover {
    background-color: #c9a000; }

.twitter {
  background-color: #55acee;
  border-color: #55acee; }
  .twitter:hover {
    background-color: #2795e9; }

.vimeo {
  background-color: #00a2cd;
  border-color: #00a2cd; }
  .vimeo:hover {
    background-color: #007a9a; }

.vine {
  background-color: #00a478;
  border-color: #00a478; }
  .vine:hover {
    background-color: #007153; }

.youtube {
  background-color: #b31217;
  border-color: #b31217; }
  .youtube:hover {
    background-color: #850d11; }

.modal-video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; }
  .modal-video iframe, .modal-video object, .modal-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/* Magnific Popup */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: .8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur {
  cursor: zoom-out; }
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #c6c6c6;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #c6c6c6; }
    .mfp-preloader a:hover {
      color: #fff; }

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #3d3d3d; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #c6c6c6;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3d3d3d; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3d3d3d; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #3d3d3d; }
  .mfp-figure small {
    color: #666;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f4f7f9;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background-image: url("../../assets/img/opacity-dark-60.png");
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-image: url("../../assets/img/opacity-dark-60.png");
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Content Boxes */
.content-box, .content-box-v2 {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 10px; }

.content-box h1, .content-box h2, .content-box h3, .content-box h4, .content-box h5, .content-box h6, .content-box p {
  margin-top: 0; }

.content-box-v2 {
  position: relative; }
  .content-box-v2 h1, .content-box-v2 h2, .content-box-v2 h3, .content-box-v2 h4, .content-box-v2 h5, .content-box-v2 h6, .content-box-v2 p {
    margin-top: 0; }
  .content-box-v2 > i {
    position: absolute;
    top: 10px;
    left: 20px; }
    .content-box-v2 > i.icon-bg {
      top: 20px; }

.box-img {
  padding: 0;
  position: relative; }
  .box-img .img-fluid {
    width: 100%;
    height: auto; }
  .box-img .box-body {
    padding: 15px; }
  .box-img .box-badge {
    position: absolute;
    top: 20px;
    left: 0;
    background: #fff;
    padding: 5px 15px;
    text-align: center; }
    .box-img .box-badge span {
      display: block;
      font-size: 16px;
      line-height: 16px; }
    .box-img .box-badge small {
      display: block;
      font-size: 10px;
      text-transform: uppercase; }

.box-bordered {
  background-color: #fff;
  border: 1px solid #dddddd; }
  .box-bordered.bg-light {
    background: #f8f8f8;
    border: 1px solid #c6c6c6; }

.box-clickable {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }
  .box-clickable:hover {
    cursor: pointer;
    outline: 1px solid #c6c6c6;
    box-shadow: 0px 10px 15px -8px rgba(102, 102, 102, 0.75); }

/* Cards */
.card-header a i:first-of-type, .card-header button i:first-of-type, .card-header .btn i:first-of-type {
  display: none; }

.card-header a.collapsed .fa, .card-header button.collapsed .fa, .card-header .btn.collapsed .fa {
  display: none; }

.card-header a.collapsed i:first-of-type, .card-header button.collapsed i:first-of-type, .card-header .btn.collapsed i:first-of-type {
  display: inline-block; }

.card-primary {
  border-top: 0.375rem solid #990000; }

.card-dark {
  border: 2px solid #e9ecee;
  border-top: 0.375rem solid #495157; }

.card-info {
  border-top: 0.375rem solid #0072bc; }

.card-secondary {
  border-top: 0.375rem solid #495157;
  background-color: #e9ecee; }

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

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

.resource-columns {
  column-count: 1; }
  @media (min-width: 768px) {
    .resource-columns {
      column-count: 2;
      column-gap: 3rem; } }
  .resource-columns .card-resource {
    border-bottom: 0.125rem solid #83919b;
    margin-bottom: 0; }
    .resource-columns .card-resource .card-body {
      padding: 1rem 0 1.25rem; }
    .resource-columns .card-resource .card-title {
      border-bottom: 0.125rem solid #83919b;
      padding: .75rem 1.25rem 1rem; }
    .resource-columns .card-resource .card-text {
      padding: 0rem 1.25rem; }
    .resource-columns .card-resource:hover {
      background: #e9ecee; }

/* Owl Carousel */
.carousel-indicators {
  bottom: auto;
  top: 10px; }

.carousel-control.left, .carousel-control.right {
  background-image: none;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none; }

.carousel-caption {
  background-image: url("../../assets/img/opacity-dark-50.png");
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  left: auto;
  right: auto;
  bottom: 0;
  text-align: center;
  padding: 20px; }
  .carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
    margin: 0 0 10px 0;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8); }
  .carousel-caption a {
    color: #fff;
    text-decoration: underline; }
    .carousel-caption a:hover {
      text-decoration: none; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
    .owl-carousel .owl-stage:after {
      content: '.';
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel .owl-refresh .owl-item {
    display: none; }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%;
      -webkit-transform-style: preserve-3d; }
  .owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto; }
  .owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
    .owl-carousel.owl-rtl .owl-item {
      float: right; }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -45px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    transition: scale 100ms ease; }
    .owl-carousel .owl-video-play-icon:after {
      font-family: 'FontAwesome';
      content: '\f01d';
      color: #fff;
      font-size: 5em; }
    .owl-carousel .owl-video-play-icon:hover {
      -webkit-transition: scale(1.3, 1.3);
      transition: scale(1.3, 1.3); }
  .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1; }

.no-js .owl-carousel {
  display: block; }

.owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-controls .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #3d3d3d;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }

.carousel-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #3d3d3d;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-controls .owl-nav [class*='owl-']:hover, .carousel-nav [class*='owl-']:hover {
  background: #c6c6c6;
  color: #fff;
  text-decoration: none; }

.owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }
  .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #c6c6c6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 20px; }
  .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #ae0000; }

.carousel-nav .owl-prev, .carousel-nav .owl-next {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
  padding: 0; }

.owl-carousel .item-video {
  height: 400px; }

/* Maps */
.map {
  width: 100%;
  height: 350px;
  display: block; }

.map-info-window {
  overflow: hidden; }
  .map-info-window p {
    font-size: 14px;
    font-weight: normal; }

.map-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%; }
  .map-wrapper #map-canvas {
    height: 100%;
    min-height: 800px; }

.map-panel {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  padding: 0 40px; }

.map-search-results {
  display: none;
  margin-bottom: 10px; }

@media screen and (max-width: 1199px) {
  .map-panel {
    padding: 0 20px; }
  .map-wrapper, .no-gutter > [class^='col-'].map-wrapper {
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-right: auto !important;
    margin-left: auto !important; } }

/* Timeline */
.timeline {
  position: relative;
  list-style-type: none;
  padding: 10px 0;
  height: auto;
  overflow: hidden; }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    content: ' ';
    width: 1px;
    border-left: 1px solid #dddddd;
    z-index: 1; }

.timeline-year {
  text-align: center;
  position: relative;
  z-index: 2;
  clear: both; }
  .timeline-year > span {
    display: inline-block;
    padding: 8px 18px;
    margin: 20px 0;
    border-radius: 4px;
    background-color: #3d3d3d;
    font-weight: 700;
    color: #fff;
    z-index: 3; }

.timeline-event {
  position: relative;
  width: 50%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-right: 30px;
  padding-left: 0;
  text-align: right;
  float: left;
  clear: left; }
  .timeline-event.timeline-event-right {
    margin-bottom: 0;
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 0;
    text-align: left;
    float: right;
    clear: right; }
    .timeline-event.timeline-event-right:before {
      right: auto;
      left: -5px; }
    .timeline-event.timeline-event-right .timeline-event-title:before {
      right: auto;
      left: -15px;
      border-right: 15px solid #c6c6c6;
      border-left: 0; }
    .timeline-event.timeline-event-right .timeline-event-title:after {
      right: auto;
      left: -14px;
      border-right: 14px solid #fff;
      border-left: 0; }
  .timeline-event:before {
    position: absolute;
    content: '\f111';
    font-family: 'FontAwesome';
    top: 42px;
    right: -6px;
    font-size: 12px;
    line-height: 0;
    color: #dddddd; }

.timeline-event-title {
  position: relative;
  padding: 15px 20px;
  border: 1px solid #c6c6c6;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom: 1px solid #c6c6c6; }
  .timeline-event-title h3 {
    font-size: 20px;
    margin: 0 0 5px 0; }
  .timeline-event-title:before, .timeline-event-title:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0; }
  .timeline-event-title:before {
    top: 25px;
    right: -15px;
    border-top: 15px solid transparent;
    border-left: 15px solid #c6c6c6;
    border-bottom: 15px solid transparent; }
  .timeline-event-title:after {
    top: 26px;
    right: -14px;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-bottom: 14px solid transparent; }
  .timeline-event-title > time {
    display: inline-block;
    color: #666; }
    .timeline-event-title > time:before {
      content: '\f073';
      font-family: 'FontAwesome';
      color: #ae0000;
      margin-right: 5px; }

.timeline-event-content {
  padding: 15px 20px;
  border: 1px solid #c6c6c6;
  border-top-width: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #f8f8f8; }
  .timeline-event-content img {
    margin-bottom: 10px; }
  .timeline-event-content p {
    margin-bottom: 0;
    font-size: 12px; }

.timeline-left {
  text-align: left; }
  .timeline-left:before {
    left: 6px; }
  .timeline-left .timeline-year {
    margin-left: 6px;
    text-align: left; }
    .timeline-left .timeline-year > span {
      border-radius: 0 4px 4px 0; }
  .timeline-left .timeline-event {
    padding-left: 30px;
    padding-right: 0;
    width: 100%;
    float: none;
    clear: none; }
    .timeline-left .timeline-event:before {
      right: auto;
      left: 2px; }
  .timeline-left .timeline-event-title:before {
    right: auto;
    left: -15px;
    border-right: 15px solid #c6c6c6;
    border-left: 0; }
  .timeline-left .timeline-event-title:after {
    right: auto;
    left: -14px;
    border-right: 14px solid #fff;
    border-left: 0; }

.timeline-right {
  text-align: right; }
  .timeline-right:before {
    right: 6px;
    left: auto; }
  .timeline-right .timeline-year {
    margin-right: 6px;
    text-align: right; }
    .timeline-right .timeline-year > span {
      border-radius: 4px 0 0 4px; }
  .timeline-right .timeline-event {
    padding-right: 30px;
    padding-left: 0;
    width: 100%;
    float: none;
    clear: none; }
    .timeline-right .timeline-event:before {
      right: 2px;
      left: auto; }

@media screen and (max-width: 767px) {
  .timeline {
    text-align: left; }
    .timeline:before {
      left: 6px; }
    .timeline .timeline-year {
      margin-left: 6px;
      text-align: left; }
      .timeline .timeline-year > span {
        border-radius: 0 4px 4px 0; }
    .timeline .timeline-event {
      padding-left: 30px;
      padding-right: 0;
      width: 100%;
      float: none;
      clear: none; }
      .timeline .timeline-event:before {
        right: auto;
        left: 2px; }
    .timeline .timeline-event-title:before {
      right: auto;
      left: -15px;
      border-right: 15px solid #c6c6c6;
      border-left: 0; }
    .timeline .timeline-event-title:after {
      right: auto;
      left: -14px;
      border-right: 14px solid #fff;
      border-left: 0; } }

/* News */
.news,
.news-v2 {
  margin-bottom: 70px; }

.news .list-inline i,
.news-v2 .list-inline i {
  padding-right: 5px; }

.news h1 a,
.news h2 a,
.news h3 a,
.news h4 a,
.news h5 a,
.news h6 a,
.news-v2 h1 a,
.news-v2 h2 a,
.news-v2 h3 a,
.news-v2 h4 a,
.news-v2 h5 a,
.news-v2 h6 a {
  color: #5f6a72;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.news h1 a:hover,
.news h2 a:hover,
.news h3 a:hover,
.news h4 a:hover,
.news h5 a:hover,
.news h6 a:hover,
.news-v2 h1 a:hover,
.news-v2 h2 a:hover,
.news-v2 h3 a:hover,
.news-v2 h4 a:hover,
.news-v2 h5 a:hover,
.news-v2 h6 a:hover {
  color: #900; }

.news-v2 .news-body h1:first-child,
.news-v2 .news-body h2:first-child,
.news-v2 .news-body h3:first-child,
.news-v2 .news-body h4:first-child,
.news-v2 .news-body h5:first-child,
.news-v2 .news-body h6:first-child {
  margin-top: 0; }

/* Blogs */
blog-posts-list li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #c6c6c6; }
  blog-posts-list li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }

blog-posts-list h3 {
  font-size: 14px;
  margin: 0 0 3px;
  line-height: 20px; }

blog-posts-list small {
  margin-bottom: 8px;
  display: inline-block; }
  blog-posts-list small i {
    padding-right: 5px; }

blog-posts-list p {
  font-size: 12px; }

.blog-tags-list li {
  margin: 0;
  padding: 0; }

.blog-tags-list a {
  color: #fff;
  background-color: #ae0000;
  border: 1px solid #900f0f;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .blog-tags-list a:hover {
    text-decoration: none;
    border-color: #6d0019;
    background-color: #6d0019; }

/* Events */
.front-event-date {
  height: 85px; }

.front-event-date-large {
  height: 95px;
  width: 85px; }

/* Tables */
.table > thead > tr > th {
  font-weight: 600; }

.table.table-color-primary, .table.table-color-light, .table.table-color-medium, .table.table-color-dark {
  background: none;
  color: #5f6a72; }

.table.table-color-primary > thead > tr > th, .table.table-color-light > thead > tr > th, .table.table-color-medium > thead > tr > th, .table.table-color-dark > thead > tr > th {
  border-bottom: 1px solid #900f0f;
  background-color: #900f0f;
  color: #fff; }

.table.table-color-light > thead > tr > th {
  border-bottom: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  color: #3d3d3d; }

.table.table-color-medium > thead > tr > th {
  border-bottom: 1px solid #efefef;
  background-color: #efefef;
  color: #3d3d3d; }

.table.table-color-dark > thead > tr > th {
  border-bottom: 1px solid #3d3d3d;
  background-color: #3d3d3d; }

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important; }
  table.dataTable td, table.dataTable th {
    box-sizing: content-box; }
  table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center; }
  table.dataTable.nowrap td, table.dataTable.nowrap th {
    white-space: nowrap; }
  table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting {
    padding-right: 30px; }
  table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 30px; }
  table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
    outline: none; }
  table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative; }
  table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5; }
  table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: ""; }
  table.dataTable thead .sorting_asc:after {
    content: ""; }
  table.dataTable thead .sorting_desc:after {
    content: ""; }
  table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    color: #efefef; }

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block; }

div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }
  div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left; }
  div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap; }

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none; }
  div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none; }

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none; }

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; } }

table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px; }

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px; }

table.table-bordered.dataTable {
  border-collapse: separate !important; }
  table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0; }
  table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 0; }
  table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

/* Footer */
.page-footer {
  font-size: .9375rem;
  border-top: 0.375rem solid #495157; }
  .page-footer a {
    color: #5f6a72; }
    .page-footer a:hover {
      text-decoration: underline;
      color: #900; }
    .page-footer a.btn:hover {
      text-decoration: none; }
  .page-footer .widgettitle {
    color: #353535;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .page-footer .widgettitle {
        cursor: pointer; } }
  @media (min-width: 992px) {
    .page-footer .widget-title-collapse .fa {
      display: none; } }
  .page-footer .media .media-heading {
    text-transform: none;
    font-size: 15px; }
  .page-footer .media small {
    font-style: italic; }
  .page-footer.bg-primary, .page-footer.bg-light, .page-footer.bg-dark, .page-footer.bg-alt {
    padding-top: 20px;
    border-top: solid 5px #900; }
  .page-footer.bg-dark {
    color: #c6c6c6;
    border-top-color: #ae0000; }
    .page-footer.bg-dark a {
      color: #c6c6c6; }
      .page-footer.bg-dark a:hover {
        color: #c6c6c6; }
    .page-footer.bg-dark h1, .page-footer.bg-dark h2, .page-footer.bg-dark h3, .page-footer.bg-dark h4, .page-footer.bg-dark h5, .page-footer.bg-dark h6 {
      color: #fff; }
    .page-footer.bg-dark .footer-copyright {
      color: #c6c6c6;
      background: #2e2e2e; }
  .page-footer .links-list.links-news li {
    padding: 12px 0;
    border-top: 1px solid #a1a1a1; }
    .page-footer .links-list.links-news li:first-child {
      padding-top: 0;
      border-top: none; }
    .page-footer .links-list.links-news li a {
      margin-bottom: 3px;
      display: inline-block;
      font-weight: 600; }
    .page-footer .links-list.links-news li small {
      color: #666;
      display: block;
      font-style: italic; }
  .page-footer .blog-tags-list a:hover {
    color: #fff; }

.footer-bg {
  position: relative; }
  .footer-bg:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to top, #990000 0%, #990000 2.5rem, #fff 2.5rem, #fff 100%); }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .footer-bg:before {
        width: 80%;
        background: linear-gradient(to top, #990000 0%, #990000 3.75rem, #fff 3.75rem, #fff 100%); } }
    @media (min-width: 992px) {
      .footer-bg:before {
        background: linear-gradient(to top, #990000 0%, #990000 3.875rem, #fff 3.875rem, #fff 100%); } }
  .footer-bg:after {
    content: '';
    width: 9%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(to top, #990000 0%, #990000 2.375rem, #495157 2.375rem, #495157 100%); }
    @media (min-width: 576px) {
      .footer-bg:after {
        width: 17%;
        background: linear-gradient(to top, #990000 0%, #990000 3.9375rem, #495157 3.9375rem, #495157 100%); } }
    @media (min-width: 768px) {
      .footer-bg:after {
        background: #495157; } }
    @media (min-width: 1200px) {
      .footer-bg:after {
        width: 15%; } }

.footer-inner {
  width: 100%;
  float: right;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1200px) {
    .footer-inner {
      max-width: 880px; } }
  @media (min-width: 1350px) {
    .footer-inner {
      max-width: 1240px; } }

.footer-seal-container {
  background: linear-gradient(to top left, transparent 0%, transparent 54%, white 54%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#495157",endColorstr="#ffffff",GradientType=1); }

.footer-seal-bg {
  position: relative;
  z-index: 150;
  transform: skewX(-8deg);
  width: 95%; }
  .footer-seal-bg > img {
    transform: skewX(8deg); }
  @media (min-width: 992px) {
    .footer-seal-bg {
      transform: skewX(-20deg);
      width: 90%; }
      .footer-seal-bg > img {
        transform: skewX(20deg); } }

#seal-button img {
  margin-top: -3.625rem;
  border-radius: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: #fff;
  padding: 1px;
  margin-bottom: 20px;
  z-index: 100;
  position: relative;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.07); }

.footer-copyright {
  margin-top: 25px;
  padding: 15px;
  color: #fff;
  line-height: 30px;
  position: relative; }
  .footer-copyright .copyright-text {
    font-size: 12px;
    line-height: 21px;
    padding-top: 0; }
  .footer-copyright .disclaimer-list {
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 5px; }
    .footer-copyright .disclaimer-list li:last-child {
      padding-right: 0; }
  .footer-copyright .ua-logo-stacked {
    line-height: 75px;
    padding-top: 0; }
  .footer-copyright a {
    color: #fff; }
    .footer-copyright a:hover {
      color: #fff; }

@media (max-width: 767px) {
  .footer-copyright .copyright-text, .footer-copyright .disclaimer-list {
    padding-top: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .footer-copyright .ua-square-logo {
    margin-top: 10px; }
  .footer-copyright .disclaimer-list {
    padding-top: 5px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-copyright .copyright-text {
    padding-left: 5px; }
  .footer-copyright .disclaimer-list {
    padding-top: 5px; } }

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button, .gsc-search-button-v2, .gsc-results-wrapper-overlay, .gsc-results-wrapper-visible {
  box-sizing: content-box;
  line-height: normal; }

.gsc-clear-button {
  display: none; }

table.gsc-search-box td.gsc-input {
  padding-right: 0 !important; }

.gsc-input .gsc-input {
  background: #fff;
  border-color: #efefef;
  color: #666;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  padding: 10px 16px;
  height: 24px;
  font-size: 18px;
  width: 95%; }

.gsc-search-button input.gsc-search-button {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  padding: 9px 12px;
  height: auto;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.embed-smart {
  cursor: pointer; }

.play-icon {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin: -50px;
  font-size: 100px;
  color: #fff; }

video::-webkit-media-controls {
  display: none; }

#ua-carousel .bg-img {
  height: 550px;
  position: relative; }

#ua-carousel .site-content {
  min-height: 550px; }

#ua-carousel .caption {
  position: absolute;
  top: 43%;
  left: 15%;
  right: 15%;
  text-align: center; }
  #ua-carousel .caption .caption-inner {
    background-image: url("../../assets/img/opacity-dark-50.png");
    background: rgba(0, 0, 0, 0.55);
    padding: 18px 22px 20px 22px;
    margin: 0;
    width: auto;
    display: inline-block;
    border-radius: 4px;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s; }
    #ua-carousel .caption .caption-inner.caption-primary-bg {
      background: rgba(174, 0, 0, 0.7); }
    #ua-carousel .caption .caption-inner .input-group {
      max-width: 500px; }
    #ua-carousel .caption .caption-inner a:hover {
      text-decoration: none; }
  #ua-carousel .caption:hover .caption-inner {
    background-image: url("../../assets/img/opacity-dark-70.png");
    background: rgba(0, 0, 0, 0.7); }

#ua-carousel .caption-left {
  left: 0;
  right: auto;
  text-align: left; }

#ua-carousel .caption-right {
  right: 0;
  left: auto;
  text-align: right; }

#ua-carousel .bg-video {
  cursor: pointer; }
  #ua-carousel .bg-video video {
    width: 100%;
    min-height: 550px; }
    #ua-carousel .bg-video video p {
      position: absolute;
      top: 75%;
      left: 15%;
      right: 15%;
      text-align: center; }
  #ua-carousel .bg-video .fa-play-circle-o {
    margin-top: 5px; }

#ua-carousel h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  margin: 0 0 6px 0; }

#ua-carousel p {
  font-size: 20px;
  font-weight: 500; }
  #ua-carousel p.lead {
    margin-bottom: 0;
    padding-top: 0; }

#ua-carousel .carousel-control .glyphicon-chevron-left, #ua-carousel .carousel-control .glyphicon-chevron-right {
  margin-top: 0; }

#ua-carousel .carousel-control .glyphicon-chevron-left {
  left: 30%; }

#ua-carousel .carousel-control .glyphicon-chevron-right {
  right: 30%; }

#ua-carousel .modal {
  top: 125px; }

@media (max-width: 767px) {
  #ua-carousel .site-content {
    min-height: 375px; }
  #ua-carousel .bg-img {
    height: 375px; }
  #ua-carousel .bg-video video {
    min-width: 568px;
    min-height: 500px; }
  #ua-carousel .bg-video .fa-play-circle-o {
    margin-top: 0;
    font-size: 2.1em; }
  #ua-carousel .caption {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; }
    #ua-carousel .caption .caption-inner {
      width: 100%;
      border-radius: 0;
      padding: 10px 5px; }
      #ua-carousel .caption .caption-inner .input-group {
        max-width: none; }
      #ua-carousel .caption .caption-inner .form-control {
        height: 34px; }
      #ua-carousel .caption .caption-inner .btn {
        font-size: 10px; }
  #ua-carousel h2 {
    font-size: 20px;
    line-height: 20px; }
  #ua-carousel p {
    font-size: 12px; }
  #ua-carousel .carousel-control {
    top: 100px;
    bottom: 100px; } }

@media (max-width: 320px) {
  .bg-video video {
    min-width: initial;
    min-height: 100px;
    max-height: 100px; } }

@media (min-width: 768px) and (max-width: 991px) {
  #ua-carousel .caption {
    top: 190px;
    left: 10%;
    right: 10%;
    text-align: center; }
    #ua-carousel .caption .caption-inner .btn-transparent {
      font-size: 12px; }
  #ua-carousel .caption-left, #ua-carousel .caption-right {
    left: 10%;
    right: 10%;
    text-align: center; }
  #ua-carousel .bg-img {
    height: 430px; }
  #ua-carousel .bg-video video {
    min-height: 430px; }
  #ua-carousel .bg-video .fa-play-circle-o {
    margin-top: 8px;
    font-size: 3em; }
  #ua-carousel h2 {
    font-size: 34px;
    line-height: 34px; }
  #ua-carousel p {
    font-size: 15px; } }

@media (min-width: 992px) and (max-width: 1299px) {
  #ua-carousel .caption {
    top: 240px;
    left: 10%;
    right: 10%;
    text-align: center; }
  #ua-carousel .caption-left, #ua-carousel .caption-right {
    left: 10%;
    right: 10%;
    text-align: center; }
  #ua-carousel .bg-video .fa-play-circle-o {
    margin-top: 10px;
    font-size: 4em; } }

@media (min-width: 1600px) and (max-width: 1799px) {
  #ua-carousel .bg-img {
    height: 625px; }
  #ua-carousel .caption {
    top: 280px; } }

@media (min-width: 1800px) {
  #ua-carousel .bg-img {
    height: 700px; }
  #ua-carousel .caption {
    top: 320px; } }

.event-date {
  text-align: center;
  width: 60px;
  background-color: #efefef;
  border: 1px solid #dddddd;
  padding: 5px;
  border-radius: 3px; }
  .event-date p {
    font-size: 33px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    color: #3d3d3d; }
  .event-date small {
    font-size: 18px;
    font-weight: 300;
    color: #3d3d3d; }

@media (max-width: 1199px) {
  .event-details h4 {
    font-size: 17px; }
  .event-details p {
    font-size: 14px; } }

.social-list li {
  margin-bottom: 20px;
  position: relative; }

.social-tabs-content p {
  margin-bottom: 5px; }

.social-actions {
  font-size: 12px; }
  .social-actions time {
    font-size: 12px; }
    .social-actions time a {
      color: #5f6a72; }
      .social-actions time a:hover {
        color: #3d3d3d; }

.nav-tabs + .tab-content.social-tabs {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }

.nav-justified.social-tabs > li {
  display: table-cell;
  width: 1%; }
  .nav-justified.social-tabs > li > a {
    margin-bottom: 0; }

.social-tabs-content {
  height: 325px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 15px; }

#vimeo .social-tabs-content {
  overflow: auto; }

.social-tabs-footer {
  width: 100%;
  padding: 12px;
  background: #f8f8f8;
  border-top: 1px solid #dddddd; }

@media (max-width: 767px) {
  .social-tabs #instagram .overlay-bottom {
    padding: 5px; }
  .social-tabs #instagram .overlay-links {
    font-size: 12px; }
    .social-tabs #instagram .overlay-links .margin-right-10 {
      margin-right: 5px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  #vimeo .social-tabs-content {
    height: 425px; } }

.featured-news {
  min-height: 305px;
  max-height: 400px;
  border-top: 5px solid #900; }
  .featured-news h3 {
    margin-bottom: 10px; }
  .featured-news p {
    margin-bottom: 0; }
  .featured-news .box-badge {
    top: 10px;
    left: auto;
    right: 0;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.75); }
    .featured-news .box-badge small {
      font-weight: 600; }

.latest-news, .upcoming-events {
  border-bottom-color: #dddddd; }

.more-news, .more-events {
  font-size: 13px;
  padding-top: 12px;
  padding-left: 20px; }

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-6 .featured-news h3 {
    font-size: 21px; }
  .col-sm-6 .featured-news p {
    font-size: 14px; } }

@media (max-width: 991px) {
  .featured-news {
    min-height: 0; } }

.link-primary {
  color: #900 !important; }
  .link-primary:hover {
    color: #900f0f !important; }

.link-light {
  color: #c6c6c6 !important; }
  .link-light:hover {
    color: #666 !important; }

.link-dark {
  color: #3d3d3d !important; }
  .link-dark:hover {
    color: #666 !important; }

.link-white {
  color: #fff !important; }
  .link-white:hover {
    color: #900 !important; }

.bg-primary .link-white, .bg-dark .link-white {
  color: #fff !important; }

.bg-primary .link-white:hover, .bg-dark .link-white:hover {
  color: #c6c6c6 !important; }

.ua-square-logo {
  position: relative;
  z-index: 900; }
  .ua-square-logo.overlap-top {
    margin-top: -50px; }
  .ua-square-logo.overlap-bottom {
    margin-bottom: -50px; }

section {
  background-color: #fff;
  min-height: 250px; }

.site-content {
  padding: 0 0 2.5rem 0; }

.site-section-top {
  position: relative;
  top: -150px;
  margin-bottom: -150px;
  margin-top: 50px; }
  .site-section-top .site-content {
    padding-left: 15px;
    padding-right: 15px;
    background: transparent;
    position: relative; }

#ie8 .site-section-top .bg-img .site-content {
  min-height: auto;
  height: 330px; }

.sidebar-block {
  margin-bottom: 50px; }

.bg-img .site-content {
  height: 330px;
  bottom: auto; }

.site-heading-bg-light, .site-heading-bg-dark, .site-heading-bg-primary {
  position: absolute;
  bottom: 15px;
  z-index: auto;
  overflow: hidden;
  padding: 15px;
  border-radius: 2px; }

.site-heading-bg-light h1, .site-heading-bg-dark h1, .site-heading-bg-primary h1 {
  margin: 0;
  padding: 0 5px;
  font-size: 42px; }

.site-heading-bg-light h1.site-heading-small, .site-heading-bg-dark h1.site-heading-small, .site-heading-bg-primary h1.site-heading-small {
  font-size: 39px; }

@media (max-width: 767px) {
  .site-heading-bg-light h1, .site-heading-bg-dark h1, .site-heading-bg-primary h1 {
    font-size: 32px; }
  .site-heading-bg-light h1.site-heading-small, .site-heading-bg-dark h1.site-heading-small, .site-heading-bg-primary h1.site-heading-small {
    font-size: 22px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .site-heading-bg-light h1.site-heading-small, .site-heading-bg-dark h1.site-heading-small, .site-heading-bg-primary h1.site-heading-small {
    font-size: 29px; } }

.site-heading-bg-light {
  background-color: rgba(255, 255, 255, 0.9);
  color: #2e2e2e; }

.site-heading-bg-dark {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff; }

.site-heading-bg-primary {
  bottom: 0;
  padding: 12px 15px;
  background-color: #900;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* Scroll */
.scroll-to-top {
  position: fixed;
  bottom: 14px;
  right: 11px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 1000; }
  .scroll-to-top:hover {
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .scroll-to-top i {
    font-size: 24px;
    line-height: 48px; }

@media (max-width: 767px) {
  .scroll-to-top {
    width: 40px;
    height: 40px; }
    .scroll-to-top i {
      font-size: 20px;
      line-height: 40px; } }

/* Forms */
form {
  margin: 20px 0; }

fieldset {
  padding: 10px 25px;
  margin: 15px 0;
  border: 1px solid #ddd;
  background-color: #f8f8f8; }

legend {
  display: block;
  width: auto;
  padding: 3px 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: inherit;
  color: #3d3d3d;
  border: 1px solid #ddd;
  background-color: #fff; }

.col-form-label {
  font-weight: 600; }
  .col-form-label .required-asterisk {
    color: #a94442; }

textarea {
  resize: vertical; }

.input-group-text {
  padding: 0.475rem 0.75rem;
  background-color: #f3f3f3;
  border-color: #e1e1e1; }

.input-group-btn .btn {
  padding: 9px 12px;
  border-radius: 0px; }

.input-group-btn:last-child > .btn {
  z-index: 1; }

input[type="radio"],
input[type="checkbox"] {
  margin-top: 5px; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.form-control-feedback {
  color: #666;
  height: 40px;
  line-height: 40px !important;
  top: 0; }

.has-success .form-control {
  border-color: #3c763d; }
  .has-success .form-control:focus {
    border-color: #3c763d; }

.has-warning .form-control {
  border-color: #8a6d3b; }
  .has-warning .form-control:focus {
    border-color: #8a6d3b; }

.has-error .form-control {
  border-color: #a94442; }
  .has-error .form-control:focus {
    border-color: #a94442; }

.has-error .error {
  font-weight: 400;
  margin-bottom: 5px;
  display: block; }

.has-success .form-control:focus, .has-warning .form-control:focus, .has-error .form-control:focus {
  box-shadow: none; }

.bg-primary .form-control {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #6d0019; }
  .bg-primary .form-control:focus {
    background-color: rgba(0, 0, 0, 0.1); }

.bg-primary .input-group-addon {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #6d0019; }

.bg-primary .form-control-feedback {
  color: #fff; }

.bg-primary .has-success .form-control, .bg-primary .has-warning .form-control, .bg-primary .has-error .form-control {
  border-color: #fff;
  color: #fff; }
  .bg-primary .has-success .form-control:focus, .bg-primary .has-warning .form-control:focus, .bg-primary .has-error .form-control:focus {
    border-color: #fff;
    color: #fff; }

.bg-primary .has-success .form-control:focus, .bg-primary .has-warning .form-control:focus, .bg-primary .has-error .form-control:focus {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.1); }

.bg-primary .has-success .control-label, .bg-primary .has-success .form-control-feedback {
  color: #fff; }

.bg-primary .has-warning .control-label, .bg-primary .has-warning .form-control-feedback {
  color: #fff; }

.bg-primary .has-error .control-label, .bg-primary .has-error .form-control-feedback {
  color: #fff; }

.bg-dark .form-control {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #383838;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
  color: #c6c6c6; }

.bg-dark .control-label, .bg-dark .form-control-feedback {
  color: #c6c6c6; }

.bg-dark .has-success .form-control, .bg-dark .has-warning .form-control, .bg-dark .has-error .form-control {
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8); }
  .bg-dark .has-success .form-control:focus, .bg-dark .has-warning .form-control:focus, .bg-dark .has-error .form-control:focus {
    background-color: rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8); }

.bg-dark .has-success .checkbox, .bg-dark .has-success .checkbox-inline, .bg-dark .has-success .radio, .bg-dark .has-success .radio-inline, .bg-dark .has-success .control-label, .bg-dark .has-success .form-control-feedback {
  color: #15c11b; }
  .bg-dark .has-success .checkbox label, .bg-dark .has-success .checkbox-inline label, .bg-dark .has-success .radio label, .bg-dark .has-success .radio-inline label, .bg-dark .has-success .control-label label, .bg-dark .has-success .form-control-feedback label {
    color: #15c11b; }

.bg-dark .has-warning .checkbox, .bg-dark .has-warning .checkbox-inline, .bg-dark .has-warning .radio, .bg-dark .has-warning .radio-inline, .bg-dark .has-warning .control-label, .bg-dark .has-warning .form-control-feedback {
  color: #e5b150; }
  .bg-dark .has-warning .checkbox label, .bg-dark .has-warning .checkbox-inline label, .bg-dark .has-warning .radio label, .bg-dark .has-warning .radio-inline label, .bg-dark .has-warning .control-label label, .bg-dark .has-warning .form-control-feedback label {
    color: #e5b150; }

.bg-dark .has-error .checkbox, .bg-dark .has-error .checkbox-inline, .bg-dark .has-error .radio, .bg-dark .has-error .radio-inline, .bg-dark .has-error .control-label, .bg-dark .has-error .form-control-feedback {
  color: #ef4949; }
  .bg-dark .has-error .checkbox label, .bg-dark .has-error .checkbox-inline label, .bg-dark .has-error .radio label, .bg-dark .has-error .radio-inline label, .bg-dark .has-error .control-label label, .bg-dark .has-error .form-control-feedback label {
    color: #ef4949; }

.bg-dark .input-group-addon {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #000; }

@font-face {
  font-family: 'ua-logos';
  src: url("../fonts/ua-logos.eot?40okkc");
  src: url("../fonts/ua-logos.eot?40okkc#iefix") format("embedded-opentype"), url("../fonts/ua-logos.ttf?40okkc") format("truetype"), url("../fonts/ua-logos.woff?40okkc") format("woff"), url("../fonts/ua-logos.svg?40okkc#ua-logos") format("svg");
  font-weight: normal;
  font-style: normal; }

.ua-logo {
  font-family: 'ua-logos' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ua-logo-nameplate:before {
  content: "\e601";
  max-width: auto;
  display: inherit;
  margin: 0px auto; }
  @media (min-width: 992px) {
    .ua-logo-nameplate:before {
      max-width: 22rem; } }

.ua-logo-stacked:before {
  content: "\e600"; }

.ua-logo-college-as:before {
  content: "\e900"; }

.ua-logo-college-cba:before {
  content: "\e901"; }

.ua-logo-college-cis:before {
  content: "\e902"; }

.ua-logo-college-chs:before {
  content: "\e904"; }

.ua-logo-college-continuing-studies:before {
  content: "\e905"; }

.ua-logo-college-education:before {
  content: "\e906"; }

.ua-logo-college-eng:before {
  content: "\e907"; }

.ua-logo-school-grad:before {
  content: "\e908"; }

.ua-logo-college-hes:before {
  content: "\e909"; }

.ua-logo-college-honors:before {
  content: "\e90a"; }

.ua-logo-school-law:before {
  content: "\e903"; }

.ua-logo-college-nursing:before {
  content: "\e90b"; }

.ua-logo-school-social-work:before {
  content: "\e90c"; }

.ua-logo-office-academic-affairs:before {
  content: "\e90d"; }

.ua-logo-office-advancement:before {
  content: "\e90e"; }

.ua-logo-dept-athletics:before {
  content: "\e90f"; }

.ua-logo-division-community-affairs:before {
  content: "\e910"; }

.ua-logo-division-financial-affairs:before {
  content: "\e911"; }

.ua-logo-office-president:before {
  content: "\e912"; }

.ua-logo-office-research:before {
  content: "\e913"; }

.ua-logo-division-strategic-comm:before {
  content: "\e914"; }

.ua-logo-division-sa:before {
  content: "\e915"; }

.ua-logo-dept-libraries:before {
  content: "\e916"; }

.ua-logo-news:before {
  content: "\e917"; }

.ua-logo-events:before {
  content: "\e918"; }

.ua-logo {
  font-size: 55px;
  line-height: 55px;
  padding-top: 0px;
  padding-bottom: 0;
  text-overflow: clip;
  overflow: hidden; }

.ua-logo:hover {
  text-decoration: underline; }

.navbar-brand.ua-logo {
  margin-right: 0; }
  @media (min-width: 576px) {
    .navbar-brand.ua-logo {
      margin-right: 1rem; } }

.ua-logo-college-cba {
  font-size: 56px;
  line-height: 72px; }

.ua-logo-college-cis {
  font-size: 58px;
  line-height: 66px; }

.ua-logo-college-chs {
  font-size: 58px;
  line-height: 64px; }

.ua-logo-college-continuing-studies {
  font-size: 50px;
  line-height: 72px; }

.ua-logo-college-education {
  font-size: 52px;
  line-height: 64px; }

.ua-logo-college-eng {
  font-size: 58px;
  line-height: 72px; }

.ua-logo-school-grad {
  font-size: 25px;
  line-height: 66px; }

.ua-logo-college-hes {
  font-size: 58px;
  line-height: 66px; }

.ua-logo-college-honors {
  font-size: 25px;
  line-height: 72px; }

.ua-logo-school-law {
  font-size: 26px;
  line-height: 64px; }

.ua-logo-college-nursing {
  font-size: 58px;
  line-height: 72px; }

.ua-logo-school-social-work {
  font-size: 54px;
  line-height: 66px; }

.ua-logo-office-academic-affairs {
  font-size: 50px;
  line-height: 66px; }

.ua-logo-office-advancement {
  font-size: 39px;
  line-height: 72px; }

.ua-logo-dept-athletics {
  font-size: 52px;
  line-height: 66px; }

.ua-logo-division-community-affairs {
  font-size: 54px;
  line-height: 72px; }

.ua-logo-division-financial-affairs {
  font-size: 50px;
  line-height: 66px; }

.ua-logo-office-president {
  font-size: 52px;
  line-height: 64px; }

.ua-logo-office-research {
  font-size: 26px;
  line-height: 64px; }

.ua-logo-division-strategic-comm {
  font-size: 57px;
  line-height: 68px; }

.ua-logo-division-sa {
  font-size: 44px;
  line-height: 64px; }

.ua-logo-dept-libraries {
  font-size: 28px;
  line-height: 72px; }

.ua-logo-news {
  font-size: 35px;
  line-height: 66px; }

.ua-logo-events {
  font-size: 35px;
  line-height: 66px; }

@media screen and (max-width: 991px) {
  .ua-logo-college-cba {
    font-size: 46px; }
  .ua-logo-college-cis {
    font-size: 43px; }
  .ua-logo-college-continuing-studies {
    font-size: 33px; }
  .ua-logo-college-eng {
    font-size: 48px; }
  .ua-logo-school-grad {
    font-size: 16px; }
  .ua-logo-college-hes {
    font-size: 38px; }
  .ua-logo-college-honors {
    font-size: 22px; }
  .ua-logo-school-law {
    font-size: 17px; }
  .ua-logo-college-nursing {
    font-size: 48px; }
  .ua-logo-school-social-work {
    font-size: 45px; }
  .ua-logo-office-academic-affairs {
    font-size: 32px; }
  .ua-logo-office-advancement {
    font-size: 25px; }
  .ua-logo-division-community-affairs {
    font-size: 34px; }
  .ua-logo-division-financial-affairs {
    font-size: 36px; }
  .ua-logo-office-research {
    font-size: 17px; }
  .ua-logo-division-strategic-comm {
    font-size: 47px; }
  .ua-logo-division-sa {
    font-size: 36px; }
  .ua-logo-dept-libraries {
    font-size: 19px; }
  .ua-logo-news {
    font-size: 26px; }
  .ua-logo-events {
    font-size: 26px; } }

@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #fff;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
  .navbar-light .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 20px;
    margin: 0;
    text-transform: uppercase;
    border-bottom: none;
    color: #990000; }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
      color: #fff;
      background: #990000; }
    .navbar-light .navbar-nav .nav-link .fa {
      margin-left: .5rem; }
  .navbar-light .navbar-nav .dropdown-menu {
    text-align: left;
    background: none;
    box-shadow: none;
    padding: 0; }
  .navbar-light .navbar-nav .dropdown-item {
    white-space: normal; }
    .navbar-light .navbar-nav .dropdown-item:hover, .navbar-light .navbar-nav .dropdown-item:focus {
      color: #495157; } }

.menu-crumb {
  font-family: 'Trade Gothic LT W01 Bold';
  font-size: .75rem;
  line-height: 1.375rem; }

.crumb-triangle {
  background: linear-gradient(to top left, transparent calc(50% - 1px), #495157 calc(50% + 1px));
  width: .75rem;
  height: 1.375rem; }

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden; }

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: var(--secondary); }

.nav-underline .nav-link:hover {
  color: #990000; }

.nav-underline .active {
  font-weight: 500;
  color: #495157; }

.lh-100 {
  line-height: 1; }

.lh-125 {
  line-height: 1.25; }

.lh-150 {
  line-height: 1.5; }

.instagram-overlay {
  top: 0;
  left: 100px;
  z-index: 1000;
  width: 15rem;
  transform: skewX(20deg); }

.instagram-info {
  position: absolute;
  top: 30%;
  transform: skewX(-20deg); }

.instagram-slant {
  width: 15.5rem;
  background: #fff;
  position: absolute;
  z-index: 1000;
  left: 0; }

.header-container {
  max-width: 1170px; }

.brandbar ul {
  list-style: none;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.header-top {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: auto; }
  .header-top .navbar {
    justify-content: flex-end !important; }
    .header-top .navbar .nav-link {
      padding-top: 1.025rem;
      padding-bottom: 1.025rem; }
      .header-top .navbar .nav-link:hover, .header-top .navbar .nav-link:active, .header-top .navbar .nav-link:focus {
        background-color: #6d0019;
        color: #fff; }

.top-tools a, .top-search a {
  padding-left: 17px !important;
  padding-right: 17px !important; }

.top-tools-container {
  position: relative;
  left: 0;
  width: 100%;
  height: 66px;
  max-height: 66px;
  z-index: 1100;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: none;
  transform: translateZ(0);
  font-size: 16px; }

.top-search-container {
  display: none; }

.removepadding {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.capstone-margins {
  margin-left: 0px !important;
  margin-top: 7px !important; }
  @media (max-width: 1199.98px) {
    .capstone-margins {
      margin-left: 11px !important; } }

.wordmark-overwrites {
  margin-top: 7px !important;
  padding: 0px !important;
  padding-left: 15px !important;
  font-size: 22.5px !important;
  line-height: 35px !important;
  height: 35px !important;
  overflow: hidden; }

nav li.slanted {
  display: inline-block;
  transition: background 0.2s;
  background-color: #990000;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  /* SKEW */
  margin-right: -5px; }

nav li.slanted a {
  height: 66px;
  line-height: 66px;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 5px 25px;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
  /* INVERSE SKEW */
  color: white; }

nav li.slanted:active,
nav li.slanted:hover {
  background: white; }

nav li.slanted a:hover {
  color: #990000; }

nav li.slanted:nth-child(n+5) {
  background-color: #353535; }

nav li.slanted:hover:nth-child(n+5) {
  background-color: white; }

div .slantedWLAM {
  display: inline-block;
  transition: background 0.2s;
  background-color: #353535;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  /* SKEW */
  margin-right: -5px;
  padding: 0 15px !important;
  border: 0; }

div .slantedWLAM a {
  text-decoration: none; }

div .slantedWLAM span {
  height: 50px;
  line-height: 35px;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 4px 10px 5px;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
  /* INVERSE SKEW */
  color: white;
  font-size: 15px;
  letter-spacing: 6px; }

.navbar-brand {
  color: #990000; }

header .header-primary {
  background: #990000; }

.header-primary .top-tools-container {
  background-image: linear-gradient(to right, #990000 40%, #363636 10%); }

.header-primary .top-search-container {
  background-color: #353535; }

.header-primary .top-tools-container {
  background-image: linear-gradient(to right, #990000 40%, #363636 10%); }

.header-primary .top-tools-container a,
.header-primary .top-search-container a {
  color: white; }

.header-primary .top-tools-container a:hover,
.header-primary .top-search-container a:hover {
  color: #900f0f;
  background: none; }

.ua-logo {
  max-width: 350px; }
  .ua-logo:hover {
    text-decoration: none; }

.header-top .navbar .nav-link {
  padding: 15px;
  line-height: 20px; }

.top-search-container .form-control, .top-search-container .btn {
  font-size: 14px;
  line-height: 20px; }

.top-search-container .btn-light {
  background: #e1e1e1;
  border-color: #e1e1e1; }

.top-search-container .rounded-right {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important; }

@media (min-width: 992px) {
  .main-nav .dropdown-item {
    max-width: 250px;
    white-space: normal; }
  .main-nav .dropdown:last-child .dropdown-menu {
    right: 0; } }

@media screen and (max-width: 335px) {
  .wordmark-overwrites {
    font-size: 1em !important; }
  .ua-logo {
    width: 100%; } }

@media screen and (max-width: 500px) {
  /*
	#sticky-header {
	    position: relative;
	    top: inherit;
	    left: inherit;
	    right: inherit;
	    z-index: 1000;
	    width: 100%;
	}
*/
  .wordmark-overwrites {
    /* 		 padding-top: 3px !important; */
    /* 		 padding-left: 5px !important;  */ }
  .ua-logo {
    max-width: 320px; }
  /*
	 .header-main .ua-logo.navbar-brand {
		 margin-top: 18px;
	 }
*/ }

@media screen and (max-width: 768px) {
  .header-main .ua-logo.navbar-brand {
    margin-top: 18px; } }

@media (max-width: 1199px) {
  .top-tools-container .container, .top-search-container .container {
    width: 1000px;
    /*     font-size: 12px; */ }
  nav.brandbar li.slanted a {
    padding: 5px 19px; } }

@media screen and (max-width: 991px) {
  #sticky-header {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    z-index: 1000;
    width: 100%; }
  .top-tools-container, .top-search-container {
    display: none !important; }
  .offcanvas-sm.in {
    background: #fff; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-main .ua-logo {
    padding: 0px 10px !important; }
  .navbar-header .ua-logo {
    line-height: 90px;
    height: 90px; } }

@media screen and (max-width: 991px) {
  .navbar-brand {
    margin-left: 0 !important;
    margin-top: 10px;
    color: #fff !important; }
  .ua-logo-college-as {
    font-size: 34px; }
  .sticky-header-container {
    background: #990000;
    min-height: 85px; }
  .header-main .ua-logo {
    padding: 0px 10px 0 0 !important;
    max-width: 80%;
    margin-top: 5px;
    padding: 0px;
    line-height: 50px;
    height: 50px; }
  .navbar-header .ua-logo {
    /* 		position: fixed; */
    /* 		left: 0; */
    line-height: 50px;
    height: 50px; }
  .navbar-nav {
    border-left: 1px solid #ddd; }
  .nav-visible .navbar-nav {
    right: 0 !important; }
  .header-main .navbar-nav > li {
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: block;
    max-width: 250px; }
    .header-main .navbar-nav > li > li > a {
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 15px 20px;
      margin: 0; }
  .header-main .navbar-nav form {
    padding: .5rem 1rem;
    margin: 0; }
  .header-main .navbar-nav .nav-mobile-cta a.btn {
    margin: 5px 0px;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center; }
  .header-main .navbar > .nav-toggle {
    position: absolute;
    right: 0;
    top: 6px; } }

.ua-logo-college-as {
  font-size: 53px; }

body.nav-visible.canvas-slid {
  left: 0 !important;
  right: 0 !important; }

body.canvas-sliding {
  left: 0 !important;
  right: 0 !important;
  transition: none; }

/* Dingo Style */
/*Typography */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, .h1 {
  font-family: 'Frontage W05 Bold';
  text-transform: uppercase;
  line-height: 2.125rem;
  -webkit-font-smoothing: subpixel-antialiased; }
  h1 i, h1 em, h1 .italic, .h1 i, .h1 em, .h1 .italic {
    font-family: inherit; }

h2, .h2 {
  font-family: 'ITCBaileySansW01-Bold';
  text-transform: none;
  line-height: 1.875rem;
  color: #5f6a72; }

h3, .h3 {
  font-family: 'ITCBaileySansW01-Bold';
  text-transform: uppercase;
  line-height: 1.625rem;
  letter-spacing: 1px; }

h4, .h4 {
  font-family: 'ITCBaileySansW01-Bold';
  text-transform: none;
  line-height: 1.375rem;
  color: #5f6a72; }

h5, .h5, .utility-box .searchandfilter h4, th {
  font-family: 'ITCBaileySansW01-Book';
  line-height: 1.25rem;
  text-transform: none;
  letter-spacing: 1px; }

h6, .h6, .utility-box .searchandfilter label {
  font-family: 'ITCBaileySansW01-Book';
  line-height: 1.125rem;
  letter-spacing: 1px;
  text-transform: none; }

.entry-content {
  font-size: 1.0625rem; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content .h4, .entry-content .h5, .entry-content .utility-box .searchandfilter h4, .utility-box .searchandfilter .entry-content h4, .entry-content .h6, .entry-content .utility-box .searchandfilter label, .utility-box .searchandfilter .entry-content label {
    margin: 1.5rem 0 .5rem; }

.page-title {
  font-family: 'Frontage W05 Bold';
  text-shadow: 1.5px 2.6px 6.8px rgba(0, 0, 0, 0.76); }

.display-5 {
  font-size: 2.25rem;
  line-height: 2.5rem; }

@media (min-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    line-height: 3.5rem; }
  .display-2 {
    font-size: 3.0625rem;
    line-height: 3.25rem; }
  .display-3 {
    font-size: 2.875rem;
    line-height: 3.125rem; }
  .display-4 {
    font-size: 2.6875rem;
    line-height: 2.9375rem; }
  .display-5 {
    font-size: 2.625rem;
    line-height: 2.875rem; }
  h1, .h1 {
    font-size: 2rem;
    line-height: 2.25rem;
    letter-spacing: -.625rem; }
  h2, .h2 {
    font-size: 1.75rem;
    line-height: 2rem; }
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.75rem; }
  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.5rem; }
  h5, .h5, .utility-box .searchandfilter h4, th {
    font-size: 1.0625rem;
    line-height: 1.3125rem; } }

@media (min-width: 992px) {
  .page-title {
    font-size: 4.0625rem;
    line-height: 4.0625rem;
    letter-spacing: -0.625rem; }
  .display-2 {
    font-size: 3.25rem;
    line-height: 3.5rem; }
  .display-3 {
    font-size: 3.0625rem;
    line-height: 3.25rem; }
  .display-4 {
    font-size: 2.875rem;
    line-height: 3.125rem; }
  h1, .h1 {
    font-size: 2.125rem;
    line-height: 2.375rem; }
  h2, .h2 {
    font-size: 1.875rem;
    line-height: 2.125rem; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content .h4, .entry-content .h5, .entry-content .utility-box .searchandfilter h4, .utility-box .searchandfilter .entry-content h4, .entry-content .h6, .entry-content .utility-box .searchandfilter label, .utility-box .searchandfilter .entry-content label {
    margin: 1.875rem 0 .5rem; } }

strong, .bold {
  font-family: 'ITCBaileySansW01-Bold';
  font-weight: normal; }

.regular {
  font-weight: 400; }

em, .italic {
  font-family: 'ITCBaileySansW01-BookIt'; }

.no-underline:hover {
  text-decoration: none; }

.text-black {
  color: #000 !important; }

.text-serif {
  font-family: 'Frontage W05 Bold';
  letter-spacing: -.15rem; }
  .text-serif i, .text-serif em, .text-serif .italic {
    font-family: inherit; }

.text-sans {
  font-family: 'ITCBaileySansW01-Bold';
  letter-spacing: 0; }

.text-highlight {
  background: linear-gradient(180deg, #fff 0%, #fff 40%, #f1e215 40%);
  /* background-position-y: 25%; */
  display: inline-block;
  padding: 0 1.5rem .25rem .5rem; }

.border-dark {
  border-color: #495157; }

.blockquote:after {
  top: 0px; }

.blockquote hr {
  width: 75%;
  margin: .5rem auto; }

.blockquote-footer {
  color: #495157;
  font-size: .875rem;
  width: 75%; }

.table-borderless thead {
  border-bottom: 1px solid #c6c6c6; }

/* Cards */
.card-header {
  padding-bottom: 0; }

.card-body {
  padding: .75rem 1.5rem 1.5rem 3rem; }

.card-title {
  margin-bottom: 0; }

/* forms */
.form-control {
  background: #eaeaea; }

.form-control:focus {
  border: 1px solid #cdcdcd; }

/* header */
.header-background.black:before {
  background: -webkit-linear-gradient(#990000 0%, #990000 2rem, #000 2rem, #000 100%);
  background: -o-linear-gradient(#990000 0%, #990000 2rem, #000 2rem, #000 100%);
  background: linear-gradient(#990000 0%, #990000 2rem, #000 2rem, #000 100%); }
  @media (min-width: 768px) {
    .header-background.black:before {
      background: #000; } }
  @media (min-width: 992px) {
    .header-background.black:before {
      background: #000;
      width: 30%; } }

.header-background.black:after {
  background: linear-gradient(#990000 0%, #990000 2rem, #fff 2rem, #fff 100%); }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .header-background.black:after {
      background: linear-gradient(#990000 0%, #990000 2rem, #fff 2rem, #fff 100%); } }
  @media (min-width: 992px) {
    .header-background.black:after {
      width: 70%;
      background: linear-gradient(#930000 0%, #930000 81px, #fff 81px, #fff 100%); } }

@media (min-width: 768px) {
  .header-main.navbar {
    border-bottom: none; } }

.header-ua-bg {
  overflow: hidden; }

.as-breadcrumbs {
  font-family: 'Trade Gothic LT W01 Roman';
  letter-spacing: 0px;
  font-size: 1.0625rem;
  line-height: 1.3125rem; }

/* Breadcrumbs */
.page-banner {
  background-size: cover; }

.breadcrumb-row {
  bottom: 0; }

.page-banner-row {
  height: 100%; }

.breadcrumb:before {
  background: #3776a9; }

.breadcrumb-item {
  background: rgba(55, 118, 169, 0.65); }
  .breadcrumb-item:first-of-type {
    background: #3776a9; }
  .breadcrumb-item:nth-of-type(2) {
    background: rgba(55, 118, 169, 0.85); }
  .breadcrumb-item:nth-of-type(3) {
    background: rgba(55, 118, 169, 0.65); }
  .breadcrumb-item:nth-of-type(4) {
    background: rgba(55, 118, 169, 0.45); }

/* Sidebar */
.sidebar {
  background: #3776a9;
  font-size: 1.0625rem; }
  .sidebar:after {
    content: '';
    width: 100%;
    height: .75rem;
    background: #f1e215;
    display: block; }

/* Hero */
.hero {
  height: 20rem;
  border-top: none; }
  @media (min-width: 992px) {
    .hero {
      height: 27.5rem; } }
  @media (min-width: 1200px) {
    .hero {
      height: 33rem; } }

.hero-text {
  text-align: right;
  font-size: 1.25rem;
  line-height: 1.75rem;
  max-width: 100%;
  left: 0; }
  @media (min-width: 576px) {
    .hero-text {
      font-size: 2rem;
      line-height: 2.25rem;
      max-width: 95%;
      left: 10%; } }
  @media (min-width: 768px) {
    .hero-text {
      font-size: 2.5remm;
      line-height: 2.75rem;
      max-width: 95%; } }
  @media (min-width: 992px) {
    .hero-text {
      font-size: 3rem;
      line-height: 3.5rem;
      max-width: 95%; } }
  @media (min-width: 1350px) {
    .hero-text {
      max-width: 100%; } }

#hero-carousel .owl-stage-outer {
  height: 100%; }

#hero-carousel .owl-stage {
  height: 100%; }

#hero-carousel .owl-item {
  height: 100%; }
  #hero-carousel .owl-item .caption {
    visibility: hidden;
    width: 80%; }
  #hero-carousel .owl-item.center .caption {
    visibility: visible; }

#hero-carousel .item {
  background-size: cover; }

.slant-carousel h1 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  max-width: 95%;
  margin-left: 5%;
  left: auto; }
  @media (min-width: 768px) {
    .slant-carousel h1 {
      font-size: 2rem;
      line-height: 2.5rem; } }
  @media (min-width: 1200px) {
    .slant-carousel h1 {
      font-size: 3rem;
      line-height: 3.25rem; } }

.slant-carousel .custom-controls {
  position: absolute;
  bottom: 10%;
  right: 10%; }
  @media (max-width: 767.98px) {
    .slant-carousel .custom-controls {
      right: 5%;
      bottom: 5%; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .slant-carousel .custom-controls {
      right: 7%;
      bottom: 5%; } }

.full-page {
  height: calc(100vh - 175px); }

/* Full Page slider */
.alt-carousel .owl-stage-outer {
  height: 100%; }

.alt-carousel .owl-stage {
  height: 100%; }

.alt-carousel .owl-item {
  height: 100%; }
  .alt-carousel .owl-item .caption {
    visibility: hidden;
    width: 90%; }
  .alt-carousel .owl-item.center .caption {
    visibility: visible; }

.alt-carousel .item {
  background-size: cover; }

.alt-carousel .hero-slant {
  -webkit-clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%); }

@media (min-width: 992px) {
  .navbar-dark .navbar-nav .nav-link {
    color: #fff; }
    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
      color: #990000;
      background: rgba(0, 0, 0, 0.25); }
  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .nav-link.show {
    color: #990000;
    background: rgba(0, 0, 0, 0.25); } }

.dropdown-item {
  color: #3d3d3d; }
  .dropdown-item.active, .dropdown-item:active {
    color: #3d3d3d;
    text-decoration: underline; }

/* Front Page Events */
.front-event-date-large {
  box-shadow: 2px 3.5px 5.8px 0.2px rgba(0, 0, 0, 0.8);
  width: 80px; }

.front-event-date {
  box-shadow: 2px 3.5px 5.8px 0.2px rgba(0, 0, 0, 0.8); }

/* Icons */
.icon-bg {
  background: #990000; }

.icon-social.icon-social-bg li {
  background: #990000; }
  .icon-social.icon-social-bg li a {
    font-size: 1.5rem;
    background: #990000; }
    .icon-social.icon-social-bg li a:hover, .icon-social.icon-social-bg li a:active, .icon-social.icon-social-bg li a:focus {
      background-color: #2b4abd;
      color: #fff; }
  .icon-social.icon-social-bg li:hover, .icon-social.icon-social-bg li:active, .icon-social.icon-social-bg li:focus {
    background-color: #2b4abd; }

.large-icon {
  width: 4.75rem;
  height: 4.75rem;
  vertical-align: bottom;
  stroke: #900f0f;
  fill: #900f0f; }

.large-icon.icon-book {
  height: 5rem;
  width: 5rem; }

.double-icons .col-auto {
  max-width: 17.1875rem; }

/* Breadcrumbs */
.breadcrumb-page-title {
  font-weight: 300;
  font-size: 30px;
  margin: 20px 0; }

/* Entry Content */
.entry-content a {
  font-family: 'ITCBaileySansW01-Bold';
  font-weight: normal; }

/* quotes */
.quote-info {
  border-left: 1px solid #c6c6c6; }

.full-quote {
  padding: .5rem 2rem;
  position: relative;
  text-indent: 1rem; }
  .full-quote:before {
    font-family: 'FontAwesome';
    content: '\f10d';
    position: absolute;
    left: -1rem;
    top: 0px;
    font-size: 1rem; }
  .full-quote:after {
    font-family: 'FontAwesome';
    content: '\f10e';
    position: absolute;
    right: -1rem;
    bottom: 0px;
    font-size: 1rem; }

.text-quote {
  position: relative;
  padding: 0 1rem 1rem; }
  .text-quote:before {
    font-family: 'FontAwesome';
    content: '\f10d';
    position: absolute;
    left: 0rem;
    top: 0px;
    font-size: 1rem; }
  .text-quote:after {
    font-family: 'FontAwesome';
    content: '\f10e';
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 1rem; }

.footer-bg.black:after {
  background: linear-gradient(to top, #990000 0%, #990000 2.375rem, #000 2.375rem, #000 100%); }
  @media (min-width: 576px) {
    .footer-bg.black:after {
      background: linear-gradient(to top, #990000 0%, #990000 3.9375rem, #000 3.9375rem, #000 100%); } }
  @media (min-width: 768px) {
    .footer-bg.black:after {
      background: #000; } }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.breadcrumb-row {
  bottom: 0; }

.page-banner-row {
  height: 100%; }

.hero-logo {
  z-index: 1000;
  max-height: 100%; }

.bg-frosted {
  background: rgba(255, 255, 255, 0.85); }

@media (max-width: 767.98px) {
  .alt-carousel .hero-slant {
    clip-path: none; } }

.alt-caption {
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .alt-caption .fa-2x {
      font-size: 1.5rem; } }

.wrapper {
  padding: 0px 0px 2rem; }

.screen-reader-text {
  display: none; }

.entry-footer {
  margin: 2rem 0rem; }

.entry-content li a {
  text-decoration: underline; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content .h4, .entry-content .h5, .entry-content .utility-box .searchandfilter h4, .utility-box .searchandfilter .entry-content h4, .entry-content .h6, .entry-content .utility-box .searchandfilter label, .utility-box .searchandfilter .entry-content label {
  margin: 1.5rem 0 1rem; }

.page-footer ul {
  list-style: none;
  padding-left: 0; }
  .page-footer ul li {
    margin-bottom: .5rem; }

.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit; }

.wp-caption {
  font-size: inherit; }

.wp-caption-text {
  font-size: inherit; }

.screen-reader-text {
  font-size: inherit; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  max-width: 100%;
  height: auto; }
  @media (max-width: 991.98px) {
    .alignleft {
      display: block;
      float: none;
      margin: 1.5em auto; } }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  max-width: 100%;
  height: auto; }
  @media (max-width: 991.98px) {
    .alignright {
      display: block;
      float: none;
      margin: 1.5em auto; } }

.aligncenter {
  margin: 1.5em auto;
  max-width: 100%;
  height: auto;
  display: block; }

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link:not(.dropdown-toggle) {
    padding-right: 60px; } }

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 2rem;
  clear: both;
  font-weight: 400;
  color: #990000 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  @media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .dropdown-menu .nav-link {
      white-space: normal; }
      .navbar-dark .navbar-nav .dropdown-menu .nav-link > span {
        white-space: normal; } }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    transform: none;
    display: block; }
    .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover .reverse-skew, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus .reverse-skew {
      transform: none; }
  @media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .dropdown-menu .nav-link {
      font-family: inherit;
      text-transform: inherit;
      color: #3d3d3d;
      font-size: 1rem;
      padding: 1rem 4rem;
      border: 1px solid #D0D2D1;
      -webkit-border-image: -webkit-linear-gradient(left, #fff 0%, #D0D2D1 100%) 10;
      -o-border-image: -o-linear-gradient(left, #fff 0%, #D0D2D1 100%) 10;
      border-image: linear-gradient(to right, #fff 0%, #D0D2D1 100%) 10;
      border-top: 0px;
      border-left: 0px;
      border-right: 0px; }
      .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
        color: #990000 !important;
        background: transparent !important; } }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
    color: #990000 !important;
    text-decoration: none;
    background-color: none; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
    color: #949494 !important;
    background-color: transparent; }

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

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

/* Slider */
@media (min-width: 992px) {
  #hero-carousel {
    height: 27.5rem; } }

#hero-carousel .owl-stage {
  padding-right: 0px !important; }

#hero-carousel .caption-row {
  display: none; }

#hero-carousel .caption {
  direction: ltr; }

#hero-carousel .center .caption-row {
  display: flex; }

#hero-carousel a {
  text-decoration: none; }

.front-devent-date-large {
  flex: 0 0 80px; }

/* The Events Calendar */
#tribe-events {
  margin-top: 4rem; }

.tribe-events-list-separator-month {
  background: none;
  color: inherit;
  text-align: center; }

.tribe-events-list .tribe-events-loop .tribe-event-featured {
  background: white;
  color: inherit; }

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a {
  color: #3776a9; }

.tribe-events-list .tribe-events-loop .tribe-event-featured a:active, .tribe-events-list .tribe-events-loop .tribe-event-featured a:hover {
  color: #3776a9; }

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content {
  color: inherit; }

.tribe-events-list .type-tribe_events {
  border-bottom: none; }

.tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-first {
  padding-top: 2.25em; }

.tribe-events-list .tribe-events-loop .tribe-event-featured {
  padding: 0 0; }

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title {
  margin-top: 0px; }

.tribe-events-calendar th {
  background: #e9ecee;
  color: #495157; }

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: inherit;
  color: #495157; }

.tribe-events-calendar .tribe-events-has-events {
  background: #f8f8f8;
  color: #fff; }

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background: #3776a9; }

.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a {
  color: #fff; }

.tribe-events-calendar .tribe-events-has-events:after {
  display: none; }

.sidebar .tribe-mini-calendar-event .list-info {
  font-size: inherit;
  line-height: inherit; }

.sidebar .tribe-events-adv-list-widget .list-info, .sidebar .sidebar .tribe-mini-calendar-list-wrapper .list-info {
  color: #fff; }

.sidebar .tribe-mini-calendar-event {
  border-bottom: 1px solid #fff; }

.sidebar .tribe-events-adv-list-widget .tribe-event-featured, .sidebar .tribe-mini-calendar-list-wrapper .tribe-event-featured {
  border-bottom: 1px solid #fff;
  margin: 0 0 .25rem; }

.sidebar .tribe-events-adv-list-widget .tribe-event-featured a, .sidebar .tribe-mini-calendar-list-wrapper .tribe-event-featured a {
  color: #fff; }

.sidebar .tribe-events-adv-list-widget .tribe-event-featured .tribe-events-duration, .sidebar .tribe-events-adv-list-widget .tribe-event-featured .tribe-events-event-meta, .sidebar .tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-events-duration, .sidebar .tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-events-event-meta {
  color: #fff; }

/* Sidebar */
.sidebar {
  background: #3776a9; }
  @media (max-width: 991.98px) {
    .sidebar.sidebar-main {
      outline: 2px solid #f1e215; }
      .sidebar.sidebar-main:after {
        display: none; }
      .sidebar.sidebar-main .widgettitle {
        background: #3776a9; } }

.tribe-events-list .tribe-events-loop .tribe-event-featured a {
  color: #990000; }

.tribe-events-adv-list-widget .tribe-event-featured .list-info, .tribe-mini-calendar-list-wrapper .tribe-event-featured .list-info {
  padding: 0 0; }

.tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event, .tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-mini-calendar-event {
  background: transparent !important;
  padding-bottom: 5px; }

.utility-box {
  border: 2px solid #3776a9;
  color: #000; }
  .utility-box .searchandfilter h4 {
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
    background: #3776a9;
    display: inline-block;
    padding: .5rem 1.5rem .5rem 1.5rem;
    clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%); }
  .utility-box .searchandfilter label {
    display: inline-block; }
  .utility-box .searchandfilter ul > li > ul:not(.children) {
    margin: 1rem 0rem 0rem 1.5rem; }
  .utility-box .sf-field-search label {
    display: block; }
  .utility-box input[type=text] {
    margin: 1rem 0rem 0rem 1.5rem;
    display: block;
    width: 70%; }
  .utility-box .select {
    margin: 1rem 0rem 0rem 1.5rem;
    max-width: 70%; }
  .utility-box .chosen-container {
    margin: 1rem 0rem 0rem 1.5rem; }
  .utility-box .search-filter-reset {
    margin: 1rem 0rem 0rem 1.5rem;
    display: block; }

.ap_slider_wrapper .content {
  background: #f8f8f8; }

.mTS_horizontal .mTSThumbContainer, .mTS_horizontal ul.mTSContainer > li {
  margin: 15px;
  box-shadow: 5px 9px 5px 0px rgba(0, 0, 0, 0.75); }

.page-footer {
  border-top: 0.375rem solid #000; }

@media (min-width: 768px) {
  .page-banner:before {
    content: "";
    height: 4px;
    width: 100%;
    display: block;
    background: #000;
    margin-bottom: -4px; } }

@media (min-width: 768px) {
  .front-page-content {
    border-width: .25rem 0 0 0;
    border-style: solid;
    border-color: #000; } }
